@import url(style_cs.1751934195.css);


/* ПОДГРУЗКА ШРИФТОВ
-------------------------------------------------------------*/
@import url('https://forumstatic.ru/files/0019/47/79/29639.css');
@import url('https://forumstatic.ru/files/0019/47/79/45439.css');
@font-face {font-family: 'Font Awesome';
src:  url('//forumstatic.ru/files/001a/da/7d/83987.ttf');}
@import url('https://fonts.googleapis.com/css?family=Oswald|Playfair+Display+SC|Playfair+Display|');
@import url('//fonts.googleapis.com/css?family=Yeseva+One&subset=latin,cyrillic');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');
@import url('https://use.fontawesome.com/releases/v5.15.1/css/all.css');
@font-face {font-family: 'Font Awesome';
src:  url('//forumstatic.ru/files/001a/da/7d/83987.ttf');}

@font-face {font-family: Usually;
src: url('https://forumstatic.ru/files/001c/32/58/36487.otf');}

@font-face {font-family: Usually Bold;
src: url('https://forumstatic.ru/files/001c/32/58/39698.otf');}

/* Font Awesome */
@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');


/* ROOT
-------------------------------------------------------------*/
:root {
--h2-font: 'Anticva'; /* шрифт с засечками */
--h1-font: 'Mulish'; /* шрифт и размер заглавного текста */
--body-font: 'Mulish'; /* шрифт основного текста */
--backcol: #bdb8b4; /* цвет тела */
--forcol: #aba2ab2b; /* цвет подложки цитат */
--quotcol: #7f786e2b; /* цвет цитат */
--link: #2B2B2B; /* цвет основных ссылок */
--hovlink: #788754; /* цвет основных ссылок при наведении */
--hovlinkt: #fff; /* цвет ссылок при наведении в таблице */
--linkp: #B48E74; /* цвет ссылок в профиле */
--doplink: #691212; /* цвет дополнительных ссылок */
--t-body: #363831; /*цвет основного текста */
--doptext: #b5b5b5; /*цвет дополнительного текста */
--bordin:  1px solid #a09c96; /*цвет рамок */
--helpcol: #0e0e0e; /*тот почти черный*/
--bx-shadow: 0px 1px 0px 0px #909488;;
--orange-border: 1px solid #3D3D3D;  /*больше не оранжевый бордер*/
--modal: #aaa7a4;  /*цвет модальных окон*/
--category: url(https://forumstatic.ru/files/001c/32/58/57515.png);
--headlink: #976B823D;
}

 /* ОСНОВНЫЕ ШРИФТЫ ФОРУМА
-------------------------------------------------------------*/
/* основной шрифт текста форума */
body {  font-family: 'Mulish'; font-size: 12px; font-weight: 400; }
h1, h2 {  font-family: 'Mulish'; font-size: 12px;     color: #464646;   font-weight: 600;}

/* шрифты поля ввода*/
textarea,  input, select, optgroup {  font: 11px Verdana;}

/*шрифт в поле кода */
.punbb pre {  }


/* ЦВЕТ ТЕКСТА БОЛЬШИНСТВА ЭЛЕМЕНТОВ НА ФОРУМЕ
-------------------------------------------------------------*/
 .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(--t-body);
}

/* ЦВЕТ ТЕКСТА ПОСТОВ
-------------------------------------------------------------*/

.post-box a {
    color: #d6a0bd!important;
  font-weight: 600;
}

.post-box a:hover {     color: var(--hovlink) !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: #dedede !important;
}

.post-box .code-box a:hover,
.code-box a:hover {
   color: #340705 !important;
}

del { background-color: transparent!important; }


/* ЦВЕТ ДЕЖУРНОГО ТЕКСТА (тему просматривают, страницы и т.д.)
-------------------------------------------------------------*/
.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: var(--t-body);
    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;
    box-shadow: none;
    color: var(--t-body);
    font-weight: 600;
    cursor: pointer;
}

/* ЦВЕТ ССЫЛОК НА ФОРУМЕ ПРИ НАВЕДЕНИИ
-------------------------------------------------------------*/
.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(--hovlink);
}

/* ТАБЛИЦЫ
-------------------------------------------------------------*/
/* стили таблиц */
.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 { padding: 30px 20px 125px 50px; }

#pun-searchtopics .main table tr {
    margin: 0px 0px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#pun-searchtopics .hasicon .tc3 { display: none; }

#pun-searchposts .post h3 span { }
#pun-searchposts .FNTslider { display: none; }

#pun-searchtopics .main table .tcr { 
    width: 30%;
    margin-top: -10px;
    padding-right: 15px;
    box-sizing: border-box;
 }
#pun-searchtopics .user-avatar .avatar-image {
    height: 30px;
    width: 30px;
    opacity: 0.65;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    border-radius: 50%;
    filter: grayscale(1);
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}

#pun-searchtopics .user-avatar {
    height: 30px;
    width: 30px;
    float: left;
    position: relative;
    margin: 0px 15px 8px 5px;
}

#pun-searchtopics .user-avatar .isonline {
    right: 24px;
}

.modmenu {
    width: 980px;
    margin: 0 auto;
}

#pun-viewtopic .modmenu { width: 960px; }
#pun-viewtopic #topic-users-in .container {
    text-align: left;
    background: #C1BAAB;
    border-radius: 10px;
    box-shadow: var(--bx-shadow);
    padding: 6px 10px;
   width: fit-content;
}

#pun-viewtopic .linksb .pagelink { margin-left: 40px; padding: 6px; }

#topic-modmenu .container span,
#pun-viewforum .modmenu .container span,
#pun-searchtopics .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(--body-font)important;
    font-weight: 700!important;
    font-size: 11px;
}

#form-buttons small {
display: inline;
    width: 116px;
    box-sizing: border-box;
    padding: 7px 6px 5px 10px;
    height: 30px;
    margin-left: 27px;
    border-radius: 5px;
    background: #C1BAAB;
    box-shadow: var(--bx-shadow);
}

