@import url(style_cs.1751676392.css);

/* 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=Material+Icons+Outlined');

@font-face {
    font-family: 'Unageo';
    src: url('https://forumstatic.ru/files/001c/68/62/57045.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001c/68/62/33513.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Berlin Script';
    src: url('https://forumstatic.ru/files/001c/5e/f0/91165.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001c/5e/f0/39396.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alexandria Script';
    src: url('https://forumstatic.ru/files/001c/75/71/88647.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001c/75/71/81699.woff') format('woff');
    font-weight: 500;
    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;
}

.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: darkseagreen;
  --pun-bg: #e2e8d8;
  --sec-bg: #c7d5b8;
  --border: #cdd1b9;
  --link: #728558;
  --link-hover: #515f3e;
  --pwidth: 230px;
  --pad1: 10px 30px;
  --pad2: 5px 20px;
  --pad3: 5px 10px;
  --text1: #728558;
  --text2: #323b26;
}



/* 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: 7px;
  height: 7px;
}

*::-webkit-scrollbar-track {
  background-color: var(--sec-bg);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--link);
}

*::-webkit-scrollbar-thumb:active {
  background: var(--link-hover);
}

/* выделение текста */

::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;
}

a:hover,
.punbb #pun-admain a:hover {
  color: var(--link-hover);
}

/* все заголовки */

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre {
  margin: 0;
}

h1 {
    padding: 6px 0px;
    font-weight: normal;
    text-align: center;
    border-radius: 8px;
    margin: 20px 30px 20px 30px;
    font-size: 11px;
    font-family: Unageo;
    color: var(--text1);
    letter-spacing: 1px;
    background: var(--sec-bg);
}

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: 2px 10px;
  border: 1px solid currentColor;
  cursor: pointer;
  transition: all .2s linear 0s;
  background: #ecf0e6 !important;
  color: var(--text1) !important;
  border-radius: 8px;
}

input.button:hover,
#pun-admain input.button:hover,
#sub4:hover,
input[type="button"]:hover,
input[type="submit"]:hover {}

/* ОФОРМЛЕНИЕ ПОЛЕЙ ВВОДА */

input[type="text"],
input[type="password"],
textarea,
select {
  padding: 2px 5px;
  border: 1px solid var(--link-hover);
  background: #ecf0e6 !important;
  color: var(--text2) !important;
  border-radius: 8px;
}

textarea,
input,
select,
optgroup {
  font-size: 14px;
}

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;
}


/* Тело форума
------------------------------------------*/

/* фон */

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/001c/75/71/42601.webp) no-repeat top center/cover;
}

/* тело */

#pun {
  margin: 290px auto 180px;
  width: 1040px;
  background: var(--sec-bg);
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px var(--border), 0 0 18px rgba(255, 255, 255, 0.5);
  padding: 38px 20px 40px;
  box-sizing: border-box;
}

#pun:before {
    content: '';
    display: block;
    background: url(https://forumstatic.ru/files/001c/75/71/58759.webp) no-repeat top center;
    width: 1126px;
    height: 233px;
    position: absolute;
    margin: -72px 0 0 -80px;
    z-index: 1;
}

/* внутреннее тело */

.punbb {
  font: 12px Verdana;
  color: var(--text1);
  width: 1000px;
  background: var(--pun-bg);
  border-radius: 10px;
  box-shadow: 0 0 18px rgb(98 114 36 / 30%);
  z-index: 2;
  position: relative;
}

/* настройки внутренних блоков */

.punbb > div .container {
  padding: var(--pad1);
}

/* Навигационные ссылки */

#pun-navlinks {
    position: absolute;
    margin-top: -36px;
    width: 1000px;
}

#pun-navlinks .container {
  text-align: center;
}

#pun-navlinks li {
  padding: 0 7px;
  display: inline;
  font-size: 13px;
  font-family: "Unageo";
  font-weight: bold;
  letter-spacing: 1px;
}

