@import url(style_cs.1751456706.css);

/* шрифты бланш */
@import url(https://forumstatic.ru/files/001a/28/10/55678.css); 

/* Иконический шрифт */
@import url('https://fonts.googleapis.com/css2?family=Material+Icons+Outlined');

/* Font Awesome */
@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');

@font-face {
    font-family: 'Marlino Regular Personal Use';
    src: url('https://forumstatic.ru/files/001c/43/fc/54674.eot');
    src: local('Marlino Regular Personal U'), local('MarlinoRegularPersonalUse'),
        url('https://forumstatic.ru/files/001c/43/fc/54674.eot?#iefix') format('embedded-opentype'),
        url('https://forumstatic.ru/files/001c/43/fc/47695.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001c/43/fc/56850.woff') format('woff'),
        url('https://forumstatic.ru/files/001c/43/fc/84814.ttf') format('truetype'),
        url('https://forumstatic.ru/files/001c/43/fc/60952.svg#MarlinoRegularPersonalUse') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/****************************************
Чистый стиль by Alex Kolmar (бродяга)
****************************************/

/* Полезные сервисные настройки
-------------------------------------------------------------*/

.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

#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: #BCBCE2;
  --pun-bg: #FFFCF5;
  --sec-bg: #F9F5EC;
  --link: #89515A;
  --link-hover: #711624;
  --textcolor: #323244;
  --pwidth: 224px;
  --pad1: 10px 40px;
  --pad2: 5px 20px;
  --pad3: 5px 10px;
  --font-family: "Century Gothic", sans-serif;
  --second-family: "Marlino Regular Personal Use", sans-serif;
  --iconsfont:'Material Icons Outlined';
}

.rose{
  --body-bg: #BCBCE2;
  --pun-bg: #FFFCF5;
  --sec-bg: #F9F5EC;
  --link: #89515A;
  --link-hover: #711624;
}

.blue{
    --body-bg: #C3A6A6;
    --pun-bg: #D8D6D3;
    --sec-bg: #E8E8E8;
    --link: #506B76;
    --link-hover: #2E4752;
}

/* 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);
}

del {
    opacity: 0.7;
    filter: blur(2px);
    text-decoration: none;
    transition: all .3s linear 0s;
}

del:hover {
    opacity: 1;
    filter: none;
    text-decoration: none;
}

.post-content hr {
    border: 1px dashed var(--body-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;
}

.multipage h1, .multipage h2 {
   display: none;
}

.multipage thead {
   display: none;
}

ul,
dl,
li,
dd,
dt {
  list-style: none;
}

address,
em {
  font-style: normal;
}

/* выключить список модераторов, отредактировано etc */

.modlist,
.lastedit,
.punbb div#pun-live-rusff,
.punbb .topic a.sharelink {
  display: none;
}

/* модальные окна, репутация, закладки etc */

#tags .container,
.post_report,
.post_reputation,
#MyBookmarks,
.inner.popup_graffiti,
.pun-modal .modal-inner,
.punbb-admin #pun-admin-award-form .inner {
  background: var(--sec-bg);
}

/* Формы
------------------------------------------- */

#font-area {
    height: 220px;
    width: 680px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    font-size: 10px;
    padding: 15px !important;
    max-height: 144px;
    overflow: auto;
}

/* ОФОРМЛЕНИЕ КНОПОК */

input.button,
#pun-admain input.button,
#sub4,
input[type="button"],
input[type="submit"] {
  padding: 2px 10px;
  cursor: pointer;
  transition: all .2s linear 0s;
   background: var(--body-bg);
    font-family: var(--font-family);
    text-transform: lowercase;
    border: 1px solid var(--body-bg);
    border-radius: 9px;
    padding: 7px 10px;
    font-size: 12px;
    color: var(--textcolor);
}

input.button:hover,
#pun-admain input.button:hover,
#sub4:hover,
input[type="button"]:hover,
input[type="submit"]:hover {}

select#mod-options {
    font-family: var(--font-family);
    font-size: 10px;
    background: var(--body-bg);
}

/* ОФОРМЛЕНИЕ ПОЛЕЙ ВВОДА */

input[type="text"],
input[type="password"],
textarea,
select {
  padding: 2px 5px;
    border: 1px solid var(--body-bg);
    background: var(--pun-bg);
    border-radius: 9px;
}