#form-buttons { position: relative; display: flex; }

#pun-edit #form-buttons small { top: -34px!important; }
#togglePreview {     
position: absolute;
    z-index: 10;
    right: 90px;
 }

#togglePreview input.button { 
    width: 30px;
    height: 30px;
    color: transparent;
    border: none !important;
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    cursor: pointer !important;
    border-radius: 5px !important;
    background: #C1BAAB;
    box-shadow: var(--bx-shadow);
 }

#togglePreview:after {
content: '\f303';
    position: absolute;
    font-family: 'Font Awesome';
    font-size: 18px;
    color: var(--t-body);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .3s ease-in-out;
    pointer-events: none;
}

#togglePreview:hover:after { color: var(--hovlink); }


#pun-edit #togglePreview { margin-top: unset; }
#pun-edit #pun-announcement { display: none; }
#pun-post .formal .container {
    padding: 35px 0px;
}

#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 { margin: 0px 0px 0px 60%; }

#pun-messages .fs-box .post-author {
    position: relative;
    border-radius: 6px;
}


#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 {     
    margin: 0!important;
}

#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: 0px;
   margin-top: -31px;
}

#pun-profile li strong {
   font: var(--body-font);
}

#pun-profile #pa-fld5,
#pun-profile #profile-gifts {
  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;
}

#post-preview .code-box strong.legend {
    color: #d2cec4;
    font-style: italic;
    padding-left: 15px;
}


#viewprofile #pa-gifts,
#viewprofile #pa-invites { display: none!important; }

#post-preview .quote-box cite a { color: #d2cec4!important; }

#pun-online #pun-main table tr { height: 30px; }
#pun-online #pun-crumbs2 {
    margin-top: 30px;
}


/* ОФОРМЛЕНИЕ ПРЕВЬЮ ПРОФИЛЯ */

#pun-profile #pun-crumbs1 p {
    background: url(https://forumstatic.ru/files/001c/32/58/49098.png);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #c7c0c9;
    font-weight: 700;
    font-family: 'Viaoda Libre';
    padding: 8px 0;
    font-size: 18px;
    width: 100% !important;
    margin: 0 auto !important;
    box-shadow: 0 0 0 1px #5e5b5685, 0 0 6px 2px #150d0d00 !important;
 }

#pun-profile:has(#profile) #pun-crumbs1 p  {}

#pun-profile #pun-crumbs1 strong,
#pun-profile #pun-crumbs1 em,
#pun-profile #pun-crumbs1 a { display: none!important; }

#pun-profile #viewprofile tbody {
    background: url(https://forumstatic.ru/files/001c/32/58/49098.png);
    background-size: auto;
}

#pun-profile #viewprofile .eye_fancy { display: none; }

#pun-profile #viewprofile tbody tr {
    display: flex;
    min-height: 370px;
}

#pun-profile #viewprofile tbody tr #profile-left {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    width: 250px;
} 

#pun-profile #viewprofile tbody tr #profile-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 733px;
    box-shadow: var(--head-border);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    gap: 15px;
    padding: 15px;
    box-sizing: border-box;
    margin: 0px auto 10px;
}

#viewprofile #profile-right li {
font-family: 'Mulish';
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 15px 0px #0000004D, 0px 0px 0px 1px #93899D, 0px 0px 0px 2px #565656;
    background: #6F6878;
    color: #C7C0C9;
    text-shadow: 1px 1px 0 #00000040;
}

#viewprofile #profile-right li strong, #viewprofile strong {
    color: #c4bdc7 !important;
    font-weight: 600 !important;
}
#viewprofile #profile-right li * a,
#viewprofile #pa-fld1 a div {
   color: #dbbbcc;
}

#viewprofile #profile-right li * a:hover,
#viewprofile #pa-fld1 a div:hover {
  color: var(--hovlinkt);
}

#viewprofile #profile-right  #pa-fld2 #lz {
    width: 94%;
    background: transparent;
    box-sizing: unset;
    color: var(--proftext);
    border: none;
    margin: 0;
}

#profile-name {
    z-index: 2;
    position: relative;
    font: var(--body-font);
    color: var(--linkp) !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: #dbbbcc !important;
    font-weight: 600 !important;
    text-shadow: 1px 1px 1px #46424c;
}

#profile-title {
    font: var(--body-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: 180px;
    max-height: 180px;
    width: auto;
    height: auto;
    box-shadow: inset 0px 0px 15px 0px #0000004D, 0px 0px 0px 1px #93899D, 0px 0px 0px 2px #565656;
}

#pun-profile #viewprofile #pa-edit {
    margin: 38px 0px 25px;
    padding: 10px 5px;
    width: 50%;
    border-radius: 20px;
    text-transform: uppercase;
    align-self: center;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 15px 0px #0000004D, 0px 0px 0px 1px #93899D, 0px 0px 0px 2px #565656;
    background: #6F6878;
    text-shadow: 1px 1px 0 #00000040;
}

#pun-profile #viewprofile #pa-edit a {
    color: #dbbbcc;
    font-size: 11px!important;
}

#pun-profile #viewprofile #pa-edit a:hover {     color: var(--hovlinkt); }


/* отступы в ячейках */
.main td { }
th {  padding: 0!important; font-size: 0px!important;  }

/* ширина подфорума */
 #pun-index .tcl { 
    width: 350px;
    box-sizing: border-box;
}

 .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: 34%  }
#pun-searchtopics .tcl {
  width: 35%  }
#pun-userlist .tc2, #pun-searchtopics .tc2 {  text-align: left;  width: 32%;  }

/*дебаг */
#pun-debug table .tcl {  width: 15%;  white-space:normal;  }
#pun-debug .tcr {  width: 90%;  white-space: normal;  }

/* расположение последней активной темы */
#pun-index .tcr {
    font-family: var(--body-font);
    align-self: center;
    box-sizing: border-box;
    text-transform: lowercase;
    font-size: 9px;
    margin-top: 10px;
    border-radius: 5px;
    padding: 0;
    align-content: center;
    width: 190px;
    box-shadow: none;
}

