/* Font Awesome */
@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');

/* Основа css разработана shady */

/* базовые шрифты - поддержка кириллицы
-------------------------------------------------------------*/
@import url(style_cs.1751143217.css);
@import url(https://forumstatic.ru/files/0018/25/96/61263.css);

@font-face {font-family: 'Yeseva One';
src: local("Yeseva One"), url(https://forumstatic.ru/files/001a/e1/8d/18626.otf);}

@font-face {
    font-family: OLD KHARKIV REGULAR;
    src: url('https://forumstatic.ru/files/001a/e2/69/11885.otf?v=1');
}

@font-face {
    font-family: tahoma;
    src: url('https://forumstatic.ru/files/0019/47/79/39114.ttf');
}

@font-face {
    font-family: Mulish;
    src: url('//forumstatic.ru/files/001a/fb/a2/80870.ttf');
}

@font-face {font-family: 'tinos';
src: local("TinosRegular"), url('//forumstatic.ru/files/001a/fb/a2/28023.ttf?v=1');}

@font-face {
    font-family: 'RURIK VIKING';
    src: url('//forumstatic.ru/files/001a/fb/a2/10207.ttf');
}

@font-face {font-family: 'Font Awesome';
src:  url('//forumstatic.ru/files/001a/da/7d/83987.ttf');}

@font-face {
    font-family: 'Topor';
    src: url('//forumstatic.ru/files/001a/fb/a2/85729.ttf');
}

@font-face { font-family: 'Mulish SemiBold';
    src: url('//forumstatic.ru/files/0018/b2/d3/27970.ttf');}
@font-face { font-family: 'Mulish Bold';
    src: url('//forumstatic.ru/files/0018/b2/d3/62084.ttf');}

@import url('//fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

@font-face {
  font-family: 'mybb';
  src: url('./res/font/icons.woff2?3') format('woff2'),
       url('./res/font/icons.woff?3') format('woff'),
       url('./res/font/icons.ttf') format('truetype'),
       url('./res/font/icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* ROOT
-------------------------------------------------------------*/

:root {
--h1-font: 18px "Topor"; /* шрифт и размер заглавного текста */
--body-font: 10px "Mulish"; /* шрифт основного текста */
--backcol: #beb394; /* цвет подложки выпадающих меню */
--forcol: #00000014; /* цвет подложки в цитатах*/
--link: #564e40; /* цвет основных ссылок */
--hovlink: #a68551; /* цвет ссылок при наведении */
--doplink: #a68551; /* цвет дополнительных ссылок */
--t-body: #3f3930; /*цвет основного текста */
--doptext: #c0b595; /*цвет дополнительного текста */
--proftext: #5a594e; /*цвет текста в профиле */
--proflink: #a68551; /*цвет ссылок в профиле */
--bord: 1px solid #9a8e78; /*цвет рамок форм */
--bordin: 1px solid #c0b194; /*цвет рамок форм */
--headtext: #5a594e; /*цвет текста в шапке */
--headhov: #703d46; /* цвет ссылок в шапке при наведении */
--headlink: #a68551; /*цвет ссылок в шапке */
--shadow: inset 0px 0px 15px -2px #0000002e; /* тень */
--backcol2: #c0b495; /* цвет подложки выпадающих меню */
--forcol2: #837b6a47; /* цвет подложки в цитатах*/
--bord2: 1px solid #b8b4aa; /*цвет рамок форм */
}

 /* ОСНОВНЫЕ ШРИФТЫ ФОРУМА
-------------------------------------------------------------*/
/* основной шрифт текста форума */
body {  font: 11px "verdana";}
h1, h2 {  font: 12px "Topor";    font-weight: normal;}

/* шрифты поля ввода*/
textarea,  input, select, optgroup {  font: 11px "verdana";}

/*шрифт в поле кода */
.punbb pre { font: 11px verdana; }


/* ЦВЕТ ТЕКСТА БОЛЬШИНСТВА ЭЛЕМЕНТОВ НА ФОРУМЕ
-------------------------------------------------------------*/
 .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: #6a6152;
}

/* ЦВЕТ ТЕКСТА ПОСТОВ
-------------------------------------------------------------*/
.post-box {
    color: #39342b;
}

/* ЦВЕТ ДЕЖУРНОГО ТЕКСТА (тему просматривают, страницы и т.д.)
-------------------------------------------------------------*/
.linkst .pagelink, .linksb .postlink, .linkst .postlink, .punbb .post-links ul, .punbb .modmenu .container, .punbb .modmenu .container, .subscribelink, .punbb fieldset legend span, .punbb .linksb {
    text-transform: lowercase;
    color: #6a6152;
    letter-spacing: 0.5px;
    font: var(--body-font);
}

/* ЦВЕТ ССЫЛОК НА ФОРУМЕ
-------------------------------------------------------------*/
.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;
    color: #564e40;
}

/* ЦВЕТ ССЫЛОК НА ФОРУМЕ ПРИ НАВЕДЕНИИ
-------------------------------------------------------------*/
.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: #a68551;
}

/* ТАБЛИЦЫ
-------------------------------------------------------------*/
/* стили таблиц */
.main table {  table-layout: fixed;  width: 100%;  }

/* отступы в ячейках */
.main td {  padding: 5px 10px;  }
th {  padding: 0!important; font-size: 0px!important;  }

/* ширина подфорума */
 .main .tcl {  text-align: left;  width: 53%;  }
 #pun-index .tcl {  text-align: left;  width: 60%;  }

/* ширина ячеек */
.tc2, .tc3, .tcmod {  text-align: center;  width: 10%;  }

/* ширина последнего сообщения */
 .tcr {  text-align: left;  width: 32%;
line-height: 15px;  }

/* ширина в поиске/модерировании */
#pun-userlist .tcl, #pun-searchtopics .tcl, #pun-modviewforum .tcl {
  width: 40%  }
#pun-userlist .tc2, #pun-searchtopics .tc2 {  text-align: left;  width: 20%;  }

/*дебаг */
#pun-debug table .tcl {  width: 15%;  white-space:normal;  }
#pun-debug .tcr {  width: 90%;  white-space: normal;  }

/* расположение последней активной темы */
#pun-index .tcr {
    text-align: left;
    line-height: 13px!important;
    font: var(--body-font);
    text-transform: lowercase;
        color: var(--t-body);
}

/* последняя активная тема в подфоруме */
#pun-index .tcr a {
text-transform: uppercase;
    font: var(--body-font);
    font-weight: bolder;
    font-size: 11px;
}

/* количество тем и сообщений в подфоруме */
#pun-index .tc2, #pun-index .tc3 {    width: 5%; display: none; }

/* НАВИГАЦИЯ ПО ФОРУМУ СВЕРХУ
-------------------------------------------------------------*/
/* расположение*/
#pun-navlinks { top: -50px!important;
    position: relative;
    text-align: center;}

#pun-navlinks .container {    padding: 0px;    margin: 0;}


#pun-navlinks li {  display: inline;  }

/* вид ссылок */
#pun-navlinks li a { 
        color: var(--link);
    padding-right: 7px;
    font: var(--h1-font);
    font-size: 20px;
    font-weight: 600;
  }

/*  вид ссылок навигации при наведении */
#pun-navlinks li a:hover {      color: var(--hovlink); }


/* ПОЛЬЗОВАТЕЛЬСКАЯ НАВИГАЦИЯ 
-------------------------------------------------------------*/
/*расположение */
#pun-ulinks  {    text-align: center;
    position: relative;
    top: -30px;
}

#pun-ulinks .container {    padding: 0!important;    margin: 0px;}
#pun-ulinks li, #pun-ulinks li a {    display: inline;}


/* цвет ссылок */
#pun-ulinks a {
transition: all 0.5s linear 0s;
    text-transform: lowercase;
    padding-right: 10px;
    font: var(--body-font);}

/* цвет ссылок при наведении */
#pun-ulinks a:hover {   } 


/* ВАШЕ МЕСТОРАСПОЛОЖЕНИЕ НА ФОРУМЕ СВЕРХУ И СНИЗУ 
-------------------------------------------------------------*/
/* расположение сверху */
#pun-crumbs1 {       margin-top: 30px !important;
 }

