@import url(style_cs.1752820996.css);

@import url(https://forumstatic.ru/files/001c/43/fc/27566.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');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');

@font-face {
    font-family: 'Geologica';
    src: local('Geologica Thin');
    src: url('//forumstatic.ru/files/0019/78/44/52405.ttf') format('truetype');
}

@font-face {
    font-family: 'Anjhay';
    src: local('Anjhay');
    src: url('//forumstatic.ru/files/0018/97/32/48450.otf') format('truetype');
}

/****************************************
Чистый стиль 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;
}

#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 {
  --pun-bg: #f2e9e2;
  --sec-bg: #f3efed;
  --link: #b18888;
  --link-hover: #5391a5;
  --main-acc: #778f97;
  --add-acc: #C8DFDF;
  --pwidth: 244px;
  --pad1: 10px 30px;
  --pad2: 10px 20px;
  --pad3: 5px 10px;
  --font-family: "Geologica", sans-serif;
  --second-family: "Inter", sans-serif;
  --fa: "Font Awesome 6 Pro", "Font Awesome 6 Brands";
}

/* 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-hover) var(--sec-bg);*/
}

/* прокрутка хром etc */

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 10px;
}

*::-webkit-scrollbar-track {
  background-color: var(--sec-bg);
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--link-hover);
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb:active {
  background: var(--link-hover);
  border-radius: 10px;
}

/* выделение текста */

::selection {
  background: var(--link);
  color: var(--pun-bg);
}

:focus {
  outline: none;
}

/* все ссылки */

a,
.punbb #pun-admain a {
  text-decoration: none;
  color: var(--link);
  transition: all .2s linear 0s;
}


/* все заголовки */

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre {
  margin: 0;
}

h1,
h2 {
  padding: 10px 20px;
  font-weight: normal;
  text-align: center;
}

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);
}

/* Формы
------------------------------------------- */

/* ОФОРМЛЕНИЕ КНОПОК */

input.button,
#pun-admain input.button,
#sub4,
input[type="button"],
input[type="submit"] {
    padding: 10px;
    cursor: pointer;
    transition: all .2s linear 0s;
    background: var(--main-acc);
    border-radius: 10px;
    color: var(--pun-bg);
    text-transform: lowercase;
    font-weight: 600;
    font-family: var(--font-family);
}

input.button:hover,
#pun-admain input.button:hover,
#sub4:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    background: var(--link-hover);
}

/* ОФОРМЛЕНИЕ ПОЛЕЙ ВВОДА */

i#isk {
    border: none !important;
    color: var(--main-acc);
    margin: 0 0 0px 4px;
}

input, input[type="text"], input[type="password"], textarea, select {
    padding: 3px 5px;
    border-radius: 5px;
    background: var(--sec-bg);
    color: #141414;
    font-family: var(--font-family);
    border: none !important;
    font-weight: 400;
}

select#mod-options {
    text-transform:lowercase;
}

textarea,
input,
select,
optgroup {
  font-size: 12px;
padding: 5px;
}

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;
}

.formsubmit input,
.formsubmit a,
.formsubmit span {
  margin: 0 6px 0 0;
}

fieldset {
  border: none;
}

fieldset legend {
  font-weight: bold;
}

fieldset fieldset {
  border: none;
  margin: 0;
  padding: 0 0 8px 0
}

.fs-box {
  padding: 5px 0;
}

.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;
}

.punbb-admin sup.new {
display: none;
}

/* Тело форума
------------------------------------------*/

/* фон */

body {
    color: #333;
}

html {
    background: #535e5b;
}

/* заплатка для фиксированного фона */

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: #9eaba9 url(https://forumstatic.ru/files/0018/97/32/43157.jpg) no-repeat top center/cover;
}

/* тело */

#pun {
    margin: 320px auto 30px auto;
    width: 1000px;
    background: url(https://forumstatic.ru/files/0018/97/32/71449.png) top left repeat;
    background-color: var(--pun-bg);
    border-radius: 20px;
    position: relative;
    padding-top: 180px;
    box-shadow: -4px 0px 10px -9px #000;
}

/* внутреннее тело */

.punbb {
  font: 12px Geologica;
    display: flex;
    flex-direction: column;
}

/* настройки внутренних блоков */

.punbb > div .container {
  padding: var(--pad1);
}

/* Навигационные ссылки */

#pun-navlinks {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: 100px;
    z-index: 1000;
    width: 1000px;
}

#pun-navlinks a {
    display: flex;
    width: max-content;
    flex-direction: row;
    gap: 5px;
}

#pun-navlinks a:hover {
color: var(--link);
opacity: 0.6;
}