#pun-index .tcr br {
    display: none;
}


/* последняя активная тема в подфоруме */
#pun-index .tcr a {
    margin-bottom: -2px;
    text-align: left;
    display: block;
    text-transform: uppercase;
    font-family: 'Mulish';
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
}

.day #pun-index .tcr a:hover { color: #466A6D; }

#pun-index .tcr .datetime, #pun-index .tcr .byuser {
    font-family: 'Mulish';
    font-weight: 600;
    line-height: 11px;
    font-size: 10px;
}

/* количество тем и сообщений в подфоруме */
#pun-index .tc2, #pun-index .tc3 {    
    position: absolute;
    display: none;
}

#pun-index .tc2 {
    bottom: 35px;
    right: 15px;
    font-family: 'Mulish';
    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: 'Mulish';
    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: 20px;}
#pun-navlinks li {  display: inline;  }

/* расположение*/
#pun-navlinks {  
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: -227px;
}

#pun-navlinks #navawards { position: absolute; }
#pun-navlinks #navadmin a { color: #9D8754; }

/* вид ссылок */
#pun-navlinks li a { 
    color: #A6A195;
    text-transform: uppercase;
    font-family: 'Usually';
    font-size: 27px;
    line-height: 20px;
    text-shadow: 0px 1px 1px #000;
    font-weight: 500;
  }

.day #pun-navlinks li a { color: #466A6D; text-shadow: none; }

/*  вид ссылок навигации при наведении */
#pun-navlinks li a:hover,
#pun-navlinks #navadmin a:hover { color: #788754; }

.day #pun-navlinks li a:hover,
.day #pun-navlinks #navadmin a:hove { color:#8C9A6A; }


/* ПОЛЬЗОВАТЕЛЬСКАЯ НАВИГАЦИЯ 
-------------------------------------------------------------*/
#pun-ulinks .container { 
    padding: 0 !important;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 3px 0 30px;
}
#pun-ulinks li, #pun-ulinks li a {
    font-family: 'Mulish';
 }

/*расположение */
#pun-ulinks  {
    position: absolute;
    width: 100%;
    left: 0;
    top: -38px;
}

/* цвет ссылок */
#pun-ulinks a {
font-size: 10px;
    line-height: 11px;
    font-weight: 600;
    color: #848086;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    text-shadow: 0px 1px 1px #000;
}

.day #pun-ulinks a {
    color: #466A6D;
    text-shadow: none;
    font-weight: 700;
}

/* цвет ссылок при наведении */
#pun-ulinks a:hover { color: #A6A195;} 
.day #pun-ulinks a:hover { color: #8C9A6A;} 


/* ВАШЕ МЕСТОРАСПОЛОЖЕНИЕ НА ФОРУМЕ СВЕРХУ И СНИЗУ 
-------------------------------------------------------------*/
/* расположение сверху */
#pun-crumbs1 {  
}

/* расположение снизу */
#pun-crumbs2 {  }

/* общий внешний вид */
#pun-crumbs1, #pun-crumbs2 {
    font: var(--h1-font);
    text-align: center;
    text-transform: uppercase;
}

#pun-crumbs1 p, #pun-crumbs2 p { 
        margin: 0px !important;
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 11px;
    line-height: 20px;
    color: #5B5E55;
    text-transform: lowercase;
}

#pun-crumbs1 p {
    text-transform: uppercase;
    font-weight: 700;
}

#pun-crumbs2 p { 
    width: 60%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 33px 0px 25px !important;
    font-family: var(--body-font);
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
 }

#pun-index #pun-crumbs2 p,
#pun-viewtopic #pun-crumbs2 p {
    text-shadow: 0px 1px 1px #000;
    color: #C6BFAD;
}

#pun-crumbs2 {
}

#pun-index #pun-crumbs1, #pun-index #pun-crumbs2 {}

/* цвета ссылок */
#pun-crumbs2  a, #pun-crumbs1 a { color: #695e6d;}


#pun-viewtopic #pun-crumbs2  a { color: #c6bfad; }

/* цвет ссылок при наведении */
#pun-viewtopic #pun-crumbs2  a:hover, #pun-crumbs2  a:hover, #pun-crumbs1 a:hover {color: var(--hovlink);}

/* СТРОКА ПРИВЕТСТВИЯ
-------------------------------------------------------------*/
#pun-status span {  margin-right: 0px;  }
#pun-status .status-right  {float: none!important;}

/* расположение  */
#pun-status { 
position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    top: 25px;
}

/* внешний вид  */
#pun-status .container {
color: #5B5E55;
    font-family: 'Mulish';
    font-size: 10px;
    text-transform: lowercase;
    line-height: 11px;
    text-align: justify;
    margin: 0;
    font-weight: 700;
}

  #pun-status .container strong,
  #pun-status .container *  { font-weight: 700; }


/* цвет ссылки  */
#pun-status a {     color: #5c5e55;  }

#pun-status a:hover { color: #7B787C; }

 /* ТЕМЫ
-------------------------------------------------------------*/
/* весь пост */

.post {
    background: #C1BAAB;
    box-shadow: var(--bx-shadow);
    border-radius: 5px;
}

.post .container {
    margin-bottom: 15px;
}

/* разделитель между сообщения*/
.post h3 {       
    line-height: 10px;
    position: relative;
    width: 723px;
    z-index: 1;
    margin: 20px 0px 0px 300px;
    border-radius: 20px 0 0 20px;
    box-sizing: border-box;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    height: 20px;
}

.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: 60px 0px 15px 25px;
    box-sizing: border-box;
    width: 100%;
    text-transform: uppercase;
    position: relative;
}