/* расположение снизу */
#pun-crumbs2 {        margin-top: 0px; }

/* общий внешний вид */
#pun-crumbs1, #pun-crumbs2 {
font: var(--body-font);
    text-align: center;
    text-transform: uppercase;
    width: 967px;
    font-weight: bolder;

}

/* цвета ссылок */
#pun-crumbs2  a, #pun-crumbs1 a {font-weight: bold; }

/* цвет ссылок при наведении */
#pun-crumbs2  a:hover, #pun-crumbs1 a:hover {font-weight: bold; color: var(--hovlink);}

/* СТРОКА ПРИВЕТСТВИЯ
-------------------------------------------------------------*/
/* расположение  */
#pun-status {         position: absolute;
    width: 440px;
    text-align: center;
    top: -49px;
    left: 310px;
}

/* внешний вид  */
#pun-status .container {
    color: var(--headlink);
    font: var(--body-font);
    text-transform: lowercase;
    line-height: 25px;
    text-shadow: 1px 1px black; }

#pun-status strong {   font-weight: normal; }
#pun-status span {  margin-right: 5px;  }
#pun-status .status-right  {float: none!important;}


/* цвет ссылки  */
#pun-status a {  color: var(--headlink)!important;  font-weight: normal;}

/*Скрыть VIP-аккаунт*/
#pun-status .item4.status-right{  display:none; }

 /* ТЕМЫ
-------------------------------------------------------------*/
/* весь пост */
.post .container {  }

/* разделитель между сообщения*/
.post h3 {         width: 730px;
    margin: 40px 0px -5px 229px !important;
    padding: 5px;
    box-sizing: border-box;
    background: var(--forcol);
    line-height: 10px;
    border-radius: 5px;
    border: var(--bordin);
    outline: var(--bord);
}

.day .post h3 {           background: var(--forcol2);}

/* текст внутри разделителя */
.post h3 span {
display: block;
    text-transform: lowercase;
    letter-spacing: 0.5px;
    font: var(--body-font);
}

/* ссылка внутри разделителя */
 .post h3 a {        
    font-weight: 100!important;
    font-size: 9px!important;
    color: var(--link)!important;}

/* номер поста */
.post h3 strong {     float: right;
    text-align: right;
    font-weight: normal;
    margin-right: 40px;
  }

/* расположение профиля */
.post .post-author {    float: left;
    min-height: 350px!important;
}

/* пост и отступы в посте */
.post-body {    margin-left: 210px; }
.post-box { padding: 20px 10px 0px;  }

/* выравнивание текста поста */
.post-content {
  width: 100%;
  overflow: hidden;
  text-align: justify;  }

/* абзацы постов */ 
 .post-content p {
    padding: 0;
    line-height: 150%;}


.post-content {margin: 0px 0px 15px 0px !important;}

/* ссылки в посте */
.post-links {      font-weight: 100;  }
.post-links li {  display: inline;  padding-left: 5px;  }
.post-links ul {     padding: 0px 25px;
    text-align: right;
}
.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:url('/img/plus.png') no-repeat left center; cursor:pointer; padding-left:18px}
.post-content .spoiler-box > div.visible {background-image:url('/img/minus.png')}
.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.5; filter:alpha(opacity=50); margin-bottom:0.8em}
.post-content abbr {cursor:help}
.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}

/* ФОРМЫ
-------------------------------------------------------------*/
/* контейнер можно отключить */
 .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 10px 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: bold  }
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;}
#pun-redirect.punbb .info .container{ }

/* поле ввода текста поста */
.punbb textarea {
    background-clip: padding-box;
    background: var(--backcol);
    padding: 18px 20px !important;
    width: 95% !important;
    color: var(--t-body);
    border: solid 1px #46464640;
}

.day .punbb textarea {    background: var(--backcol2);}

/* поле ввода название темы */
.punbb select, input {
    background: var(--backcol);
    color: var(--t-body);
    margin-top: 5px;
    border: var(--bord);
}

.day .punbb select, .day input {    background: var(--backcol2);  border: var(--bord2); }

/* перенос сообщений из темы  */
.pun-modal .container {
    width: 100%!important;
    position: relative;
    border: none!important;
    padding-left: 0!important;
    padding-right: 0!important;
    background: var(--backcol);
}

.day .pun-modal .container {    background: var(--backcol2);}

/* пагинация 
-------------------------------------------------------------*/
/* страницы в подфоруме сверху */
 .linkst {  position: relative;
    height: 0;
    top: -10px;  } 
.linkst .pagelink {    margin-left: 10px;}
.postlink.long {    width: 300px; }
.linkst .postlink {     position: absolute;
    top: 0px;
    right: 10px;
    text-align: right;
    text-transform: uppercase;
}

/* страницы в подфоруме снизу*/
.linksb {        text-align: right;
    padding: 0px 10px;
    position: relative;
    bottom: -5px;}

.linksb .pagelink {
width: 300px;
    text-align: left; }

.linksb .postlink {float: right;
font: var(--body-font);}

/* страницы в теме снизу*/
#pun-viewtopic .linksb {    text-align: right;
    padding: 0px 25px;
    position: relative;
    bottom: -20px;}

/* подписаться и отслеживать внутри темы */
.subscribelink {  clear:both;  padding-top: 10px;  }

/* меню модератора */
.modmenu .container {    padding: 0px 25px;
    text-align: right;
    margin: 10px 0px 0px; }
.modmenu strong,  .modmenu a {height: 15px;    padding-bottom: 10px;  }
.modmenu .container strong {  float: left;  }
.modmenu input {  margin-left: 1em; }

/* КНОПКИ И ФОРМЫ ЗАПОЛНЕНИЯ BY BLANCHE. МОЖНО БРАТЬ, НО ОСТАВЛЯЕМ КОПИ*/
/* формы заполнения*/
.punbb select, .punbb option {    text-transform: lowercase!important;
    line-height: 9px;
    font-size: 10px !important;
    padding: 2px 4px 4px;}

.checkbox { width: auto !important;}
.punbb option {    background-color: var(--forcol);} 


/* КНОПКИ ОТПРАВИТЬ ПОСМОТРЕТЬ
-------------------------------------------------------------*/
input.button, #post fieldset .hashelp div input, button, #pun-admain input {
    background: var(--forcol);
    border-radius: 5px !important;
    border: var(--bordin);
    outline: var(--bord);
    color: var(--t-body);
    padding: 5px !important;
    cursor: pointer !important;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    font: var(--body-font) !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 8px !important;
    width: auto;
    font-weight: bolder !important;
}

.day input.button, .day #post fieldset .hashelp div input, .day button, .day #pun-admain input {
    background: var(--forcol2);}

/* при наведении */
input.button:hover, #post fieldset .hashelp div input:hover, button:hover {
background: #a68551b5;
    cursor: pointer!important;
  }

/* КОДЫ И ЦИТАТЫ
-------------------------------------------------------------*/
/* расположение */
 #pun-main table .quote-box,  #pun-main table .code-box {margin: 5px 1px 5px}

/* бокс под цитаты/код итд */
 .scrollbox {
  width: 100%;
  overflow: auto;
  max-height: 200px;
  }  

blockquote {margin:0;}

/* ЦИТАТЫ BY BLANCHE. МОЖНО БРАТЬ, НО ОСТАВЛЯЕМ КОПИ
-------------------------------------------------------------*/
/* цитаты, спойлер, выделить код */
.post-content .quote-box, .post-content .code-box {
margin: 10px;
    overflow: hidden;
    padding: 15px 20px;
    background: var(--forcol);
    border-radius: 5px;
    border: var(--bordin);
    outline: var(--bord);
}

.day .post-content .quote-box, .day .post-content .code-box {    background: var(--forcol2); }

.post-content .quote-box, .post-content .code-box, .pun-modal .modal-inner, #mask_dialog .inner, .editBookmark, #pun-redirect.punbb .info, #pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner, #MyBookmarks {
font-size: 11px!important;
font-family: var(--h1-font)!important;
}