#pun-navlinks .container {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pun-navlinks li {
    padding: 0 5px;
    display: flex;
}

/* Пользовательские ссылки */

#pun-ulinks {
    font-family: var(--font-family);
    font-size: 11px;
    text-transform: lowercase;
    color: var(--main-acc);
    position: absolute;
    top: 135px;
    z-index: 999;
    width: 1000px;
}

#pun-ulinks .container {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 7px;
}

#pun-ulinks li {
    padding: 0 5px;
    display: flex !important;
    align-items: center;
}

#pun-ulinks a {
    height: 27px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 7px;
    color: var(--main-acc);
}

#pun-ulinks a:hover {
    opacity: 0.6;
}

/* Статус */

#pun-status {
    text-transform: lowercase;
    font-size: 11px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 60px;
    color: #576e75;
}

#pun-status .container {

}

#pun-status .container strong {
    font-weight: normal;
}

#pun-status span {
  white-space: nowrap;
  margin-right: 5px;
}

#pun-status .status-right {
  display: none;
}

/* Хлебные крошки */

.crumbs.container {
    text-align: center;
    font-family: var(--font-family);
    font-size: 11px;
    text-transform: lowercase;
}

/* Копирайт */

#pun-about {
    height: 24px;
    position: absolute;
    bottom: -21px;
    width: 1000px;
    opacity: .7;
}

#pun-about .container {
    text-align: center;
    font-size: 10px;
    text-transform: lowercase;
    color: #ebe9e2;
}

#pun-about a {
    color: #ebe9e2;
}


/* Главная форумная таблица
------------------------------------------*/

.main table {
  table-layout: fixed;
  width: 100%;
}

.main th {
  padding: 5px 10px;
}

.main td {
  padding: 10px;
}

.tcl {
  width: 50%;
}

.tc2,
.tc3,
.tcmod {
  text-align: center;
  width: 10%;
}

.tcr {
  width: 30%;
}

#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%;
}

tbody.hasicon td.tcl {
  padding-left: 40px;
}

#pun-index .hasicon td.tcl {
    width: 60%;
    padding: 0 0 0 24px !IMPORTANT;
}

/* аватар */

.punbb td .user-avatar, #pun-index td .user-avatar {
}

#pun-index td .user-avatar {
    float: right;
    margin: 0 0 0 12px;
}

.punbb td .user-avatar .avatar-image {
    outline: 1px solid var(--main-acc);
    transition: all .2s linear 0s;
}

/* Иконки */

.multipage div.icon {
    position: absolute;
    margin-left: -30px;
    width: 10px;
    height: 10px;
    background: var(--link);
    border-radius: 50px;
    opacity: 0.5;
}

#pun-index div.icon {
    margin-left: -36px;
    width: 50px;
    height: 60px;
    background: url(https://forumstatic.ru/files/0018/97/32/96003.png);
    border-radius: 5px;
    opacity: 0.4;
    background-size: cover;
}

td.tcl.pmtcl1 .icon {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    margin: 0 0 0 -23px;
}


#pun-index tr.inew div.icon {
    opacity: 1 !important;
}

tr.inew div.icon {
  background: #597d7c;
opacity: 1 !important;
}

tr.isticky div.icon {
opacity: 1 !important;
}

tr.iclosed div.icon {
  background: #333;
}


/* Пагинация (Переключаемые страницы, Новая тема + Опрос, Подписка)
--------------------------------------------------------------------------------------------------- */

.multipage {
  margin-top: 10px;
}

.multipage#pun-main h1, .multipage#pun-main h2 {
  display:none;
}

#pun-post h1 {
  display:none;
}

.linkst {
    position: relative;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    text-transform: lowercase;
    font-family: var(--font-family);
    font-size: 11px;
}

.linkst .pagelink {}


.pagelink {
    border: 1px solid #e1dcdc;
    padding: 5px 10px;
    border-radius: 4px;
    color: #4d4d4d;
    background: var(--pun-bg);
}

.linkst .postlink {
  text-align: right;
}

.linksb {
  position: relative;
   padding: 15px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    text-transform: lowercase;
    font-family: var(--font-family);
    font-size: 11px;
}

.linksb .pagelink {
  order: -1;
}

.subscribelink {
    width: 100%;
    text-align: right;
    margin-top: 10px;
}

.linksb noindex {
  order: 1;
}

.linksb .postlink {
  margin-left: auto;
  text-align: right;
}

/* Модераторское меню, RSS, Atom */

.modmenu .container {
  padding: var(--pad3);
  text-align: right;
}

.modmenu .container strong {
  float: left;
}

.modmenu input {
  margin-left: 10px;
}

#topic-users-in p.container {
    font-family: var(--font-family);
    text-transform: lowercase;
}