.post h3 span:after {
  width: 688px;
  height: 1px;
  background: linear-gradient(90deg, #838077 0%, rgba(100, 97, 87, 0) 100%);
  position: absolute;
  content: '';
 bottom: 0;
left: 25px;
}

/* ссылка внутри разделителя */
 .post h3 a, .post h3 strong {        
    font-size: 11px !important;
    text-transform: uppercase;
    font-family: var(--body-font);
    font-weight: 500 !important;
    color: var(--t-body);
}

.post h3 .sharelink { display: none; }


.hide-author .post-box {
    width: 100%;
    margin-top: -30px;
}

.hide-author .reaction-picker {
}

.hide-author div.post-rating p {  }

/* расположение профиля */
.post .post-author {    
    float: left;
    min-height: 200px;
}

/* пост и отступы в посте */
.post-body {    
    position: relative;
    margin: 17px 25px 0 325px;
}

.hideprofile .post-body {
    width: 100%;
    margin: 0 auto;
}

.hideprofile .post-box {
    margin-right: unset!important;
}

.post-box { 
    padding: 10px 1px 0px;
    margin-bottom: 20px;
    line-height: 150%;
    font-size: 11px;
    font-family: Verdana;
  }

/* выравнивание текста поста */
.post-content {
  width: 100%;
  overflow: hidden;
  text-align: justify;  }

/* абзацы постов */ 
 .post-content p {
    padding: 0;
    line-height: 150%;
    font-size: 12px;
    font-family: 'Mulish';
}

/* .post-content {margin: 0px 0px 15px 10px !important;} */

/* ссылки в посте */
.post-links {     
    width: 100%;
    margin-top: 35px;
    margin-bottom: 25px;
}

.pl-reports { display: none!important; }

.post-links li {  display: inline;  padding-left: 10px; font-size: 11px; }
.post-links ul {         
    padding: 0px 25px 0px 20px;
    text-align: right;
    font: var(--body-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; cursor:pointer; 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; margin: 0; padding-bottom: 10px;}
.post-content hr {
    opacity: 0.3;
    margin: 2em 0;
    border: .4px solid var(--t-body);
}
.post-content abbr {cursor:help!important; text-decoration: underline dotted!important;}
@media (max-device-width: 620px) {
.post-content abbr {cursor:help!important; text-decoration: none!important; position: relative;}
.post-content abbr::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    border-bottom: 1px dotted;
    width: 100%;
}
}


.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 45px;}
#post .formsubmit input.button {
    background: #C1BAAB;
    border-radius: 5px !important;
    box-shadow: var(--bx-shadow);
    padding: 6px 10px;
    border: none !important;
}

#post .formsubmit input.button:hover {
    background: #B1AA9B;
box-shadow: 1px 1px 4px 0px #00000040 inset;
color: var(--link)!important;
}

.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: 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; font-family: 'Raleway';}
#pun-redirect.punbb .info .container, #pun-redirect.punbb .info .container a { 
  font-family: 'Raleway';
  color: #C7C0C9 !important;
}

#pun-redirect.punbb .info .container a:hover { 
  color: var(--hovlink)!important;
}

#pun-redirect.punbb .info .container * a { font-weight: 600 !important;
    font-family: 'Raleway'; }

body.redirect-page {
        background: url(https://forumstatic.ru/files/001c/32/58/67893.png) top center no-repeat, url(https://forumstatic.ru/files/001c/32/58/49098.png) repeat!important;
    background-color: #424242;
    height: auto;
}

.redirect-page #pun { 
    margin-top: 420px;
    box-shadow: inset 0px 0px 15px 0px #0000004D, 0px 0px 0px 1px #93899D, 0px 0px 0px 2px #565656;
    background: #6F6878 !important;
    color: #C7C0C9 !important;
    text-shadow: 1px 1px 0 #00000040;
}

#pun-redirect { height: 80px; }

.redirect-page #pun:after {
    background: url(https://forumstatic.ru/files/001c/30/dc/49588.png) no-repeat !important;
    content: '' ;
    position: absolute;
    height: 213px;
}

/* поле ввода текста поста */
.punbb textarea {
    background-clip: padding-box;
    background: var(--forcol);
    padding: 18px 20px !important;
    width: 95% !important;
    color: var(--link);
    border: solid 1px #46464640;
    border-radius: 5px;
}

#pun-viewtopic textarea {
    width: 960px !important;
    background: #C1BAAB;
    box-shadow: 0px 1px 4px 0px #00000040 inset;
    box-sizing: border-box;
    margin: 0 auto;
}

/* поле ввода название темы */
.punbb select, input {
    background: var(--forcol);
    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;
    font-size: 10px;
    width: 990px;
    margin: 20px auto;
}

 
.linkst .pagelink { 
    height: 10px;
    position: relative;
    z-index: 4;
    left: 15px;
}
.postlink.long {    width: 300px; }
.linkst .postlink { position: absolute;
    top: 0px;
    z-index: 4;
    right: 5px;
    text-align: right;
}

/* страницы в подфоруме снизу*/
#pun-viewforum .linksb {        
    text-align: right;
    padding: 0px 5px;
    position: relative;
    bottom: 33px;
    left: 11px;
}

.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-messages .linksb .postlink { display: block; }

/* страницы в теме снизу*/
#pun-viewtopic .linksb {   
    text-align: right;
    padding: 0px 6px;
    width: 1000px;
    position: unset;
    margin-top: 0px;
    position: relative;
}

#pun-viewtopic #pun-main { 
    position: relative;
    z-index: 1;
}

/* подписаться и отслеживать внутри темы */
.subscribelink { 
    clear: both;
    margin-bottom: 35px;
    margin-top: -15px;
    position: relative;
    font-size: 0;
}

.subscribelink a {
    right: 22px;
    top: 11px;
    display: block;
    position: absolute;
    font-size: 0;
}

#pun-viewtopic .subscribelink a {
font-size: 12px;
    position: absolute;
    right: 5px;
    background: #C1BAAB;
    border-radius: 10px;
    box-shadow: var(--bx-shadow);
    padding: 6px 10px;
    width: 196px;
top: 0;
}