textarea,
input,
select,
optgroup {
  font-size: 12px;
  font-family: 'arial';
}

optgroup {
  font-weight: bold;
}

/* флажки и чекбоксы */

.checkfield input[type="checkbox"],
.radiofield input[type="radio"] {
  margin: 0 3px;
}

p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 20px;
  vertical-align: middle;
}

.formal .container {
  padding: var(--pad1);
}

.formsubmit {
  padding: 0;
  margin: 10px 0 0 0;
  text-align: center;
}

.formsubmit input,
.formsubmit a,
.formsubmit span {
  margin: 0 6px 0 0;
   background: var(--body-bg);
    font-family: var(--font-family);
    text-transform: lowercase;
    border: 1px solid var(--body-bg);
    border-radius: 9px;
    padding: 7px 10px;
    font-size: 12px;
    color: var(--textcolor);
}

fieldset {
  border: none;
}

fieldset legend {
  font-weight: bold;
  margin-bottom: 10px;
}

fieldset legend span { 
    font-family: var(--font-family);
    font-style: italic;
    border: 1px solid var(--body-bg);
    padding: 1px 6px;
    border-radius: 10px;
    background: var(--body-bg);
}

fieldset fieldset {
  border: none;
  margin: 0;
  padding: 0 0 8px 0
}

#plng {
    border: 1px solid var(--body-bg)!important;
    padding: 5px 5px 5px 8px !important;
    margin: 0 20px 0 5px!important;
    border-radius: 10px;
}

.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/43/fc/82531.png?v=1) no-repeat top center/cover;
}

.blue body::before {
  background: var(--body-bg) url(https://forumstatic.ru/files/001c/43/fc/87115.png) no-repeat top center/cover;
}

/* тело */

#pun {
  margin: 30px auto;
  width: 950px;
  background: var(--pun-bg);
  color: var(--textcolor);
  text-transform: lowercase;
}

/* внутреннее тело */

.punbb {
  font: 12px Arial, Verdana;
}

/* настройки внутренних блоков */

.punbb > div .container {
  padding: var(--pad1);
}

/* Навигационные ссылки */

#pun-navlinks {
    position: absolute;
    top: 35px;
    width: 950px;
    font-family: var(--font-family);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

#pun-navlinks a {
    color: #fff;
}

#pun-navlinks a:hover {
    font-style: italic;
}

#pun-navlinks .container {
  text-align: center;
}

#pun-navlinks li {
    display: inline;
    border-radius: 23px;
    padding: 4px 8px;
    text-transform: lowercase;
    font-size: 16px;
}

/* Пользовательские ссылки */

#pun-ulinks {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    text-transform: lowercase;
    text-align: center;
}

#pun-ulinks a {
    color: #323244;
}

#pun-ulinks .container {
  text-align: center;
}

#pun-ulinks li {
  padding: 0 5px;
  display: inline;
}

/* Статус */

#pun-status {
    font-family: var(--font-family);
    text-transform: lowercase;
    font-size: 10px;
}

#pun-status span {
  white-space: nowrap;
  margin-right: 5px;
}

.crumbs.container {
    font-family: var(--font-family);
    font-size: 10px;
    text-align: center;
    text-transform: lowercase;
}

/* Копирайт */

#pun-about {}

#pun-about .container {
  text-align: center;
}


/* Главная форумная таблица
------------------------------------------*/

.main table {
  table-layout: fixed;
  width: 100%;
}

.main th {
  padding: 5px 10px;
}

.main td {
  padding: 10px;
}

.tcl {
  width: 50%;
}

.tc2,
.tc3,
.tcmod {
  text-align: center;
  width: 10%;
}

#pun-index .tc2,
#pun-index .tc3,
#pun-index .tcmod {
  visibility: hidden;
}

.tcr {
  width: 30%;
}

#pun-index .tcr {
    text-align: right;
    padding-right: 20px;
}

#pun-index td .user-avatar {
    float: right;
    margin: 1px 0 2px 11px;
}

#pun-index td .avatar-image {
    outline: 2px solid var(--body-bg);
}

.lastpost-link, .lastpost {
    font-family: var(--font-family);
    text-transform: lowercase;
    text-align: center;
    color: #323244;
}

.lastpost-link {
   font-size: 12px;
}

.lastpost {
   font-size: 10px;
}

#pun-searchtopics .tcl,
#pun-modviewforum .tcl {
  width: 40%
}

