@import url(style_cs.1746787700.css);

/* ПОДГРУЗКА ШРИФТОВ
-------------------------------------------------------------*/
@font-face {font-family: 'Font Awesome';
src:  url('//forumstatic.ru/files/001a/da/7d/83987.ttf');}

@font-face {font-family: "The Laker"; src: url('//forumstatic.ru/files/001b/e9/9b/13030.otf'); font-style: normal; font-weight: normal;}
@font-face {font-family: "The Kudry"; src: url('//forumstatic.ru/files/001b/e9/9b/96303.otf'); font-style: normal; font-weight: normal;}
@font-face {font-family: "Illusion"; src: url('//forumstatic.ru/files/001b/e9/9b/18066.ttf'); font-style: normal; font-weight: normal;}
@font-face {font-family: "Goddes"; src: url('//forumstatic.ru/files/001b/e9/9b/79077.ttf'); font-style: normal; font-weight: normal;}
@font-face {font-family: "Bagisko"; src: url('//forumstatic.ru/files/001b/e9/9b/32148.otf'); font-style: normal; font-weight: normal;}
@font-face {font-family: "University"; src: url('//forumstatic.ru/files/001b/e9/9b/59562.ttf'); font-style: normal; font-weight: normal;}
@font-face {font-family: "Bootshaus"; src: url('//forumstatic.ru/files/001b/e9/9b/33642.ttf'); font-style: normal; font-weight: normal;}
@font-face {font-family: "Anticva"; src: url('//forumstatic.ru/files/001b/e9/9b/64948.ttf'); font-style: normal; font-weight: normal;}
@font-face {font-family: "Trajan"; src: url('//forumstatic.ru/files/001b/e9/9b/54188.ttf'); font-style: normal; font-weight: normal;}
@font-face {font-family: "Peter"; src: url('//forumstatic.ru/files/001b/e9/9b/85521.ttf'); font-style: normal; font-weight: normal;}
@font-face {font-family: "Theano"; src: url('//forumstatic.ru/files/001b/e9/9b/58013.ttf'); font-style: normal; font-weight: normal;}
@font-face {font-family: "Merriweather"; src: url('//forumstatic.ru/files/001b/e9/9b/88383.ttf'); font-style: normal; font-weight: normal;}
@font-face {font-family: "Mipgost"; src: url('//forumstatic.ru/files/001b/e9/9b/85573.ttf'); font-style: normal; font-weight: normal;}
@font-face {font-family: "Ohuet"; src: url('//forumstatic.ru/files/001b/e9/9b/74644.ttf'); font-style: normal; font-weight: normal;}

/* ROOT
-------------------------------------------------------------*/
:root {
--zaliv_knopok: rgba(80,63,63, .1); /* заливка кнопок */
--osnovnoi-font: 'Tahoma'; /* шрифт основного текста */
--font-nik: 'The Laker'; 
--font_knp: 'Bootshaus';
--font_trojan: 'Trajan';
--font-ssyl: 'Merriweather';
--color-ssylki: #483737;
--zag-color: #373737;
--ahover: #5d2323;
--podlozh_pod_ramk: rgba(18,18,18,0.5); /*подложка рамки*/
--border_ramk: 1px solid #230000;
}



/* ЦВЕТ ТЕКСТА ФОРУМА*/
 .section .container, .post-body, .post-links, .punbb td.tc2, .punbb td.tc3, .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,  .info-box, #pun-main .info-box .legend,  .main .container, .post .container, .post h3, .punbb-admin #pun-admain .adcontainer, #pun-title, #pun-title .container, .modmenu .container, .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span,  .post h3 span, .punbb th, #viewprofile li, #setmods dl {
    color: var(--color-ssylki);
}

body {  font-family: 'Verdana'; font-size: 12px; font-weight: 400; }

h1, h2 {  font-family: 'Rubik'; font-size: 12px;     color: #464646;   font-weight: 500;}

/* ЦВЕТ ТЕКСТА ПОСТОВ
-------------------------------------------------------------*/
.post-box {
   color: #2d2d2d;
}

.post-box a {
  color: var(--ahover) !important;
  font-weight: 500;
}

.post-box a:hover { color: #b46235 !important; }

.post-box .code-box a{
   color: #433f36!important;
}

.post-box .post-rating { }
.post-box .post-rating a,
.post-box .post-rating a:hover {
   color: #d5d1c8 !important;
}

.post-box .code-box a:hover,
.code-box a:hover {
   color: #340705 !important;
}

del { background-color: transparent!important; }


/* ЦВЕТ ССЫЛОК НА ФОРУМЕ*/
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited, .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    color: var(--color-ssylki);
   -webkit-font-smoothing: antialiased;
} 


/*.punbb a:link {
color: #fff;
}*/

/* ЦВЕТ ССЫЛОК НА ФОРУМЕ ПРИ НАВЕДЕНИИ
-------------------------------------------------------------*/
.punbb a:hover, .punbb a:focus, .punbb a:active, .punbb-admin #pun-admain .nodefault, .punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
    color:  var(--ahover);
}

/* ТАБЛИЦЫ
-------------------------------------------------------------*/
/* стили таблиц */
.main table {  table-layout: fixed;  width: 100%;}
.main .category table { 
    display: flex;
    justify-content: center;
 }

.main .category table thead {
   display: none;
}

#pun-viewforum .main table tr {
    margin: 0px 0px 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#pun-viewforum .hasicon {
    display: flex;
    flex-direction: column;
    gap: 6px;
    box-sizing: border-box;
    padding-left: 16px;
    margin-bottom: 15px;
}

#pun-searchtopics .main table tr {
    margin: 0px 0px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#pun-searchposts .post h3 span { 
color: var(--color-ssylki);
}
#pun-searchposts .FNTslider { display: none; }

#pun-searchtopics .main table .tcr { width: 32%; margin-top: -10px; }

#topic-modmenu .container span { display: none; }

.closedatafield, .isticky .stickytext { display: none; }

#pun-userlist .main table {
  margin-top: 30px;
  padding: 0px 10px;
}

#pun-userlist .main table tr {
    margin: 0px 0px 12px;
    display: flex;
    justify-content: space-between;
}

#pun-userlist .main table .tc3 {  width: 10%; }

#pun-userlist .linkst {
  display: none;
}

#pun-messages .main table tr {
    margin: 0px 0px 10px;
    display: flex;
    height: 35px;
}

#form-buttons small, #form-buttons small b {
    font: var(--osnovnoi-font)important;
    font-weight: 600!important;
}

#form-buttons { position: relative; }

#pun-edit #form-buttons small { top: -34px!important; }
#togglePreview {     
    margin-bottom: 9px;
    margin-top: -5px !important;
    position: relative;
    z-index: 100;
 }

