@import url(style_cs.1757107969.css);

/* Иконический шрифт */
@import url('https://fonts.googleapis.com/css2?family=Material+Icons+Outlined');

/*остальные шрифты шрифтяночки*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@font-face {
    font-family: 'Baron Neue';
    src: url('https://forumstatic.ru/files/001c/51/4b/24896.eot');
    src: local('Baron Neue'), local('BaronNeue'),
        url('https://forumstatic.ru/files/001c/51/4b/24896.eot?#iefix') format('embedded-opentype'),
        url('https://forumstatic.ru/files/001c/51/4b/97879.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001c/51/4b/77972.woff') format('woff'),
        url('https://forumstatic.ru/files/001c/51/4b/63195.ttf') format('truetype'),
        url('https://forumstatic.ru/files/001c/51/4b/70291.svg#BaronNeue') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nyght Serif';
    src: url('https://forumstatic.ru/files/001c/51/4b/11902.eot');
    src: local('Nyght Serif Medium Italic'), local('NyghtSerif-MediumItalic'),
        url('https://forumstatic.ru/files/001c/51/4b/11902.eot?#iefix') format('embedded-opentype'),
        url('https://forumstatic.ru/files/001c/51/4b/39947.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001c/51/4b/54249.woff') format('woff'),
        url('https://forumstatic.ru/files/001c/51/4b/11847.ttf') format('truetype'),
        url('https://forumstatic.ru/files/001c/51/4b/42906.svg#NyghtSerif-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nyght Serif';
    src: url('https://forumstatic.ru/files/001c/51/4b/92745.eot');
    src: local('Nyght Serif Regular Italic'), local('NyghtSerif-RegularItalic'),
        url('https://forumstatic.ru/files/001c/51/4b/92745.eot?#iefix') format('embedded-opentype'),
        url('https://forumstatic.ru/files/001c/51/4b/20371.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001c/51/4b/81602.woff') format('woff'),
        url('https://forumstatic.ru/files/001c/51/4b/63382.ttf') format('truetype'),
        url('https://forumstatic.ru/files/001c/51/4b/46188.svg#NyghtSerif-RegularItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    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: #eae5d7;
  --txt-main: #222;
  --link: #798361;
  --link-hover: #bb8954;
  --pun-bg: #f4f0e5;
  --wht: #fff;
  --sec-bg: #eae5d7;
  --pwidth: 228px;
  --pad1: 10px 20px;
  --pad2: 5px 20px;
  --pad3: 5px 10px;
  --font-family: "Baron Neue", sans-serif;
  --third-family: "Manrope", sans-serif;
  --font3: "Nyght Serif", sans-serif;
}

/* 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: url('https://forumstatic.ru/files/001c/58/60/14226.jpg') 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/58/60/14226.jpg') no-repeat top center/cover;
}

/* тело */

#pun {
  margin: 30px auto;
  width: 950px;
  background: var(--pun-bg);
  border-radius: 20px 20px 0 0;
  color: var(--txt-main);
}

/* внутреннее тело */

.punbb {
  font: 12px Arial, Verdana;
}

/* настройки внутренних блоков */

.punbb > div .container {
  padding: var(--pad1);
}

/* Навигационные ссылки */

#pun-navlinks {
   margin-top: 10px;
}

#pun-navlinks a {
    font-family: var(--font-family);
    font-size: 16px;
    color: var(--txt-main);
    text-transform: lowercase;
}

#pun-navlinks a:hover {
    color: var(--link-hover);
}

#pun-navlinks .container {
  text-align: center;
}

#pun-navlinks li {
  padding: 0 5px;
  display: inline;
}

/* Пользовательские ссылки */

#pun-ulinks {}

#pun-ulinks a {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 10px;
    text-transform: lowercase;
    text-align: center;
    color: var(--txt-main);
}

#pun-ulinks a:hover {
    color: var(--link-hover);
}

#pun-ulinks .container {
  text-align: center;
    padding-top: 0;
}

#pun-ulinks li {
  padding: 0 5px;
  display: inline;
}

/* Статус */

#pun-status {
    font-size: 11px;
    text-transform: lowercase;
}

#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%;
}

#pun-index .tc2,
#pun-index .tc3,
#pun-index .tcmod {
  visibility: hidden;
}

.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 {
 
}

/* аватар */

.punbb td .user-avatar, #pun-index td .user-avatar {

}

.punbb td .user-avatar .avatar-image {

}

/* Иконки */


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 {
  display: none;
}

/* категория */