.subscribelink a:after {
    content: '\f02e';
    position: absolute;
    font-family: 'Font Awesome';
    font-size: 18px;
    color: var(--t-body);
    opacity: .8;
    top: -17px;
    left: -23px;
    transition: opacity .3s ease-in-out;
}

#pun-viewtopic .subscribelink a:after { content: none; }

.subscribelink a:hover:after {
  opacity: .4;
}


.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; }

 #pun-viewforum .modmenu .container strong {  float: right;  }
 #pun-viewforum .modmenu .container strong a,
 #pun-viewforum .postlink .new-topic a,
 #pun-viewforum .postlink .new-poll a {
    font-size: 0;
    position: relative;
}
 #pun-viewforum .modmenu .container strong a:after  {
    content: '\f085';
    left: -30px;
}

 #pun-viewforum .postlink .new-topic a:after {
    content: '\f15b';
    left: -37px;
}

 #pun-viewforum .postlink .new-poll a:after {
    content: '\f044';
    left: -23px;
}

#pun-viewforum .modmenu .container strong a:after,
#pun-viewforum .postlink .new-poll a:after,
#pun-viewforum .postlink .new-topic a:after   {
    position: absolute;
    font-family: 'Font Awesome';
    font-size: 18px;
    color: var(--t-body);
    opacity: .7;
    transition: opacity .3s ease-in-out;
}

#pun-viewforum .modmenu .container strong a:hover:after,
#pun-viewforum .postlink .new-poll a:hover:after,
#pun-viewforum .postlink .new-topic a:hover:after {  opacity: .4;  }

/* КНОПКИ И ФОРМЫ ЗАПОЛНЕНИЯ 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: var(--modal);} 


/* КНОПКИ ОТПРАВИТЬ ПОСМОТРЕТЬ
-------------------------------------------------------------*/
input.button, #post fieldset .hashelp div input, button, #pun-admain input {
    background: var(--forcol);
    border-radius: 7px !important;
    border: 1px solid #46464638 !important;
    color: var(--link);
    padding: 6px 10px 6px 10px;
    cursor: pointer !important;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    font: var(--h1-font) !important;
    text-transform: uppercase;
    font-size: 9px !important;
    width: auto;
    font-weight: bolder !important;
}

#pun-admain textarea, #pun-admain input, #pun-admain select, #pun-admain optgroup {
    border-bottom-right-radius: 0px;
    font-size: 11px!important;
}

#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;
   background-color: transparent!important;
}

#pun-admain .tcr input {
   width: 90%!important;
}

/* при наведении */
input.button:hover, #post fieldset .hashelp div input:hover, button:hover {
    background: none;
    cursor: pointer!important;
    color: var(--hovlink);
  }

/* КОДЫ И ЦИТАТЫ
-------------------------------------------------------------*/
/* расположение */
 #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;
margin-top: 7px;
  }  

blockquote {margin:0;}

/* ЦИТАТЫ BY BLANCHE. МОЖНО БРАТЬ, НО ОСТАВЛЯЕМ КОПИ
-------------------------------------------------------------*/
/* цитаты, спойлер, выделить код */

.post-content .quote-box, .post-content .code-box {
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    padding: 15px 20px;
    background: var(--forcol);
    border-radius: 20px 0 0 20px;
}

.post-content .quote-box {  padding: 0px 30px; }
.post-content .quote-box blockquote {
    margin: 9px 0px;
}

.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;
}

#pun-reputation .inner {
    font-family: 'Mulish' !important;
}


.post-content .spoiler-box > div:before { 
    font-family: 'Font Awesome';
    font-size: 18px;
    font-weight: 100 !important;
    content: '\f562';
    position: absolute;
    top: 15px;
    left: 26px;
    background: url(https://forumstatic.ru/files/001c/32/58/49098.png?v=1);
    background-size: contain;
    color: transparent;
    background-clip: text;
    float: left;
    transition: all .6s ease-out;
}


.post-content .spoiler-box > div.visible:before { opacity: .7; }
.spoiler-box > div table,
.spoiler-box > div table td p { margin: 0!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 {    
    min-height: 20px;
    border: none;
    position: relative;
    z-index: 0;
    padding: 14px 50px 12px 60px;
    margin: -10px 0px 0px -30px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    box-sizing: border-box;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-transform: lowercase;
}

.post-content .spoiler-box > div, .post-content .spoiler-box > div.visible {
    margin-top: -3px;
}

.code-box strong.legend a {
    color: #dedede!important;
    font: var(--h1-font);
    font-size: 11px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    box-sizing: border-box;
    padding-left: 36px;
    font-style: italic;
    font-weight: 600 !important;
}

.code-box strong.legend a:hover {
  color: var(--hovlinkt)!important;
}

.code-box strong.legend {
width: 110%;
    min-height: 30px;
    padding: 3px;
    flex-wrap: wrap;
    align-content: center;
    box-sizing: border-box;
    border: none;
    position: relative;
    z-index: 0;
    display: flex;
    background: url(https://forumstatic.ru/files/001c/32/58/49098.png?v=1);
    margin: -15px 0 0 -20px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-transform: lowercase;
}

.quote-box cite {
width: 110%;
    min-height: 20px;
    border: none;
    position: relative;
    z-index: 0;
    padding: 20px 30px 12px;
    padding-right: 50px;
    margin: -10px 0px 0px -30px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    box-sizing: border-box;
    background: url(https://forumstatic.ru/files/001c/32/58/49098.png?v=1);
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #dedede;
    text-transform: lowercase;
}

.quote-box cite .qc-uname { margin: 0px 3px; }

.quote-box cite .qc-post-link img {  
    filter: hue-rotate(69deg);
    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; 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-color: #d6d4d6;
    border-radius: 5px;
    color: var(--t-body);
    box-shadow: 0 0 6px 1px #0000001f, 0 0 0 1px #94928e;
}

#size-area {width: 50px; left: 15px;}
#video-area-msg { display: none; }

#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;
    z-index: 2;
    right: 50px;}

/* мини аватар на главной
-------------------------------------------------------------*/

#pun-index .user-avatar { display: none; }

 .user-avatar {
    height: 50px;
    width: 50px;
    float: left;
    position: relative;
    margin: -8px 25px 30px 0;
}

 .user-avatar .avatar-image {   
    height: 50px;
    width: 50px;
    opacity: 0.65;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    border-radius: 50%;
    filter: grayscale(1);
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}

.user-avatar .isonline {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 3px;
    right: 47px;
    animation: blinkColor .9s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;
    background: #79a1cc;
    z-index: 100;
}

.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-messages .user-avatar {    
    float: left;
    position: relative;
    height: 34px;
    width: 34px;
    margin: 0px 20px 0px 0px;
}

#pun-viewforum .user-avatar .avatar-image, #pun-messages .user-avatar .avatar-image {   
 border: 2px solid!important;
    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 { top: 0px; right: 25px; }
#pun-viewforum .user-avatar .isonline {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -1px!important;
    right: 27px!important;
    animation: blinkColor .9s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;
    background: var(--hovlink);
    z-index: 100;
}

/* СТРАНИЦА ЛИЧНЫХ СООБЩЕНИЙ
-------------------------------------------------------------*/
#pun-messages .post h3 {
    margin-left: 237px;
    width: 530px;
    background: var(--forcol);
    background-size: contain;
    border-radius: 6px;
    height: 20px;
 }

#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: -41px !important;
    margin-top: -20px !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 { 
    width: 250px;
    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; }

 
#pun-messages .pa-posts {}
 #pun-messages .post-body {margin-left: 110px!important; width: auto !important;}   
#pun-messages .post-body .post-box { 
    margin-right: -60px;
    margin-left: 130px;}