#pun-searchtopics .tc2 {
  text-align: left;
  width: 20%;
}

#pun-debug table .tcl {
  width: 15%;
}

#pun-debug .tcr {
  width: 90%;
}

#pun-index tbody.hasicon {
    border-radius: 17px;
    background: var(--sec-bg);
    display: block;
    padding: 23px;
}

tbody.hasicon td.tcl {
  padding-left: 40px;
}

.desktext {
    font-family: var(--font-family);
    font-size: 10px;
    text-transform: lowercase;
    color: #323244;
}

.desklink {
   margin-top: 10px;
   display: flex;
   gap: 5px;
}

.desklink a {
    border: 1px solid var(--body-bg);
    padding: 3px 8px;
    border-radius: 5px;
    color: var(--textcolor);
}

.desklink a:hover {
    border: 1px solid var(--body-bg);
    background: var(--body-bg);
    padding: 3px 8px;
    border-radius: 5px;
    color: white;
}

/* список тем в форуме */

div#pun-viewforum tbody.hasicon {
}

tr.tr-divider.imp, tr.tr-divider.st {
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

tr.tr-divider.st {
    background: var(--pun-bg);
    color: var(--link-hover);
}

tr.tr-divider.imp {
    border-radius: 9px 9px 0 0;
    background: var(--link);
    color: #fff;
}

div#pun-viewforum tbody.hasicon tr, div#pun-searchtopics tbody.hasicon tr {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
    font-size: 11px;
}

#pun-viewforum table {
    background: var(--sec-bg);
    border-radius: 9px;
}

#pun-viewforum tc2::before {
     content: "ответов";
}


/* аватар */

.punbb td .user-avatar, #pun-index td .user-avatar {

}

.punbb td .user-avatar .avatar-image {

}

/* Иконки */


#pun-index div.icon {
    position: absolute;
    margin-left: -20px;
    width: 8px;
    height: 30px;
    background: var(--body-bg);
    border-radius: 0;
}

#pun-index tr.inew div.icon {
    position: absolute;
    margin-left: -20px;
    width: 8px;
    height: 30px;
    background: var(--link);
    border-radius: 0;
}

div.icon {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: -30px;
    background: var(--body-bg);
}

tr.inew div.icon {
  background: var(--link) url() no-repeat top center;
}

tr.isticky div.icon {
  background: #323244;
}

tr.iclosed div.icon {
  background: #3D2929;
}

#pun-index .tclcon {
  width: 362px;
}

/* Оформление всплывающей  подсказки © Домовой */
#tooltip {
    position:absolute;
    background-color:var(--link); /* фон подсказки */
    z-index: 999;
    max-width:200px; /* максимальная ширина подсказки */
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    font-family:var(--font-family);
    font-size:12px; /* размер текста */
    display:none;
    color:#fff; /* цвет текста */
    text-align:center;
    padding:4px;
    text-transform: lowercase;
}



/* Пагинация (Переключаемые страницы, Новая тема + Опрос, Подписка)
--------------------------------------------------------------------------------------------------- */

.multipage {
  margin-top: 10px;
}

.linkst {
  position: relative;
  padding: var(--pad2);
  display: flex;
  justify-content: space-between;
  margin: 0 30px 10px;
  text-transform: lowercase;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 10px;
  color: var(--textcolor);
}

.linkst .pagelink, .linksb {
  text-transform: lowercase;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 10px;
  color: var(--textcolor);}

.linkst .postlink {
  text-align: right;
}

.linksb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#pun-viewtopic .linksb, #pun-main.main.multipage .linksb {
  position: relative;
  padding: var(--pad2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 30px 10px;
}

#pun-main.main.multipage .tcr a, #pun-main.main.multipage .tcr .byuser {

}

.linksb .pagelink {
  order: -1;
}

.subscribelink {
  width: 100%;
  text-align: right;
}

.linksb noindex {
  order: 1;
}

.linksb .postlink {
  margin-left: auto;
  text-align: right;
}