.quote-box cite:before, .code-box strong.legend:before { 
content: '\f717';
    font-family: 'Font Awesome';
    font-size: 20px;
  position: absolute;
    float: left;
    margin: 0px 0px 0px -40px;
    transition: all .8s;
    color: #0000003d;
}

/* фон проставления репутации */
.post_reputation {
    background-color: #bec2c7;
    padding-right: 20px !important;
}

/* написал и выделить код */
.quote-box cite, .code-box strong.legend, .post-content .spoiler-box > div {    
display: block;
    font: var(--body-font);
    text-align: justify;
    margin: 0px 0px 0px 40px;
    font-weight: 600;
    line-height: 200%;
    text-transform: uppercase;
width: 100%; position: relative;
}

.post-content .spoiler-box > div { width: 100%; background: no-repeat 10px !important;  position: relative;  margin-bottom: 0px;}

/* СПОЙЛЕР BY BLANCHE. МОЖНО БРАТЬ, НО ОСТАВЛЯЕМ КОПИ. ПРОДОЛЖЕНИЕ В НАСТРОЙКАХ */
.post-content .spoiler-box > div:before {    
content: '\f717';
    font-family: 'Font Awesome';
    font-size: 20px;
  position: absolute;
    float: left;
    margin: 0px 0px 0px -50px;
    transition: all .8s;
    color: #0000003d;
}

.day .post-content .spoiler-box > div:after {        color: var(--forcol2);}

.post-content .spoiler-box > div.visible:after {  transform: rotate(45deg);}

/* выделить код (скопировать код) */
#pun-main .code-box .scrollbox pre {
font-family: var(--h1-font)!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; cursor:pointer !important}
#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; cursor:pointer; 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 {
    padding: 15px 10px 10px 10px !important;
    background: var(--backcol);
    color: var(--t-body);
    border: var(--bord);
}

.day #font-area, .day .popup_graffiti, .day #size-area, .day #image-area, .day #color-area, .day #addition-area, .day #video-area, .day .inner .popup_graffiti, .day #table-area, .day #keyboard-area, .day #video-area-msg, .day #smilies-area, .day #video-area, .day #spoiler-area, .day #float {    background: var(--backcol2);  border: var(--bord2);}

#size-area {width: 50px; left: 15px;}

#font-area span, #font-area img {    height: 15px; }

/* фон репутации */
.post_reputation {
padding: 15px;
    background: var(--backcol);}

.day .post_reputation {    background: var(--backcol2);}

#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;
    top: 37px;
    z-index: 2;
    right: 50px;}

/* мини аватар на главной
-------------------------------------------------------------*/

 .user-avatar {height: 35px!important; width:35px!important;     float: left!important;
    position: relative!important;
    margin: -5px 10px 0px 0!important;}

 .user-avatar .avatar-image {   
    border: 2px solid!important;
    height: 35px!important;
    width: 35px!important;
    /* color: #382b2982; */
    opacity: 0.85!important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    filter: grayscale(0.5) brightness(0.9)!important; 
border-radius: 0%!important;}

.user-avatar .avatar-image span img {    filter: grayscale(1)!important;}

.user-avatar .isonline {
    width: 8px!important;
    height: 8px!important;
    border-radius: 50%!important;
    display: block!important;
    position: absolute!important;
    top: -5px!important;
    right: 30px!important;
    animation: blinkColor .9s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;
    background: var(--doplink)!important;
    z-index: 100!important;
}

.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!important;
    position: relative!important;
height: 30px!important;
    width: 30px!important;
margin: 0px 10px 0px -15px!important;
}

#pun-messages .user-avatar {float: left!important;
    position: relative!important;
height: 30px!important;
    width: 30px!important;
margin: 0px 10px 0px 0px!important;
}

#pun-viewforum .user-avatar .avatar-image, #pun-messages .user-avatar .avatar-image {   
 border: 2px solid!important;
    height: 30px!important;
    width: 30px !important;
opacity:0.85; background-position:center center; background-size:cover; background-repeat:no-repeat; float:left;     filter: grayscale(0.5)!important; border-radius: 0%!important;}

#pun-viewforum .user-avatar .isonline, #pun-messages .user-avatar .isonline  {
    width: 5px!important;
    height: 5px!important;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -3px!important;
    right: 27px!important;
    animation: blinkColor .9s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;
    background: var(--doplink)!important;
    z-index: 100;
}

/* СТРАНИЦА ЛИЧНЫХ СООБЩЕНИЙ
-------------------------------------------------------------*/
#pun-messages .post h3 {width: 480px;}
#pun-messages .post-author {         margin-left: -30px !important;
    margin-top: -20px !important;
    background: var(--forcol);
    width: 240px;
    padding: 0px !important;
    border-radius: 5px;
    border: var(--bordin);
    outline: var(--bord);
}

.day #pun-messages .post-author {     background: var(--forcol2);}

#pun-messages .post-author ul {     width: 240px;
    margin: 0px; text-align: center; }

#pun-messages .pa-author {   transform: none;
    width: 235px;
    margin-top: 10px;
    position: relative;
    writing-mode: inherit; }
#pun-messages .pa-title { margin: 5px; }

#pun-messages .pa-posts {    background: none;
    border: none;
    outline: none;
    text-shadow: none;
    box-shadow: none;
    width: 220px;
    margin: 0px !important;}
#pun-messages .post-body {margin-left: 225px!important; }
#pun-messages .post .container {    border: none!important;}
#pun-messages #post-form {    margin-top: 0px!important;    border: none!important; }

#pun-messages .indOnline, #pun-messages .indOffline {display:none;}

.pmtc22 {
    width: 20% !important;
    line-height: 30px;
}

.pmtcl1 {width: 50% !important;}

/* ПРОКРУТКА, ВЫДЕЛЕНИЕ, ВВЕРХ-ВНИЗ, БЕГУНОК УВЕЛИЧЕНИЯ ТЕКСТА 
-------------------------------------------------------------*/
/* выделенный текст */
::selection { background: #3c3c3c;    color: #a68551;}

/* ширина прокрутки  */
::-webkit-scrollbar {
    width: 1px;
    height: 1px;}

/* движущаяся часть прокрутки */
::-webkit-scrollbar-thumb {
    background-color: #563527;
}

.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, .anketa right::-webkit-scrollbar-thumb {
    background: #00000014;
}

/* подложка прокрутки */
::-webkit-scrollbar-track {
background-color: #100e0a;
}

.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, .anketa right::-webkit-scrollbar-track {
    background: #00000014;
}

/* ПРОФИЛЬ ПРИ НАСТРОЙКЕ + ЛИЧНЫЕ СООБЩЕНИЯ
-------------------------------------------------------------*/
#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;
    font-weight: bold;
    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: 11px;
    text-align: center; }


/* ПРОФИЛЬ в ПРЕДПРОСМОТРЕ
-------------------------------------------------------------*/
#viewprofile ul { padding: 0px 25px;  }
#viewprofile li { }
#viewprofile li span {float: left;
    width: 150px;
    padding: 5px 10px;
    font-weight: bold;  }
#viewprofile li strong, #viewprofile li div {    display: block;    padding: 7px 10px;    font-weight: normal;  }
#profile-left { width: 25%; padding-top:0 !important;}
#profile-right {width: 75%}
#profile-name strong {font-size:14px}
#profile-left strong {font-weight:bold!important;}
#profile-signature {padding:10px;}

#viewprofile .lz, #viewprofile .lz1, #viewprofile details summary, #viewprofile .family {
    background: transparent;
    text-align: left;
    width: auto;
    border: none;
    outline: none;
    margin: 0 !important;
    padding: 0px !important;
    padding-bottom: 2px !important;
    text-shadow: none;
    box-shadow: none;
}

.punbb #profile-right li strong.GamePst2 {padding-right: 2em;
    top: 0px!important;}

/* ОСНОВНЫЕ НАСТРОЙКИ. НЕ ТРЕБУЮТ ИЗМЕНЕНИЙ
-------------------------------------------------------------*/
* html .tclcon {height: 1px}
html, body {min-width: 1000px!important;}

/* отключить прокрутку снизу */
body {overflow-x: hidden}