#pun-messages .post-body .post-content { width: 94%; }
#pun-messages .post .container {    border: none!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: var(--headlink);
color: var(--proftext);
}

/* ширина прокрутки  */
::-webkit-scrollbar {
    width: 1.5px;
    height: 1px;
}

#pun-admain textarea::-webkit-scrollbar {
  width: 5px!important;
}

/* движущаяся часть прокрутки */
::-webkit-scrollbar-thumb {
     background-color: var(--head-text);
}

.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: var(--t-body)!important;
}

/* подложка прокрутки */
::-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: #6c6c6c30!important;
}


/* ПРОФИЛЬ ПРИ НАСТРОЙКЕ + ЛИЧНЫЕ СООБЩЕНИЯ
-------------------------------------------------------------*/
#profilenav h2 {  }

/* контейнер */
#profile .container { padding-left: 200px; padding-top: 60px;}

/* навигация */
#profilenav {     
    float: left;
    width: 180px;
    margin-left: -185px;  
}

/* отступы между строк в меню*/
#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: 500;
    text-align: center;
    margin-bottom: 10px;
 }
#viewprofile li strong, #viewprofile li div {      
    display: block;
    font-weight: normal;
    text-align: center;  }
#profile-left { width: 25%; padding-top:0 !important;}
#profile-right {width: 75%}
#profile-name strong {font-size:14px}
#profile-left strong {}
#profile-signature {padding:10px;}

#viewprofile .lzname,  #viewprofile .lztext {
    background: transparent;
    text-align: left;
    width: auto;
    border: none;
    outline: none;
    margin: 0!important;
    padding: 0px!important;
    padding-bottom: 2px!important;
    text-shadow: none;
    font-weight: bolder!important;
}

/* ОСНОВНЫЕ НАСТРОЙКИ. НЕ ТРЕБУЮТ ИЗМЕНЕНИЙ
-------------------------------------------------------------*/
* html .tclcon {height: 1px}
/* html:has(+ :not(.day)) { min-width: 1200px; }

body {min-width: 1200px;} */

/* отключить прокрутку снизу */
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;}
#post fieldset legend {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: 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%; position: relative;}
#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;}
#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; 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; opacity: 1!important; width: 200px!important;}
.tipsy-inner {padding:5px 8px 4px; background-color:black; color:white; min-width: 200px!important; text-align:center; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; position: absolute!important;  top: -30px!important; opacity: 1!important; left: 50%; transform: translateY(-50%) translateX(-50%); z-index: 999999!important;}
.tipsy-arrow {display: none;}
.tipsy-n .tipsy-arrow {display: none;}
.tipsy-nw .tipsy-arrow {display: none;}
.tipsy-ne .tipsy-arrow {display: none;}
.tipsy-s .tipsy-arrow {display: none;}
.tipsy-sw .tipsy-arrow {display: none;}
.tipsy-se .tipsy-arrow {display: none;}
.tipsy-e .tipsy-arrow {display: none;}
.tipsy-w .tipsy-arrow {display: none;}

.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; top: 50%; left: 50%;  transform: translateX(-50%) translateY(-50%); border-radius: 5px; 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; background-color: #b4ad9c;}
.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}

.notify-message.jg-notice, .notify-message.jg-reputation, .notify-message.jg-report, .notify-message.jg-award { border-left: 12px solid transparent!important; }

.jGrowl-notification .jGrowl-header, .jGrowl-notification .jGrowl-message {
    font-weight: 600!important;
    color: var(--doptext)!important;
    font-family: 'Mulish' !important;
}

.jGrowl-notification .jGrowl-header a, .jGrowl-notification .jGrowl-message a { 
    font-weight: 700!important;
    font-family: 'Mulish' !important;
 }

.jGrowl-notification .jGrowl-message a { 
    color: var(--doptext)!important;
 }

.jGrowl-notification .jGrowl-close {
    border: none !important;
    color: var(--doptext);
    padding: 2px 8px !important;
    font-size: 12px !important;
}

.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;}

.icons-pencil:before { content: '\270E'; } /* '&#59409;' */


.hide-author .post-body {
    margin-left: 0px;
    margin-right: 0px;
    position: relative !important;
    padding: 10px 21px;
    box-sizing: border-box;
}

.hide-author  .post-content {
   overflow: visible;
}


