@import url(style_cs.1750007585.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');


/****************************************
Чистый стиль 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 {
  --body-bg: darkseagreen;
  --pun-bg: #efe7d7;
  --sec-bg: cornsilk;
  --el1: #3e2612;
  --link: #74571e;
  --link2: #efebe2;
  --link-hover: mediumseagreen;
  --pwidth: 220px;
  --pad1: 10px 20px;
  --pad2: 5px 20px;
  --pad3: 5px 10px;
  --gold: #ad8519;
  --text1: #74571e;
  --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: 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,
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;
}

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);
}

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: url(https://forumstatic.ru/files/001c/7a/1a/21623.png) no-repeat top center/cover;
}

/* тело */

#pun {
    margin: 104px auto 30px;
    width: 1100px;
    padding: 140px 50px 35px;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 3px var(--gold);
    background: linear-gradient(to left,transparent 47px,var(--gold) 47px,var(--gold) 50.5px,transparent 50.5px), url(https://forumupload.ru/uploads/001c/7a/1a/2/198496.jpg) repeat-y top right;
}

/* внутреннее тело */

.punbb {
  font: 12px Arial, Verdana;
  color: #8b691c;
  background: var(--pun-bg);
}

/* настройки внутренних блоков */

.punbb > div .container {
  padding: var(--pad1);
}

/* Навигационные ссылки */

#pun-navlinks {
   position: fixed;
   margin-left: 1000px;
}

#pun-navlinks .container {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 20px;
    width: 47px;
    box-sizing: border-box;
}

#pun-navlinks li {
  padding: 0 5px;
  display: inline;
}

#pun-navlinks li a {
  font-size: 0;
}

#pun-navlinks li a:before {
  content: '';
  font-family: var(--fa);
  font-size: 18px;
  color: var(--gold);
}

#pun-navlinks li#navindex a:before {
  content: '\f015';
}

#pun-navlinks li#navuserlist a:before {
  content: '\f0c0';
}

#pun-navlinks li#navsearch a:before {
  content: '\f002';
}

#pun-navlinks li#navprofile a:before {
  content: '\f007';
}

#pun-navlinks li#navpm a:before {
  content: '\f0e0';
}

#pun-navlinks li#navadmin a:before {
  content: '\f013';
}

#pun-navlinks li#navlogout a:before {
  content: '\f2f5';
}

#pun-navlinks li#navlogin a:before {
  content: '\f2f6';
}

#pun-navlinks li#navregister a:before {
  content: '\f02d';
}


/* Пользовательские ссылки */

#pun-ulinks {}

#pun-ulinks .container {
    text-align: center;
    background: var(--gold);
    padding: 5px 270px 5px 34px;
    width: fit-content;
    margin-left: auto;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 24px 100%);
}

#pun-ulinks li {
  padding: 0 5px;
  display: inline-block;
  line-height: 14px;
}

#pun-ulinks li a {
  font-size: 12px;
  font-family: "Arial";
  color: var(--link2);
  text-transform: lowercase;
}



/* Статус */

#pun-status {
    font-size: 9px;
    font-family: "Verdana";
    color: var(--text1);
    position: absolute;
    top: 16px;
    width: 1050px;
    margin-left: -25px;
    text-transform: uppercase;
}

#pun-status a {
    font-weight: bold;
    color: var(--link);
}

#pun-status .container {
    padding: 0;
}


#pun-status span {
  white-space: nowrap;
  margin-right: 5px;
}

/* Хлебные крошки */

.crumbs.container {
   text-align: center;
}

/* Копирайт */

#pun-about {}

#pun-about .container {
  text-align: center;
}


/* Главная форумная таблица
------------------------------------------*/


#pun-main h1 {
  display: none;
}

.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;
}

/* аватар */

.punbb td .user-avatar, #pun-index td .user-avatar {

}