/* отступы по умолчанию у тела */
body {margin: 0;}

/* элементы списка */
ul, dl, li, dd, dt {  list-style: none;  }

/* убрать курсив с текста везде кроме поста */
address, em {font-style: normal;} 

/* убрать подчеркивание с ссылок */
a {  text-decoration: none;  }

/* скрытые элементы */
#pun:after,
.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;  }

.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, .topic a.sharelink, 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: bold;  }


/* СКОПИРОВАНО ИЗ ЭКСТРЫ
-------------------------------------------------------------*/
#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; cursor:default !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; cursor:pointer;}
#form-buttons td img {height:26px; width:100%}
#form-buttons tr {text-align: center;}
td#button-font {background:url('/i/form_buttons.3.png') no-repeat 50% 5px}
td#button-size {background:url('/i/form_buttons.3.png') no-repeat 50% -21px}
td#button-bold {background:url('/i/form_buttons.3.png') no-repeat 50% -47px}
td#button-italic {background:url('/i/form_buttons.3.png') no-repeat 50% -73px}
td#button-underline {background:url('/i/form_buttons.3.png') no-repeat 50% -99px}
td#button-strike {background:url('/i/form_buttons.3.png') no-repeat 50% -125px}
td#button-left {background:url('/i/form_buttons.3.png') no-repeat 50% -151px}
td#button-center {background:url('/i/form_buttons.3.png') no-repeat 50% -177px}
td#button-right {background:url('/i/form_buttons.3.png') no-repeat 50% -203px}
td#button-link {background:url('/i/form_buttons.3.png') no-repeat 50% -229px}
td#button-spoiler {background:url('/i/form_buttons.3.png') no-repeat 50% -255px}
td#button-image {background:url('/i/form_buttons.3.png') no-repeat 50% -281px}
td#button-video {background:url('/i/form_buttons.3.png') no-repeat 50% -307px}
td#button-hide {background:url('/i/form_buttons.3.png') no-repeat 50% -333px}
td#button-quote {background:url('/i/form_buttons.3.png') no-repeat 50% -359px}
td#button-code {background:url('/i/form_buttons.3.png') no-repeat 50% -385px}
td#button-color {background:url('/i/form_buttons.3.png') no-repeat 50% -411px}
td#button-smile {background:url('/i/form_buttons.3.png') no-repeat 50% -437px}
td#button-keyboard {background:url('/i/form_buttons.3.png') no-repeat 50% -463px}
td#button-table {background:url('/i/form_buttons.3.png') no-repeat 50% -489px}
td#button-addition {background:url('/i/form_buttons.3.png') no-repeat 50% -515px}
#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:25%}
#pun-index .isub .tcl {padding-left: 3em !important;}
#pun-main #subforums {padding: 1em 0 1em 1em; margin-bottom: 5px;}