/*Регулировка размера шрифта в постах © Alex_63 */

.FNTslider {
    border-radius: 4px;
    position: absolute;
    z-index: 1000;
    background: #bab6b0;
    width: 109px;
    height: 2px;
    margin: 3px 5px;
    border: solid 1px #bab6b0;
    float: right;
    margin-right: 10%;
}

#pun-messages .FNTslider {  margin-right: 20%; }

.FNTslider .before {
    height: 2px;
    border: solid 1px transparent;
    border-right: none 0;
    border-radius: 4px 0 0 4px;
    position: absolute;
    background: #00000070;
    margin-top: -1px;
    margin-left: -1px;
}
.FNTslider .thumb {
width: 5px;
    height: 10px;
    border-radius: 3px;
    position: relative;
    top: -3.5px;
    background: #54504a;
    cursor: pointer;
}


/*  подсказки */

#tooltip,
.tipsy-inner {
  z-index: 999999;
  padding: 6px!important;
     text-transform: lowercase;
    text-align: center;
    border-radius: 8px;
    pointer-events: all;
    font-family: 'Mulish';
    font-size: 9px!important;
    font-weight: 600 !important;
   color: #CAC3B0 !important;
    text-shadow: 0px 1px 0px #000 !important;
    backdrop-filter: blur(4px);
    box-shadow: 0px 1px 1px 0px #00000040 !important;
    background: #1e2d36!important;
border: 1px solid #63727a !important;
}


.day #tooltip,
.day .tipsy-inner { background: #466a6d !important; border: 1px solid #A6A195!important; }

#tooltip,
.tipsy-inner,
#respect figure .prof,
.tipsy-inner a {
color: #CAC3B0 !important;
    font-size: 10px;
    text-shadow: 0px 1px 0px #000 !important;
    backdrop-filter: blur(4px);
    box-shadow: 0px 1px 1px 0px #00000040 !important;
 background: #1e2d36!important;
  text-transform: lowercase!important;
  text-decoration: none !important;
  text-align: center;
border: 1px solid #63727a !important;
}

.day #tooltip,
.day .tipsy-inner,
.day #respect figure .prof,
.day .tipsy-inner a { background: #466a6d !important; border: 1px solid #A6A195!important; }

#tooltip {
  position: absolute;
  max-width: 200px;
  display: none;
}

#tooltip,
.tipsy-inner,
.num_msg,
.bubble,
.jGrowl-notification,
.jGrowl .messag_theme,
#messages-list a.Author {
z-index: 50;
color: #CAC3B0 !important;
    font-size: 10px;
    text-shadow: 0px 1px 0px #000 !important;
    backdrop-filter: blur(4px);
    box-shadow: 0px 1px 1px 0px #00000040 !important;
    background: #1e2d36!important;
border: 1px solid #63727a !important;
}

.day .num_msg,
.day .bubble,
.day .jGrowl-notification,
.day .jGrowl .messag_theme,
.day #messages-list a.Author { background: #466a6d !important; border: 1px solid #A6A195!important; }

.tipsy .post-rating p, .jGrowl .post-rating p, .tooltipsy .post-rating p, .tipsy-inner .post-rating p { left: -200px!important; margin-top: -300px!important;  }


.jGrowl-notification {  transform: unset !important; }
.jGrowl-notification, .jGrowl-closer, .notification-spoiler { background: var(--helpcol) !important; }
.jGrowl-notification .jGrowl-header, .jGrowl-notification .jGrowl-message {
    color: var(--proftext)!important;
    text-shadow: 0 0 1px #000 !important;
}



.custom_tag_left .postimg { margin: 0 4px 0 -4px!important; }
.custom_tag_right .postimg { margin: 0 -4px 0 4px!important; }


/*ЧАСТЬ 3. CSS-стили кастомизированного плеера*/
.playerNode {
    position: absolute;
    top: -175px;
    left: 468px;
}

.player-wrapper{
    width: 160px;
    height: 40px;
    background: #FFFFFF1A;
    backdrop-filter: blur(9.300000190734863px);
    box-shadow: 0px 1px 0px 0px #00090BA1;
    border-radius: 20px;
    display: flex;
    justify-content: center;
}

.day .player-wrapper { box-shadow: 0px 1px 1px 0px #00000040; }

.play-pause.paused{
background: transparent !important;
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50% !important;
    padding: 0 !important;
    border: none !important;
box-shadow: none !important;
}

.play-pause.paused:before {
    content: '\f144';
    position: absolute;
    font-size: 24px;
    font-family: Font Awesome;
    top: 50%;
    left: 54%;
    transform: translateX(-50%) translateY(-50%);
    text-shadow: 0px 1px 0px #000000;
    color: #7B787C;
}

.play-pause{ 
    background: transparent!important;
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50% !important;
    padding: 0 !important;
    border: none !important;
box-shadow: none !important;
}

.play-pause:before {
    content: '\f28b';
    position: absolute;
    font-size: 24px;
    font-family: Font Awesome;
    top: 50%;
    left: 54%;
    transform: translateX(-50%) translateY(-50%);
    text-shadow: 0px 1px 0px #000000;
    color: #7B787C;
}

.track, .volume {
    height: 2px;
    background: #7B787C;
    display: inline-block;
    position: relative;
    box-shadow: 0px 0.5px 0.5px 0px #000000;
    border-radius: 10px;
    margin-top: 20px;
}

.track {
    width: calc(80% - 60px);
    display: none;
}
.volume {
    width: 15%;
    order: 1;
    cursor: pointer;
}
.thumb {
width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    border-radius: 50%;
    position: absolute;
    background: #7B787C;
    box-shadow: 0px .5px .5px 0px #000000;
}

.loop-toggle {
   order: -1;
}

.loop-active {
    background-color: red; /* Цвет активированной кнопки */
}

.controls button:not(.play-pause) { 
    width: 12px;
    height: 12px;
    position: relative;
    background: transparent;
    border: none !important;
    padding: 0 !important;
    margin: 7px 0 0;
}

.controls {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 110px;
}

.prev-track:before { content: '\f048'; }
.next-track:before { content: '\f051';}
.loop-toggle:before  { content: '\f363';}
.loop-active:before  { opacity: .5; }
.prev-track:before, .next-track:before, .loop-toggle:before {
    position: absolute;
    font-size: 13px;
    font-family: Font Awesome;
    top: 50%;
    left: 54%;
    transform: translateX(-50%) translateY(-50%);
    text-shadow: 0px 1px 0px #000000;
    color: #7B787C;
}

.day .play-pause.paused:before, .day .play-pause:before, .day .prev-track:before, .day .next-track:before, .day .loop-toggle:before { color: #466A6D; text-shadow: none;}

.day .volume, .day .thumb { background: #466A6D; box-shadow: none;  }



/* Theme switcher © max, the murderer! */

#theme_switcher {
    display: flex;
    flex-direction: row;
    gap: 5px;
    position: absolute;
    padding: 0;
    margin: 0;
    top: -49px;
    right: 48px;
    z-index: 999;
}

#theme_switcher li label {
    font-size: 0px;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    display: block;
    box-shadow: 0 1px 1px 0px black;
    cursor: pointer;
}

#theme_switcher li label[for="night"] {    background: #466a6d; }
#theme_switcher li label[for="day"] { background: #a6a195; }
.day #theme_switcher li label[for="day"] {     background: #dcd2b4; }

#theme_switcher li input {
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

#theme_switcher li input:hover::before,
#theme_switcher li input[type="radio"]:checked {
    color: white;
}