#togglePreview input { margin-right: 6px; }

#pun-edit #togglePreview { margin-top: unset; }
#pun-edit #pun-announcement { display: none; }
#pun-post .formal .container {
    padding: 35px 0px;
}

/* админские чимичангас */
#pun-admain h2 {width: 94%!important;}
#pun-admain1 form.adcontainer, .adformal,
#pun-admain1 div.adcontainer, #pun-admain2 form.adcontainer {     border-color: transparent!important;  }
.adminmain {
    padding-left: 14em!important;
}

.pagination { width: 98%!important; margin-left: -10px!important;}

#pun-admain span[class="adinput"] input, #pun-admain span[class="adinput"] label {
    max-width: 96%!important;
}

#pun-profile #form-buttons small {  }
#pun-profile #form-buttons table tr {     width: 104%!important; margin-bottom: 15px; }
#pun-profile #form-buttons td { width: 16px; }

#pun-messages #form-buttons table {
  width: 102%;
}

#pun-messages #form-buttons table tr {  height: auto; }

#pun-messages #form-buttons td {
  margin: 0px;
}

#pun-messages .main table tr .tc2 {
    margin: -8px 0px 0px;
}

#pun-messages .main table tr .tc2 a{
   display: flex;
   flex-wrap: wrap;
}

#pun-messages .main table tr .pmtc22 {
      width: 28% !important;
}

#pun-messages .main #post-form { margin-top: 30px!important; }

#pun-profile #profile-title strong {
   width: 180px;
}

#pun-messages .fs-box .code-box strong.legend {  }

#pun-messages .fs-box .post-author {
    position: relative;
    border-radius: 6px;
    border: .5px solid #4d484847;
}


#pun-messages .fs-box .post-author:after, #pun-messages .fs-box .post-author:before {
    content: '';
    position: absolute;
    background: none;
    width: 0px;
    height: 0px;
    bottom: 0px;
    left: 0px;
}

#pun-messages #togglePreview {  margin: 10px 0px; }

#pun-messages #post-form #form-buttons small {     
    top: -31px !important;
    left: 0px !important;
    position: absolute;
}

#pun-messages #post-new #post-form #form-buttons small  {
top: 52px !important;
    left: 90px !important;
  display: none;
}

#pun-viewforum .main table tr td {
  align-self: center;
}

#pun-viewforum .main table tr .tcl {
  width: 40%;
}

#pun-viewforum .main table tr .tcr {
    width: 30%;
}

#pun-profile .main {
  margin-bottom: 50px;
}

#pun-profile li strong {
   font-family: var(--osnovnoi-font);
    font-weight: 400 !important;
}

#pun-profile #pa-fld5,
#pun-profile #profile-gifts, {
  display: none;
}


#viewprofile #pa-fld2  span{
  display: none;
}

#pun-profile #profile-title strong {
   width: 180px;
}

#pun-profile #profile8 fieldset {
    margin: 0px;
    padding: 0px;
}

#pun-profile #profile8 fieldset legend {
    margin: 0px;
    padding: 0px;
}

#pun-profile #profile8 .fs-box p, .punbb .fs-box fieldset {
    margin: 5px 0px 20px;
}

#pun-profile #profile8 .formsubmit {
    margin: 20px 0px 10px 0px;
}



#viewprofile #pa-gifts,
#viewprofile #pa-invites { display: none!important; }

#post-preview .quote-box cite a { color: #484848!important; }

#pun-online #pun-main table tr { height: 30px; }


/* ОФОРМЛЕНИЕ ПРЕВЬЮ ПРОФИЛЯ */
/*фон профиля*/
#pun-profile #viewprofile tbody {
    border-radius: 10px !important;
    box-shadow: 0 0 0 1px #5e5b569c, 0 0 6px 2px #150d0d5c !important;
}

#pun-profile #viewprofile tbody tr {
    display: flex;
    min-height: 370px;
}


#pun-profile #viewprofile #profile-signature tbody tr {
    display: flex;
    justify-content: center;
    min-height: unset;
}


#pun-profile #viewprofile tbody tr #profile-left {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    width: 250px;
    border-radius: 10px 0 0 10px;
    background: url(https://forumupload.ru/uploads/001b/e9/9b/2/958577.png) top;
    background-size: cover;
    border-right: 1px solid #000;
} 

#pun-profile #viewprofile tbody tr #profile-right {
       display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 730px;
    box-shadow: var(--head-border);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    gap: 18px;
    padding: 16px;
    box-sizing: border-box;
    background: url(https://forumupload.ru/uploads/001b/e9/9b/2/357489.png);
    border-radius: 0 10x 10px 0;    
}

#viewprofile #profile-right li {
background: #150b0b73;
    color: #8a7070b3;
    text-shadow: 0 0 1px black;
    border-radius: 5px;
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 0 0 1px #c0b2b22b, 0 0 6px 2px #2d26265c !important;
}

#viewprofile #profile-right .pa-fld4 {
    position: unset; 
}

#viewprofile li .plsh span {
     left: 17px;
    width: 210px;
}

#viewprofile #profile-right li strong, #viewprofile strong { color: #b9b9b9b3 !important; font-weight: 400!important;}
#viewprofile #profile-right li * a,
#viewprofile #pa-fld1 a div {
color: #937777!important;
  font-weight: 400!important;
}

#viewprofile #profile-right li * a:hover,
#viewprofile #pa-fld1 a div:hover {
 color: var(--ahover) !important;
}

#viewprofile #profile-right  #pa-fld2 #lz {
    width: 94%;
    background: transparent;
    box-sizing: unset;
    color: #847d78;
    border: none;
    margin: 0;
}

#profile-name {
    z-index: 2;
    position: relative;
    font: var(--osnovnoi-font);
    color: var(--ahover) !important;
    letter-spacing: -.3px;
    font-size: 15px;
    text-transform: uppercase;
    margin: 20px 0px 8px;
    padding: 2px 0px;
    box-sizing: border-box;
}

#profile-name strong {
   color: #746b6b !important;
    font-weight: 600 !important;
}

#profile-title {
    font: var(--osnovnoi-font);
    letter-spacing: .5px;
    z-index: 2;
    color: #6c6861;
    width: 201px;
    margin: 0px 0px 20px;
    position: relative;
    font-size: 12px;
    left: 3px;
}

#pun-profile #profile-title strong { width: 100%!important; }

#pun-profile #viewprofile #pa-avatar { margin: 8px 0px 15px; }
#pun-profile #viewprofile #pa-avatar div img { 
    max-width: 185px;
    max-height: 250px;
   box-shadow: 0 0 0 1px #bcbcbc2b, 0 0 6px 2px #0000005c !important;
    width: auto;
    height: auto;
}