i[class^="icons-"]:before, i[class*=" icons-"]:before, .i[class*=" icons-"]:before, .i[class^="icons-"] {
  font-family: "mybb";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icons-search:before { content: '\e095'; } /* '&#57493;' */
.icons-font:before { content: '\e800'; } /* '&#59392;' */
.icons-size:before { content: '\e801'; } /* '&#59393;' */
.icons-video:before { content: '\e802'; } /* '&#59394;' */
.icons-image:before { content: '\e803'; } /* '&#59395;' */
.icons-plus:before { content: '\e804'; } /* '&#59396;' */
.icons-cancel:before { content: '\e805'; } /* '&#59397;' */
.icons-minus:before { content: '\e806'; } /* '&#59398;' */
.icons-star:before { content: '\e807'; } /* '&#59399;' */
.icons-cog:before { content: '\e808'; } /* '&#59400;' */
.icons-play:before { content: '\e809'; } /* '&#59401;' */
.icons-pause:before { content: '\e80a'; } /* '&#59402;' */
.icons-fast-fw:before { content: '\e80b'; } /* '&#59403;' */
.icons-fast-bw:before { content: '\e80c'; } /* '&#59404;' */
.icons-code:before { content: '\e80d'; } /* '&#59405;' */
.icons-table:before { content: '\e80e'; } /* '&#59406;' */
.icons-spoiler:before { content: '\e80f'; } /* '&#59407;' */
.icons-calendar:before { content: '\e810'; } /* '&#59408;' */
.icons-pencil:before { content: '\e10b'; } /* '&#59409;' */
.icons-hide:before { content: '\e812'; } /* '&#59410;' */
.icons-list:before { content: '\e813'; } /* '&#59411;' */
.icons-indent-left:before { content: '\e814'; } /* '&#59412;' */
.icons-indent-right:before { content: '\e815'; } /* '&#59413;' */
.icons-trash-empty:before { content: '\e816'; } /* '&#59414;' */
.icons-off:before { content: '\e817'; } /* '&#59415;' */
.icons-heart:before { content: '\e818'; } /* '&#59416;' */
.icons-user:before { content: '\e819'; } /* '&#59417;' */
.icons-left:before { content: '\e81a'; } /* '&#59418;' */
.icons-center:before { content: '\e81b'; } /* '&#59419;' */
.icons-right:before { content: '\e81c'; } /* '&#59420;' */
.icons-italic:before { content: '\e81d'; } /* '&#59421;' */
.icons-bold:before { content: '\e81e'; } /* '&#59422;' */
.icons-comment:before { content: '\e81f'; } /* '&#59423;' */
.icons-resize-full:before { content: '\e820'; } /* '&#59424;' */
.icons-resize-small:before { content: '\e821'; } /* '&#59425;' */
.icons-quote:before { content: '\e822'; } /* '&#59426;' */
.icons-share:before { content: '\e823'; } /* '&#59427;' */
.icons-smile:before { content: '\e824'; } /* '&#59428;' */
.icons-youtube:before { content: '\e825'; } /* '&#59429;' */
.icons-link:before { content: '\e826'; } /* '&#59430;' */
.icons-volume-off:before { content: '\e827'; } /* '&#59431;' */
.icons-volume-down:before { content: '\e828'; } /* '&#59432;' */
.icons-volume:before { content: '\e829'; } /* '&#59433;' */
.icons-volume-up:before { content: '\e82a'; } /* '&#59434;' */
.icons-addition:before { content: '\e82b'; } /* '&#59435;' */
.icons-infinity:before { content: '\e82c'; } /* '&#59436;' */
.icons-facebook:before { content: '\f09a'; } /* '&#61594;' */
.icons-strike:before { content: '\f0cc'; } /* '&#61644;' */
.icons-underline:before { content: '\f0cd'; } /* '&#61645;' */
.icons-mail:before { content: '\f0e0'; } /* '&#61664;' */
.icons-keyboard:before { content: '\f11c'; } /* '&#61724;' */
.icons-help:before { content: '\f128'; } /* '&#61736;' */
.icons-vkontakte:before { content: '\f189'; } /* '&#61833;' */
.icons-color:before { content: '\f1fb'; } /* '&#61947;' */
.icons-odnoklassniki:before { content: '\f263'; } /* '&#62051;' */
.icons-vimeo:before { content: '\f27d'; } /* '&#62077;' */

.icons-cancel-outline:before { content: '\e82d'; } /* '&#59437;' */
.icons-ok-outline:before { content: '\e82e'; } /* '&#59438;' */


/** подгрузка видео и картинок 
---------------------------------------------------------------*/
#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; cursor:pointer}
#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; cursor:pointer}
#insert-image-tip {margin-top:10px}
#upload-button-container img {cursor:pointer; 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}


/** подсказки и затемнение фона при всплывающих страницах 
---------------------------------------------------------------*/
.tipsy {padding:5px; font-size:11px; font-family:tahoma,helvetica,verdana,arial; position:absolute; z-index:100000;}
.tipsy-inner {padding:5px 8px 4px; background-color:black; color:white; max-width:200px; text-align:center; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px}
.tipsy-arrow {position:absolute; width:0; height:0; border:solid 5px; border-color:transparent transparent black transparent}
.tipsy-n .tipsy-arrow {top:0; left:50%; margin-left:-5px; border-top:0}
.tipsy-nw .tipsy-arrow {top:0; left:11px !important; border-top:0}
.tipsy-ne .tipsy-arrow {top:0; left:auto !important; right:11px; border-top:0}
.tipsy-s .tipsy-arrow {bottom:0; left:50%; margin-left:-5px; border-color:black transparent transparent transparent; border-bottom:0}
.tipsy-sw .tipsy-arrow {bottom:0; left:11px !important; border-color:black transparent transparent transparent; border-bottom:0}
.tipsy-se .tipsy-arrow {bottom:0; left:auto !important; right:11px; border-color:black transparent transparent transparent; border-bottom:0}
.tipsy-e .tipsy-arrow {top:50%; margin-top:-5px; left:auto !important;right:0; border-color:transparent transparent transparent black; border-right:0}
.tipsy-w .tipsy-arrow {top:50%; margin-top:-5px; left:0 !important; border-color:transparent black transparent transparent; border-left:0}
.jGrowl {z-index:9999; color:#fff; font-size:12px; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; position:fixed}
.jGrowl.top-left {left:0; top:0}
.jGrowl.top-right {right:0; top:0}
.jGrowl.bottom-left {left:0; bottom:0}
.jGrowl.bottom-right {right:0; bottom:0}
.jGrowl.center {top:0; width:50%; left:25%}
.jGrowl.center .jGrowl-closer,.jGrowl.center .jGrowl-notification {margin-left:auto; margin-right:auto}
.jGrowl-notification {background-color:#000; opacity:.9; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); zoom:1; width:250px; padding:10px; margin:10px; text-align:left; display:none; border-radius:5px; min-height:40px}
.jGrowl-notification .ui-state-highlight,.jGrowl-notification .ui-widget-content .ui-state-highlight,.jGrowl-notification .ui-widget-header .ui-state-highlight {border:1px solid #000; background:#000; color:#fff}
.jGrowl-notification .jGrowl-header {font-weight:700; font-size:.85em}
.jGrowl-notification .jGrowl-close {background-color:transparent; color:inherit; border:none; z-index:99; float:right; font-weight:700; font-size:1em; cursor:pointer}
.jGrowl-closer {background-color:#000; opacity:.9; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); zoom:1; width:250px; padding:10px; margin:10px; display:none; border-radius:5px; padding-top:4px; padding-bottom:4px; cursor:pointer; font-size:.9em; font-weight:700; text-align:center}
.jGrowl-closer .ui-state-highlight,.jGrowl-closer .ui-widget-content .ui-state-highlight,.jGrowl-closer .ui-widget-header .ui-state-highlight {border:1px solid #000; background:#000; color:#fff}
@media print {.jGrowl {display:none}}
.pun-modal {position:fixed; width:100%; height:100%; top:0; left:0; bottom:0; z-index:100000}
.pun-modal .modal-bg {position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.5); cursor:pointer; z-index:110000}
.pun-modal .modal-inner {width:700px; max-width:94%; height:auto; max-height:44em; margin:12% auto 0; box-shadow:0 0 14px rgba(0,0,0,.3); position:relative; z-index:120000; overflow:hidden}
.pun-modal h2,.pun-modal h1 {max-width:700px; margin:0!important}
.pun-modal .container {padding:.6em 1em; max-height:40em; overflow:auto}
.pun-modal .closer {position:absolute; font-size:1.5em!important; line-height:.8em; right:.4em; padding:.3em!important; margin:-.3em!important; cursor:pointer; background:none 0 transparent!important}
.noscroll {overflow:hidden!important}


/*индикатор активности*/
.pa-online, .pa-last-visit {
  display: none
}

.indOnline, .indOffline {
display: block;
    position: absolute;
    z-index: 9;
    top: 44px;
    left: 5px;
}
.indOnline {
    background: url(https://forumstatic.ru/files/001a/fb/a2/97396.png);
    border: none !important;
    box-shadow: none !important;
    width: 96px;
    height: 103px;
}

.day .indOnline {
    background: url(https://forumstatic.ru/files/001a/fb/a2/47401.png);
}

.indOffline {
    background: url(https://forumstatic.ru/files/001a/fb/a2/90218.png);
    border: none !important;
    box-shadow: none !important;
width: 72px;
    height: 84px;
}

.day .indOffline {
    background: url(https://forumstatic.ru/files/001a/fb/a2/77824.png);
}


.flag-i {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
    margin-right: 1em;
}

.flag-i:before {    content: '\00a0';}

.social {
    background-image: url(/i/social.1.png);
    background-repeat: no-repeat;
    float: left;
    display: block;
    margin: 3px 5px;
    width: 16px;
    height: 16px;
}
.social-vkontakte {    background-position: -130px 0;}
.social-odnoklassniki {    background-position: -78px 0;}
.social-mailru {    background-position: -52px 0;}
.social-google {    background-position: -26px 0;}
.social-yandex {    background-position: -156px 0;}


.punbb .post-sig dt {
    display: block;
    border-top: 1px ridge #5e5a4f26;
    width: 90%;
    margin: 30px 0 0 30px;
    padding-top: 20px;
}

.user-avatar .avatar-image[style*=default_avatar] {
    background-image: url(https://forumstatic.ru/files/000e/5d/50/90477.png) !important;
}


/* ИНСТАГРАМ © nova*/

.post #instpost {
line-height: 16px;
margin-left: 80px;
}

.post #inst {
width:500px;
height:140px;
background:url(https://forumstatic.ru/files/001a/0d/86/73355.png);
}

.post #inst1 {
font-family: arial;
color: #000;
margin-left: 234px;
font-size: 12px;
width: 30px;
height: 15px;
}

.post #inst2 {
border: none;
border-radius: 30px;
width: 42px;
height: 42px;
margin-left: 10px;
margin-top: 60px;
overflow: hidden;
clear: both;
}

.post #inst2 img{
margin-top: 0px;
}

.post #inst3 {
font-family: arial;
color: #000;
margin-left: 64px;
margin-top: -58px;
font-size: 12px;
}

.post #inst4 {
font-family: arial;
color: #000;
margin-left: 64px;
margin-top: -18px;
font-size: 12px;
}

.post #inst5 {
margin-top: -23px;
width: 500px;
height: auto;
}

.post #inst5 img{
max-width: 500px;
min-width: 500px;
}

.post #inst5 iframe{
max-width: 500px;
min-width: 500px;
}

.post #inst6 {
width:500px;
height:207px;
margin-top: -23px;
background:url(https://forumstatic.ru/files/001a/0d/86/26552.png);
}

.post #inst7 {
font-family: arial;
color: #403e3e;
margin-left: 192px;
padding-top: 62px;
font-size: 16px;
}

.post #inst8 {
font-family: arial;
color: #000;
margin-left: 17px;
margin-top: -12px;
font-size: 14px;
width: 470px;
height: 67px;
overflow-y: auto;
}

.post #inst9 {
width: 500px;
height: 776px;
background: url(https://forumstatic.ru/files/001a/0d/86/57421.png);
line-height: 16px;
margin-left: 80px;
}

.post #inst10 {
font-family: arial;
color: #000;
margin-left: 100px;
font-size: 22px;
width: 300px;
text-align: center;
}

.post #inst11 {
border: none;
border-radius: 90px;
width: 100px;
height: 100px;
margin-left: 20px;
margin-top: 23px;
overflow: hidden;
}

.post #inst11 img{
margin-top: 0px;
}

.post #inst12 {
font-family: arial;
color: #000;
margin-left: 150px;
margin-top: -104px;
font-size: 19px;
width: 90px;
text-align: center;
}

.post #inst13 {
font-family: arial;
color: #000;
margin-left: 264px;
margin-top: -32px;
font-size: 19px;
width: 90px;
text-align: center;
}

.post #inst14 {
font-family: arial;
color: #000;
margin-left: 379px;
margin-top: -32px;
font-size: 19px;
width: 90px;
text-align: center;
}

.post #inst15 {
font-family: arial;
color: #000;
margin-left: 10px;
margin-top: 74px;
font-size: 17px;
}

.post #inst16 {
font-family: arial;
color: #000;
margin-left: 10px;
margin-top: -14px;
font-size: 12px;
}

