/*************************************************************
A - SETUP
**************************************************************/

/* ПОДГРУЗКА ШРИФТОВ
-------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Alegreya&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,900;1,400;1,500;1,600&family=Yeseva+One&display=swap');
/* ROYAL PUERTO */
@import url(https://forumstatic.ru/files/001b/60/55/79341.css);

/* AGRIGHT */
@import url('https://fonts.cdnfonts.com/css/agright');

/* Enforia */
@import url('https://forumstatic.ru/files/001b/60/55/18659.css');
                
/* шрифты бланш */
@import url(https://forumstatic.ru/files/001a/28/10/55678.css); 

/* Font Awesome */
@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
  @import url(style_cs.1749405393.css);

/* используются в дизайне */
:root {
/* палитра база  */

/* шрифты */

/* ссылки + акценты */

}

/* A2 Deal with browser defaults and wonkiness - настройки браузера по умолчанию НЕ ТРОГАЕМ
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 основная таблица форума*/
.punbb .main table {
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


 /* A3 Text setup - настройки шрифта и размера текста
-------------------------------------------------------------*/

/* A3.1 размер основного шрифта на форуме - НЕ ТРОГАЕМ*/
body {
  font-size: 100.01%;
  }

/* A3.2 шрифты на форуме, тело форума*/
.punbb {
  font: normal 68.75% verdana, arial, helvetica, sans-serif;
  }

/* A3.3 шрифты в поле ввода и форме ответа, выпыадающих списках, кнопки */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em verdana, arial, helvetica, sans-serif
  }

/* A3.4 шрифт заголовков*/
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

th {
padding: 0;
    font-weight: 400;
    text-transform: lowercase;
    font-size: 9px;
    letter-spacing: 0.3px;
    color: #cbcaca;
    text-align: center !important;
}

#pun-index #pun-main th {
display: none! important;
}


/* A3.5 шрифт категорий и статистики*/
.punbb h1 span, .punbb h2 span, .punbb legend span {
  font-size: 1.1em;
  }

/* A3.6 */
.punbb pre {
  font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
  }

/* A3.8 */
.punbb .post-content em {
  font-style: italic
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

/* A3.10 */
.punbb a {
  text-decoration: underline
  }

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }


/* A4 Float clearing and hidden items - НЕ ТРОГАЕМ
-------------------------------------------------------------*/

/* A4.1 */
#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;
  }

/* A4.2 */
.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
  }


/* A5 Basic page layout and borders - основной макет форума и таблицы
-------------------------------------------------------------*/

/* A5.1 пан или тело форума, */
#pun {
background: #f9f9f9 repeat top right;
    width: 1100px;
    box-sizing: border-box; /*учитывает размеры границ, позицинирование*/
    background-position: center top;
    position: relative;
    margin: 320px auto 105px auto;
    border: 1px solid var(--base4);
  }

#pun-index #pun-main .category .container {
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px !important;
    background: #f4f4f4;
    border-radius: 0px 0px 25px 25px;
    -webkit-box-shadow: inset 0 0 0 1px  #edecec, 0 0 0 1px #be6c5e52;
    box-shadow: inset 0 0 0 1px  #edecec, 0 0 0 1px #be6c5e52;
}

/* A5.2 размещение контента внутри форума */
.punbb {
margin: auto 45px 45px 45px; /*внешние отступы*/
    width: auto;
    padding: 30px 0;  /*внутренние отступы*/
    height: auto; /*высота*/
    position: relative;
  }

/* A5.3 размещение внутри тела форума*/
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }

/* A5.4 не трогать */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

/* A5.5 не трогать*/
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

/* A5.6 не трогать*/
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 70px;
  }

/* 5.7 не трогать*/
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 не трогать */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: none none solid none;
  border-width: 0px 0px 2px 0px
  }

/* A5.9 не трогать*/
.punbb .container {
  border-style: solid;
  border-width: 1px;
  }