#pun-profile #viewprofile #pa-edit {
    margin: 38px 0px 25px;
    box-shadow: 0 0 0 1px #bcbcbc2b, 0 0 6px 2px #0000005c !important;
    padding: 10px 5px;
    width: 50%;
    border-radius: 5px;
    text-transform: uppercase;
    align-self: center;
    background: #01010129 !important;
}

/*кнопка редактировать в профиле*/
#pun-profile #viewprofile #pa-edit a {
    color: #9c7575;
    font-size: 14px!important;
    font-weight: 400!important;
    font-family: var(--font_knp);
    text-transform: uppercase;
}

#pun-profile #viewprofile #pa-edit a:hover { color: var(--ahover) !important; }


/* отступы в ячейках */
.main td { }
th {  padding: 0!important; font-size: 0px!important;  }

/* ширина подфорума */
 #pun-index .tcl { 
    width: 600px;
    height: 120px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px 0px 30px 40px;
    background: linear-gradient(to right, #6d616194 0%, rgba(0, 0, 0, 0) 100%); /* градиент */
}


 .main .tcl {  text-align: left;  width: 45%;  }

/* ширина ячеек */
.tc2, .tc3, .tcmod {  text-align: center; }

/* ширина последнего сообщения */
 .tcr {  text-align: left;  width: auto;
line-height: 30px;  }

/* ширина в поиске/модерировании */
#pun-userlist .tcl, #pun-modviewforum .tcl {
  width: 30%  }
#pun-searchtopics .tcl {
  width: 34%  }
#pun-userlist .tc2, #pun-searchtopics .tc2 {  width: 20%;  }
#pun-searchtopics .tc3 { width: 10%; }

/*дебаг */
#pun-debug table .tcl {  width: 15%;  white-space:normal;  }
#pun-debug .tcr {  width: 90%;  white-space: normal;  }

/* расположение последней активной темы */
#pun-index .tcr {
    font: var(--osnovnoi-font);
    align-self: center;
    box-sizing: border-box;
    text-transform: lowercase;
    font-size: 9px;
    margin-top: 10px;
    padding: 15px 20px 15px 0px;
    height: 75px;
    align-content: center;
    width: 358px;
    box-shadow: none;
}


/* последняя активная тема в подфоруме */
#pun-index .tcr a {
    width: 100% !important;
    margin-bottom: -6px;
    text-align: left;
    display: block;
    font-family: var(--osnovnoi-font);
    font-weight: 500;
    line-height: 12px;
    font-size: 12px;
}

#pun-index .tcr .datetime, #pun-index .tcr .byuser {
    font-family: var(--osnovnoi-font);
    font-weight: 400;
    line-height: 12px;
    font-size: 12px;
}

/* количество тем и сообщений в подфоруме */
#pun-index .tc2, #pun-index .tc3 {    
    position: absolute;
    display: none;
}

#pun-index .tc2 {
    bottom: 35px;
    right: 15px;
    font-family: var(--osnovnoi-font);
    font-size: 10px;
    text-transform: uppercase;
}

#pun-index .tc2::before {
    content: 'тем:';
    position: absolute;
    font-size: 10px;
    left: -25px;
}

#pun-index .tc3 {
    bottom: 20px;
    right: 15px;
    font-family: var(--osnovnoi-font);
    font-size: 10px;
    text-transform: uppercase;
}

#pun-index .tc3:before {
    content: 'сообщений:';
    position: absolute;
    font-size: 10px;
    left: -69px;
}

#pun-index .tc3 { margin-left: -15px; }


#pun-main .category thead .tc2, #pun-main .category thead .tc3 {display: none;}





/* НАВИГАЦИЯ ПО ФОРУМУ СВЕРХУ
-------------------------------------------------------------*/
#pun-navlinks .container 
{padding: 0px; 
margin: 0px; 
 justify-content: center;  
display: flex;
 gap: 12px;}

#pun-navlinks li {  
display: inline;  }

/* расположение*/
#pun-navlinks {  
    display: flex;
    justify-content: center;
    margin-top: -58px;
}

#pun-navlinks #navawards { position: absolute; }

/* вид ссылок */
#pun-navlinks li a { 
letter-spacing: 1px;
    color: #9c7575;
    text-transform: uppercase;
    font-family: 'The Kudry';
    font-size: 15px;
    font-weight: 500;
}

/*  вид ссылок навигации при наведении */
#pun-navlinks li a:hover {      color: var(--ahover); }


/* ПОЛЬЗОВАТЕЛЬСКАЯ НАВИГАЦИЯ 
-------------------------------------------------------------*/
#pun-ulinks .container { 
    padding: 0 !important;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 13px 0 15px;
}
#pun-ulinks li, #pun-ulinks li a {
    font-family: var(--osnovnoi-font);
    font-weight: 400;
 }

/* цвет ссылок */
#pun-ulinks a {
    font-size: 11px;
    text-transform: lowercase;
    transition: all 0.3s ease-in-out 0s;
    color: var(--color-ssylki);
}

/* цвет ссылок при наведении */
#pun-ulinks a:hover { color: var(--ahover);} 


/* ВАШЕ МЕСТОРАСПОЛОЖЕНИЕ НА ФОРУМЕ СВЕРХУ И СНИЗУ 
-------------------------------------------------------------*/
/* расположение сверху */
#pun-crumbs1 {  
    margin: 40px 0 5px;
}

/* расположение снизу */
#pun-crumbs2 { margin: 20px 0px 5px; }

/* общий внешний вид */
#pun-crumbs1, #pun-crumbs2 {
    text-align: left;
    text-transform: uppercase;
-webkit-text-size-adjust: none;
}

#pun-crumbs2 p {display: none;}

#pun-crumbs1 p {
    margin: 0px !important;
    font-family: var(--font_trojan);
    font-weight: bold;
    font-size: 10px;
}

#pun-index #pun-crumbs1, #pun-index #pun-crumbs2 {}

/* цвета ссылок */
#pun-crumbs2  a, #pun-crumbs1 a { color: var(--link);;}

/* цвет ссылок при наведении */
#pun-crumbs2  a:hover, #pun-crumbs1 a:hover {color: var(--ahover);}

/* СТРОКА ПРИВЕТСТВИЯ
-------------------------------------------------------------*/
#pun-status .status-right  {float: none!important; display: none;}

/* расположение  */
#pun-status { 
    position: absolute;
    display: flex;
    justify-content: center;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
}

/* внешний вид  */
#pun-status .container {
color: var(--color-ssylki);
    font-family: var(--osnovnoi-font);
    font-weight: 400;
    font-size: 11px;
    text-transform: lowercase;
    line-height: 15px;
    text-align: center;
}

  #pun-status .container strong { font-weight: 400; }


/* цвет ссылки  */
#pun-status a {  color: var(--color-ssylki); font-weight: 500; font-family: 'Rubik'; }