.post #inst17 {
width: 500px;
max-height: 164px;
padding-top:152px;
clear: both;
white-space: nowrap;
}

.post #inst17 img{
margin-top: -2px;
max-width: 164px;
min-width: 164px;
min-height: 164px;
max-height: 164px;
object-fit: cover;
}

.post #inst17a {
width: 500px;
max-height: 164px;
margin-top: -13px;
clear: both;
white-space: nowrap;
}

.post #inst17a img{
margin-top: -2px;
max-width: 164px;
min-width: 164px;
min-height: 164px;
max-height: 164px;
object-fit: cover;
}

.post #inststory {
min-width: 500px;
min-height: 888px;
line-height: 16px;
margin-left: 80px;
}

.post #inst18 {
width: 500px;
height: 888px;
position: relative;
z-index: 1;
}

.post #inst18 img{
max-width: 500px;
min-width: 500px;
min-height: 888px;
max-height: 888px;
object-fit: cover;
}

.post #inst19 {
width: 500px;
height: 888px;
margin-top: -899px;
display: flex;
position: relative;
z-index: 2;
}

.post #inst20 {
border: none;
width: 60px;
height: 60px;
margin-left: 19px;
margin-top: -870px;
display: flex;
position: relative;
z-index: 2;
}

.post #inst20 img{
margin-top: 0px;
border-radius: 90px;
object-fit: cover;
}

.post #inst21 {
font-family: arial;
color: #fff;
margin-left: 90px;
font-size: 15px;
width: 300px;
margin-top: -70px;
position: relative;
z-index: 2;
}

.post #inst22 {
font-family: arial;
color: #fff;
margin-left: 90px;
font-size: 15px;
width: 100px;
margin-top: -12px;
position: relative;
z-index: 2;
}

.post #inst23 {
width: 250px;
height: 40px;
position: sticky;
margin-left: 120px;
margin-top: 670px;
position: relative;
z-index: 2;
}

.post #inst24 {
font-family: arial;
color: #fff;
margin-left: 155px;
margin-top: -40px;
width: 200px;
height: 20px;
font-size: 19px;
text-transform: uppercase;
text-align: center;
position: relative;
z-index: 2;
}

.post #inst25 {
margin-left: 360px;
margin-top: -690px;
height: 100px;
width: 100px;
position: relative;
z-index: 2;
}

.post #inst25 img{
max-width: 100px;
max-height: 100px;
}

.post #instnews {
line-height: 16px;
margin-left: 80px;
}

.post #inst26 {
width: 500px;
height: 259px;
background: url(https://forumstatic.ru/files/001a/0d/86/78928.png);
}

.post #inst27 {
margin-left: 16px;
margin-top: 56px;
overflow: hidden;
clear: both;
width: 463px;
height: 75px;
justify-content: space-between;
align-items: center;
display: flex;
}

.post #inst27 img{
border: none;
border-radius: 40px;
width: 67px;
height: 67px;
object-fit: cover;
}

.post #inst28 {
border: none;
border-radius: 30px;
width: 39px;
height: 39px;
margin-left: 12px;
margin-top: 30px;
overflow: hidden;
clear: both;
}

.post #inst28 img{
margin-top: 0px;
}

.post #inst29 {
font-family: arial;
color: #000;
margin-left: 60px;
margin-top: -54px;
font-size: 15px;
}

.post #inst30 {
font-family: arial;
color: #000;
margin-left: 60px;
margin-top: -16px;
font-size: 12px;
}

.post #inst31 {
margin-top: -23px;
width: 500px;
height: auto;
}

.post #inst31 img{
max-width: 500px;
min-width: 500px;
}

.post #inst31 iframe{
max-width: 500px;
min-width: 500px;
}

.post #inst32 {
width: 500px;
height: 53px;
margin-top: -23px;
background: url(https://forumstatic.ru/files/001a/0d/86/34983.png);
}


.punbb .post-content p.formatted {
    padding: 0 0 0 0;
    text-indent:3.6em;
}



.ship19 {
--bgc00: #696969; /*  большой аватар  */
--bgc01: #696969;  /*  картинка у поста  */
--bgc1: #696969;  /*  цвет 1  */
--bgc2: #696969;  /*  цвет 2  */
--bgc3: #696969;  /*  цвет 3  */
--bgc4: #696969;  /*  цвет 4  */
--bgc5: #696969;  /*  цвет 5  */
--bgc6: #696969;  /*  цвет 6  */
--bgc7: #696969;  /*  цвет 7  */

--bgsiz: 800px;  /*  максимальная общая ширина  */
--bgcr2: #111;  /*  цвет общего фона  */
--sct: #b2b2b2;  /*  цвет общего текста  */
--scta: #ffc072;   /* цвет ccылок */
--szt: 1em;  /*  размер шрифта  */
--ppad4: 20px;  /*  отступ от краев общего блока */
--ppad5: 8px 4px; /*  отступы внутри вып. окон  */
--bxsd5: 0 0 0 1px #131313, 0 0 0 2px #1d1d1d, 0 0 5px 2px #000;  /*  рама и тень  */

--shh2: 280px; /* высота большого аватара */
--avaw: 180px; /* ширина большого аватара */

--ava2h: 100px; /* высота картинки у поста */
--ava2w: 100px; /* ширина картинки у поста */

--ava3h: 50px; /* высота нужного аватара */
--ava3w: 70px; /* ширина нужного аватара */
}

.ship19 {display:grid; grid-template-columns: var(--avaw) auto 1fr 100px; grid-template-rows: auto 1fr auto; align-items: center; justify-content: center; position: relative; width: calc(100% - 8px); max-width: var(--bgsiz); height: var(--shh2); margin: 10px auto 10px 50px; font-size: var(--szt); font-family: 'PT Sans', Tahoma, sans-serif; color: var(--sct); background: var(--bgcr2); padding: var(--ppad4); }
.ship19, .ship19 * {box-sizing:border-box;}

.ship19 a.igrok, .ship19 epiz a, .ship19 .amdescr a {color: var(--scta) !important;}
.ship19 a.igrok, .ship19 epiz a {font-family: 'Oranienbaum', Tahoma, serif; font-size: 16px;}
.ship19 epiz a {font-size: 18px; text-transform: uppercase;}
.ship19 a.igrok, .ship19 pava, .ship19 epiz, .ship19 a.posta, .ship19 postt {display:block; box-sizing: border-box; background: 50% 50% no-repeat; background-size: cover;}

/**  аватар большой  **/
.ship19 a.igrok {position: relative; margin: auto; width: var(--avaw); height: 100%; overflow: hidden; background-color: var(--bgcr2); grid-column: 1 / 2; grid-row: 1 / 4; justify-self: start;}
.ship19 a.igrok:before {content:''; display:block; width: 100%; height: 100%; background: var(--bgc00); mix-blend-mode: multiply; opacity: 1;}
.ship19 a.igrok:hover:before {opacity:0.45;}

.ship19 .igrok p {margin: 0px !important; padding: 14px 8px !important; text-align: center;}
.ship19 p.igr2 {display: block; width: 100%; box-sizing: border-box; position: absolute; bottom: 0px; background: rgba(0,0,0,0.85); transform: translateY(100%);}
.ship19 .igrok:hover p.igr2 {transform: translateY(0%);}
.ship19 p.igr2 em {display: block; padding-top: 4px; margin: 8px auto -6px auto; border-top: 1px solid rgba(134,134,134, 0.25); font-style: normal !important; font-family: Tahoma, Verdana, sans-serif !important; font-size: 11px; color: var(--sct); text-transform: none;}