/* ------------------ черный список ------------------------*/
#panel-sticker {
    padding: 3px 5px 3px 5px !important;
    color: #a19c91 !important;
    font-family: 'Usually';
    font-size: 15px;
    letter-spacing: 2px;
    text-shadow: 0 1px 1px #000000cf;
    border-radius: 0px 5px 5px 0px;
    backdrop-filter: blur(4px);
    box-shadow: 0px 1px 1px 0px #00000040;
    background: #193536a6 !important;
    border-bottom: 1px solid #3B464C;
    border-right: 1px solid #3B464C;
    border-top: 1px solid #3B464C;
}

#panel-content {
    color: #a19c91 !important;
    font-family: 'Mulish';
    font-size: 12px;
    text-shadow: 0 1px 1px #000000cf;
    border-radius: 0px 0px 5px 0px;
    backdrop-filter: blur(4px);
    box-shadow: 0px 1px 1px 0px #00000040!important;
    background: #193536a6 !important;
    border: 1px solid #3B464C!important;
}

.day #panel-sticker {
    padding: 3px 5px 3px 5px !important;
    color: #466a6d !important;
    font-family: 'Usually';
    font-size: 15px;
    letter-spacing: 2px;
    text-shadow: none;
    border-radius: 0px 5px 5px 0px;
    backdrop-filter: blur(4px);
    box-shadow: 0px 1px 1px 0px #00000040;
    background: #cdc4aa !important;
    border-bottom: 1px solid #466a6d78;
    border-right: 1px solid #466a6d78;
    border-top: 1px solid #466a6d78;
}

.day #panel-content {
    color: #466a6d !important;
    font-family: 'Mulish';
    font-size: 12px;
    text-shadow: 0 1px 1px #000000cf;
    border-radius: 0px 0px 5px 0px;
    backdrop-filter: blur(4px);
    box-shadow: 0px 1px 1px 0px #00000040 !important;
    background: #cdc4aa !important;
    border: 1px solid #466a6d78 !important;
}


ul#blockUsers {
    list-style-type: none;
    float: left;
    background: #FFFFFF1A;
    backdrop-filter: blur(9.300000190734863px);
    box-shadow: 0px 1px 0px 0px #00090BA1;
    border-radius: 20px;
    color: #7B787C;
    font-weight: 700;
    text-shadow: 0px 1px 0px #000000;
    width: 80%;
    padding-bottom: 6px;
margin-left: 0 !important;
}

.day ul#blockUsers {
    background: #d6d0ba;
    box-shadow: 0px 1px 0px 0px #00090BA1;
    border-radius: 20px;
    color: #466a6d;
    font-weight: 800;
    text-shadow: none;
}



select#mod-options {
    font-size: 11px!important;
    font-family: 'Mulish';
    background: #C1BAAB;
    border-radius: 10px;
    box-shadow: var(--bx-shadow);
}


/* ------------------- автолайк ------------------------*/

  html:root {
    --autolike-bg: #f1f1f1;
    --autolike-txt: #711624;
    --autolike-border: #ddd;
    --autolike-hover-bg: #e1e1e1;
    --autolike-hover-txt: #333;
    --autolike-hover-border: #ccc;
  }

  .autolike_wrapper {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 13px;
    bottom: -45px;
    font-size: 0;
    pointer-events: all;
    z-index: 99;
  }

  .autolike_wrapper .autolike {
    display: none;

    background-color: var(--autolike-bg);

    font-size: 1.15em;
    color: var(--autolike-txt);
    text-decoration: none;
    text-transform: lowercase;

    border: 1px solid var(--autolike-border);
    border-radius: 3px;

    padding: 3px 8px;

    cursor: pointer;
    transition: 0.2s;
  }

#pun-viewtopic .autolike_wrapper .autolike { 
display: block;
    width: 30px;
    padding: 0;
    height: 30px;
    background: #c1baac;
    border: none;
    color: #363831;
    box-shadow: var(--bx-shadow);
 }

#pun-viewtopic .autolike_wrapper .autolike:before {
position: absolute;
    content: '\f164';
    font-size: 16px;
    font-family: 'Font Awesome';
    pointer-events: all;
    z-index: 99;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: all .3s ease-in-out;
}

#pun-viewtopic .autolike_wrapper .autolike:hover:before { color: var(--hovlink); }

.autolike_wrapper .autolike.disabled {
    opacity: .7;
    pointer-events: none;
  }