/* импорты стилей */
  @import url(style_cs.1776072679.css);


:root {
--font1: neofaceb;
--font2: inter;
--font3: Montserrat;
}

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


@font-face {
font-family: 'neofaceb';
src: url('https://forumstatic.ru/files/0013/90/09/74406.eot?'),
url('https://forumstatic.ru/files/0013/90/09/76277.woff') format('woff'),
url('https://forumstatic.ru/files/0013/90/09/70685.ttf') format('truetype'),
url('https://forumstatic.ru/files/0013/90/09/90056.svg#svgFontName') format('svg');
font-weight: normal;
font-style: normal;
}



/* НЕ ТРОГАТЬ -------------------------------------------------------------*/
.punbb address, .punbb em {font-style: normal}
.punbb .post-content em {font-style: italic}
.punbb .post-content em.bbuline {font-style: normal; text-decoration: underline;}
/* выпадающие списки */ .punbb optgroup {font-weight: bold;}
/* скрывающие элементы в контенте, редактируемая*/
#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;}
.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, 
#pun-title h1,
#pun-announcement h2
{font-size: 0; height: 0; width: 0; line-height: 0.0; position:absolute; left: -9999px; overflow: hidden}

#pun-debug table .tcl {width: 15%;white-space:normal;}
#pun-debug .tcr {width: 90%; white-space: normal;}



/*************************************************************
ОБЩИЕ НАСТРОЙКИ
**************************************************************/

/* задний фон*/ 
html {background: #15130d url(https://upforme.ru/uploads/0013/90/09/2/598407.png); overflow-x:hidden; background-attachment: fixed;}

/* тело форума общее*/ 
body {
font: 11px verdana; color: #2c2b2b;
margin: 0 auto !important;
width: 1000px;
}



div#pun-announcement {text-align: left; margin: 0 auto; position: absolute; top: 0;}


/* тело форума внутрянка*/ 
#pun {
background: #b5b9b1 url(https://upforme.ru/uploads/0013/90/09/2/378998.jpg);
position: relative;
border-radius: 13px 13px 0px 0px;
margin: auto;
margin-bottom: 100px!important; /* отступ снизу экрана*/ }