#pun-status a:hover { color: var(--ahover); }

 /* ТЕМЫ
-------------------------------------------------------------*/
/* весь пост */
.post .container {     margin-bottom: 20px; }

/* разделитель между сообщения*/
.post h3 {       
line-height: 10px;
    position: relative;
    width: 780px;
    margin: 10px 0px -10px 215px;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    height: 20px;
    background: var(--zaliv_knopok);
}

.post.hideprofile h3,
.hide-author h3 {
    display: flex;
    width: 100%;
    margin: 20px 0px 0px 0px !important;
}

/* текст внутри разделителя */
.post h3 span {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    padding: 0px 34px;
    box-sizing: border-box;
    width: 100%;
    text-transform: uppercase;
}

/* ссылка внутри разделителя */
 .post h3 a, .post h3 strong {        
    font-size: 11px !important;
color: #604c4c;
    text-transform: uppercase;
font-family: var(--font-ssyl);
    padding-top: 1px;
    font-weight: bold;
}

.post h3 .sharelink { display: none; }


.hide-author .post-box {
    width: 100%;
    margin-top: -30px;
}


.hide-author div.post-rating p {  }

/* расположение профиля */
.post .post-author {    
    float: left;
    min-height: 200px;
}

/* пост и отступы в посте */
.post-body {    
    margin-left: 250px;
    position: relative;
    margin-right: 0px;
}

.post-box { 
    padding: 10px 0px 0px;
    margin-right: -8px;
    margin-bottom: 20px;
    line-height: 150%;
    font-size: 12px;
    font-family: Verdana;
}

/* выравнивание текста поста */
.post-content {
  width: 98%;
  overflow: hidden;
  text-align: justify;  }

/* абзацы постов */ 
 .post-content p {
    padding: 0;
    line-height: 150%;
    font-size: 12px;
    font-family: Verdana;
}

.post-content p strong { font-weight: bold; }

/* .post-content {margin: 0px 0px 15px 10px !important;} */



/* ссылки в посте */
.post-links {     
    width: 100%;
    margin-top: 35px;
    margin-bottom: 10px;
font-family: var(--font-ssyl);
}

.pl-reports { display: none!important; }

.post-links li {  display: inline;  padding-left: 10px; font-size: 11px; }
.post-links ul {         
     padding: 0px 10px 0px 0px;
    text-align: right;
    font: var(--osnovnoi-font)!important;
    font-weight: 600 !important;
    font-size: 11px !important;
    margin: 0px;
}
.pl-email, .pl-website {  float: left;  }
.clearer {  clear: both;  height: 0;  font-size: 0;  }

/* курсив и подчеркнутый текст внутри поста */
.post-content em {font-style: italic}
.post-content em.bbuline {font-style: normal; text-decoration: underline;}

/* картинки в постах */
.post-content img {  vertical-align: text-bottom  }
.post-content img.postimg {  vertical-align: middle;  }

/* таблицы в постах */
td { border-color: transparent; }

.post-content td {     padding: 0.4em 0.5em !important;
    overflow: hidden;
}

/* разделитель подписи в посте */
.post-sig dt, .post-sig dd, .post-sig dl {margin: 0} 
.post-sig dt {
display: block;
margin: 5px 0;
border: 1px solid #b6b1a24f;
    width: 350px;
    margin: 0px 170px;
}

/* экстра */
.post-content table {border-collapse:collapse; margin:0 0 0.8em;}
.post-content td p:last-child {padding-bottom:0;;}
.post-content .highlight-text {background-color:#ff0; color:#000}
.post-content .spoiler-box > div {background:none; padding-left:18px;}
.post-content .spoiler-box > div.visible {}
.post-content .spoiler-box > blockquote {padding: 0;    display: none;   margin: 10px;}
.post-content .spoiler-box > blockquote.visible {display:block; overflow:auto;}
.post-content hr {
    opacity: 0.3;
    margin: 2em 0;
    border: .4px solid var(--color-ssylki);
}
.post-content abbr {text-decoration: underline;}
.post-content ul {padding:0 0 1em 2.3em;}
.post-content ul li {list-style:inherit; margin-bottom:0.3em;}
.post-content ul li ul {padding-bottom:0;}
.post-content ul li > p {padding-bottom:0.3em;}
.post-content ul li > p:last-of-type {padding-bottom:0;}
.post .post-author .pa-ua {display: none;}



/* ФОРМЫ
-------------------------------------------------------------*/
/* контейнер можно отключить */
 .formal .container {padding: 15px 0px; }
.punbb .formal fieldset {min-width:0;     border: none;}
.punbb .formal span.input {padding-right:0 !important}

#post-form h2, #pun-announcement h2 { display:none;}

/* местоположение кнопок отправить/посмотреть */
.formsubmit {    margin: 0px 0px 10px 35px;}
.formsubmit input, .formsubmit a, .formsubmit span {  margin: 0;  }

/* инфо по заполнению */
fieldset {    padding: 0 20px;}
fieldset legend {  margin: 0 0px 10px 10px;}
/* настройка текста */
fieldset legend span { text-transform: uppercase!important;   } 
fieldset fieldset {  border: none;  margin: 0;  padding: 0px 0px 5px;  }

.fs-box {  padding: 0px;  }
.fs-box p, .punbb .fs-box fieldset {  padding: 0px;  }
.inline .inputfield, .inline .selectfield, .inline .passfield {  float: left;  margin-right: 1em;  }
.inline .infofield {  clear:both  }
.datafield br {  display: none  }
.required label, .datafield span.input {  font-weight: 500;  }
textarea, .longinput input {  width: 64%;  margin: 0;  }

/* обводка активного поля */
input, textarea, button {outline:none;}
input:active, textarea:active, button:active {outline:none;}
.hashelp {  position: relative;  }

/* чекбоксы */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}
p[class="checkfield"] *, div[class="checkfield"] *, fieldset[class="radiofield"] * {  height: 1.8em;  vertical-align: middle;  }

/* страница переадресации */
#pun-redirect {padding: 14px; font-family: 'Raleway';}
#pun-redirect.punbb .info .container{ 
  font-family: 'Raleway';
}

#pun-redirect.punbb .info .container * a { font-weight: 600 !important;
    font-family: 'Raleway'; }

body.redirect-page {
        background: url(https://forumstatic.ru/files/001c/18/b8/77194.png) repeat-x fixed!important;
    background-color: #424242;
    height: auto;
}

.redirect-page #pun { 
     background: repeat transparent url(https://forumstatic.ru/files/001c/18/b8/79324.png?v=1) !important; 
     margin-top: 420px;
}

#pun-redirect { height: 80px; }

.redirect-page #pun:after  {
    content: none!important;
    position: absolute;
    height: 213px;
}