/* A5.10 не трогать*/
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  }

/* НАЗВАНИЕ ТЕМ В ТЕМЕ
-------------------------------------------------------------*/
.punbb .section h2, .punbb:not(#pun-profile) #pun-main h1, #pun-main h1 span:not([style]), #pun-stats h2, #pun-main h2, #pun-debug h2 {
font-size: 0px;
}

/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 выравнивае текста в постах*/
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  text-align:justify; /*можно добавить для вырванивания по ширине*/
  }

/* B1.2 отделяет пост и подпись*/
.punbb .post-sig dt {
    display: block;
    border-top: 1px solid #38292c85;
    width: 50%;
    margin: 8px 190px;
  }

/* B1.3 абзац внутри поста*/
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 150%; /*расстояние между строчками*/
  }

.post-content, .post-content p {
line-height: 150%;
text-align: justify;
text-transform: none;
}

/* B1.4 не трогать*/
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 не трогать*/
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 не трогать*/
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }

/* B1.7 не трогать*/
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 отступы у цитат и кодов - не трогать*/
.punbb .post-content .quote-box, .punbb .post-content .code-box {
border: medium none;
    margin: 0.4em 0em 0.8em;
    padding: 0em;
  }

/* B1.9 В СТИЛЕ отвечает за настройку "имя написал(-а) */


/* B2 Information boxes - НЕ ТРОГАЕМ
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links - разбивка на странице и размещение ссылок
-------------------------------------------------------------*/

/* B3.1 страницы и ссылки сверху внутри форума */
.punbb .linkst {
    float: left;
    position: relative;
    width: 100%;
    font-size: 1.1em; /*размер шрифта*/
    height: 0;
    font-family: var(--basefont); /*шрифт*/
    text-transform: uppercase; /*стиль шрифта*/
  }

/* B3.2 не трогать*/
.multipage {
  margin-top: 3em;
  }

/* B3.3 страницы внутри тем сверху*/
.linkst .pagelink {
  position: absolute;
  top: -2em;
  left: 0em;
  width: 24em;
  }

/* B3.4 внутри подфорума - ссылки новая тема, опрос. не трогать*/
.linkst .postlink {
  position: absolute;
  top: -2em;
  right: 0em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

/* B3.5 страницы и ссылки снизу внутри форума*/
#pun .multipage .linksb {
    text-align: right;
    padding: 7px 0px 7px 38px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0px !important;
    width: 937px;
    height: 8px;
    flex-direction: row-reverse;
    text-transform: lowercase;
    z-index: 1;
    position: relative;
}

.multipage .linksb .postlink {
  text-align: right;
}

.linksb div:nth-child(2) {
  order: 3;
}

.linksb div {
  flex: auto;
  text-align: center;
  align-self: center;
color: #879155;
}

div.pagelink>*:first-child {
  margin-left: 5px!important;
}

div.pagelink {
display: flex;
    text-transform: lowercase;
    align-items: center;
    padding: 2px 2px 2px 6px;
    border-radius: 5px;
    background: #f9f9f9;
    width: auto !important;
    color: #373737;
}

div.pagelink>*:first-child {
  margin-left: 0px;
}

div.pagelink>a {
padding: 4px 8px 4px 8px !important;
    background: #f1f1f1;
    margin: 0 !important;
    overflow: hidden;
    border-radius: 8px;
}

div.pagelink>a:hover {
  box-shadow: none !important;
  background: #d6d6d6;
}

div.pagelink>strong {
    padding: 4px 8px 4px 8px;
    border: 1px solid #c6be6f3d;
    border-radius: 8px;
    background: #f1f1f1;
}

/* B3.6 страницы внутри тем снизу. не трогать*/
.linksb .pagelink {
  float: left;
  width: 24em;
  text-align: left;
  }

/* B3.7 внутри подфорума - ссылки новая тема, опрос. не трогать*/
.linksb .postlink {
  float: right;
  width: 16em;
  font-weight: bold
  }