/* ссылки на всём форуме*/ .punbb a {text-decoration: none; color: #8a662d;}

/* общие отступы */
.punbb .section, .punbb .main {margin: 0px 30px;}

/* футер */
div#pun-about {
    background: url(https://upforme.ru/uploads/0013/90/09/2/733990.png);
    height: 56px; 
    width: 1000px; 
    margin-left: 0px;
}

div#html-footer {margin: -50px 0px 0px 0px;} /* отвечает за расположение футера */
div#pun-about {margin-bottom: -50px;} /* чем больше значение, тем выше низ */


/*************************************************************
ШАПКА ФОРУМА
**************************************************************/


/* шапка*/ 
#pun-title table {
  position: relative;
  width: 1000px;
  height: 330px;
  margin-left: -30px;
  margin-top: 48px;
  margin-bottom: 0;
  background: url(https://forumstatic.ru/files/0013/90/09/30700.png);
}

/*************************************************************
КАТЕГОРИИ
**************************************************************/
/* отступ категорий */ .punbb .category, {margin-top: 9px;}
/* отсутствие отступа перед 1 категорией */ .punbb #pun-category1, {margin-top: 0;}


/* убираем название форум, тем, сообщений */
.category thead{
    display: none;
}

#pun th {font-size: 0px;}

#pun-index h2 {font-size: 0px;}



/* ЗАГОЛОВКИ НА ФОРУМЕ */ 
.punbb h1, .punbb h2, .punbb table, .punbb th {font-size: 12px; font-weight: normal; padding: 15px 10px;}
.punbb h3, .punbb h4 {font-size: 11px;}


/* отображение модераторов на главной странице */
.punbb td .modlist {
  display: block;
  padding-top: 5px
  }


/*************************************************************
РАЗНОЕ
**************************************************************/

/* ПЕРЕАДРЕСАДИЦИЯ */
#pun-redirect, #pun-maint {margin: 50px 20% 12px 20%; width: auto; float: none;}



/* СТРАНИЦА РЕГИСТРАЦИИ */
.punbb .info-box { padding: 10px; margin: 0 0 8px 0;}
.punbb .info-box * {padding: 0 0 6px 0;}
/* заголовок */ .punbb #pun-main .info-box .legend {font-size: 13px; font-weight: bold;}



 /* ЦИТАТЫ И КОДЫ
-------------------------------------------------------------*/

/* текст в теге кода */ .punbb pre {font-size: 11px; font-family: arial; line-height: 11px;}
/* контент в коде */ .punbb .post-content .blockcode, .punbb .post-content blockquote {overflow: hidden;}
/* скролл у кода, можно задать высоту блока*/ .punbb .post-content .scrollbox {width: 100%; overflow: auto; max-height: 90px;}

/* бокс кода*/
 .punbb .post-content .code-box {
margin: 6px 10px 6px 10px;
    padding: 6px;
    border: 1px solid #b8bfb4;
    background: #b5bab3;
    border-radius: 8px;
  }

/* бокс цитаты*/
.punbb .post-content .quote-box {
margin: 6px 10px 6px 10px;
    padding: 6px;
    border: 1px solid #b8bfb4;
    background: #b5bab3;
    border-radius: 8px;
  }

/* заголовок цитат */
.punbb .quote-box cite {
  display: block;
  padding-bottom: 6px;
   font-size: 11px;
    font-family: var(--font2);
    color: #7c5d25;
    font-weight: 500;
    font-style: normal;
  }

/* заголовок кодов */
.punbb .code-box strong.legend {
  display: block;
  padding-bottom: 6px;
   font-size: 11px;
    font-family: var(--font2);
    color: #7c5d25;
    font-weight: 500;
    font-style: normal;
  }





/* ПАГИНАЦИЯ
-------------------------------------------------------------*/

/* пагинация общее ВЕРХНЕЕ, шрифт и т.д. */
.punbb .linkst {position: relative; height: 0;}

/* расстояние между пагинацией и рекламой форума */
.multipage {margin-top: 50px;}

/* нумерация страниц */
.linkst .pagelink {position: absolute; top: -30px; left: 10px;}

/* новая тема, новый опрос */
.linkst .postlink {position: absolute; top: -40px; right: 10px; text-align: right; font-weight: bold;}



/* пагинация общее НИЖНЕЕ, шрифт и т.д. */
.punbb .linksb {text-align: right; padding: 4px 10px;}

/* нумерация страниц */
.linksb .pagelink {float: left; text-align: left;}

/* новая тема, новый опрос */
.linksb .postlink {float: right; font-weight: bold}



.subscribelink {clear:both; padding: 5px 0;}



/*************************************************************
ФОРМЫ
**************************************************************/

/* таблицы форума */ .punbb .main table {table-layout: fixed;width: 100%;}
/* списки */ .punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {list-style: none;}
/* выпадающие списки */ .punbb input, .punbb select, .punbb optgroup {background: #a2a7a1;
    border: 1px solid #767676;
    border-radius: 5px;
    font-size: 10px;
    font-family: var(--font3), arial;
    text-transform: lowercase;}

/* радио и чекбоксы */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 6px;}
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
height: 1.8em; vertical-align: middle;}