/* поле ввода текста поста */
.punbb textarea {
    background-clip: padding-box;
    background: var(--zaliv_knopok);
    padding: 18px 20px !important;
    width: 95% !important;
    color: var(--color-ssylki);
    border: solid 1px #46464640;
    border-radius: 5px;
}

/* поле ввода название темы */
.punbb select, input {
    background: var(--zaliv_knopok);
    color: var(--link);
    margin-top: 5px;
    border: solid 1px #4646460d;
    border-radius: 3px;
}

/* перенос сообщений из темы  */
.pun-modal .container {
    width: 100%!important;
    position: relative;
    border: none!important;
    padding-left: 0!important;
    padding-right: 0!important;
    background: var(--backcol);
}

/* пагинация 
-------------------------------------------------------------*/
/* страницы в подфоруме сверху */
 .linkst {  
    position: relative;
    height: 0;
    top: 0px;  
    margin-top: 30px;
    margin-bottom: 36px;
    font-size: 10px;
}

 
.linkst .pagelink { 
    height: 10px;
    position: relative;
    z-index: 4;
    left: -10px;
}
.postlink.long {    width: 300px; }
.linkst .postlink { position: absolute;
    top: 0px;
    z-index: 4;
    right: 5px;
    text-align: right;
    color: (--color-ssylki);
}

/* страницы в подфоруме снизу*/
.linksb {        text-align: right;
    padding: 0px 5px;
    position: relative;
    bottom: -5px;}

.linksb .pagelink {
width: 300px;
    text-align: left;
    font-size: 10px;
    position: relative;
    pointer-events: all;
    z-index: 10;
 }

.linksb .postlink {float: right; display: none;}

/* страницы в теме снизу*/
#pun-viewtopic .linksb {   
    text-align: right;
    padding: 0px 0px;
    position: relative;
    margin-bottom: 10px;
}

#pun-viewtopic #pun-main { 
    position: relative;
    z-index: 1;
}

/* подписаться и отслеживать внутри темы */
.subscribelink { 
 clear:both;  
margin-bottom: 15px;
    margin-top: -12px;  
    position: relative;
font-size: 11px;
}

.pun-viewtopic .subscribelink a {
    position: absolute;
    width: 200px;
    right: 10px;
    top: -90px;
}

/* меню модератора */
.modmenu .container {   
 padding: 0px 0px;
font-size: 11px !important;
    text-align: right;
    margin: 10px 0px 10px; }
.modmenu strong,  .modmenu a {height: 15px;    padding-bottom: 10px;  }
.modmenu .container strong {  float: left;  }
.modmenu input {  margin-left: 1em; }
.modmenu .container span {     font-weight: 500!important; -webkit-font-smoothing: antialiased; }

/* КНОПКИ И ФОРМЫ ЗАПОЛНЕНИЯ BY BLANCHE. МОЖНО БРАТЬ, НО ОСТАВЛЯЕМ КОПИ*/
/* формы заполнения*/
.punbb select, .punbb option {    text-transform: lowercase!important;
    line-height: 9px;
font-size: 11px !important;
    font-size: 10px !important;
    padding: 2px 4px 4px;}

.checkbox { width: auto !important;}
.punbb option {    background-color: #ccc8bf;} 


/* КНОПКИ ОТПРАВИТЬ ПОСМОТРЕТЬ
-------------------------------------------------------------*/
input.button, #post fieldset .hashelp div input, button, #pun-admain input {
    background: var(--zaliv_knopok);
    border-radius: 7px !important;
    border: 1px solid #46464638 !important;
    color: var(--link);
    padding: 6px 10px 6px 10px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    font-family: var(--font_knp);
    text-transform: uppercase;
    font-size: 16px !important;
    width: auto;
    font-weight: 500 !important;
}

#pun-admain textarea, #pun-admain input, #pun-admain select, #pun-admain optgroup {
    border-bottom-right-radius: 0px;
    font-size: 11px!important;
}

#pun-admain input:hover { color: var(--ahover); }

#pun-admain textarea, #pun-admain .longinput input {
    width: 92% !important;
    padding: 10px !important; 
}

#pun-admain fieldset .handle, #pun-admain fieldset p {
padding: 6px 0px 15px!important;
    position: relative;
}

#pun-admain .tcr input {
   width: 90%!important;
}

/* при наведении */
input.button:hover, #post fieldset .hashelp div input:hover, button:hover {
    background: none;
    color: var(--ahover);
  }

/* КОДЫ И ЦИТАТЫ
-------------------------------------------------------------*/
/* расположение */
 #pun-main table .quote-box,  #pun-main table .code-box {margin: 5px 1px 5px}
#pun-message #pun-main .info .container { margin: 20px 0px; }

/* бокс под цитаты/код итд */
 .scrollbox {
  width: 100%;
  overflow: auto;
  max-height: 200px;
  }  

blockquote {margin:0;}

/* ЦИТАТЫ BY BLANCHE. МОЖНО БРАТЬ, НО ОСТАВЛЯЕМ КОПИ
-------------------------------------------------------------*/
/* цитаты, спойлер, выделить код */

.post-content .quote-box, .post-content .code-box {
    margin: 18px 4px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    padding: 15px 20px;
    background: rgb(18 8 8 / 10%);
    border-radius: 8px;
   box-shadow: 0 0 4px 1px #372f2f5c !important;
}

.post-content .quote-box {  padding: 10px 20px 10px; }

.post-content .quote-box, .post-content .code-box, .pun-modal .modal-inner, #mask_dialog .inner, .editBookmark, #pun-redirect.punbb .info, #pun-report .inner, #pun-admin-award-form .inner, #MyBookmarks {
font-size: 11px!important;
font-family: var(--h1-font)!important;
}

#pun-reputation .inner{
font-size: 11px!important;
font-family: var(--h1-font)!important;
background: repeat transparent url(https://forumstatic.ru/files/001c/18/b8/79324.png?v=1);
z-index: 101!important;
}

#pun-reputation .inner {
    font-family: var(--osnovnoi-font)!important;
}


/* фон проставления репутации */
.post_reputation {
    background: var(--backcol);
    border-radius: 5px;
    padding: 20px 20px 20px 10px !important;
}

/* написал и выделить код */
.code-box strong.legend, .post-content .spoiler-box > div, .post-content .spoiler-box > div.visible {    
font-size: 11px;
    text-align: justify;
    font-weight: bold;
   font-family: var(--font_trojan);
    text-transform: uppercase;
    min-height: 21px;
    flex-wrap: wrap;
    display: flex;
    align-content: flex-end;
    border-radius: 5px 0px 0px 5px;
    color: #433f36;
} 