.postlink.long {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.postlink.long .new-topic {
    padding-right: 5px!important;
}

.postlink.long .new-topic, .postlink.long .new-poll {
    background: var(--link);
    padding: 2px 5px;
    border-radius: 10px;
}

.postlink.long .new-topic:hover, .postlink.long .new-poll:hover {
    background: var(--link-hover);
}

.postlink.long a {
    color: white;
}

.topic-users-in {
    font-family: var(--font-family);
    font-size: 11px;
}

/* Модераторское меню, RSS, Atom */

.modmenu .container {
  padding: var(--pad3);
  text-align: right;
}

.modmenu .container strong {
  float: left;
}

.modmenu input {
  margin-left: 10px;
}
.modmenu strong ::before {
    content: '\f591';
    font-family: 'Font Awesome 6 Pro';
    padding: 0 6px 0 0;
    font-weight: 600;
}

.modmenu strong {
    font-family: var(--font-family);
    font-size: 11px;
}

/* Главная
------------------------------------------*/

/* скрыть "форум, тем, сообщений" */

#pun-index thead {
  display: none;
}

/* категория */

#pun-index .category {}

/* заголовок категории */

#pun-index .category h2 {
   padding: 0 50px;
}

#pun-index .category h2 span:not(.categoryTool) {
font-family: var(--second-family);
    font-weight: 400;
    font-size: 28px;
    text-transform: lowercase;
    text-align: center;
    color: var(--textcolor);
    background: url(https://forumstatic.ru/files/001c/43/fc/91116.png) no-repeat top right;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    align-items: center;
}

.blue #pun-index .category h2 span:not(.categoryTool) {
    background: url(https://forumstatic.ru/files/001c/43/fc/45819.png) no-repeat top right;
}

.categoryTool {
    font-family: var(--font-family);
    font-style: italic;
    font-weight: 400;
    font-size: 9px;
    text-transform: lowercase;
    color: #323244;
    width: 200px;
    display: block;
    text-align: left;
}


/* форумы */

#pun-index .tcl h3 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
}

#pun-index .tcl h3 a {
    color: #323244;
}

#pun-index .tcl h3 a:hover {
    letter-spacing: 0.1em;
}

/* Статистика */

#pun-stats {}

#pun-stats .container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    text-transform: lowercase;
    font-family: var(--font-family);
    font-size: 10px;
}

.online-list {
    font-size: 11px;
    font-family: var(--font-family);
}

/* заголовок статистики */

#pun-stats h2 {
   display: none;
}

/* всего тем, всего сообщений */

#pun-stats li.item1,
#pun-stats li.item2 {
  clear: both;
    background: var(--sec-bg);
    padding: 5px 25px;
    border-radius: 23px;
}


/* зарегистрированных, последний зарегистрировавшийся */

#pun-stats li.item3,
#pun-stats li.item4 {
    background: var(--sec-bg);
    padding: 5px 25px;
    border-radius: 23px;
}

/* активны, посетили за сутки */

li#onlinelist {
  margin-top: 10px;
  text-align: justify;
    flex-grow: 1;
    width: 100%;
}

/* Шапка
------------------------------------------*/

#pun-title {
    background: url(https://forumstatic.ru/files/001c/43/fc/44630.png);
    height: 339px;
    width: 950px;
}

.blue #pun-title {
    background: url(https://forumstatic.ru/files/001c/43/fc/98034.png);

}

/* скрыть заголовок в шаке */

#pun-title .title-logo {
  display: none;
}

/* содержимое шапки в html-верх */

.tablica {
    position: absolute;
    width: 950px;
    height: 280px;
    top: 90px;
    display: flex;
    justify-content: space-between;
    padding: 0 50px 50px;
    box-sizing: border-box;
    align-items: flex-end;
    pointer-events: none;
}

.tableft {
    width: 322px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    pointer-events: all;
}

.tabright {
    pointer-events: all;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    margin: 0 20px 0 0;
}

.bestep, .actshead, .map {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    text-transform: lowercase;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 10px;
    position: relative;
    width: fit-content;
}

.actshead span, .map span {
    display: block;
    position: relative;
    z-index: 2;
}

.bestep span {
    font-style: italic;
}

.bestep a {
    color: #fff;
    width: fit-content;
    position: relative;
}

.bestep a span {
    z-index: 2;
    position: relative;
}

.bestpost {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    text-transform: lowercase;
    text-align: center;
    color: #fff;
    font-style: italic;
    position: relative;
}

.bestpostextra {
    z-index: 2;
    position: relative;
}

.bestpost a {
    color: #fff;
   font-weight: 700;
}