/* форма ответа */ .punbb textarea {    font: 11px verdana;
    background: #b2b7b1;}


/* контейнер формы ОБЩЕЕ */
.punbb .formal .container {padding: 10px 20px;}

.punbb .formsubmit {
  padding: 0 0 0 15px;
  margin: 10px 0 0 0;
  }

/* кнопки ответа "отправить" */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {margin: 0 10px 0 0;
    background: #a2a7a1;
    border: 1px solid #767676;
    border-radius: 5px;
    font-size: 10px;
    font-family: var(--font3);
    text-transform: lowercase;}

/* блоки в профиле, где имя email, подпись и т.д. */
.punbb fieldset {border: none; padding: 0 18px 0 18px; margin: 0 0 10px 0}

/* надписи в профиле у блоков */
.punbb fieldset legend {padding: 0; font-size: 10px; font-family: var(--font2);}
.punbb fieldset legend span {padding: 0px;}


.punbb fieldset fieldset {border-style: none; margin: 0;padding: 0 0 8px 0}
.punbb .fs-box {padding: 3px 0;}

#pun-userlist .fs-box.inline {padding: 3px 10px;
    margin: 5px 0;
    background: #bfc3be;
    border-radius: 8px;
    border: 1px solid #cbcdca;}

.punbb .fs-box p, .punbb .fs-box fieldset {padding: 0 0 8px 0}
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {float: left; margin-right: 10px;}
.punbb .inline .infofield {clear:both}
.punbb .datafield br {display: none}
.punbb .required label, .punbb .datafield span.input {font-weight: bold}
.punbb .datafield span.input a {font-weight: normal;}


.punbb .areafield span.input, .punbb p.longinput span.input {display: block; padding: 0 120px 0 0; height: 100%; /* For IE */}

.punbb textarea, .punbb .longinput input {width: 64%;margin: 0;}
.punbb .hashelp {position: relative;}




/*************************************************************
ТАБЛИЦЫ
**************************************************************/

.punbb .main td {padding: 5px 15px;}
.punbb .main th {padding: 4px 10px;}


/* тем и сообщений */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 4%;
    font-size: 9px;
    font-family: var(--font2);
  }

/* последнее сообщение */
.punbb .main .tcr {
  overflow: hidden; /*убрать если будем ставить декор за предел блока*/
  width: 30%;

  }

/* модерация, юзерлист, поиск */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {width: 40%}  /*ставится на 10% меньше, чем ширина оформление подфорумов*/

/* при поиске вместо колонки тем, ширину ставить больше чем колонка тем и сообщений */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 { text-align: left;width: 20%;}



/*************************************************************
ПОДФОРУМЫ
**************************************************************/


/* 1 ячейка на главной странице "оформление подфорумов" */
.punbb .main .tcl {
  overflow: hidden;    /*убрать если будем выдвигать иконку за пределы блока подфорума*/
  width: 65%;
  }

/* НАЗВАНИЕ ПОДФОРУМОВ */
#pun-index .tcl h3 {
    font-family: var(--font1);
    font-weight: bold;
margin-bottom: 5px;
}

#pun-index .tcl h3 a {color: #685241;}

.punbb td div.tclcon {
    text-align: justify;
    color: #3d3e3d;
    font-size: 10px;
    font-family: verdana;
    letter-spacing: 0.1px;
}


.intd {
    display: flex;
    align-items: center;
}

.category tr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; 
margin-top: 20px;}

/* иконки */
.punbb tbody.hasicon td.tcl {padding-right: 35px;}

.punbb div.icon {
  position: absolute;
  width: 20px; /*ширина иконок*/
  height: 19px; /*высота иконок*/
  margin-left: -35px; /*отступ слева*/
  }