/* B3.8 ссылка подписаться и отслеживать внутри темы. не трогать*/
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  }


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout - ФОРМА МАКЕТА - НЕ ТРОГАТЬ
-------------------------------------------------------------*/

/* C1.1  */
.punbb .formal .container {
  padding: 1.7em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4  */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 11px;
  }

/* C1.6 напишите и нажмите отправить */
.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0 0 0 -15px;
    font-size: 11px;
    text-transform: lowercase;
  }

#post>fieldset:nth-child(n)>legend>span {
display: none;
}

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10  */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* C1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout - ТАБЛИЦА МАКЕТА
-------------------------------------------------------------*/

/* C2.1 ширина подфорума - обычно не трогать*/
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 60%;
  }

/* C2.2 тем и сообщений - не трогать */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
  }

/* C2.3 последняя активная тема не трогаем */
.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  width: 30%;
  }

/* C2.4 не трогать */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
  }

/* C2.5 не трогать  */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }

/* C2.6 не трогать */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 не трогать */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* C2.8 не трогать */
#pun-index .tcl h3 {
  font-size: 1.2em;
  font-weight: bold;
  }

/* C2.9 не трогать */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 не трогать */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

/* C2.11 не трогать */
.punbb .main td {
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
  padding: 0.8em 1em;
  }

/* C2.12 не трогать */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1em;
  }

/* C2.13 не трогать */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0
  }

   * html .tclcon {height: 1px}

/* ЗНАЧОК ПЕРЕД НАЗВАНИЕМ ТЕМЫ МЕЛКИЙ НА ГЛАВНОЙ 
-------------------------------------------------------------*/
/* C2.14 */
.punbb tbody.hasicon td.tcl {
  padding-left: 1.5em;
text-align: justify;
  }

/* ИКОНКИ СООБЩЕНИЙ, перенесены во второе окно к графике
-------------------------------------------------------------*/

/* C2.15 */
.punbb div.icon {
  }


/* C2.16 */
.punbb  table div.icon {

  }

 /* C3 Topics - ТЕМЫ НА ФОРУМЕ
-------------------------------------------------------------*/

/* C3.1 не трогать */
.punbb .post .container {
  border-style: none solid solid solid;
  border-width: 1px;
  margin-top: 1rem;
  padding-bottom: 1px;
  }

/* C3.2 не трогать */
.punbb .post h3 {
font-size: 9px;
    text-transform: uppercase;
    margin: -2px 0px 0px -1px !important;
    background: var(--base2);
    border: 1px solid var(--base4);
    width: 100%;
  }

/* C3.3 можно не трогать, настройки в стиле */
#pun-main .post {
    background: #f1f1f1;
    padding: 0.5em;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 40px;
}

.punbb .post h3 span {
    padding: 0.5em 1em;
    display: block;
    margin-top: -25px;
    margin-left: -5px;
    border-left-style: solid;
    border-left-width: 1px;
    background: #f1f1f1;
    border-radius: 10px 10px 0px 0px;
    font-family: Rubik;
    font-size: 7.5px;
    letter-spacing: .3px;
    width: 99.5%;
  }

/* C3.4 не трогать */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }

#pun .post h3 strong, .permalink, .permalink a {
    font-weight: 700;
    width: auto;
    color: var(--base4)!important;
}

#pun .post h3 strong:before {
    content: "# ";
    font-weight: 500;
}

/* C3.5 профиль можно не трогать, настройки в стиле*/
.punbb .post .post-author {
  float: left;
  margin-top: 1em;
/*  overflow: hidden; */
  }

/* C3.6 не трогать */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  line-height: 140%;
  }

/* C3.7, C3.8 не трогать - настройки в стиле*/
.pa-author {
  }

.pa-author a {
  }

/* C3.9 поля профиля, статус, онлайн. настройки в стиле */
li.pa-title {
  padding-bottom: 0.4em;
  }