/**  аватары активистов  **/
.ship19 pava {grid-column: 2 / -1; grid-row: 1 / 2; margin-left:var(--ppad4); display:flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-evenly;}
.ship19 topi {display: inline-block; position: relative; margin: 0px 3px;}
.ship19 topi, .ship19 topi > a {width: var(--ava3w); height: var(--ava3h); background-color: var(--bgcr2);}
.ship19 topi > a {display:block; background: 50% 50% no-repeat; background-size: cover;}
.ship19 topi > a:before {content:''; display:block; width: 100%; height: 100%; mix-blend-mode: multiply; opacity: 1;}
.ship19 topi:nth-child(1) > a:before {background: var(--bgc1);}
.ship19 topi:nth-child(2) > a:before {background: var(--bgc2);}
.ship19 topi:nth-child(3) > a:before {background: var(--bgc3);}
.ship19 topi:nth-child(4) > a:before {background: var(--bgc4);}
.ship19 topi:nth-child(5) > a:before {background: var(--bgc5);}
.ship19 topi:nth-child(6) > a:before {background: var(--bgc6);}
.ship19 topi:nth-child(7) > a:before {background: var(--bgc7);}
.ship19 topi > a:hover:before {opacity: 0.25;}

/**  всплывающее окно  **/
.ship19 .amdescr {display:none; padding: var(--ppad5); height:auto; box-sizing: border-box; text-align:center; background: var(--bgcr2);}
.ship19 topi:hover .amdescr {display:block; position:absolute; z-index:9999; width: calc(var(--ava3w) + 50px);}
.ship19 topi .amdescr {transform: translateX(calc(4px - 25%)) scale(1) !important;}
.ship19 topi:hover .amdescr {top: calc(3px + var(--ava3h));}

/**  лучший эпизод  **/
.ship19 epiz {grid-column: 2 / -1; grid-row: 2 / 3; display: flex; justify-content: center; align-items: center; padding: 10px;}

/**  картинка у поста  **/
.ship19 a.posta {grid-column: 2 / 3; grid-row: 3 / 4; margin: auto 20px auto var(--ppad4); width: var(--ava2w); height: var(--ava2h); background-color: var(--bgcr2); }
.ship19 a.posta:before {content:''; display:block; width: 100%; height: 100%; background: var(--bgc01); mix-blend-mode: multiply; opacity: 1;}
.ship19 a.posta:hover:before {opacity:0.45;}

/**  лучший пост текст  **/
.ship19 postt {grid-column: 3 / 4; grid-row: 3 / 4;}
.ship19 postt p {padding: 0 8px 0 0 !important; margin: auto 0px !important; overflow: auto; text-align: justify; line-height: 140% !important; max-height: var(--ava2h);}

/** посты за неделю **/
.ship19 numpost {grid-column:4 / 5; grid-row:3 / 4; align-self:stretch; display:flex; flex-direction:column; justify-content:space-between; padding:8px; margin: 0px 0px 0px 20px; background-color:var(--bgcr2); box-shadow:var(--bxsd5); text-align: center;}

.ship19 numpost em {font-style:normal; font-size:10px;}
.ship19 numpost strong {font-family:'Oranienbaum', Tahoma, serif; font-size:34px; color:var(--scta) !important; }

.ship19 *::-webkit-scrollbar {width: 3px; height:3px; background-color: transparent;}
.ship19 *::-webkit-scrollbar-thumb {background: rgba(134,134,134, 0.3);}

/**  рамки  **/
.ship19 a.igrok, .ship19 topi, .ship19 a.posta, .ship19 .amdescr {box-shadow: var(--bxsd5);}

/**  задержки **/
.ship19 a.posta:before, .ship19 a.posta:hover:before, .ship19 topi > a:before, .ship19 topi > a:hover:before {transition: all 0.3s 0.07s;}
.ship19 a.igrok:before, .ship19 a.igrok:hover:before {transition: opacity 0.3s 0.07s;}
.ship19 .igrok:hover p.igr2 {transition: transform 0.3s 0.3s;}
.ship19 .igrok p.igr2 {transition: transform 0.4s 0s;}


/*БыстроПлюсы для Топика!*/
.noNull:before {
  content: "+";
  font-size: 9px;
  display: inline-block;
  margin-left: -6px;
  margin-top: 0px;
  position: absolute;
}
div .post-rating p>a {
    outline: 1px solid transparent;
    font-weight: 700;
    background: url(https://forumstatic.ru/files/001b/a6/d4/26514.svg) no-repeat center;
    background-size: 38px auto;
    position: relative;
    z-index: 100;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 12px !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    float: right;
}
div.dark-style .post-rating p>a {
  color: #6BC8AF !important;
}
div.post-vote {
    margin-bottom: 65px;
}
div.post-vote p>a {
font-size: 0 !important;
    position: absolute;
    cursor: pointer;
    z-index: 200;
    width: 23px;
    height: 23px;
    background: url(https://forumstatic.ru/files/0012/d8/04/75043.png?) no-repeat;
    display: inline-block;
    background-size: 100%;
    right: 60px;
    margin-top: 25px;
}
.post.dark-style div.post-vote p>a {
  background: url(https://forumstatic.ru/files/0012/d8/04/38128.png?) no-repeat;
  background-size: 100%;
}

div.post-rating p {
    float: right !important;
    border: 0 !important;
    padding: 3px !important;
}

#notify-link .unreads, #navpm .unreads {
    display: block;
    position: absolute;
    top: -0.8em;
    right: -1em;
    height: 15px;
    min-width: 15px;
    padding: 0 2px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 8px;
    font: bold 11px Tahoma,Verdana;
    line-height: 14px;
    cursor: pointer;
    color: #fff;
    background: #2a2b4c!important;
    box-shadow: 0 0 2px rgb(0 0 0 / 30%);
    text-shadow: none;
    z-index: 1;
}




@import url('https://fonts.googleapis.com/css2?family=Alice&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');

.f_timeline-wrap {
  --tfont: philosopher; /* шрифт заголовков */
  --tfont2: pt sans; /* шрифт текстовок */
  --border: #A6A6A6; /* цвет бордера */
  --tcolor: rgba(55, 66, 105, 1); /* цвет ссылок и кругляшков */
  --tcolor2: #353C39; /* цвет текста */
}

.f_timeline-wrap a {
  color: var(--tcolor) !important;
}

.f_timeline-wrap a:hover {
  color: var(--tcolor2) !important;
}

.f_timeline-wrap {
  width: 100%;
  color: #333;
  font-family: var(--tfont);
}

.f_timeline-year {
  font-weight: 700 !important;
  font-size: 28px !important;
  height: 70px;
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0;
  position: relative;
}

.f_timeline-year .f_timeline-mark:before {
  background: transparent;
  content: "";
  width: 15px;
  height: 70px;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: -25px;
  position: absolute;
  border-top: 3px solid var(--border);
  border-bottom: 3px solid var(--border);
  box-sizing: border-box;
}
.f_timeline-year .f_timeline-mark:after {
  content: "";
  height: 20px;
  top: 70px;
}

.f_timeline-year + .f_timeline-item {
  margin-top: 24px
}

.f_timeline-year:first-child .f_timeline-mark:before {
 border-top: 0px solid var(--border);
}

.f_timeline-item {
  padding-left: 40px;
  padding-top: 4px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.f_timeline-mark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}

.f_timeline-mark:before {
  background: var(--tcolor);
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 9px;
}

.f_timeline-mark:after {
  content: "";
  width: 3px;
  background: var(--border);
  display: block;
  position: absolute;
  top: 26px;
  bottom: 0;
  left: 6px;
}
.f_timeline-mark:last-child .f_timeline-mark:after {
  content: none;
}

.f_timeline-item span {
  display: block;
  font-weight: 700;
  font-size: 12px;
}

.f_timeline-item a {
  font-weight: 700;
  font-size: 18px;
}

.f_timeline-item p {
  padding: 0;
  margin: 0;
  font: 500 12px/150% var(--tfont2) !important
  padding-bottom: 30px !important;
  margin-top: 5px!important;
}

.f_timeline-item.closed .f_timeline-mark:before, .f_timeline-item.closed span, .f_timeline-item.closed a, .f_timeline-item.closed p {
  opacity: .65;
  filter: sepia(100%)
}

.f_timeline-item:last-child .f_timeline-mark:after {
  content: none;
}


/* HIDE FROM MAIN PAGE */
#pun-index #pun-crumbs1 {
font-size: 0px;
    margin-top: 0px!important;
}


/*************************
Стиль для Быстрой смены аккаунтов
Deff
*************************/
/*Cкрытие формы входа без клика*/
#pun-navlinks a:not(.NextShow)+span.odd{
display:none!important;
}
#pun-navlinks #New-exit img{
position:absolute;
margin: 0;
width:22px;
height:auto;
opacity: .64;
}
#pun-navlinks #New-exit:hover{
opacity: .4;
}
/*Стиль доп-иконки Выход!*/
.punbb #pun-navlinks a#New-exit {
  position:absolute;
  z-index:100000!important;
  margin-top: 5px!important;
  margin-left: 24px!important;
  float:none!important;
}
.punbb #pun-navlinks a#New-exit:before {
    content:none;
}
.punbb #pun-navlinks #form-login input{
text-align: center;
    border: 2px inset rgb(62 42 36)!important;
    text-rendering: auto;
    color: #000000!important;
    margin-top: 4px!important;
    border-radius: 5px!important;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block!important;
    text-align: center;
    font: normal normal 400 11px/normal Arial!important;
    background-color: rgb(52 42 35);
    box-shadow: inset 0px 0px 3px rgb(18 9 6);
}
.punbb #form-login #fld1,#form-login #fld2{
background-color: #8c8c8c;
}
.punbb #pun-navlinks #form-login input[type="submit"]{
border: 2px outset #36241e!important;
    color: #8c7168!important;
    cursor: pointer;
    font-weight: 700!important;
}
/*Стиль формы входа*/
.punbb #pun-navlinks #form-login {
    text-shadow: 1px 1px 0 rgb(0 0 0);
    display: block;
    font: normal normal 400 11px/normal Tahoma;
    color: #877D73;
    text-transform: none;
    position: absolute!important;
    left: 0px;
    top: 7px;
    z-index: 100000!important;
    padding: 7px 12px;
    background: #232322;
    border-color: #131313;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0 0 6px 6px;
    text-align: center;