/*.code-box strong.legend a:before, .quote-box cite:before, .post-content .spoiler-box > div:before, .post-content .spoiler-box > div.visible:before {
    position: relative;
    font-size: 13px;
    font-family: 'Font Awesome';
    padding: 0px 4px;
    top: 3px;
}*/

.code-box strong.legend a {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    box-sizing: border-box;
    padding-top: 23px;
    font-family: 'Anticva';
    font-weight: 400 !important;
    font-size: 13px;
    color: #484848 !important;
}

.code-box strong.legend a:after {
position: absolute;
    content: '';
    width: 494px;
    height: 1px;
    left: 0px;
    bottom: -16px;
    background: linear-gradient(to right, #8a8a8a 0%, rgba(63, 72, 80, 0) 100%);
}

.code-box strong.legend a:hover {
  color: var(--ahover)!important;
}

.code-box strong.legend {
    width: 300px;
    min-height: 30px;
    padding: 0;
    flex-wrap: wrap;
    align-content: center;
    box-sizing: border-box;
    height: 20px;
    border: none;
    position: relative;
    z-index: 0;
    margin: 0px 0px 14px 0;
    border-radius: 5px 0px 0px 5px;
    display: flex;
    font-family: 'Anticva';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    text-transform: lowercase;
    margin-top: -17px;
}

#post-preview .code-box strong.legend {
    margin: 0px;
}

.quote-box cite {
    max-width: 400px;
    width: fit-content;
    min-height: 20px;
    border: none;
    position: relative;
    z-index: 0;
    padding: 20px 10px 12px;
    padding-right: 50px;
    margin: 0px 0px 0px -20px;
    border-radius: 0px 5px 5px 0px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    box-sizing: border-box;
    padding-left: 20px;
    font-family: var(--font_trojan);
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    color: #484848;
    text-transform: lowercase;
    margin-top: -14px;
}


.quote-box cite:after {
    position: absolute;
    content: '';
    width: 494px;
    height: 1px;
    left: 20px;
    bottom: 0px;
    background: linear-gradient(to right, #8a8a8a 0%, rgba(63, 72, 80, 0) 100%);
}

.quote-box cite:before {
    content: '\f10e';
}

.quote-box cite:before {
    position: relative;
    font-size: 13px;
    font-family: 'Font Awesome';
    padding: 0px 6px;
    top: -3px;
}


.quote-box cite .qc-uname { margin: 0px 3px; }

.quote-box cite .qc-post-link img {  
    filter: grayscale(1); 
    margin-bottom: 1px; 
    position: relative;
}


.post-content .spoiler-box > div {  margin-bottom: 0px;}

/* СПОЙЛЕР BY BLANCHE. МОЖНО БРАТЬ, НО ОСТАВЛЯЕМ КОПИ. ПРОДОЛЖЕНИЕ В НАСТРОЙКАХ */
.post-content .spoiler-box > div:after {    
}

.post-content .spoiler-box > div.visible:after {  transform: rotate(45deg);}

/* выделить код (скопировать код) */
#pun-main .code-box .scrollbox pre {
font-family: verdana!important;}


/* ВЫПАДАЮЩИЕ ОКНА ШРИФТОВ, РАЗМЕРА ТЕКСТА И ТД
-------------------------------------------------------------*/
#color-area, #table-area, #keyboard-area {width:auto}
#keyboard-area {text-align:center; padding-bottom:4px}
#imageup-area {width:170px}
#imageattach-area {width:770px; height:200px; padding:0px !important}
#smilies-area, #video-area, #spoiler-area {width:450px}
#image-area {width:550px}
#color-area * {border:0}
#color-area table {width:320px; height:20px; padding:0; margin:0}
#table-area table {width:auto !important; padding:0; margin:0; border-collapse:collapse}
#table-area div {margin-top:1em; text-align:center}
#table-layout {margin-right:0.5em}
#table-area td {background-color:#fff; width:20px; height:20px; border-width:1px !important; border-style:solid !important; border-color:#dadada !important}
#table-area td.selected {background-color:#c8c8ff}
#color-area td, #table-area td {margin:0; padding:0; line-height:0}
#color-area td img, #table-area td img {width:20px; height:20px;}
#font-area span, #font-area img, #size-area span, #size-area img {display:block; position:relative; }
#font-area span, #font-area img {height:15px}
#size-area span, #size-area img {height:24px}
#font-area span, #size-area span {padding:1px 0}
#addition-area div {height:24px; vertical-align:middle}
#font-area img {width:100%; margin-top:-15px}
#size-area img {width:100%; margin-top:-24px}
#keyboard-span {text-align:center; padding-bottom:10px; width:auto}
#keyboard-span input {font-family:Arial, Helvetica, sans-serif; font-weight:300; font-size:13px; color:#666; background-color:#fff; margin:1px 1px 0 0; border:1px solid #ddd;height:25px; min-width:30px}
#imageup-area input {font-size:0.8em}
#imageup-area p {padding:0; margin:0}
#imageup-title {margin-bottom:10px !important}
#imageup-submit {margin-top:10px !important}

/* настройки оформления */
#font-area, .popup_graffiti, #size-area, #image-area, #color-area, #addition-area, #video-area, .inner .popup_graffiti, #table-area, #keyboard-area, #video-area-msg, #smilies-area, #video-area, #spoiler-area, #float {
     background: #ada7a7;
    border-radius: 5px;
    box-shadow: 0px 0px 3px -1px #656262;
}

#size-area {width: 50px; left: 15px;}

#font-area span, #font-area img {    height: 15px; }

#font-area {
    height: 160px;
    width: 130px;
    overflow-y: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    left: 0px;
}
#font-area div {
    -webkit-flex-basis: 12em;
    flex-basis: 12em;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

#tags .container {position: absolute;
    right: 6px;
    top: 79px;
    z-index: 2;
    padding: 5px;
}


/* мини аватар на главной
-------------------------------------------------------------*/

 .user-avatar {
    float: left;
    position: relative;
    margin: -2px 28px 30px 0;
}

 .user-avatar .avatar-image {   
  height: 35px;
    width: 35px; 
    opacity: 0.85;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    border-radius: 5px;
    filter: grayscale(0.5) brightness(0.9);
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    margin-top: 5px;
}


.punbb .user-avatar a {padding:0!important; background:none transparent!important}
.punbb .user-avatar a::after {content:none!important}
.punbb .user-avatar .avatar-image:hover {opacity:1}
@keyframes blinkColor {0% {opacity:1.0} 50% {opacity:.3} 100% {opacity:1.0}}
@-moz-keyframes blinkColor {0% {opacity:1.0} 50% {opacity:.3} 100% {opacity:1.0}}
@-webkit-keyframes blinkColor {0% {opacity:1.0} 50% {opacity:.3} 100% {opacity:1.0}}

#pun-viewforum .user-avatar {float: left;
    position: relative;