li.pa-online {
  line-height: 0.8em;
  border-left-style: solid;
  border-left-width: 0.7em;
  padding-left: 0.4em;
  margin-top: 0.7em;
    border-left-color: transparent;
    margin-bottom: 12px!important;
    text-transform: lowercase;
  }

/* C3.11 ширина профиля и ширина поста - в стиле*/


/* C3.12 не трогать. отступы вокруг поста*/
.punbb .post-box {
padding: 0em 1.5em;
  }

/*C3.13 не трогать*/
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 не трогать. ссылки под профилем*/
.punbb .post-links {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  }

/* C3.15 не трогать. */
.punbb .post-links ul {
padding: 1em 1em 0 0;
    height: 2em;
    line-height: 2em;
    margin-left: -17em;
    border-top-style: dashed;
    border-top-width: 1px;
    background: transparent;
    text-align: right;
  }

/* C3.16 не трогать. настройка в стиле*/
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* C3.17 не трогать*/
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 не трогать*/
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu - меню модератора
-------------------------------------------------------------*/

/* C4.1 не трогать*/
.punbb .modmenu .container {
    padding: 0.5em 1em;
    text-align: right;
    margin-top: 5px;
    margin-left: 35px!important;
  }

div.modmenu>p>span {
  display: none;
}

/* C4.2 не трогать*/
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 не трогать*/
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 не трогать */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes - страница сообщений - не трогать
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile - СТРАНИЦА ПРОФИЛЯ - не трогать
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
    background: var(--base1);
    color: var(--text1);
    border-radius: 2px;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4*/
#viewprofile ul, #profilenav ul {
  border-style: solid;
  border-width: 1px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

/* C6.6*/
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list - СТРАНИЦА СПИСОК ПОЛЬЗОВАТЕЛЕЙ - не трогать
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description - ЛОГОТИП
-------------------------------------------------------------*/

/* D1.1 ПОКА не трогать */
#pun-title {
  margin: 0;
  border-style: solid solid none solid;
  border-width: 1px 1px 0 1px;
  border: none;
  }

/* D1.2 не трогать*/
#pun-title h1 {
  display : block;
  height : 40px;
  padding: 2em 1em 0 1em;
  }

/* D1.3 ПОКА не трогать*/
#pun-title .container {
  border-style: none solid none solid;
  }

/* D1.4 наименование форума в шапке*/
#pun-title h1 span {
  display: none;
}

/*не трогать*/
#pun-title td.title-logo-tdl {
	border: none;
	width: 100%;
}

#pun-title td.title-logo-tdr {
	border: none;
	width: 420px;
}

/* D2 Page navigation - НАВИГАЦИЯ ПО СТРАНИЦАМ
-------------------------------------------------------------*/

/* D2.1 не трогать */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 не трогать */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 не трогать */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 не трогать*/
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

/* D2.5 не трогать*/
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position: relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

/* D3 Forum navigation - НАВИГАЦИЯ ПО ФОРУМУ (ссылки навигации)
-------------------------------------------------------------*/

/* D3.1 не трогать */
#pun-navlinks {
  border: none;
  margin: 0;
}

#pun-navlinks .container {
  border: none;
  margin: 0;
  }

/* D3.2 */
#pun-navlinks .container {
  padding: 0.7em 1em;
  }

/* D.3 */
#pun-navlinks li {
  display: inline; /*положение в строчку*/
  padding-right: 1em; /*расстояние между ссылки*/
  }

/* D3.4 вид ссылок - перенесено в стиль*/

/* D4 User links - ПОЛЬЗОВАТЕЛЬСКАЯ НАВИГАЦИЯ
-------------------------------------------------------------*/

/* D4.1 расположение не трогаем*/
#pun-ulinks  {
  margin-top: 0;
 /* border: 2px solid transparent; */
  }