/* Главная
------------------------------------------*/

/* скрыть "форум, тем, сообщений" */

#pun-index thead, #pun-index .tc2, #pun-index .tc3 {
  display: none;
}

/* категория */

#pun-index .category {
    margin-top: 20px;
}

#pun-index .category .container {
    background: var(--sec-bg);
    max-width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px -9px 10px -14px #000, 0px 9px 10px -14px #000;
}

#pun-index .category tbody.hasicon {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#pun-index .category tbody.hasicon tr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e1dcdc;
    padding-bottom: 10px;
}

#pun-index .category tbody.hasicon tr:last-child {border-bottom: none;}

/* заголовок категории */

#pun-index .category h2 {
    text-align: right;
    width: 900px;
    margin: auto;
    padding: 0;
}

#pun-index .category h2 span {
    font-size: 0;
    font-family: Anjhay;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    text-transform: lowercase;
    color: #fff;
    background: url(https://forumstatic.ru/files/0018/97/32/71449.png) top left repeat;
    background-color: #7498a1;
    width: 60%;
    margin: auto;
    border-radius: 10px 10px 0 0;
    text-shadow: -1px 1px 7px rgb(0 0 0 / 38%);
}

#pun-index .intd {
    display: flex;
    align-items: center;
}

#pun-index .tclcon {
    max-width: 320px;
    margin-left: 30px;
}

#pun-index .tclcon h3 a {
    font-weight: 900;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--link);
}

#pun-index .tclcon h3 a:hover {
    color: var(--main-acc);
}

#pun-index .tclcon .desktext {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 10px;
    text-transform: lowercase;
    color: #323244;
    margin-bottom: 5px;
}

#pun-index .tclcon .desklink {
    width: fit-content;
    padding: 2px 0px;
    color: var(--add-acc);
    display: flex;
    gap: 5px;
}

#pun-index .tclcon .desklink a {
    font-size: 10px;
    text-transform: lowercase;
    background: var(--main-acc);
    color: #fff;
    padding: 0 4px 2px 4px;
    border-radius: 2px;
    width: max-content;
    display: flex;
}

#pun-index .tclcon .desklink a:hover {
    opacity: .6;
}

#pun-index .category .tcr {
  text-align: right;
  width: 40%;
}

#pun-index .lastpost-link {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 11px;
    text-transform: lowercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin-left: auto;
    width: 200px;
}

#pun-index .lastpost {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 11px;
    text-transform: lowercase;
}

/* Статистика */

#pun-stats {
   font-family: var(--font-family);
   text-transform: lowercase;
   font-size: 12px;
}

/* заголовок статистики */

#pun-stats h2, a.sendemail {
   display: none;
}

/* всего тем, всего сообщений */

#pun-stats .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 20px;
    margin: 25px auto 0;
    width: 900px;
    background: var(--sec-bg);
    max-width: 900px;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px -9px 10px -14px #000, 0px 9px 10px -14px #000;
}

#pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 {
    text-align: center;
    font-size: 10px;
}

#pun-stats li.item1 span,
#pun-stats li.item2 span,
#pun-stats li.item3 span,
#pun-stats li.item4 span {
    font-weight: 600;
}

#pun-stats li.item1 strong,
#pun-stats li.item2 strong,
#pun-stats li.item3 strong,
#pun-stats li.item4 strong {
    font-weight: 400;
}

/* активны, посетили за сутки */

li#onlinelist {
    width: 100%;
    padding: 10px 0 0px 0;
    text-align: justify;
    font-size: 10px;
}

li#onlinelist div > a {
  font-weight: 700;
}

/* Шапка
------------------------------------------*/

#pun-title {
    background: url(https://forumstatic.ru/files/0018/97/32/92421.webp);
    width: 1079px;
    height: 393px;
    position: absolute;
    left: -57px;
    top: -300px;
}

/* скрыть заголовок в шаке */

#pun-title .title-logo {
  display: none;
}

/* содержимое шапки в html-верх */

.tablica {
    position: absolute;
    width: 1000px;
    height: 260px;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 40px;
    box-sizing: border-box;
    font-family: var(--font-family);
    color: var(--sec-bg);
    align-items: flex-start;
    top: -220px;
    z-index: 1;
}

.tablica a {
    color: var(--sec-bg);
}

.tablica a:hover {
    opacity: .6;
}

.tablica-left {
     width: 280px;
}

.tablica-links {
    font-weight: 500;
    font-size: 12px;
    text-transform: lowercase;
    text-align: left;
    width: max-content;
    padding: 7px 30px 7px 2px;
    box-sizing: border-box;
    margin-bottom: 40px;
    right: 10px;
    top: 14px;
    position: absolute;
    text-shadow: -2px 0px 2px rgb(0 0 0 / 50%);
    display: flex;
    flex-direction: row;
    gap: 11px;
}