height: 30px;
    width: 30px;
margin: 0px 10px 0px -15px;
}

#pun .user-avatar.user-avatar .avatar-image {
    border-radius: 5px;
    border: 2px solid #734b2a;
}

.punbb .user-avatar .avatar-image {
    height: 36x;
    width: 36px;
    margin: 0px -2px 0px -3px;
    opacity: 0.85;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
}

#pun-messages .user-avatar {    
    float: left;
    position: relative;
    height: 30px;
    width: 30px;
    margin: 0px 10px 0px 5px;
}

#pun-viewforum .user-avatar .avatar-image, #pun-messages .user-avatar .avatar-image {   
height: 30px ;
width: 30px !important;
opacity:0.85; background-position:center center; background-size:cover; background-repeat:no-repeat; float:left;     filter: grayscale(0.5); border-radius: 50%;}

#pun-messages .user-avatar .isonline { display: none; }
#pun-viewforum .user-avatar .isonline {
   display: none;
}
#pun-index .user-avatar .isonline {
   display: none;
}

/* СТРАНИЦА ЛИЧНЫХ СООБЩЕНИЙ
-------------------------------------------------------------*/
#pun-messages .post h3 {
margin-left: 222px !important;
    width: 510px;
    background: #0000000f;
    height: 30px;
 }

#pun-messages .post h3 span {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    width: 520px;
    margin-left: -60px;
    text-transform: uppercase;
    font-size: 9px;
    position: absolute;
    top: 25%;
    color: #6a6a6a;
    text-shadow: none;
}

#pun-messages .post-author {     
    margin-left: -114px !important;
    margin-top: -28px !important;
    min-height: 200px !important;
}

#pun-messages .post .pa-posts .fld-name {  text-shadow: none; }

#pun-messages .fs-box  { margin-right: -5px; }
#pun-messages .post-author ul { 
    margin: 0px;
 }
#pun-messages .pa-author a {    text-shadow: none !important;}
#pun-messages .pa-author {    text-shadow: none !important;     margin: 25px 0px 10px; }
#pun-messages .pa-title {  }


#pun-messages .pa-posts {}
#pun-messages .post-body {margin-left: 206px!important; }
#pun-messages .post-body .post-content {
    width: 104%;
}
 
#pun-messages .pa-posts {}
 #pun-messages .post-body {margin-left: 110px!important; width: auto !important;}   
#pun-messages .post-body .post-box { 
margin-right: -35px;
    margin-left: 46px;
}
#pun-messages .post-body .post-content { width: 96%; }
#pun-messages .post .container {    border: none!important;     margin-left: 70px !important;}
#pun-messages #post-form {    margin-top: 0px!important;    border: none!important; }

#pun-messages .indOnline, #pun-messages .indOffline, #pun-messages .pa-reg {display: none;}


.pmtc22 {
    width: 20% !important;
    line-height: 30px;
}

.pmtcl1 {width: 50% !important;}

/* ПРОКРУТКА, ВЫДЕЛЕНИЕ, ВВЕРХ-ВНИЗ, БЕГУНОК УВЕЛИЧЕНИЯ ТЕКСТА 
-------------------------------------------------------------*/
/* выделенный текст */
::selection { background: #7a7978d6;
color: #190f0f;
}

/* ширина прокрутки  */
::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}

#pun-admain textarea::-webkit-scrollbar {
  width: 5px!important;
}

/* движущаяся часть прокрутки */
::-webkit-scrollbar-thumb {
     background-color: #2a1c1c;
}

.blockcode .scrollbox::-webkit-scrollbar-thumb, #main-reply::-webkit-scrollbar-thumb, #tags .container::-webkit-scrollbar-thumb, #imageQueue::-webkit-scrollbar-thumb, #uploaded-images::-webkit-scrollbar-thumb, #mask_dialog .hv-form-block::-webkit-scrollbar-thumb, .punbb #mask_dialog .hv-preview-block::-webkit-scrollbar-thumb, .hv-masks-storage::-webkit-scrollbar-thumb, #form-login #List-UserNames ul::-webkit-scrollbar-thumb, .pun-modal .container::-webkit-scrollbar-thumb, .unread-notifications #notifications-wrap::-webkit-scrollbar-thumb, #history_selected_version textarea::-webkit-scrollbar-thumb, .adinput textarea::-webkit-scrollbar-thumb, #post #wrapper div::-webkit-scrollbar-thumb, #post #wrapperBottom div::-webkit-scrollbar-thumb, .hvStickerPackModalContent::-webkit-scrollbar-thumb, .materielbag::-webkit-scrollbar-thumb {
    background-color: #584040;
}

/* подложка прокрутки */
::-webkit-scrollbar-track {
   background-color: black;
}

.blockcode .scrollbox::-webkit-scrollbar-track, #main-reply::-webkit-scrollbar-track, #tags .container::-webkit-scrollbar-track, #imageQueue::-webkit-scrollbar-track, #uploaded-images::-webkit-scrollbar-track, #mask_dialog .hv-form-block::-webkit-scrollbar-track, .punbb #mask_dialog .hv-preview-block::-webkit-scrollbar-track, .hv-masks-storage::-webkit-scrollbar-track, #form-login #List-UserNames ul::-webkit-scrollbar-track, .pun-modal .container::-webkit-scrollbar-track, .unread-notifications #notifications-wrap::-webkit-scrollbar-track, #history_selected_version textarea::-webkit-scrollbar-track, .adinput textarea::-webkit-scrollbar-track, #post #wrapper div::-webkit-scrollbar-track, #post #wrapperBottom div::-webkit-scrollbar-track, .hvStickerPackModalContent::-webkit-scrollbar-track, .Select_Topics tbody::-webkit-scrollbar-track, .materielbag::-webkit-scrollbar-track {
    background-color: rgba(18,18,18,0.1);
}


/* ПРОФИЛЬ ПРИ НАСТРОЙКЕ + ЛИЧНЫЕ СООБЩЕНИЯ
-------------------------------------------------------------*/
#profilenav h2 {  }

/* контейнер */
#profile .container { padding-left: 200px; }

/* навигация */
#profilenav {  float: left;  width: 200px;  margin-left: -200px;  }

/* отступы между строк в меню*/
#profilenav li {  padding-bottom: 10px;  font-weight: normal;  }

/* отступ в управлении  */ 
#setmods dl {padding: 0 0 0 110px;  }
#setmods dt { float: left;
    width: 150px;
    margin-left: -190px;
    padding: 10px;
    display: inline;
  }
#setmods dd { display: block;     padding: 10px;     font-weight: normal;  }

/*настройки списка */
#profilenav ul { padding: 0px; }

/* заголовки  в настройках профиля (у меня отключены) */
#viewprofile h2, #profilenav h2 {     text-align: left;
    margin: 0px!important;}