.punbb td .user-avatar .avatar-image {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

/* Иконки */

div.icon {
  position: absolute;
  margin-left: -30px;
  width: 20px;
  height: 20px;
  background: var(--link) url() no-repeat top center;
}

tr.inew div.icon {
  background: var() url() no-repeat top center;
}

tr.isticky div.icon {
  background: var() url() no-repeat top center;
}

tr.iclosed div.icon {
  background: var() url() no-repeat top center;
}


/* Пагинация (Переключаемые страницы, Новая тема + Опрос, Подписка)
--------------------------------------------------------------------------------------------------- */

.multipage {
  margin-top: 10px;
}

.linkst {
  position: relative;
  padding: var(--pad2);
  display: flex;
  justify-content: space-between;
}

.linkst .pagelink {}

.linkst .postlink {
  text-align: right;
}

.linksb {
  position: relative;
  padding: var(--pad2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.linksb .pagelink {
  order: -1;
}

.subscribelink {
  width: 100%;
  text-align: right;
}

.linksb noindex {
  order: 1;
}

.linksb .postlink {
  margin-left: auto;
  text-align: right;
}

/* Модераторское меню, 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 {
    text-align: right;
    border-bottom: 10px solid #4c321d;
    width: 940px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 5px 20px;
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    color: var(--gold);
    text-transform: lowercase;
    letter-spacing: 1px;
}

#pun-index .category table {
    border-spacing: 10px 15px;
}

#pun-index .category td {
    background: #f4eddf;
    border: 1px solid #e5d8bf;
}

#pun-index .category .tcl {
    padding-left: 10px;
}

#pun-index .intd {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
}

#pun-index .intd:before {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background: #f4eddf;
    border: 1px solid #e5d8bf;
    box-sizing: border-box;
    z-index: 1;
    position: absolute;
    transform: rotate(45deg);
    left: -27px;
}

#pun-index div.icon {
    background: url(https://forumupload.ru/uploads/001c/7a/1a/2/449412.webp) no-repeat top center;
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    z-index: 2;
    margin: 0;
    left: -27px;
}

#pun-index .category h3 {
    margin-bottom: 10px;
}

#pun-index .category h3 a {
  font-size: 13px;
  font-family: "Arial";
  color: #8b691c;
  text-transform: uppercase;
  letter-spacing: 1px;
}


/* Статистика */

#pun-stats {}

#pun-stats .container {
    width: 940px;
    margin: 0 auto;
    letter-spacing: 1px;
    color: #9c792a;
}

/* заголовок статистики */

#pun-stats h2 {}

/* всего тем, всего сообщений */

.statswrap {
    display: flex;
    justify-content: center;
    gap: 40px;
    background: #f4eddf;
    border: 1px solid #e5d8bf;
    padding: 8px;
    margin-top: 5px;
}

#pun-stats li.item1,
#pun-stats li.item2, 
#pun-stats li.item3,
#pun-stats li.item4 {
}

.statswrap2 {
    display: flex;
    background: #f4eddf;
    border: 1px solid #e5d8bf;
    padding: 15px 20px;
    flex-direction: column;
    gap: 30px;
    margin-top: 15px;
}


/* зарегистрированных, последний зарегистрировавшийся */



/* активны, посетили за сутки */

li#onlinelist {
  text-align: justify;
}

/* Шапка
------------------------------------------*/

#pun-title {
    position: absolute;
    width: 1000px;
    height: 244px;
    top: 0;
    background: url(https://forumstatic.ru/files/001c/7a/1a/47678.webp) no-repeat top center;
}

/* скрыть заголовок в шаке */

#pun-title .title-logo {
  display: none;
}


/* Объявление
------------------------------------------*/

#pun-announcement {}

/* скрываем слово "объявление" */

#pun-announcement h2 {
  display: none;
}


/* Футер
------------------------------------------*/

#html-footer {
    background: url(https://forumupload.ru/uploads/001c/7a/1a/2/723579.webp) no-repeat bottom center #ad8519;
    height: 182px;
}

#html-footer .container {padding: 0;}


.footer-inner {
   margin-top: 20px;
   padding-top: 40px;
   display: flex;
   justify-content: space-between;
}

.footer-post {
  width: 370px;
  padding: 10px 15px;
  max-height: 110px;
}

.footer-post p {
    margin-bottom: 10px;
    color: #a48132;
    font-size: 11px;
    text-align: justify;
}

.footer-post a {
   font-weight: bold;
   font-style: italic;
   color: #9b7319;
   font-size: 11px;
}


.footer-img {
    position: relative;
    top: -60px;
}


/* баннеры */

.banners {
  width: 370px;
  max-height: 110px;
  padding: var(--pad1);
}

.banners .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    max-height: 85px;
    overflow: auto;
}

.banners a {
  opacity: .7;
}

.banners a:hover {
  opacity: 1;
}


/* Топик
------------------------------------------*/

.post {
  margin-top: 10px;
}

.toppost,
.topicpost {
  margin-top: 0;
}

/* контейнер поста */

.punbb .post .container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  padding: 10px 0px 0px;
}

/* дата и номер поста */

.post h3 {
    background: var(--el1);
    margin: 0 20px 0 240px;
    color: #a48132;
}

.post h3 a {
    color: #a48132;
}

.post h3 span {
    padding: 6px 20px 6px;
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
}

/* номер поста */

.post h3 strong {
  float: right;
  text-align: right;
  font-weight: normal;
}

/* Автор */