.tablica-links a:before {
    content: '\f0c2';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 6px;
}


.tablica-title {
    display: none;
}

.tablica-title-description {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 40px;
    text-shadow: -2px 0px 2px rgb(0 0 0 / 50%);
    position: absolute;
    left: 495px;
    top: 87px;
}

.tablica-quote::before {
}

.tablica-quote {
    font-style: italic;
    font-weight: 300;
    font-size: 9px;
    text-transform: lowercase;
    text-align: justify;
    background: rgb(255 255 255 / 4%);
    position: absolute;
    top: 120px;
    left: 4px;
    width: 200px;
    height: 70px;
    border-radius: 5px;
    padding: 8px;
    backdrop-filter: blur(6px);
    box-shadow: -1px 1px 0px 0px rgb(0 0 0 / 31%), 1px -1px 0px 0px rgb(255 255 255 / 18%), inset 0 0 40px -20px #fff;
    display: flex;
}

.tablica-quote p {
    position: relative;
    z-index: 1;
    margin: auto;
}

.tablica-right {
    width: 453px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.tablica-about {
width: 200px;
    height: 66px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 9px;
    text-transform: lowercase;
    text-align: justify;
    overflow: auto;
    padding-right: 15px;
    margin-bottom: 20px;
    color: #292929;
    position: absolute;
    transform: rotate(9deg);
    right: 20px;
    top: 55px;
display: none;
}

/* Объявление
------------------------------------------*/

#pun-announcement {
    width: 100%;
    margin: auto;
    position: absolute;
    top: -300px;
    overflow: hidden;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pun-announcement .container {
    padding: 0 !important;
    margin: 0 !important;
}

div#announcements {

}

div#announcements .inner {
    display: flex;
    gap: 10px;
    padding-bottom: 5px !important;
    overflow: auto hidden;
    justify-content: flex-start;
    width: 650px;
    height: 29px;
    align-items: flex-end;
}

/* скрываем слово "объявление" */

#pun-announcement h2 {
  display: none;
}


/* Футер
------------------------------------------*/

#html-footer {}

#html-footer .container {padding: 0;}

/* баннеры */

.banners {
  padding: var(--pad1);
}

.banners .container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    height: 73px;
    justify-content: center;
    overflow: auto;
}

.banners a {
  opacity: .7;
}

.banners a:hover {
  opacity: 1;
}


/* Топик
------------------------------------------*/

.post {
    scroll-margin-top: 72px;
    margin: 10px auto 0;
    border-radius: 12px;
    background: var(--sec-bg);
    padding: 18px 0 0;
    text-transform: none;
}

#pun-viewtopic .post {
    width: 950px;
}

.toppost,
.topicpost {
  margin-top: 0;
}

/* контейнер поста */

.punbb .post .container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  padding: var(--pad2);
}

/* дата и номер поста */

.post h3 {
    background: url(https://forumstatic.ru/files/0018/97/32/86371.png) top left repeat;
    background-color: var(--pun-bg);
    margin: 0 20px;
    border-radius: 3px;
}

.post h3 span {
  padding: var(--pad3);
  display: block;
  font-family: var(--font-family);
  font-size: 10px;
}

.post h3 span::before {
    content: '\e588';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 800;
    font-size: 12px;
    opacity: .5;
    color: var(--main-acc);
    margin: 0px 7px 0 0;
}

/* номер поста */

.post h3 strong {
    float: right;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--main-acc);
    font-weight: 900;
    flex-direction: row-reverse;
    gap: 5px;
    margin: -1px -6px 0 0;
}

.post h3 strong::before {
    content: '\f7d4';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 800;
    font-size: 12px;
    opacity: .5;
    color: var(--main-acc);
}

/* Автор */

.post-author:not(:has(.pa-fld1)), .post-author:not(:has(.pa-fld2)) {
    margin: 10px 0 20px 0;
}

.post-author {
    width: 220px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    box-shadow: 0 0 15px -10px #000;
    margin: 30px 0 50px 0;
    z-index: 0;
}

.post-author ul {
  padding: 10px 0;
  background: var(--sec-bg);
  border-radius: 8px;
}

.pa-author {
    font-weight: 800;
    font-size: 11px;
    margin: 0 0 5px 0;
}

.pa-author a {}

.pa-title {
    font-weight: 400;
    font-size: 10px;
    text-transform: lowercase;
    padding: 5px 0;
    text-align: center;
    width: 180px;
    margin: 0 auto 5px;
    font-family: 'Cuprum';
    color: #5f5f5f;
}