#pun-navlinks li a:hover {
  color: #f1f5ec;
}


/* Пользовательские ссылки */

#pun-ulinks {}

#pun-ulinks .container {
  text-align: center;
}

#pun-ulinks li {
  padding: 0 4px;
  display: inline;
  font-size: 12px;
  font-family: "Unageo";
  letter-spacing: 0.6px;
  text-transform: lowercase;
}

#pun-ulinks li a:hover {
  color: #2d3a0c;
}


/* Статус */

#pun-status {
    position: absolute;
    top: -330px;
    width: 339px;
    text-align: center;
    left: 32em;
    font-family: 'Unageo';
    font-size: 11px;
    color: #7f9462;}

#pun-status span {
  white-space: nowrap;
  margin-right: 5px;
}

/* Хлебные крошки */

.crumbs.container {}

/* Копирайт */

#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: center;
  width: 10%;
}

.tcr {
  width: 35%;
  align-self: center;
}


#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;
}

/* аватар */

.punbb td .user-avatar, #pun-index td .user-avatar {

}

.punbb td .user-avatar .avatar-image {
    border-radius: 0;
    border: 1px solid #95a87c;
}

/* Иконки */

div.icon {
  position: absolute;
  margin-left: -30px;
  width: 20px;
  height: 20px;
  background: var(--link) url() no-repeat top center;
  border-radius: 4px;
}

tr.inew div.icon {
  background: #ef4552 no-repeat top center;
}

tr.isticky div.icon {
  background: #aacd7a no-repeat top center;
}

tr.iclosed div.icon {
  background: #96a088 no-repeat top center;
}

#pun-index div.icon {
  display: none;
}

#pun-index tr.inew div.icon {
    display: block;
    background: transparent;
    position: absolute;
    left: 10px;
    margin: 0;
    top: 0;
    transform: translateY(-50%);
    width: fit-content;
    color: red;
    font-weight: bold;
}

#pun-index tr.inew div.icon:before {
    content: 'new';
}


/* Пагинация (Переключаемые страницы, Новая тема + Опрос, Подписка)
--------------------------------------------------------------------------------------------------- */

.multipage {
  margin-top: 10px;
}

.linkst {
  position: relative;
  padding: 10px 30px 10px 30px;
  display: flex;
  justify-content: space-between;
  text-transform: lowercase;
}

.linkst .pagelink {}

.linkst .postlink {
  text-align: right;
}

.linksb {
  position: relative;
  padding: 10px 30px 10px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-transform: lowercase;
}

.linksb .pagelink {
  order: -1;
}

.subscribelink {
  width: 100%;
  text-align: right;
}

.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;
}

/* Главная
------------------------------------------*/

/* скрыть "форум, тем, сообщений" */

#pun-index thead, #pun-index .tc2, #pun-index .tc3 {
  display: none;
}

/* категория */

#pun-index .category {}

/* заголовок категории */

#pun-index .category h2, 
#pun-stats h2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

#pun-index .category h2 span,
#pun-stats h2 span {
  font-size: 30px;
  font-family: "Berlin Script";
  background: var(--pun-bg);
  display: block;
  position: relative;
  padding: 0 10px;
}

#pun-index .catleft {
    display: block;
    width: 800px;
    height: 1px;
    background: var(--sec-bg);
    position: absolute;
}

#pun-index .catright {
    display: none;
}

#pun-index .category tr {
    display: flex;
    width: 960px;
    justify-content: space-between;
    margin-bottom: 20px;
}


#pun-index .tcl {
   padding-left: 10px;
   width: 55%;
}

#pun-index .tcl h3 {
    position: absolute;
    top: -12px;
    left: 40px;
    background: var(--pun-bg);
    padding: 0 10px;
    font-family: 'Unageo';
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
}