Div.icon {background-image : url(https://upforme.ru/uploads/0013/90/09/2/518138.png); background-repeat: no-repeat;}

tr.inew div.icon {
   background: url(https://upforme.ru/uploads/0013/90/09/2/517075.png) no-repeat; opacity: 1;
}
tr.isticky div.icon {
   background: url(https://upforme.ru/uploads/0013/90/09/2/517075.png) no-repeat; opacity: 1;
}
tr.iclosed div.icon {
background: url(https://upforme.ru/uploads/0013/90/09/2/518138.png) no-repeat; opacity: 1;
}


/*************************************************************
ПОСТЫ
**************************************************************/

/* отступ между постами */ .punbb .post {margin-top: 10px;}
/* первый пост без отступов */.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {margin-top: 0;}
/* отступ перед "обзор темы" в предпросмотре соо*/ #pun-post .topic {margin-top: 10px;}
/* контент в рамках сообщения оставить */.punbb .post-content {overflow: hidden;}
/* абзацы в постах */ .punbb .post-content p {margin: 0; padding: 0 0 12px 0; line-height: 150%;}
/* вертикальное выравнивание изображений в постах */ .punbb .post-content img {vertical-align: text-bottom}
/* изображения загруженные через тег */ .punbb .post-content img.postimg {vertical-align: middle;}

/* оформление подписи */
.punbb .post-sig dt, .punbb .post-sig dl, .punbb .post-sig dd {display: block; width: 450px; margin: 5px 0;}
.punbb .post-sig dt {display: block; width: 450px;}


/* контейнер в котором находятся посты */
.punbb .post .container {background: #b2b7af;border: 1px solid #bec3bb; border-radius: 15px; margin-top: 25px;}
.punbb .post-body {margin-left: 230px; margin-top: 10px; font-family: var(--font2);}

/*контейнер поста в личных сообщениях */
.punbb fieldset .post-box {margin-bottom: 8px}

/* контейнер внутри тела поста, где пишется сам текст*/
.punbb .post-box {padding: 10px;}


/* меню над постом: время, поделиться, нумерация постов */
.punbb .post h3 {}
.punbb .post h3 span {
    padding: 55px 50px 2px 10px;
    display: block;
    margin-left: 250px;
    margin-bottom: -25px;
  }

.punbb .post h3 span a {
font-size: 9px;
    font-family: var(--font2);
    background: #bec3bb;
    padding: 2px 10px;
    border-radius: 5px 5px 0px 0px;
}

/* номер поста */
.punbb .post h3 strong {
  float: right;
  text-align: right;
  font-weight: normal;
    font-size: 9px;
    color: #353428;
  }



/* блок профиля в посте, контейнер */
.punbb .post .post-author {float: left; width: 226px; text-align: center;
position: relative; margin-left: -10px;
border-radius: 10px; padding: 25px 0 10px 0;margin-top: -5px;
background: url(https://upforme.ru/uploads/0013/90/09/2/661730.jpg) repeat;
  }

.punbb .post .post-author ul, .punbb .post .post-author p {
line-height: 140%; width: 100%; background: #353428 url(https://forumstatic.ru/files/0013/90/09/16023.jpg); padding: 10px 0px;}




/* блок с именем игрока */
.pa-author {display: flex; align-items: center; justify-content: center; margin-bottom: 12px;}

.pa-author::before {content: ""; flex: 1; height: 1px; background-color: #6f5a39;margin-right: 10px;}
.pa-author::after {content: ""; flex: 1; height: 1px; background-color: #6f5a39; margin-left: 10px;}

.pa-author a {color: #6f5a39 !important; font-family: var(--font3); font-size: 12px;}


/* статус игрока */
li.pa-title {padding: 6px 3px 4px 3px; font-weight: 500; color: #7b7b65; background: #353428; position: absolute; top: -15px; font-size: 9px; font-family: var(--font2); width: 220px; border-radius: 10px 10px 0px 0px;}


/* аватар */
li.pa-avatar.item2 img {box-shadow: 0 0 0 3px #353428, 0 0 0 4px #434235;} 

/* сообщений и репутация*/
.pa-posts, .pa-respect {
    margin-top: 15px;
    margin-bottom: 20px;
    display: inline-block;
    background: #3d3c2f;
    color: #7b7b65;
    font-size: 9px;
    font-family: var(--font3);
    text-transform: lowercase;
}

.pa-posts {padding: 2px 5px 2px 15px; float: left;}
.pa-respect {padding: 2px 15px 2px 5px; float: right;}

.pa-respect a {color: #7b7b65!important;}

/* блок со строчкой "активен" */
li.pa-online {color: #62614b; text-transform: lowercase; font-size: 9px; font-family: var(--font3);}




/* меню под постом, где профиль, лс, редактировать, удалить и т.д. */
.punbb .post-links {
  margin-left: 190px;
  }

.punbb .post-links ul {
  padding: 0 10px 0 0;
  line-height: 20px;
  margin-left: -150px;
  text-align: right;
  }

.punbb .post-links ul a {
    font-size: 10px;
    font-family: var(--font2);
}

.punbb .post-links li {display: inline; padding-left: 10px;}
.pl-email, .pl-website {float: left;}
.punbb .clearer {clear: both;height: 0;font-size: 0;}


/* МОДЕРАТОРСКОЕ МЕНЮ
-------------------------------------------------------------*/

/* сам контейнер */
.punbb .modmenu .container {padding: 5px 10px; text-align: right; padding: 5px 10px; text-align: right;  font-size: 9px; font-family: var(--font2);}
.punbb .modmenu strong, .punbb .modmenu a {height: 18px; line-height: 18px; letter-spacing: 0.5px;}
.punbb .modmenu .container strong {float: left;}
.punbb .modmenu input {margin-left: 10px;}


/* СОО ОБ ОШИБКАХ
-------------------------------------------------------------*/

.punbb .info .container {padding: 8px 10px}
.punbb .info .container .backlink {padding-top: 8px;}


/* ПРОФИЛЬ И ЛС
-------------------------------------------------------------*/

/* контейнер профиля */
#profile .container {padding-left: 226px;}

/* навигация в профиле */
#profilenav {float: left;
  width: 140px;
  margin-left: -163px;
  }

#profilenav li {padding-bottom: 10px; font-weight: bold;}


/* блок с самими ссылками */
#viewprofile ul, #profilenav ul {
    border: 1px solid #c4c7c3;
    background: #afb3ad;
    border-radius: 8px;
    padding: 15px 18px 8px 18px;
    margin: 5px 0 10px 0;
  }

/* заголовок */
#viewprofile h2, #profilenav h2 {
  padding: 0;
  margin: 0;
    font-family: var(--font3), arial;
  }


/* в профиле управление, выбор подфорумов для назначения модератора на них */
#viewprofile li, #setmods dl {padding: 0 0 0 100px;}


#viewprofile li span {float: left;
width: 200px; /* ширина строчки в профиле зарегистрирован, приглашений, провёл на форуме и т.д. */
margin-left: -160px; 
padding: 5px 1px; 
font-weight: bold;}

#setmods dt {float: left; width: 140px; margin-left: -160px; padding: 8px 1px; font-weight: bold; display: inline;}
#viewprofile li strong, #viewprofile li div, #setmods dd { display: block; padding: 5px 10px; font-weight: normal;}

/* аватарка в профиле */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* СПИСОК ИГРОКОВ
-------------------------------------------------------------*/

/* общий контейнер */
#pun-userlist .formal, #pun-userlist .formal .container {margin-bottom: 0;}

/* контейнер со списком игроков */
#pun-userlist .usertable .container {
  padding: 5px;
  }


/*************************************************************
ШАПКА ФОРУМА
**************************************************************/

/* шапка форума */
#pun-title {}




/* МЕНЮШКА ФОРУМ, УЧАСТНИКИ, ПОИСК И Т,Д
-------------------------------------------------------------*/

/* контейнер с меню */
#pun-navlinks .container {
    margin: 0;
    padding: 7px 10px;
    position: absolute;
    top: 253px;
    left: 15px;
  }

/* расположение каждого пункта меню */
#pun-navlinks li {
display: inline;
    padding: 2px 10px 3px 10px;
    background: #83836e;
    border-radius: 0px 0px 10px 10px;
    margin-right: 8px;
    transition: all 0.8s ease;
  }

#pun-navlinks li:hover {
    background: #5e5e46;
}

/* шрифт навигации */
#pun-navlinks li a {
    font-size: 11px;
    text-transform: uppercase;
    font-family: calibri;
    letter-spacing: 0.25px;
    font-weight: bold;
    color: #c1b39c;
    transition: all 0.8s ease;
  }

#pun-navlinks li a:hover {color: #9b8c6a;}


/* ЮЗЕР МЕНЮ АКТИВНЫЕ ТЕМЫ, ОТВЕТЫ И Т.Д.
-------------------------------------------------------------*/

/* контейнер с меню */#pun-ulinks .container {padding: 2px 3px;
    position: absolute;
    top: 279px;
    background: #83836e;
    width: 930px;
    border-radius: 10px 10px 0px 0px;
    text-align: center;}

/* расположение пунктов меню */ #pun-ulinks li {display: inline; padding: 0 3px 0 6px;}

/* шрифт навигации */
#pun-ulinks li a {
    font-size: 7px;
    text-transform: uppercase;
    font-family: arial;
    letter-spacing: 0.7px;
    color: #d7c5a8;
}


/* ПРИВЕТСТВИЕ
-------------------------------------------------------------*/

#pun-status {position: absolute;
    left: 735px;
    top: 450px;
    width: 500px;
    -webkit-transform: rotate(90deg);
    line-height: 10px !important;
    font-family: jost;
    font-size: 11px;
    letter-spacing: 0.4px;}

/* приветствие гостя, контейнер */
#pun-status .container {padding: 8px 10px 10px 10px; margin-bottom: 0; color: #b5b5ad;}
#pun-status .container a {color: #ed6b48;}


/* распределение текста в статусе */
#pun-status span {white-space: nowrap; margin-right: 5px;}




/* ОБЪЯВЛЕНИЕ
-------------------------------------------------------------*/
#pun-announcement .container {padding: 10px;}




/* СТАТИСТИКА
-------------------------------------------------------------*/

/* контейнер общий */
#pun-stats .container {padding: 8px 10px; position: relative;}

.statscon {background: #75745f url(https://upforme.ru/uploads/0013/90/09/2/107920.png);
    width: 980px;
    margin-left: -20px;
    font-size: 10px;
    font-family: var(--font2);
    color: #d7c5a8;
}

.statscon a {
color: #d9ad67;}


#pun-stats li.item1 {position: absolute;
    top: -5px;
    background: #4e5c4e;
    padding: 2px 10px 3px 10px;
    border-radius: 8px;}

#pun-stats li.item1 strong, #pun-stats li.item2 strong, #pun-stats li.item3 strong{
    color: #cfa661;
    padding: 0px 7px;}

#pun-stats li.item2 {
    position: absolute;
    left: 140px;
    top: -5px;
    background: #4e5c4e;
    padding: 2px 10px 3px 10px;
    border-radius: 8px;
}

#pun-stats li.item3 {
    position: absolute;
    left: 320px;
    top: -5px;
    background: #4e5c4e;
    padding: 2px 10px 3px 10px;
    border-radius: 8px;
}