/* D4.2 не трогать */
#pun-ulinks .container {
  border-top: none;
  padding: 0em 1em;
  }

/* D4.3 не трогать*/
#pun-ulinks li, #pun-ulinks li a {
  display: inline; /*расположение в строчку*/
  white-space: nowrap;
  }

/* D4.4 вид ссылок - перенесено в стиль*/


/* D5 Welcome box and Top Breadcrumbs - СТРОКА ПРИВЕТСТВИЯ
-------------------------------------------------------------*/

/* D5.1 не трогать */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 вид строки - привет, ник */
#pun-status .container {
    position: absolute;
    font-size: 7px;
    text-transform: uppercase;
    top: -256px;
    margin-left: 508px;
    width: 500px;
    color: #edecec;
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
  }

#pun-status .container a {
    color: #edecec!important;
}

/* D5.2 улучшить аккаунт - скрыть */
#pun-status .status-right {
display: none;
}

/* D5.3 не трогать */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 не трогать, строка - название форума*/
#pun-crumbs1 {
  overflow: hidden;
  margin-top: 0;
  }

/* D5.5 не трогать - в стиле*/


/* D5.6 не трогать */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }

/* D6 Announcement - ОБЬЯВЛЕНИЕ
-------------------------------------------------------------*/

/* D6.1 - не трогать */
#pun-announcement h2 {
padding: 0;
  margin: 0 15px -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  display:none;
  }

/* D6.2 - не трогать */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

/* D6.3 */
#pun-announcement .container {
padding: 0em 1em 0em 1em;
    margin-bottom: -10px;
    margin-top: 10px;
  }

/* D7 Statistics - СТАТИСТИКА 
-------------------------------------------------------------*/

/* D7.1 можно подвигать отступы, поменять шрифт*/
#pun-stats .container {
padding: 0.8em 1em;
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }

/* D7.2 не трогать*/ /* D7.3 не трогать */
#pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 {
    text-align: center;
    clear: both;
    line-height: 150%;
    display: inline-block;
    padding: 5px 80px;
    justify-content: space-between;
    text-transform: lowercase;
    font-size: 10px;
    font-family: Rubik;
    letter-spacing: 0.2px;
    font-weight: 400;
  }

#pun-stats li.item1 strong, #pun-stats li.item2 strong, #pun-stats li.item3 strong, #pun-stats li.item4 strong {
    font-weight: 400!important;
}

/* D7.4 строка активны - не трогать */
li#onlinelist {
    margin-top: 1em;
    border-top-style: solid;
    border-top-width: 1px;
    float: left;
    width: 100%;
    line-height: 180%;
    display: inline-block;
    padding: 5px 40px;
    justify-content: space-between;
    text-transform: lowercase;
    font-size: 11px;
    font-family: Rubik;
    letter-spacing: 0.2px;
    font-weight: 400;
  }

li#onlinelist a {
    font-weight: 600!important;
}

li#onlinelist a, #profilenav a {
    border: none !important;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    box-shadow: none;
    color: #be6c5e;
}

li#onlinelist a:hover, li#onlinelist a:focus, li#onlinelist a:active, #profilenav a:hover, #profilenav a:focus, #profilenav a:active {
    border: none !important;
    color: var(--base1);
    text-shadow: 0 0 1px #0000004f;
}

/* D7.5 не трогать */
li#onlinelist div {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 0.7em 0 0 0;
  }

/* D8 Quick Jump - About - Bottom Breadcrumbs - БЫСТРЫЙ ПЕРЕХОД И НИЗ ФОРУМА - можно не трогать - оформление в стиле
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: right;
  line-height: 150%;
  padding: 0.8em 1em;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }

/* D8.6 */
#pun-crumbs2 {
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.8em 1em;
  }

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 1px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
  }


/* D9 Help file - СПРАВКА - не трогать
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }


/* ПРАВКИ
-------------------------------------------------------------*/

/* убрать кнопку поделиться */
.topic a.sharelink {
    display: none; 
}