#pun-index .intd {
    border: 1px solid var(--sec-bg);
    border-radius: 12px;
    padding: 10px 15px 18px;
    position: relative;
    text-align: justify;
    font-size: 11px;
}

#pun-index .tcr {
    width: 380px;
}

/* Статистика */

#pun-stats {}

/* заголовок статистики */

#pun-stats h2 {}

#pun-stats h2:before {
    content: '';
    display: block;
    width: 800px;
    height: 1px;
    background: var(--sec-bg);
    position: absolute;
}


#pun-stats .container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 10px 30px;
}

#pun-stats .item5 {
    order: -1;
}


/* всего тем, всего сообщений; зарегистрированных, последний зарегистрировавшийся */

#pun-stats li.item1,
#pun-stats li.item2,
#pun-stats li.item3,
#pun-stats li.item4 {
   font-family: 'Unageo';
   font-size: 13px;
   margin-top: 16px;
   letter-spacing: 0.5px;
}


/* активны, посетили за сутки */

li#onlinelist {
  text-align: justify;
  width: 100%;
  box-sizing: border-box;
}

/* Шапка
------------------------------------------*/

#pun-title {}

/* скрыть заголовок в шаке */

#pun-title .title-logo {
  display: none;
}

/* содержимое шапки в html-верх */

.tablica {}


/* Объявление
------------------------------------------*/

#pun-announcement {}

/* скрываем слово "объявление" */

#pun-announcement h2 {
  display: none;
}


/* Футер
------------------------------------------*/

#html-footer {}

#html-footer .container {padding: 0;}

/* баннеры */

.banners {
  padding: 20px;
  position: absolute;
  box-sizing: border-box;
  margin-top: 75px;
  margin-left: -20px;
  background: #ceddbd;
  height: 120px;
  width: 1040px;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px var(--border);
}

.banners .container {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  overflow: auto;
  height: 80px;
}

.banners a {
  opacity: .5;
}

.banners a:hover {
  opacity: 1;
}


/* Топик
------------------------------------------*/

.post {
  margin-top: 10px;
}

.toppost,
.topicpost {
  margin-top: 0;
}

/* контейнер поста */

.post .container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

/* дата и номер поста */

.post h3 {
    font-size: 11px;
    color: #aac59c;
}

.post h3 a {
    color: #aac59c;
}

.post h3 span {
  padding: 0 30px 0 30px;
  display: block;
}

/* номер поста */

.post h3 strong {
  float: right;
  text-align: right;
  font-weight: normal;
}

/* Автор */