#pun-stats li.item4 {
position: absolute;
    right: 10px;
    line-height: 150%;
    top: -5px;
    background: #4e5c4e;
    padding: 2px 10px 3px 10px;
    border-radius: 8px;
}

#pun-stats li.item4::before {
    content: "";
    display: inline-block; 
    width: 30px;
    height: 30px;
background-image: url(https://forumstatic.ru/files/0013/90/09/42176.jpg);
    filter: sepia(1) hue-rotate(28deg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px; 
    vertical-align: middle; 
    position: absolute;
    border-radius: 50px;
    top: -8px;
    left: -25px;
    border: 2px solid #4e5c4e;
}


/* Левый блок для блока онлайн */
li#onlinelist {
  clear: both; 
margin: 20px 0px;
  float: left; 
  width: 100%; 
}

/* Внутренний контейнер для #onlinelist, если нужно */
li#onlinelist div {
padding: 7px;
    background: #83836e;
    border-radius: 10px;
    border: 1px solid #898974;
}



/* РЕКЛАМА ОТ СЕРВАКА!!! НЕ ТРОГАТЬ!!!!!
-------------------------------------------------------------*/
#pun-about .container {text-align: center; font-size: 9px; line-height: 150%; padding: 8px 10px;}



/* ХЛЕБНЫЕ КРОШКИ 
-------------------------------------------------------------*/