li.pa-avatar.item2 {
    width: max-content;
    margin: auto;
    background-color: #f5f5f5;
    line-height: 0;
}

.pa-avatar img {
    border-radius: 2px;
}


.pa-fld1 {
    display: flex;
    justify-content: center;
}

.fonprf {
    width: 220px;
    height: 60px;
    background-size: cover !important;
    display: flex;
    border-radius: 10px;
    box-shadow: 0px 9px 10px -8px #000;
    position: absolute;
    left: 0;
    top: -25px;
    z-index: -1;
}

.pa-fld2 {
    position: absolute;
    left: 0;
    bottom: -29px;
    z-index: -1;
    width: max-content;
    height: max-content;
}

.ribprf {
    width: 220px;
    height: 41px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    line-height: 0;
    gap: 13px;
    color: #fff;
    padding: 0 0 12px 0;
    box-shadow: 0px -9px 10px -9px #000;
    align-items: center;
}

.ribprf p:first-child {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}

.ribprf p {
    font-size: 10px;
    font-weight: 400;
}

.iconprf {
    width: 20px;
    height: 20px;
    background-color: #ffffff !important;
    display: flex;
    border-radius: 50px;
    box-shadow: 0 1px 5px -2px #000;
    z-index: 1;
    position: absolute;
    top: -33px;
    background-size: 20px !important;
}

oform {
    display: flex;
    flex-direction: column;
    width: 220px;
    align-items: center;
}

lz {
    display: block;
    padding: 10px 5px !important;
    border-radius: 5px;
    font-size: 10px;
}

na {}

na a {
    font-weight: 700;
    margin: 0 0 10px 0;
    display: block;
    color: #546469;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 6px -5px rgb(0 0 0 / 46%);
    padding: 2px 5px !important;
}

na a:hover {opacity: .6;}

youtxt {
    color: #5f5f5f;
    font-family: 'Cuprum';
}





.ProfileStat {
    display: flex;
    justify-content: center;
    gap: 5px;
    font-size: 10px;
    text-transform: lowercase;
    align-items: center;
    margin: 10px 0 4px 0;
    height: 30px;
}

.ProfileStat li {
    display: flex !important;
    align-items: center !important;
    justify-content: space-around;
    line-height: 0;
    flex-direction: column;
    height: 35px;
    width: 24%;
}

li.pa-respect {
    position: relative;
}

.pa-respect a[href*="&v=1&cod"] {
    width: 80%;
    height: 15px;
    display: flex;
    position: absolute;
    bottom: 0;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

li.pa-posts span.fld-name:before, li.pa-fld5 span.fld-name:before, li.pa-respect span.fld-name a:before, li.pa-respect span.fld-name:before, li.pa-fld4 span.fld-name:before {
    font-family: 'Font Awesome 6 Pro';
    color: var(--main-acc);
    font-size: 12px;
    width: 100%;
    height: 100%;
    display: flex;
    font-weight: 500;
}

li.pa-posts span.fld-name, li.pa-fld4 span.fld-name, li.pa-respect span.fld-name a, li.pa-respect span.fld-name, li.pa-fld5 span.fld-name {font-size: 0 !important;}

li.pa-posts span.fld-name:before { content: '\e146';} 
li.pa-fld5 span.fld-name:before { content: '\f81d';} 
li.pa-respect span.fld-name a:before, li.pa-respect span.fld-name:before { content: '\f4c9';} 
li.pa-fld4 span.fld-name:before { content: '\f499';} 

li.pa-respect span.fld-name a {
    display: flex;
    width: 100%;
    height: 100%;
}


.pa-posts, .pa-respect, .pa-fld3 {
 
}

.pa-online,
.pa-last-visit {}

li.pa-ip {
    font-size: 8px;
    margin: 9px 0 0 0;
    width: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    left: -38px;
}

/* Тело поста */

.post-body {
    width: 670px;
    position: relative;
    margin: 0 0 0 20px;
}

.post-box {
  padding: 10px 10px 10px 10px;
}

.post-links {
  margin-left: var(--pwidth);
  width: 100%;
  text-transform: lowercase;
  font-family: var(--font-family);
  font-size: 12px;
}

.post-links ul {
  padding: 0;
  margin-left: calc(var(--pwidth) * -1);
  text-align: right;
}

.post-links li {
  display: inline;
}

.post-links li a {
    background: var(--main-acc);
    color: #fff;
    padding: 0 10px 3px 10px;
    border-radius: 4px;
    opacity: .7;
}

.post-links li a:hover {
    opacity: 1;
}

.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 .post-content td {
  border-width: 0px !important;
}

.post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
}