.post-author {
  width: var(--pwidth);
  text-align: center;
  box-sizing: border-box;
  background: url(https://forumstatic.ru/files/001c/75/71/27358.webp) no-repeat bottom center #c2d6b8;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px var(--border);
  font-family: "Unageo";
  font-size: 11px;
  position: relative;
  margin-bottom: 30px;
}

.post-author ul {
  padding: 10px 10px 20px;
}

.pa-author {
  font-size: 14px;
  font-family: "Unageo";
  color: var(--link);
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.pa-author a {
}

.pa-title {
  font-size: 11px;
  font-family: "Unageo";
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.pa-avatar img {
    outline: 1px solid #bfc4a7;
    outline-offset: 3px;
    margin-bottom: 6px;
}

.lz {
    width: 180px;
    margin: 10px auto;
    font-family: 'Unageo';
    font-size: 12px;
}

.lz .name {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.lz a {
    font-weight: bold; 
}


.pa-posts, .pa-respect, .pa-fld2 {
  display: inline-block;
  font-size: 12px;
  margin: 0 5px 5px 5px;
}

.pa-posts .fld-name,
.pa-respect .fld-name,
.pa-fld2 .fld-name {
    display: block;
    font-weight: bold;
    text-transform: lowercase;
    font-size: 0;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.pa-posts .fld-name:before {
    content: 'посты';
    font-size: 12px;
}

.pa-respect .fld-name:before {
    content: 'лайки';
    font-size: 12px;
}

.pa-fld2 .fld-name:before {
    content: 'звезды';
    font-size: 12px;
}

.pa-fld3 {
display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, 50%);
    border: 1px solid var(--border);
    border-radius: 4px;
    background-color: #c2d6b8;
    width: 30px;
    height: 30px;
    bottom: 0;
    box-shadow: inset 0 0 12px #fff;
}

.pa-online,
.pa-last-visit {}


/* Тело поста */

.post-body {
  width: calc(100% - var(--pwidth));
}

.post-box {
  padding: 0 0 10px 20px;
  font-size: 13px;
  color: var(--text2);
}

div.post-rating p.container {
    background: var(--pun-bg);
    box-shadow: inset 0 0 12px #c7d5b8, 0 0 0 1px var(--border);
    border-radius: 4px;
    font-size: 11px;
    font-family: 'Unageo';
    font-weight: bold;
    padding: 5px 8px !important;
}


.post-links {
  margin-left: var(--pwidth);
  margin-top: 10px;
  width: 100%;
}

.post-links ul {
  padding: 0;
  margin-left: calc(var(--pwidth) * -1);
  text-align: right;
}

.post-links li {
  display: inline;
}

.post-links li a {
    font-family: 'Unageo';
    text-transform: lowercase;
    color: #53594b;
}

.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;
}

.post-content img {
  vertical-align: middle;
}

.scrollbox {
  width: 100%;
  overflow: auto;
  max-height: 200px;
}

/* цитата и код */

.quote-box,
.code-box {
  margin: 4px 10px 10px;
}


.quote-box blockquote, .code-box .blockcode {
    background: var(--pun-bg);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 10px 20px;
    box-shadow: inset 0 0 30px #c7d5b8;
}


.quote-box cite, .code-box strong.legend {
    border-radius: 12px 12px 0 0;
    display: block;
    font-weight: bold;
    font-style: normal;
    background: #c2d6b8;
    width: fit-content;
    padding: 5px 14px;
    position: relative;
    left: 12px;
    border: 1px solid var(--border);
    border-bottom: 0;
    font-family: Unageo;
    letter-spacing: 1px;
    font-size: 12px;
}


.post-sig dt {
  border-bottom: 1px solid var(--link-hover);
  width: 300px;
  margin: 10px auto;
}

/* Форма ответа */

#main-reply {
  box-sizing: border-box;
  font-family: verdana;
  font-size: 12px;
  border-radius: 16px;
  background: #ecf0e6;

}

#tags {
  position: relative;
}

#tags .container {
  padding: var(--pad3) !important;
  top: 0 !important;
  max-height: 300px;
  overflow: auto;
}


/* Профиль + ЛС
------------------------------------------*/

#profile .container {
  padding-left: 200px;
  min-height: 100px;
}

#profilenav {
  float: left;
  width: 180px;
  margin-left: -180px;
}




#profile-name {
    background: var(--sec-bg);
    width: 180px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 4px;
    font-size: 10px;
}

#profile-title, #pa-avatar, #pa-online, #pa-edit {
    text-align: center;
    width: 180px;
    font-size: 10px;
}




#viewprofile h2,
#profilenav h2 {
  padding: 0;
  margin: 0;
}

#profilenav li {
  padding: 0 0 5px;
}

#viewprofile li {
  padding: 5px 0;
}

#profile-right li {
  display: flex;
}



#profile-right li span {
  width: 150px;
  flex-shrink: 0;
  border-radius: 8px;
    margin: 2px 0px 2px 0px;
    font-size: 11px;
    font-family: Unageo;
    color: var(--text1);
    letter-spacing: 1px;
    padding: 4px 0px 4px 8px;
    text-transform: lowercase;
    background: var(--sec-bg);
}


#profile-right .lz {
    width: 360px;
}


#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;
}



/* липкая навигация
-------------------------------------------------------*/