#pun-crumbs1 {font-weight: bold;}
#pun-crumbs2 {font-weight: bold;margin-bottom: 0;}

/* внутрянка контейнера */
#pun-crumbs1 p.container {margin-top: 0; padding: 10px 10px 8px 10px; font-size: 11px; font-family: var(--font2), inter, arial; color: #576257;}
#pun-crumbs2 .container {padding: 8px 10px;font-size: 11px; font-family: var(--font2), inter, arial; color: #576257;}





.punbb .user-avatar .avatar-image {    height: 25px !important;
    width: 25px !important;
    filter: grayscale(1);
    transition: all 0.8s ease;
}

.punbb .user-avatar .avatar-image:hover {
filter: sepia(1) hue-rotate(33deg) saturate(0.5);
}

.punbb .user-avatar .isonline {
    right: 28px !important;
    top: 19px !important;
    background: #878f7e !important;
    aspect-ratio: 1 !important;
    animation: none !important;
    border: 2px solid #b4b9b2;
    width: 6px !important;
    height: 6px !important;
}

#pun .user-avatar a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 29px !important;
    height: 29px !important;
    background-color: #878f7e !important;
    border-radius: 50px;
}




 a.lastpost-link {
    font-family: var(--font3);
    font-size: 11px;
    text-transform: lowercase;
    font-weight: 500;
    letter-spacing: 0.1px;
}