.bestquote {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    text-transform: lowercase;
    color: #fff;
    text-align: justify;
    width: 322px;
    height: 77px;
    padding: 10px 10px 10px 15px;
    box-sizing: border-box;
    backdrop-filter: blur(4px);
    background: rgba(217, 217, 217, 0.08);
    border-radius: 5px;
    -webkit-backdrop-filter: blur(4px);
}

.bestquote p {
    overflow: auto;
    height: 60px;
    scrollbar-color: var(--link) transparent;
    padding-right: 10px;
}

.underline {
    display: block;
    backdrop-filter: blur(2px);
    background: rgba(109, 21, 21, 0.31);
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    z-index: 1;
    padding: 0 10px;
    left: 50%;
    transform: translateX(-50%);
}

.blue .underline {
    background: rgba(19, 41, 83, 0.31);
}

.acts {
   display: flex;
   gap: 15px;
   margin-bottom: 40px;
}

.acts a {
    width: 40px;
    height: 40px;
    display: block;
    outline: 1px dotted white;
    outline-offset: 2px;
    border-radius: 8px;
}

.acts a::before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 8px;
    background: #3D2929;
    position: absolute;
    opacity: 0.35;
}

.blue .acts a::before {
    background: #29293D;
}

.acts a:hover:before {
    opacity: 0;
}

.acts img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 7px;
}

.map {
    margin: 0 50px 10px 0;
}

.headquote {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    text-transform: lowercase;
    text-align: left;
    color: #fff;
    margin-bottom: 5px;
}

.headquote span {
    border-bottom: 1px dotted white;
}

.headname {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 28px;
    text-transform: lowercase;
    text-align: right;
    color: #fff;
    margin-bottom: 5px;
}

.headinfo {
    font-family: var(--font-family);
    font-style: italic;
    font-weight: 400;
    font-size: 8px;
    text-transform: lowercase;
    text-align: right;
    color: #fff;
}

/* Объявление
------------------------------------------*/

#pun-announcement {}

/* скрываем слово "объявление" */

#pun-announcement h2 {
  display: none;
}


/* Футер
------------------------------------------*/

#html-footer {}

#html-footer .container {padding: 0;}

/* баннеры */

.banners {
  padding: var(--pad1);
  background: var(--link);
  height: 80px;
}

.banners .container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    justify-content: center;
    overflow: auto;
    height: 75px;
    scrollbar-width: thin;
    scrollbar-color: var(--link) var(--link-hover);
}

.banners a {
  opacity: .7;
}

.banners a:hover {
  opacity: 1;
}


/* Топик
------------------------------------------*/

.post {
    background: var(--sec-bg);
    margin: 20px 30px  0;
    border-radius: 10px;
    padding: 5px;
}

.toppost,
.topicpost {
  margin-top: 0;
}

/* контейнер поста */

.post > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
   padding: 10px 15px !important;
}

/* дата и номер поста */

.post h3 {}

.post h3 span {
  padding: var(--pad2);
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 11px;
  text-transform: lowercase;
  color: var(--link);
  border-bottom: 1px dashed var(--body-bg);
}

.permalink::before {
 content: '\e8b5';
 font-family: var(--iconsfont);
 padding: 0 5px 0 0;
}

.permalink {
  color: var(--link);
}

/* номер поста */

.post h3 strong::before {
 content: '# ';
}

.post h3 strong {
  float: right;
  text-align: right;
  font-weight: normal;
}

/* Автор */

.post-author {
  width: var(--pwidth);
  text-align: center;
  box-sizing: border-box;
  background: var(--sec-bg);
  border: 1px solid var(--body-bg);
  border-radius: 9px;
  margin-bottom: 15px;
  position: relative;
}

.post-author ul {
  padding: 10px;
}

.pa-author {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 15px;
    text-transform: lowercase;
    text-align: center;
    color: var(--textcolor);
}

.pa-author a {
    color: var(--textcolor);
}

.pa-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    text-transform: lowercase;
    text-align: center;
    margin-bottom: 10px;
}

.pa-avatar img {
    border-radius: 9px;
    outline: 1px solid var(--body-bg);
    outline-offset: 5px;
    margin-bottom: 15px;
}

.lz {
    border-bottom: 1px dashed var(--body-bg);
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-top: 1px dashed var(--body-bg);
    padding-top: 5px;
}

.lz .name {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    text-transform: lowercase;
    display: block;
    color: var(--textcolor);
}