#viewprofile h2 span, #profilenav h2 span {         
font-size: 15px;
    text-align: center;
    text-transform: uppercase; }

/* ПРОФИЛЬ в ПРЕДПРОСМОТРЕ
-------------------------------------------------------------*/
#viewprofile ul { padding: 0px;  }
#viewprofile li { }
#viewprofile li span {
   font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
 }
#viewprofile li strong, #viewprofile li div {      
    display: block;
    font-weight: normal;
    text-align: center; 
color: #b9b9b9b3 !important;
 }
#profile-left { width: 25%; padding-top:0 !important;}
#profile-right {width: 75%}
#profile-name strong {font-size:14px}

/*ник в профиле*/
#profile-left #profile-name strong { 
    font-size: 20px;
    font-family: var(--font-nik);
    text-transform: capitalize;
    background: linear-gradient(#7f5d5d 60%, #383434 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 1px #946d6d;
}
#profile-signature {padding:10px;}


/* ОСНОВНЫЕ НАСТРОЙКИ. НЕ ТРЕБУЮТ ИЗМЕНЕНИЙ
-------------------------------------------------------------*/
* html .tclcon {height: 1px}
html:has(+ :not(.day)) { min-width: 1000px; }

body {min-width: 1000px;}

/* отключить прокрутку снизу */
body {overflow-x: hidden}

/* отступы по умолчанию у тела */
body {margin: 0;}

/* элементы списка */
ul, dl, li, dd, dt {  list-style: none;  }

/* убрать курсив с текста везде кроме поста */
address, em {font-style: normal;} 

/* убрать подчеркивание с ссылок */
a {  text-decoration: none;  }

/* скрытые элементы */
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after, #pun-title h1 span, #pun-main h1,  #pun-debug h2 {  clear: both;  content: ".";  display: block;  height: 0;  visibility: hidden;  overflow:hidden;  line-height: 0.0;  font-size: 0;  }

#button-files_rusff,
#button-graffiti_rusff {display: none!important;}

.punbb-admin #pun-status {display: none!important;}

.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,  #navawards a span  {  font-size: 0;  height: 0;  width: 0;  line-height: 0.0;  position:absolute;  left: -9999px;  overflow: hidden  }
#pun-ulinks .item5, .modlist, li.pa-ua, .pa-author imgб li#navawards, .lastedit, .pa-gifts, div#pun-live-rusff { display:none;}

/* информация при регистрации */
.info-box {padding: 0 30px;    margin: 0 0 10px 0;  }
.info-box * {  padding: 0;  }
#pun-main .info-box .legend {    font-weight: 500;  }


/* СКОПИРОВАНО ИЗ ЭКСТРЫ
-------------------------------------------------------------*/
#poll-special table.poll1 {width:auto}
#poll-special td {border:0}
.punbb .post-content img.postimg {max-width:100%; margin:0.4em 0;}
#poll-special td {text-align:left !important; }
#poll-special td.tac {text-align:center !important}
#poll-special td.tar {text-align:right !important}
#form-buttons table, .punbb .formal textarea {width:100%}
#form-buttons td {padding:0 !important; line-height:0; background-position:center; background-repeat:no-repeat; border:0;}
#form-buttons td img {height:26px; width:100%}
#form-buttons tr {text-align: center;}
#formkey, #formetc {display:none}
#main-reply {width:100%}
#pun-messages #post-form div.container {padding-left:2.3em}
#similar-topics {margin-top:1em}
#similar-topics div.container {padding-top:1.1em}
#similar-topics td {border:0; padding:0}
#similar-topics td.st-tcl {width:60%}
#similar-topics td.st-tc2 {width:25%; padding-right:1em; text-align:right}
#similar-topics td.st-tcr {width:15%; padding-right:1em; text-align:right}
.postlink.long {width:30em}
.postlink.long .new-topic {padding-right:12px}
#pun-online .tcl.action {width:35%}
#pun-online .tc3 {width:10%}
#pun-index .isub .tcl {padding-left: 3em !important;}
#pun-main #subforums {padding: 1em 0 1em 1em; margin-bottom: 5px;}


/** подгрузка видео и картинок 
---------------------------------------------------------------*/
#video-host-list {margin-top:.3em; line-height:1.8em}
#video-area-tinp, #image-area-tinp {margin:.5em 0; padding:.3em; border:#66a solid 1px; height:70px}
#video-area-msg, #image-source-list, #image-area-actions, #spoiler-sels {line-height:2em}
p[class="checkfield"] img, div[class="checkfield"] img, fieldset[class="radiofield"] img {height:auto; max-height:50px}
#image-area-tcon-computer {margin:0 0 1em}
#image-area-tcon-computer td {border:none !important; padding:0}
#imageupload-left {width:140px}
#imageupload-right {padding-left:9px !important; background:transparent !important; max-width:380px}
#image-area-actions {text-align:right}
* html #imageQueue {height:expression( this.scrollHeight > 65 ? "66px" :"auto" )} /* sets max-height for IE */
* html #uploaded-images {height:expression( this.scrollHeight > 143 ? "144px" :"auto" )}
#imageQueue {max-height:72px; overflow-y:auto; margin-bottom:10px}
#uploaded-images {max-height:144px; overflow-y:auto}
#uploaded-images img {width:88px; height:66px; border:1px solid; margin-right:4px;}
#upload-button-container, #image-width, #image-thumb-width, #image-insert-format, #insert-all-images-container {margin-top:10px}
#image-source-list a, #image-area-actions a, #spoiler-sels a {margin-right:15px;}
#insert-image-tip {margin-top:10px}
#upload-button-container img {width:120px; height:30px}
#image_upload_input {position:absolute; z-index:-1; left:-9999px}
#selected-image-width, #selected-thumb-width {width:6em}
#imageupload-left input[type=button] {width:11em; text-align:center}
#upload-button-container input[type=button] {font-weight:bold}
#image-width, #image-thumb-width, #image-insert-format strong {font-size:.9em}
.uploadQueueItem {padding:.8em 1em; border:solid 1px #ddd; border-radius:5px; margin-bottom:.5em; background:rgba(238,238,238,0.22)}
.uploadQueueItem.error {border-color:rgba(255,0,0,0.25); background-color:rgba(255,0,0,0.08)}
.uploadQueueItem .cancel {font-size:20px; font-weight:700; font-family:Arial; float:right; margin:-.25em 0 0}
.uploadQueueItem .cancel a {text-decoration:none; color:#333!important}
.uploadProgress {display:block; width:98%; height:3px; margin:2px 0 0; background:#ddd; position:relative}
.uploadProgressBar {position:relative; background:#00adff; height:3px; width:.1%; transition:width .1s linear}