span.lastpost {
    color: #3d3e3d;
    font-size: 10px;
    text-transform: lowercase;
    font-family: var(--font2);
    letter-spacing: 0.1px;
}


#pun-index .category .container {
    background: #b2b7af;
    border: 1px solid #bec3bb;
border-radius: 10px;
}




#pun .forum .tcr span.byuser-username {display: flex; white-space: nowrap; font-family: var(--font2); font-size: 10px; color: #616858;}
#pun .forum .tcr a {color: #937748; font-size: 10px; font-family: var(--font3); text-transform: lowercase; font-weight: 500;}

#pun .forum .tclcon span.byuser {display: flex; flex-direction: column-reverse; margin-bottom: -10px; font-family: var(--font2); font-size: 10px; color: #616858;} 
#pun .forum .tclcon a {font-size: 10px; font-family: var(--font3); text-transform: lowercase; font-weight: 500;}
#pun .forum .tclcon span.stickytext {position: absolute; top: -5px; background: #9f8e6d; padding: 1px 10px 2px 10px;
 border-radius: 7px; color: #3a311d; font-family: var(--font2); text-transform: uppercase; font-size: 8px;}
#pun .forum .tclcon span.closedatafield {position: absolute; top: -5px; background: #879182; padding: 1px 10px 2px 10px; border-radius: 7px; color: #35462c; font-family: var(--font2); text-transform: uppercase; font-size: 8px;}

#pun .forum .tcr {margin-bottom: -5px;}

#pun .forum tr + tr {margin-top: 8px;}
#pun .forum tr {display: flex; gap: 35px; align-items: center; position: relative; background: #adb3aa; border: 1px solid #b9bfb6; padding: 8px 10px !important; border-radius: 15px;}


.linkst .pagelink, .linksb .pagelink {font-size: 0; /* скрывает весь текст */}

.linkst .pagelink strong, .linksb .pagelink strong {
font-size: 10px;
    font-family: var(--font2);
    color: #656c5c;
    background: #adad96;
    padding: 3px 7px;
    border-radius: 3px;
    border: 1px solid #bcc5b8;
    margin-right: 2px;
}

.linkst .pagelink a, .linksb .pagelink a {
font-size: 10px;
    font-family: var(--font2);
    color: #656c5c;
    background: #adb3aa;
    padding: 3px 7px;
    border-radius: 3px;
    border: 1px solid #bcc5b8;
    margin-right: 2px;
}


span.new-topic a, span.new-poll a {
    background: #adb3aa;
    border: 1px solid #b9c1b6;
    padding: 1px 10px 2px 10px;
    border-radius: 5px;
    color: #5d6653;
    font-size: 10px;
    text-transform: lowercase;
    font-family: var(--font2);
    letter-spacing: 0.3px;
}







/* убрать строчку тем, сообщений, последнее сообщение и т.д. в списке форумов---*/
#pun .forum thead {display: none;}
/* убрать название на странице форумов*/ div#pun-main h1 span { display: none;}
/* убрать строчку порекомендуйте эту страницу*/ div#pun-live-rusff {display: none;}
/* убрать реакция смайлами*/.reactions-container {    display: none !important;}
/* быстрый ответ над формой ответа*/ div#post-form h2 {display: none;}
/* граница у bb таблицы*/ .post-content td {border:none transparent !important;}



#tags .container {
    background: #d0d5ce;
    border-radius: 10px;
    border: 1px solid #a7afa3;
}



/* аватар в цитате */
    .quote-box.with-avatar{padding-left:50px!important;}
    .author-avatar+span {margin-left:0px;}
    .author-avatar {
      float: left;
      width: 39px;
      margin-left: -40px;
      margin-top: -10px;
    }
    .author-avatar > img {
    width: 28px;
    padding: 2px;
    background: #a0a79d;
    border: 1px solid #8e978b;
    border-radius: 10px;
    }

a.qc-post-link {
    margin-left: 10px;
}



#form-buttons table {
    background: #acb1a9;
    border-radius: 10px;
    padding: 2px 10px;
    margin-top: 5px;
}