.post-content p {
  margin: 0;
  padding: 0 0 12px 0;
  line-height: 150%;
  text-align: justify;
  text-transform: none;
}

.post-content img {
  vertical-align: middle;
}

.scrollbox {
  width: 100%;
  overflow: auto;
  max-height: 200px;
}

/* цитата и код */

.quote-box.answer-box, .code-box {
    padding: 17px 12px 12px 12px !important;
}

.code-box {margin: 20px 0px 10px 0px!important;}

.quote-box, .code-box {
    margin: 10px 0px 10px 0px;
    padding: 12px;
    border: 1px solid #e1dcdc;
    background: var(--pun-bg);
    border-radius: 7px;
    position: relative;
}

.quote-box .quote-box {
    background: var(--sec-bg);
}

.code-box strong a {
   color: var(--sec-bg);
}

.quote-box.answer-box cite {
    display: flex;
    line-height: 0;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 0 10px;
    text-transform: none !important;
}

.quote-box.answer-box cite a, .code-box strong.legend a {
    color: var(--main-acc)!important;
}

.quote-box.answer-box cite a:hover, .code-box strong.legend a:hover {
opacity: .6;
}

.quote-box cite, .code-box strong {
    font-weight: bold;
    font-style: normal;
    background: var(--sec-bg);
    padding: 2px 15px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    color: var(--main-acc);
    margin-left: 15px;
    font-family: var(--font-family);
    font-size: 11px;
    text-transform: lowercase;
    transform: translateY(-50%);
    border: 1px solid #e1dcdc;
}

.code-box strong.legend {
  display: block;
  padding-bottom: 5px;
  font-weight: bold;
  font-style: normal;
}

.post-content .spoiler-box>div::before {
    content: '\f185';
    font-family: 'Font Awesome 6 Pro';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s linear 0s;
    text-align: center;
    color: var(--main-acc);
    font-size: 15px;
}

.post-content .spoiler-box > div.visible::before {
    transform: translateY(-50%) scale(80%);
   content: '\f6c4';
}

.post-content .spoiler-box>div {
    background: transparent !important;
    padding-left: 25px!important;
    position: relative;
}

.post-sig dt {
    border-bottom: 1px solid var(--main-acc);
    margin: 10px auto;
    opacity: .3;
}

/* Форма ответа */

#main-reply {
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    padding: 15px;
}

#post-form legend {
  display:none;
}

#tags {
  position: relative;
}

#tags .container {
    padding: 12px !important;
    top: 5px !important;
    border: 1px solid #84a6a5;
    border-radius: 5px;
}


/* Профиль + ЛС
------------------------------------------*/

#pun-profile {
    font-family: var(--font-family);
    text-transform: lowercase;
}

#pun-profile h1 span {
    font-size: 15px;
    padding: 5px;
    border-top: 1px dashed var(--main-acc);
    border-bottom: 1px dashed var(--main-acc);
}

#viewprofile-next {
   margin-left: 30px;
}

#viewprofile tr {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

#viewprofile-next #profile-left {
    width: 220px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    box-shadow: 0 0 15px -10px #000;
    margin: 30px 0 50px 0;
    z-index: 0;
    background: var(--sec-bg);
    font-size: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
}

li#pa-fld3 {order:1;}

li#profile-name {
    order: 2;
    margin: -20px 0px 0 0;
    background: var(--sec-bg);
    border-radius: 10px 10px 0 0;
    padding: 4px 10px 0 10px !important;
}

li#profile-title {order:3;}
li#pa-avatar {order:4;}
li#pa-fld3 {order:5;}
li#pa-fld4 {order:6;}
li#pa-fld5 {order:7;}

li#pa-online {order:8;}
li#pa-edit {order:9;}

li#pa-fld1 span, li#pa-fld2 span, li#pa-fld3 span, li#pa-invites {display:none;}

#viewprofile-next #profile-left .fonprf {
    position: inherit !important;
}

li#pa-fld1 {
    margin: -30px 0 0 0;
    z-index: -2;
}

li#pa-fld1 strong {
    display: flex;
    justify-content: center;
    align-items: center;
}


li#pa-fld2 {
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: -3;
    width: max-content;
    height: max-content;
}

li#pa-fld2 .ribprf {
    padding: 0 !important;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px -9px 7px -11px #000;
}

#viewprofile-next #profile-left li#profile-name strong {
    font-family: var(--second-family);
    font-weight: 600 !important;
    font-size: 13px;
    text-align: center;
    width: 100%;
    display: block;
    color: var(--main-acc);
    line-height: 1.2;
    height: 30px;
}