.lz .name::before, .lz .name::after {
   content: '-';
   padding: 5px;
    font-family: var(--second-family);
}

.lz .info::before {
   content: "\f10d";
    font-family: 'FontAwesome';
}

.lz .info {
    font-family: var(--font-family);
    font-size: 10px;
    text-transform: lowercase;
    text-align: center;
    color: var(--textcolor);
    border-radius: 30px;
    padding: 2px 3px;
    font-size: 10px;
    font-style: italic;
    color: #696969;
    margin: 3px 0 10px 0;
}



.lz quote {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    text-transform: lowercase;
    text-align: center;
    color: var(--textcolor);
}

.addflds {
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.4);
    border-radius: 16px;
    width: fit-content;
    margin: 25px auto 1px;
    padding: 2px 13px;
    position: relative;
    z-index: 1;
}

.pa-posts,
.pa-respect,
.pa-fld2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 10px;
    text-transform: lowercase;
    text-align: center;
    color: var(--textcolor);
    padding: 0 5px;
    display: inline-block;
}

.pa-fld3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 222px;
    height: 52px;
}

.pa-fld3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 0 0 8px 8px;
}



.pa-online,
.pa-last-visit {}

.pa-online, .pa-last-visit {
    display:none!important;
}


/* Тело поста */

.post-body {
  width: calc(100% - var(--pwidth));
}

.post-box {
  padding: 10px;
  text-transform: none;
}

.post-links {
  margin-left: var(--pwidth);
  width: 100%;
  text-transform: lowercase;
  font-family: var(--font-family);
  font-size: 10px;
}

.post-links ul {
  padding: 0;
  margin-left: calc(var(--pwidth) * -1);
  text-align: right;
}

.post-links li {
  display: inline-flex;
  align-items: center;
}

.post-links li:not(:first-of-type) {
  padding-left: 10px;
}

.pl-email,
.pl-website {
  float: left;
}

.clearer {
  clear: both;
  height: 0;
  font-size: 0;
}

li.pl-email.profile::before {
 content: '\e7fd';
 font-family: var(--iconsfont);
 margin-right: 6px;
 color: var(--link);
}

li.pl-email.pm::before {
 content: '\e163';
 font-family: var(--iconsfont);
 margin-right: 6px;
 color: var(--link);
}

li.pl-email.email::before {
 content: '\e0e6';
 font-family: var(--iconsfont);
 margin-right: 6px;
 color: var(--link);
}

li.pl-delete::before {
 content: '\e872';
 margin-right: 6px;
 font-family: var(--iconsfont);
 color: var(--link);
}

li.pl-edit::before {
 content: '\e3c9';
 font-family: var(--iconsfont);
 margin-right: 6px;
 color: var(--link);
}

li.pl-quote::before {
 content: '\e244';
 margin-right: 6px;
 font-family: var(--iconsfont);
 color: var(--link);
}


/* Контент поста - цитата, спойлер, таблицы и т.п. */

.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 12px;
  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;
    padding: 9px;
    border: 1px solid var(--body-bg);
    background: var(--pun-bg);
    border-radius: 9px;
}

.quote-box cite {
    display: block;
    padding-bottom: 7px;
    font-family: var(--font-family);
    font-style: italic;
    font-weight: 700;
    font-size: 13px;
    text-transform: lowercase;
    color: var(--textcolor);
    border-bottom: 1px dashed var(--body-bg);
}

.quote-box blockquote {
padding: 10px 0 0 0;
}

.code-box strong.legend {
  display: block;
  padding-bottom: 5px;
  font-weight: bold;
  font-style: normal;
}

.post-sig dt {
  border-bottom: 1px solid var(--link-hover);
  width: 300px;
  margin: 10px auto;
}

.punbb .post-content .spoiler-box > div, .punbb .post-content .spoiler-box > div.visible {
    background: url(https://forumstatic.ru/files/001c/43/fc/91116.png?v=1) no-repeat left center / 14px;
}

/* Форма ответа */

#main-reply {
  box-sizing: border-box;
}

#tags {
  position: relative;
}

#tags .container {
  padding: var(--pad3) !important;
  top: 0 !important;
}


/* Профиль + ЛС
------------------------------------------*/
#profile {
   padding: var(--pad1);
}

#viewprofile tr { 
    display: flex;
    gap: 40px;
    font-family: var(--font-family);
}

#pun-profile h1 {
  display: none;
}