.post-author {
    background: url(https://forumupload.ru/uploads/001c/7a/1a/2/629789.jpg);
    width: var(--pwidth);
    text-align: center;
    padding-bottom: 0px;
    margin: -36px 0 30px;
}

.post-author ul {
}

.pa-author {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a47f04;
    padding: 3px 0px 0px;
    height: 24px;
    letter-spacing: 1px;
    font-size: 13px;
}

.pa-author a {
    color: #19180e;
}

.pa-title {
    padding: 8px 20px 8px 20px;
    color: #8a691f;
    text-transform: lowercase;
    font-size: 10px;
    letter-spacing: 1px;
}

.pa-avatar {
    margin-bottom: 10px;
}

.pa-avatar img {
    border: 1px solid #cca20e;
}

.lz {
    padding: 0px 20px 0px 20px;
    margin-bottom: 10px;
    color: #8a691f;
    font-size: 10px;
    letter-spacing: 1px;
    text-align: justify;
    text-align-last: center;
}

.lz-links {
    margin-top: 5px;
}

.lz-links a:hover {
    color: #a47f04;
}

.pa-posts, .pa-respect, .pa-fld2 {
   display: inline-block;
   margin: 0px 18px 20px;
   color: #ad8519;
}

.pa-posts .fld-name,
.pa-respect .fld-name,
.pa-fld2 .fld-name {
   display: block;
   font-size: 0;
   font-weight: bold;
}

.pa-posts .fld-name:before {
   content: '\f27a';
   font-family: var(--fa);
   font-size: 15px;
}

.pa-respect .fld-name a:before, .gid3 .pa-respect .fld-name:before {
   content: '\f004';
   font-family: var(--fa);
   font-size: 15px;
   color: #ad8519;
}

.pa-fld2 .fld-name:before {
   content: '\f005';
   font-family: var(--fa);
   font-size: 15px;
}

.pa-fld3 {
    width: 46px;
    height: 46px;
    background: var(--gold);
    box-sizing: border-box;
    margin: -20px auto 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(50%);
}


.pa-online,
.pa-last-visit {}


/* Тело поста */

.post-body {
  width: calc(100% - var(--pwidth));
}

.post-box {
  padding: 10px 20px;
}

.post-links {
  margin-left: var(--pwidth);
  width: 100%;
}

.post-links ul {
  padding: 0px 20px;
  margin-left: calc(var(--pwidth) * -1);
  text-align: right;
}

.post-links li {
  display: inline;
}

.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;
    min-height: 36px;
    max-height: 200px;
    height: auto !important;
}

/* цитата и код */

.quote-box, .code-box {
  margin: 4px 20px 10px;
}

.quote-box:not(.spoiler-box) blockquote, .code-box .blockcode, .quote-box.spoiler-box {
  background: var(--pun-bg);
  border: 2px solid var(--gold);
  padding: 10px 15px;
}

.quote-box blockquote p:last-of-type {
  padding: 0;
}

.quote-box cite, .code-box strong.legend {
    display: block;
    font-style: normal;
    width: fit-content;
    background: var(--gold);
    padding: 3px 6px;
    color: var(--link2);
    letter-spacing: 1px;
    font-weight: normal;
}

.code-box strong.legend a {
    color: var(--link2);
}

.post-sig dt {
  border-bottom: 1px solid var(--link-hover);
  width: 300px;
  margin: 10px auto;
}

/* Форма ответа */

#main-reply {
  box-sizing: border-box;
}

#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;
}

#viewprofile h2,
#profilenav h2 {
  padding: 0;
  margin: 0;
}

#viewprofile tr {
  display: flex;
  gap: 20px;
}

#viewprofile td {
    box-sizing: border-box;
    background: #f4eddf;
    border: 1px solid #e5d8bf !important;
    padding: 16px !important;
}

#profile-left {
  width: 290px;
  flex-shrink: 0;
  text-align: center;
  letter-spacing: 1px;
}

#profilenav li {
  padding: 0 0 5px;
}

#viewprofile li {
  padding: 5px 0;
}

#profile-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#profile-right li {
  display: flex;
}

#profile-right li strong {
  letter-spacing: 1px;
}

#profile-right li span {
  width: 150px;
  flex-shrink: 0;
  font-weight: bold;
}

#profile-left li strong, #profile-right li strong {
  font-weight: normal !important;
}

#profile-right li strong a {
  font-weight: bold;
}

#profile-right .lz {
  text-align: left;
  text-align-last: start;
  padding: 0;
}

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;
  opacity: .5;
  z-index: 9999;
  display: none;
  position: fixed;
  margin-left: 1000px !important;
  box-sizing: border-box;
  transition: all .3s linear 0s;
}

.go-up {
  top: 260px;
}

.go-down {
  top: 320px;
}

.go-down:hover,
.go-up:hover {
  opacity: 1;
}