select#mod-options {
    background: #989d95;
    border: 1px solid #787e74;
    border-radius: 5px;
    font-size: 11px;
    font-family: var(--font2), arial;
    text-transform: lowercase;
    color: #161616;
}



/* КНОПКИ ВВЕРХ-ВНИЗ
----------------------------------------------------------------------------------*/
.go-up, .go-down {
    cursor: pointer;
    display: none;
    border-radius: 0px 20px 20px 0px;
    margin-left: 1080px !important;
    position: fixed;
    opacity: 1;
    z-index: 9999;
    }

.go-up {top: 350px;} .go-down {top: 450px;} 

.go-up {background: url(https://forumstatic.ru/files/0013/90/09/63263.png); width: 34px; height: 68px;} 
.go-down {background: url(https://forumstatic.ru/files/0013/90/09/33292.png); width: 52px; height: 44px;}


/* АДМИНКА
----------------------------------------------------------------------------------*/
.adminmain {padding-left: 182px!important;
    width: 800px !important;}

.adformal h2, #pun-adnav h2 {    border-style: none !important;
    border-width: none !important;
    border-radius: 5px 5px 0px 0px!important;
    background-color: #83836e!important;
    color: #d7bb86!important;
    font-family: var(--font2), inter, arial;}

div#pun-admain1 .adcontainer {background: #aeb3ac !important;
    border: 1px solid #83836e !important; 
margin-bottom: 20px !important;}
.adformal {border: none !important;}

#pun-adnav .adcontainer {background: #aeb3ac !important;
    border: 1px solid #83836e !important; 
margin-bottom: 20px !important;}

#pun-admain fieldset {border-color: #bcc1ba !important; border-radius: 8px;}
#pun-admain legend span {background-color: #bcc1ba !important; border-radius: 5px; padding: 2px 10px !important;}
#pun-admain legend {color: #484837 !important; font-family: arial !important; font-size: 10px !important; text-transform: lowercase; letter-spacing: 0.2px;}

#pun-admain a {color: #545432 !important;}
#pun-admain a:hover {color: #a62212 !important;}
li.item-forms.isactive sup.new {    color: #b96d2a !important;
    background: #bcc1ba;
    border-radius: 5px;
    padding: 1px 4px !important;
    margin-left: 5px !important;}




/* ПРОФ
----------------------------------------------------------------------------------*/
td#profile-right {
overflow: visible !important;
    position: relative;
    left: 20px;
    padding: 25px 20px !important;
    font-size: 11px;
    font-family: 'Inter';
}


td#profile-left {
    width: 226px;
    text-align: center;
    position: relative;
    left: -50px;
    border-radius: 10px;
    padding: 25px 0 10px 0 !important;
    top: -5px;
    background: url(https://upforme.ru/uploads/0013/90/09/2/661730.jpg) repeat;
}

li#profile-title {
    padding: 6px 3px 4px 3px;
    font-weight: 500;
    color: #7b7b65;
    background: #353428;
    position: absolute;
    top: -5px;
    font-size: 9px;
    font-family: var(--font2);
    width: 220px;
}

li#profile-name {
    background: #353428;
    margin-top: 20px;
    border-radius: 10px 10px 0px 0px;
    color: #84622b;
    font-size: 10px;
    font-family: var(--font2);
    text-transform: lowercase;
    font-weight: 400 !important;
} 

li#profile-name strong {font-weight: normal !important;}

td#profile-left li#pa-avatar { background: #353428;}
td#profile-left li#pa-avatar img {box-shadow: 0 0 0 3px #353428, 0 0 0 4px #434235;}
td#profile-left li#pa-online {    background: #353428; border-radius: 0px 0px 10px 10px; padding-bottom: 10px;  margin-bottom: 15px;}
td#profile-left li#pa-online strong {color: #84622b; font-size: 10px; font-family: var(--font2);}


td#profile-left li#pa-edit a {
    color: #a78857;
    width: 200px !important;
    display: inline-block;
    text-align: center !important;
    background: #353428;
    padding: 3px 0;
    font-size: 11px;
    font-family: var(--font2);
    text-transform: lowercase;
    border-radius: 8px;
    font-weight: normal !important;
    border: 1px solid #64634d;
}