#profile .container {
  padding-left: 200px;
  min-height: 100px;
}

#profilenav {
  float: left;
  margin-left: -180px;
}

#viewprofile h2,
#profilenav h2 {
   text-align: center;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 10px;
    background: var(--body-bg);
    color: black;
    padding: 2px 3px;
    border-radius: 10px;
}

#profilenav li {
  padding: 0 0 5px;
}

#viewprofile li {
  padding: 5px 0;
}

#viewprofile td#profile-left {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    background: var(--sec-bg);
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid var(--body-bg);
}

#profile-name {
    font-size: 15px;
    font-style: italic;
}

#viewprofile td#profile-right {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    box-sizing: border-box;
    gap: 10px;
    flex-direction: row;
}


#profile-right li {
   display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: center;
    gap: 10px;
    text-align: center;
    background: var(--sec-bg);
    padding: 0 5px;
    border-radius: 10px;
    border: 1px solid var(--body-bg);
}


#profile-right li span {
    flex-shrink: 0;
    text-align: center;
}

#profile-left li strong, #profile-right li strong {
  font-weight: normal !important;
  padding-left: 0 !important;
}

img.avatardemo {
  float: right;
  margin: 0 0 8px 18px;
}

#pun-messages .clearer {
  display: none;
}

/* Прочие страницы
------------------------------------------*/

/* Список пользователей */

#pun-userlist .formal,
#pun-userlist .formal .container {
  margin-bottom: 0;
}

#pun-userlist .tc2 {
  text-align: left;
  width: 20%;
}

#pun-userlist .tcl {
  width: 40%
}

.usertable .container {}

/* Собщения об ошибках */

.info .container {
  padding: var(--pad3);
}

.info .container .backlink {
  padding-top: 8px;
}

/* Регистрация */

.info-box {
  margin: 0 0 10px 0;
}

.info-box * {
  padding: 0 0 5px 0;
}

.info-box .legend {
  font-weight: bold;
}

.jGrowl-notification .jGrowl-close {
  position: relative;
  right: 6px;
}

/* Кнопки вверх-вниз
-------------------------------------------------------*/

.go-up,
.go-down {
  cursor: pointer;
  opacity: .8;
  z-index: 9999;
  display: none;
  position: fixed;
  box-sizing: border-box;
  transition: all .3s linear 0s;
}

.go-up {
   top: 260px;
   background: url(https://forumstatic.ru/files/001c/43/fc/48947.png); 
   height: 130px; 
   width: 130px; 
   margin-left: 900px !important;
}

.blue .go-up {
   background: url(https://forumstatic.ru/files/001c/43/fc/53737.png); 
}

.go-down {
  top: 320px;
   background: url(https://forumstatic.ru/files/001c/43/fc/69026.png); 
   height: 140px; 
   width: 187px; 
   margin-left: 900px !important;
}

.blue .go-down {
   background: url(https://forumstatic.ru/files/001c/43/fc/13997.png); 
}

.go-down:hover,
.go-up:hover {
  opacity: 1;
}

/* БыстроПлюсы для Топика */
.noNull:before {
  content: "+";
  font-size: 9px;
  display: inline-block;
  margin-left: -6px;
  margin-top: 0px;
  position: absolute;
}
div .post-rating p>a {
  text-align: center;
  outline: 1px solid transparent;
  font-weight: 700;
  background: url(https://forumstatic.ru/files/001b/a6/d4/26514.svg) no-repeat center;
  background-size: 38px auto;
  position: relative;
  padding-left: 1px;
  z-index: 100;
  width: 38px;
  height: 38px;
  text-align: center;
  font-size: 12px !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  letter-spacing: 2px;
   color: var(--link);
}
div.dark-style .post-rating p>a {
  color: #6BC8AF !important;
}
div.post-vote {

}

div.post-vote p>a {
  font-size: 0 !important;
  position: absolute;
  cursor: pointer;
  z-index: 200;
  width: 23px;
  height: 23px;
  background: url(https://forumstatic.ru/files/0012/d8/04/75043.png?) no-repeat;
  display: block;
  background-size: 100%;

}
.post.dark-style div.post-vote p>a {
  background: url(https://forumstatic.ru/files/0012/d8/04/38128.png?) no-repeat;
  background-size: 100%;
}

.punbb div.post-vote p {
  padding: var(--pad1)!important;
  margin: 0!important;
}