#pun-index .category {

}

#pun-category1 {
    background: url(https://forumstatic.ru/files/001c/58/60/86228.jpg) no-repeat top center;
}

/* заголовок категории */

#pun-index .category h2 {}

#pun-index .category h2 span {
font-size: 0;
}

#pun-index .category .container{
    padding: 10px 40px;
}

/*форумы*/

#pun-index .category tr h3 a {
   font-family: var(--font-family);
   font-weight: 400;
   font-size: 16px;
   color: var(--txt-main);
}

#pun-index .category tr h3 a:hover {
   color: var(--link-hover);
}

#pun-index tbody.hasicon {
    display: block;
    padding: 20px;
}

#pun-index div.icon {
    position: relative;
    background: url(https://forumstatic.ru/files/001c/58/60/95389.png) no-repeat center;
    width: 126px;
    height: 103px;
    float: right;
    margin-right: -100px;
}

#pun-index .tclcon {
    width: 416px;
}

/* Статистика */

#pun-stats {}

/* заголовок статистики */

#pun-stats h2 {}

/* всего тем, всего сообщений */

#pun-stats li.item1,
#pun-stats li.item2 {
  float: left;
  clear: both;
}

/* зарегистрированных, последний зарегистрировавшийся */

#pun-stats li.item3,
#pun-stats li.item4 {
  text-align: right;
}

/* активны, посетили за сутки */

li#onlinelist {
  margin-top: 10px;
  text-align: justify;
}

/* Шапка
------------------------------------------*/

#pun-title {
    background: url(https://forumstatic.ru/files/001c/58/60/18796.jpg);
    height: 347px;
    border-radius: 20px 20px 0 0;
}

/* скрыть заголовок в шаке */

#pun-title .title-logo {
  display: none;
}

/* содержимое шапки в html-верх */

.tablica {
   position: relative;
}

.fmvhead {
    position: absolute;
    display: flex;
    width: 950px;
    padding: 33px 33px 0 67px;
    box-sizing: border-box;
    height: 347px;
    justify-content: space-around;
    color: var(--wht);
}

.fmv-left {
    width: 423px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-family: var(--font-family);
}

.fmv-left-desk span {
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 0.32em;
}

.fmv-left-title-1, .fmv-left-title-2 {
   text-align: right;
   font-size: 20px;
}

.fmv-left-title-3 span {
    font-family: var(--font3);
    font-style: italic;
    font-weight: 400;
    font-size: 161px;
}

.fmv-right {
   width: 236px;
    font-family: var(--third-family);
}

.fmv-right-desk {
    font-weight: 400;
    font-size: 10px;
    text-align: justify;
}

.fmv-right-percent {
    font-family: var(--font3);
    font-style: italic;
    font-weight: 400;
    font-size: 127px;
    color: var(--wht);
}

.fmv-right-links {
   border-radius: 32px;
    padding: 3px 21px;
    width: 235px;
    height: 18px;
    background: var(--link);
}

.fmv-right-links a {
    font-weight: 400;
    font-size: 10px;
    color: var(--pun-bg);
}

/* Объявление
------------------------------------------*/

#pun-announcement {}

/* скрываем слово "объявление" */

#pun-announcement h2 {
  display: none;
}


/* Футер
------------------------------------------*/

#html-footer {}

#html-footer .container {padding: 0;}

/* баннеры */

.banners {
  padding: var(--pad1);
}

.banners a {
  opacity: .7;
}

.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 {}

.post h3 span {
  padding: var(--pad2);
  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;
}

.post-author ul {
  padding: 10px;
}

.pa-author {}

.pa-author a {}

.pa-title {}

.pa-avatar img {}

.lz {}

.pa-posts,
.pa-respect {
  /* display: inline-block; */
}

.pa-online,
.pa-last-visit {}


/* Тело поста */

.post-body {
  width: calc(100% - var(--pwidth));
}

.post-box {
  padding: 10px;
}

.post-links {
  margin-left: var(--pwidth);
  width: 100%;
}

.post-links ul {
  padding: 0;
  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;
  max-height: 200px;
}

/* цитата и код */

.quote-box,
.code-box {
  margin: 4px 10px 10px;
  padding: 5px;
  border: 1px solid var(--link-hover);
  background: var(--sec-bg);
}

.quote-box cite {
  display: block;
  padding-bottom: 5px;
  font-weight: bold;
  font-style: normal;
}

.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;
}

/* Форма ответа */

#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;
}

#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;
}

#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;
  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;
}