#profile-left li#profile-title strong {
    font-size: 10px;
    text-transform: lowercase;
    padding: 5px 0;
    text-align: center;
    margin: 0 auto 5px;
    font-family: 'Cuprum';
    color: #5f5f5f;
}

#profile .container {
  padding-left: 200px;
  min-height: 100px;
}

#profilenav {
  float: left;
  width: 180px;
  margin-left: -180px;
}

#profilenav h2 {
   display: none;
}

#viewprofile h2,
#profilenav h2 {
  padding: 0;
  margin: 0;
}

div#pun-profile h1 {
    display: none;
}

#profilenav li {
  padding: 0 0 13px;
}

#profilenav li.isactive a {background: var(--link);}

#profilenav li a {
    background: var(--main-acc);
    text-align: center;
    border-radius: 3px;
    color: #fff;
    padding: 2px 10px 3px 10px;
    width: 100px;
    display: block;
}

#profilenav li a:hover {
    opacity: .6;
}

#viewprofile li {
  padding: 5px 0;
}

td#profile-right {
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 20px;
}

#profile-right li {
    display: flex;
    background: var(--sec-bg);
    padding: 5px 4px;
    border-radius: 11px;
    align-items: center;
    justify-content: flex-start;
}

#profile-right li span {
    width: 150px;
    flex-shrink: 0;
    background: #778f97;
    text-align: center;
    padding: 2px 0;
    border-radius: 10px;
    color: var(--pun-bg);
}

#profile-right li span a {
    color: var(--pun-bg);
}

#profile-left li strong, #profile-right li strong {
  font-weight: normal !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;
}

.tipsy #respect figcaption {
  margin-top: 0;
}

/* Кнопки вверх-вниз
-------------------------------------------------------*/

.go-up, .go-down {
  cursor: pointer;
  z-index: 9999;
  display: none;
  position: fixed;
  margin-left: 1030px !important;
  box-sizing: border-box;
  transition: all .3s linear 0s;
}

.go-up {
   top: 30%;
}

.go-down {
   top: calc(40% + 85px);
}

.go-down:hover,
.go-up:hover {
  opacity: 1;
}


/* Flow Around */

#float {
    display: none;
    position: absolute;
    --width: 120px;
    margin-top: 32px;
    left: calc(50% - var(--width));
    text-align: center;
    z-index: 1;
    background: var(--sec-bg);
    padding: 12px !important;
    border: 1px solid #84a6a5;
    border-radius: 5px;
}

#float strong {
    display: block;
    margin-bottom: 7px;
}

#float i {
    font-size: 16px;
    padding: 0 8px;
}

#float i:hover {
    opacity: .6;
}




/* Additional menus © max, the murderer! */

#pun-navlinks .container li {
    position: relative;
}

#pun-navlinks .container li ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    padding: 10px;
    left: -40px;
    top: 17px;
    min-width: 100%;
    width: max-content;
    background: var(--sec-bg);
    box-sizing: border-box;
    transform: scaleY(0);
    border-radius: 10px;
    z-index: 10001;
    border: 1px solid var(--main-acc);
}

#pun-navlinks .container li:hover ul {
    transform: scaleY(1);
}

#pun-navlinks .container li ul li {
    display: flex;
}

#pun-navlinks .container li ul li a {
    background: var(--main-acc);
    border-radius: 5px;
    display: flex;
    text-align: left;
    font-size: 12px;
    font-family: inherit;
    text-transform: none;
    padding: 10px 10px;
    margin: 0;
    line-height: 0;
    flex-grow: 1;
    font-weight: 400;
}

#pun-navlinks .container li ul li a:hover {

}

#pun-navlinks .container li ul ul {
    border-radius: 10px;
    position: absolute;
    width: max-content;
    left: 100%;
    top: 0;
    transform: scaleX(0) !important;
}

#pun-navlinks .container li ul li.forms:hover ul {
    transform: scaleX(1) !important;
}

/* Sticky elements */


.adformal h2, #pun-adnav h2 {
    background-color: var(--main-acc) !important;
    border: none !important;
    border-radius: 3px;
    margin: 0 10px !important;
}

#pun-adnav {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

#pun-adnav sup, li#pa-invites {
    display: none;
}

#pun-adnav li {
    list-style: none !important;
}

#adnav-standard > ul > li {
    padding: 0 0 4px;
}

#pun-adnav ul.adsubnav li {
    padding-left: 16px !important;
}

#adnav-standard > ul > li > a {
    display: flex;
    padding: 0px 8px;
    box-sizing: border-box;
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 4px;
    align-items: center;
    justify-content: space-between;
    line-height: 0;
    margin: 4px 0 4px 2px !important;
    height: 20px;
}