del {
-webkit-filter: blur(3px);
  filter: blur(3px);
  text-decoration: none;
-webkit-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

del:hover {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

/* ПРОЗРАЧНОСТЬ ГРАНИЦ, при необходимости можно выставить свой цвет
-------------------------------------------------------------*/
.punbb .container, .punbb .post-body, .post h3, #pun-title {border-color: transparent;}
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post {
border-color: transparent; text-align: justify;}
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {border-color: transparent; text-align: center;}
#pun-stats h2 .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin{border-color: transparent;}
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table {border-color:transparent;}
.punbb th {border-color: transparent;}
#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {border-color: transparent;}
#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {border-color: transparent;}
.punbb .divider {border-color: transparent;}
.punbb .formal fieldset .post-box, .punbb .info-box {border-color: transparent;}
li.pa-online {border-left-color: transparent;}



/* центровка текста профиля */
#pun-main .post-author ul { 
text-align: center; 
}


/* АВИК ЮЗЕРА НА ГЛАВНОЙ СТР
-------------------------------------------------------------*/
/* размер, круглый или нет */
#pun .user-avatar.user-avatar .avatar-image {
border-radius: 0%;
border: 2px solid currentColor;
width: 25px;
height: 25px;
}

/* позиционирование */
#pun-index .user-avatar {
margin-top: 0px;
    margin-left: 0px !important;
/*    margin-right: 60px !important; */}

#pun-index .user-avatar .avatar-image {margin-right: 0 !important;}

/* индикатор актива */
.punbb .user-avatar .isonline {top: -4px !important; right: 2px !important; background: var(--base3)!important;}

/* положение на макете */
.punbb .tcr .user-avatar {float: left;}


/* уведомление личное сообщение
-------------------------------------------------------------*/
span.num_msg {
position: absolute;
    margin-top: -22px !important;
    margin-left: -11px !important;
    font-size: 8.5px !important;
    background: var(--base3) !important;
    padding: 3px 5px !important;
    border-radius: 3px !important;
    height: 11px !important;
    color: var(--base1) !important;
}

span.num_msg:before {
top: 15px !important;
    background: var(--base3)!important;}

/* уведомления */
.bubble {
    background: var(--base3)!important;}

.bubble:after {
   border-color: var(--base3) transparent!important;}

/* ОФОРМЛЕНИЕ ПРОФИЛЯ В ЛС
-------------------------------------------------------------*/
#pun-messages #profilenav {
margin-left: -18.3em!important;
}

#pun-messages div.container {
border: none!important;
}

#pun-messages .post h3 {
background: none;
width: auto !important;
text-shadow: none !important;
}

#pun-messages .pa-author a {color: var(--base5)!important;}
#pun-messages li.pa-title {color: var(--base2)!important;}

#pun-messages #profile fieldset legend:not(#messages fieldset legend) {    position: relative;
    text-align: left;
    padding-left: 237px;}

#pun-messages .post h3 span {text-shadow: none !important;}

#pun-messages .post-author { 
  padding-bottom: 10px !important;
}

#pun-messages .pa-posts, #pun-messages .pa-reg {display: none;}

#pun-messages .pa-online {
  margin: 10px 0 10px 0 !important;
}

#pun-messages .post-author {
width: 220px !important;
    margin: 0 !important;
    background: var(--base1);
    border-radius: 5px;
}

#pun-messages .post-author ul {
  margin: 0 auto !important;
  padding: 15px 4px 0px 4px!important;
}

#pun-messages .tclcon, #pun-messages .tc2, #pun-messages .tc3 {font-family: var(--basicfont); letter-spacing: .5px;}
#pun-messages small#plng, #pun-messages .post h3 span {  display: none;}


/* правка для мобил */
html, body {min-width: 1200px!important;}


@media screen and (max-device-width: 480px) {
html {-webkit-text-size-adjust: none;}
}