/* box-shadow:inset 0 0 4em rgba(23,23,13,.99); */
}
#pun-navlinks #navlogin #form-login {
margin-left: -35px;/*Подвижки формы влево от вход*/
}
#pun-navlinks #navlogout #form-login {
margin-left: -35px;/*Подвижки формы влево от выход*/
}
.ismoderator #pun-navlinks #navlogout #form-login {
  margin-left: -35px!important;/*Подвижки формы влево от выход для АМС*/
}
/*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */
#pun-navlinks #form-login input[value="Войти"]+p{
margin-bottom: 11px;
margin-top: 11px;
}
.punbb #pun-navlinks #form-login a.Rega,
.punbb #pun-navlinks #form-login a.Forgot{
position:relative;
text-transform: none!important;
z-index:20;
text-shadow:none;
cursor:pointer;
font: normal normal 400 10px/normal Tamota!important;
letter-spacing:0.5!important;
}
.punbb #pun-navlinks #form-login a.Rega:before,
.punbb #pun-navlinks #form-login a.Forgot:before{
  content:none;
}
/* Помечаем красным незаполненные поля!*/
#form-login input.none{
outline:red dashed 2px!important;
}
/*Форма слево(с Никами) */
#List-UserNames {
    position: absolute;
    margin-top: -8px;
    min-height: 90px;
    width: 220px;
    right: 100%;
    padding: 12px 19px 12px 17px;
    background: #232322;
    border-color: #131313;
    border-style: solid;
    border-width: 1px 2px 2px 2px;
    border-radius: 0 0 0px 6px;
    text-align: center;
/*box-shadow:inset 0.23em 0 3.4em rgba(20,20,11,.99);*/
}
/*Стиль контейнера под список Ников*/
.punbb #List-UserNames ul{
padding:0;
overflow:hidden;
overflow-y:auto;
min-height:36px; 
max-height:72px;/*Видимое число Ников без прокрутки! сейчас - 4*/ 
}
.punbb #List-UserNames li {
display: block!important;
    position: relative;
    background: #383838;
    text-align: left;
    box-shadow: 2px 2px 1px rgb(27 15 11);
    padding-left: 5px!important;
    font: normal normal 700 12x/normal Verdana!important;
    margin: 1px auto!important;
    padding: 2px 0;
    transition: .33s;
}
.punbb #List-UserNames li:hover{
opacity:.84;
/*background:#546a6b!important;*/
}
/*Стиль Ников*/
.punbb #List-UserNames li>b{
cursor: pointer;
color: #ff8e00;
    text-shadow: 1px 1px 1px rgb(0 0 0);
}
.punbb #List-UserNames li>b:hover{
opacity:.93;
text-shadow:1px 1px 1px rgba(0,0,0,.6);
}
/*Скролл контейнера с никами*/
#List-UserNames ul::-webkit-scrollbar {
width: 7px;
height: 5px;
}
#List-UserNames ul::-webkit-scrollbar-track {
background-color: #3e2a24;
    border: 1px solid #6a524b;
    box-shadow: none;
}
#List-UserNames ul::-webkit-scrollbar-thumb {
background-color: #40302a;
    border: 1px solid #89766f;
    box-shadow: none;
}
/*Кнопки Удалить (правее ников)*/
#List-UserNames ul li>span {
display: inline-block;
    padding: 0 3px;
    position: absolute;
    opacity: .88;
    cursor: pointer;
    top: 0;
    bottom: 0;
    right: 2px;
    font: normal normal 700 10.56px/normal Verdana;
    color: #a38379;
    text-shadow: 1px 1px 1px rgb(0 0 0);
}
/*Текст при отсутствии запомненных Ников!*/
#List-UserNames ul:empty:before{
display:inline-block;
content: "У Вас нет запомненных ников, введенных через форму справа, или через перенос ниже!";
}
/*Кнопка выход-2*/
#navlogin #exit-2 {
display:none;
}
#navlogout .Rega,
#navlogout .Forgot {
display:none;
}
/*Стиль блока с инпутом для переноса и вставки запомненных Аккаунтов*/
#List-UserNames ul+span{
display:inline-block;
padding:6px 0 8px 0;
text-align:left;
font: normal normal 400 10.56px/normal Verdana;
}
/*Сам инпут*/
.punbb #List-UserNames input {
    background: rgb(42 26 21);
    border: 2px inset rgb(62 42 36)!important;
    border-radius: 6pximportant;
    text-shadow: none!important;
    color: #3e2a24!important;
    background-color: #342a23;
    font: normal normal 400 11px/normal Arial!important;
    box-shadow: inset 0px 0px 3px rgb(18 9 6);
    margin-top: 9px;
    padding: 2px !important;
    vertical-align: middle;
}
/*Стрелочки к инпуту*/
#List-UserNames ul+span b{
font: normal normal 400 13px/normal Verdana;
padding:0 3px;
color: #877D73;
}
/*Кликалка слево, чуть выше инпута*/
#List-UserNames .a1-copy{
display:inline-block!important;
cursor:pointer;
float:left;
}
/*Кликалка справо*/
#List-UserNames .a1-paste{
cursor:pointer;
display:inline-block!important;
float:right;
}
/*Подсказки на кликалках*/
.tipsy.a11 {
font: normal normal 400 11px/normal Tahoma!important;
margin-top:-22px!important;
margin-left: 148px!important;
max-width:170px;
}
/*************************
//Конец Стиля для Быстрой смены аккаунтов
*************************/



/* Inventory © max, the murderer! */

.p_inventory {
    padding: 16px 16px 8px;
    background: rgba(240 240 240 / 1);
    margin: 8px auto;
    display: flex;
    justify-content: center;
    border-radius: 16px;
}

.p_inventory_wrap {
    display: flex;
    gap: 8px;
    overflow: auto hidden;
    padding-bottom: 8px;
}

.p_inventory .p_item {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: 2px solid rgba(0 0 0 / 1);
    background: rgba(0 0 0 / .12);
    position: relative;
    border-radius: 16px;
}

.p_inventory .p_item:hover {
    cursor: pointer;
    background: rgba(0 0 0 / .2);
}

.p_inventory .p_item strong {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -4px;
    right: -4px;
    background: rgba(0 0 0 / 1);
    color: rgba(255 255 255 / 1);
    border: 2px solid rgba(240 240 240 / 1);
    padding: 2px 6px;
    border-radius: 16px;
    line-height: 130% !important;
}