#pun-adnav li.isactive > a {
    background: #333;
    color: #fff;
}

#pun-adnav li.item3:not(.isactive) > a, #pun-adnav li.item-forms:not(.isactive) > a, #pun-adnav li.item15:not(.isactive) > a, #pun-adnav li.item20:not(.isactive) > a, #pun-adnav li.item11:not(.isactive) > a, #pun-adnav li.item22:not(.isactive) > a {
    background-color: var(--link);
    color: #fff !important;
}

#pun-adnav li.item3 > a:after, #pun-adnav li.item-forms > a:after, #pun-adnav li.item15 > a:after, #pun-adnav li.item20 > a:after, #pun-adnav li.item11 > a:after, #pun-adnav li.item22 > a:after {
    content: '\f005';
    font: 700 12px 'Font Awesome 6 Pro';
}

#adnav-standard > ul > li > a:hover {
    background: #778f97 !important;
    color: #fff;
}

#pun-adnav .adsubnav {
    padding-left: var(--8);
}

#pun-admain .submittop {
    position: -webkit-sticky;
    position: sticky;
    top: 56px;
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    z-index: 7;
}

/* Respect table
-------------------------------------------------------------*/

#pun-respect .tcl {
    width: 20% !important;
}

#pun-respect .tc2 {
    width: 5% !important;
}

#pun-respect .tc3 {
    width: 15% !important;
}

#pun-respect .tc4 {
    width: 30% !important;
}

#pun-respect .tcr {
    width: 30% !important;
}

/* Scrollbar
------------------------------------------------------------------ */

@supports selector(::-webkit-scrollbar) {
    *::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background: #778f97;
    }
    *::-webkit-scrollbar-thumb:hover {
        background: #364a50;
        cursor: pointer;
    }
    *::-webkit-scrollbar-track {
        border-radius: 8px;
        background: #fff;
    }
    *::-webkit-scrollbar {
        max-width: 8px;
        max-height: 8px;
    }
}

/* Footer banners */

#banners {
    padding:20px;
    background: transparent;
    border-radius: 2rem;
}

.banners_wrap {
    max-height: 100px;
    overflow-y: auto;
    display: flex;
    gap: 10px;
    padding-bottom: 5px;
}

#banners a {
    display: inline-flex;
    margin: 0 auto;
    opacity: .7;
}

#banners img {
    width: 88px;
    height: 31px;
    object-fit: cover;
    border-radius: 4px;
}

#banners a:hover {
    opacity: 1;
}



small#plng {
    font-size: 9px;
    font-weight: 400;
    color: #f9f7f0;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    margin: 0px 0 0 0px;
    border-right: 1px solid rgb(243 239 237 / 34%);
}





.port {
    position: absolute;
    top: -90px;
    display: flex;
    flex-direction: column;
    z-index: 3;
}

.port.wanted {
    left: 20px;
    align-items: flex-start;
}

.port.active {
    right: 60px;
    align-items: flex-end;
}

.port .wrap {
    display: flex;
    gap: 6px;
    flex-direction: row;
}

.port .dscr {
    color: #2e3031;
    font-size: 30px;
    margin: 8px 0 0 0;
    padding: 0;
    width: 93px;
    height: 22px;
    background: url(https://forumstatic.ru/files/0018/97/32/94570.png) no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Anjhay';
    padding-bottom: 6px !important;
}

.port.wanted .dscr {
    transform: translateY(-12px) translateX(-9px) rotate(3deg);
}

.port.active .dscr {
    transform: translateY(-12px) translateX(3px) rotate(-3deg);
}

.port a {
    line-height: 0;
    height: 52px;
    width: 46px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: url(https://forumstatic.ru/files/0018/97/32/97836.png);
    position: relative;
    box-shadow: 0 0 10px -6px #000;
    filter: hue-rotate(-140deg) grayscale(.5);
}

.port a img {
    height: 40px;
    width: auto;
    position: absolute;
    left: 3px;
    top: 3px;
    filter: grayscale(1);
    mix-blend-mode: hard-light;
}

.port a:hover img {
    filter: grayscale(0);
    mix-blend-mode: none;
}

.port a:hover {
transform: translateY(-5px) !important;
    filter: none;
}

.port a:nth-child(1) {transform: rotate(-2deg);}
.port a:nth-child(2) {transform: rotate(1deg);}
.port a:nth-child(3) {transform: rotate(2deg);}
.port a:nth-child(4) {transform: rotate(1.5deg);}


#profile-signature ul {
    border-style: solid !IMPORTANT;
    border-color: #c7aca9;
}


.reactions-root {
    margin-bottom: 12px;
}

abbr {
    border-bottom: 1px dotted;
}