#pun-navlinks.fixed {
    position: sticky;
    top: 0;
    margin-left: unset;
    width: 100%;
    z-index: 2;
    background: #e2e8d8;
} 

#pun-navlinks.fixed .container {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px;
    margin: 0 auto;
}

#pun-ulinks.fixed {
    position: sticky;
    top: 30px;
    z-index: 3;
    background: #c7d5b8;
    border-radius: 0 0 20px 20px;
}

#pun-ulinks.fixed .container {
    padding: 4px;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid var(--text1);
    border-radius: 0 0 18px 18px;
}



/* растянутые сообщения
-------------------------------------------------------*/

#pun-messages .post-author {
  margin: 0px 0 10px;
}

#pun-messages .pa-reg, #pun-messages .pa-posts, #pun-messages .pa-online {
  display: none;
}

#pun-messages .clearer {
  display: none;
}

#messages tr, #messages td, #messages th {
  display: flex;
}

#messages td, #messages th {
    align-items: center;
}

#messages .tcl {
  padding-left: 0px;
}

#messages .pmtc24 {
  justify-content: flex-end;
}

#messages .linksb {
  padding: 5px 0px;
}

#messages legend span {
  display: none;
}


#profile.messages-container .container {
  padding-left: 20px;
}

.messages-container #profilenav {
  float: none;
  margin: 10px 0px;
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.messages-container #profilenav h2 {
  display: none;
}

.messages-container #profilenav ul {
    display: flex;
    gap: 20px;
    background: #c6d4b7;
    padding: 4px 8px 0px 8px;
    border-radius: 6px;
}

.messages-container #profilenav ul a {
 font-weight: 600;
}

.messages-container #profilenav ul a:hover {
  color: white;
}

.messages-container .post h3 {
  margin: 12px 0;
}

#messages .icon {
    margin-left: -35px;
    margin-top: -2px;
}

#messages .intd {
    margin-left: 35px;
}

#messages .icon.inew .intd {
    margin-left: 70px;
}

#messages .icon.inew .pmtc22 {
    margin-left: 70px;
}

#messages .icon.inew .pmtc22 {
    margin-left: 35px;
}



/* Шапка
-------------------------------------------------------------*/

.headmoon {
    position: absolute;
    background: url(https://forumstatic.ru/files/001c/75/71/55002.png);
    width: 1043px;
    top: -27.5em;
    height: 293px;
    z-index: 0;
    left: -2em;
}

.headicon {
    margin-left: 32px;
    width: 40%;
}

.headicon2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}


.headbpost {
    position: absolute;
    width: 435px;
    padding: 12px 18px 18px 22px;
    top: 170px;
    left: 35.6em;
    z-index: 3;
    text-align: justify;
    border: 1px solid #afb592;
    border-radius: 12px;
    border-bottom-left-radius: 42px;
    color: #5f6f23;
    height: 66px;
    font-family: Verdana;
    font-size: 11.7px;
}

.headname {
    font-family: 'Alexandria Script';
    position: absolute;
    top: 60px;
    left: 37.9em;
    z-index: 5;
    text-align: center;
}

.headname1 {
    font-size: 55px;
    color: #5f6f23;
    letter-spacing: 8px;
}

.headname2 {
    color: #97b038;
    font-size: 40px;
    letter-spacing: 4px;
    margin-top: -21px;
}

span.item4.status-right {
    display: none;
}

span.item3.status-right a {
font-weight: 600 !important;
}

#pun-status strong {
 font-weight: 100;
}

.headlinks {
    position: absolute;
    right: 72px;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    letter-spacing: 0.7px;
    font-family: 'Unageo';
    font-size: 13px;
    z-index: 6;
}

.headlinks a{
    color: #5f6f23 !important;
}

.headlinks a:hover{
    color: #97b038 !important;
}

.headlink4 a {
    font-weight: 700 !important;
}

.headlink4 a:hover {
    color: #97b038 !important;
}


