@import url(style_cs.1779623681.css);
/* Skrivaemie elementi */
div#pun-status, div#pun-break1, #pun-stats h2, #pun-break4, div#pun-stats li.item1, div#pun-stats li.item2, div#pun-stats li.item3 {display: none;}

/* Design categorii 5 Rele Strata i  categorii 6 H&#246;llvania */

.category-5 .container thead, .category-5  td.tc2, .category-5  td.tc3,
.category-6 .container thead, .category-6  td.tc2, .category-6  td.tc3 
{display: none;}

.category-5, .category-6 {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: #000000b3;
}
.category-5  table, .category-5  tbody, .category-6  table, .category-6  tbody {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100% !important;
    background: none !important;
    border: none !important;
}
.category-5  tbody tr, .category-6  tbody tr {
    display: grid !important;
    /* Сетка: Иконка и Название (tcl) | Темы (tc2) и Сообщения (tc3) скрываем или ужимаем | Последний пост (tcr) */
    grid-template-columns: 45% 1fr;
    align-items: center;
    gap: 15px;
    background: rgba(20, 20, 20, 0.6) !important; /* Наполовину прозрачный фон */
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 6px;
    padding: 5px 10px !important;
    box-sizing: border-box;
    width: 100%;
}
.category-5 td.tcl, .category-6 td.tcl {
    display: block !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}
.category-5 td.tcl .intd, .category-6 td.tcl .intd {
    display: flex;
    align-items: center;
    gap: 12px;
}
.category-5 td.tcl h3, .category-6 td.tcl h3 {
    font-size: 14px !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 0 !important;
}
.category-5 td.tcr, .category-6 td.tcr {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    overflow: hidden; /* Защита от вылезания длинного текста */
    color: #aaa;
    font-size: 12px;
    align-content: center;
}
.category-5 .user-avatar, .category-6 .user-avatar {
    flex-shrink: 0;
    display: inline-block;
    position: relative;
    margin: 0 !important;
    height: 30px !important;
}
.category-5 .avatar-image, .category-6 .avatar-image {
    display: block;
    width: 40px !important;
    height: 30px !important;
    border-radius: 0px !important; /* Слегка скругленные углы */
    background-size: cover !important;
    background-position: center !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.category-5 .isonline, .category-6 .isonline {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 8px;
    height: 8px;
    background: #00ff66; /* Зеленый онлайн */
    border: 2px solid #141414;
    border-radius: 50px;
}
.category-5 .lastpost-link, .category-6 .lastpost-link {
    display: inline-block;
    max-width: 280px; /* max dlina temi */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    font-weight: 600;
    color: #00ffcc !important;
    text-decoration: none !important;
}
.category-5 .lastpost, .category-6 .lastpost {
    display: inline-block;
    white-space: nowrap;
    color: #888;
    margin-left: 5px;
}
.category-5 .byuser, .category-6 .byuser {color: #ccc; font-weight: bold;}
.category tbody tr td.tcl .icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: none !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
}
.category tbody tr td.tcl  h3 a::before {
    font-family: "Font Awesome 5 Free", "FontAwesome", sans-serif;
    font-weight: 900;
    font-size: 20px;
    margin-right:10px;
    color: #00ffcc;
    text-shadow: 0 0 8px rgba(0, 255, 204, 0.4);
    transition: color 0.2s ease, text-shadow 0.2s ease;
}
.category tbody tr:hover td.tcl .icon::before {color: #ffffff; text-shadow: 0 0 10px #00ffcc;}
#forum_f21 h3 a::before {content: "\f0a1";}
#forum_f20 h3 a::before {content: "\f500";}
#forum_f18 h3 a::before {content: "\f15c";}
#forum_f19 h3 a::before {content: "\f0f3";}
#forum_f25 h3 a::before {
    content: "\f5da";
}
#forum_f23 h3 a::before {
    content: "\f5a0";
}
#forum_f24 h3 a::before {
    content: "\f5b0";
}
#forum_f22 h3 a::before {
    content: "\f0f4"; 
}



@media screen and (max-width: 768px) {
    .category-5 tbody tr {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .category-5 .lastpost-link {
        max-width: 200px;
    }
}

div#pun-index div#pun-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* Vidjet Statistiki */
#onlinelist div {
    display: flex !important;
    flex-direction: row;
    justify-content: space-around;
}
#onlinelist div .stats-text-summary {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 22px;
}
.active-users-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}
.active-user-card {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 70px; /* Ширина аватарки + отступы */
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.2s ease;
}
.active-user-card:hover {transform: scale(1.08);}
.active-user-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 2px solid #00ffcc;
    box-shadow: 0 0 8px rgba(0, 255, 204, 0.3);
    object-fit: cover;
    background: #111;
    margin-bottom: 5px;
}
.active-user-name {
    font-size: 11px !important;
    color: #ccc !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
div#pun-stats {
    display: block;
    background: #000000b0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    color: #ffffff;
}
li#onlinelist.onlinelist, li#onlinelist.users_24h {
    display: block;
    box-sizing: border-box;
    padding: 10px;
    outline: 1px solid #ffffff26;
}
div#pun-stats ul.container {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
#statistic-other {
    display: flex !important;
    flex-wrap: wrap;
    gap: 18px; /* Отступы между иконками */
    align-items: center;
    padding: 10px 0;
}
#statistic-other span {padding: 0 !important;}
#statistic-other a {
    font-size: 0 !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, color 0.2s ease;
}
#statistic-other a:hover {
    transform: scale(1.2);
    color: #00ffcc !important;
}
#statistic-other a::before {
    font-family: "Font Awesome 5 Free", "FontAwesome", sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: #aaa;
}
#statistic-other a[href*="#administration"]::before {content: "\f3ed";}
#statistic-other a[href*="#most_active"]::before {content: "\f0e7";}
#statistic-other a[href*="#most_connected"]::before {content: "\f017";}
#statistic-other a[href*="#most_invitations"]::before {content: "\f4c4";}
#statistic-other a[href*="#most_viewed_topics"]::before {content: "\f06e";}
#statistic-other a[href*="#most_replied_topics"]::before {content: "\f075";}
#statistic-other a[href*="stat_live"]::before {content: "\f005";}

/* Stroka Sostoyaniya */
#tablet-status-bar {
    position: absolute;
    top: 10px;
    left: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(15, 15, 15, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 6px 30px;
    font-family: 'Courier New', monospace;
    font-size: 12px;
    color: #ccc;
    box-sizing: border-box;
    width: 100%;
    z-index: 99999999;
}
.status-left {font-weight: bold;color: #6dffca;}
.status-right {
    display: flex;
    align-items: center;
    gap: 20px;
}
#status-nav-links {
    display: flex;
    align-items: center;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#status-nav-links li, #status-nav-links a {
    display: inline-block !important;
    color: #aaa !important;
    text-decoration: none !important;
    font-size: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}
#status-nav-links a:hover {color: #fff !important;}
#status-nav-links a:before {display: none !important;}
#status-nav-links .bubble {
    background: #ff3b30;
    color: #fff;
    border-radius: 10px;
    padding: 1px 6px;
    font-size: 10px;
    margin-left: 4px;
    display: inline-block !important;
}
.status-battery-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
}
.status-battery-icon {
    width: 25px;
    height: 12px;
    border: 1px solid #aaa;
    border-radius: 2px;
    padding: 1px;
    position: relative;
    display: flex;
}
.status-battery-icon::after {
    content: '';
    position: absolute;
    right: -3px;
    top: 3px;
    width: 2px;
    height: 6px;
    background: #aaa;
    border-radius: 0 1px 1px 0;
}
#status-battery-level {
    height: 100%;
    width: 100%; /* Меняется динамически через JS */
    background-color: #00ff66;
    transition: width 0.3s ease, background-color 0.3s ease;
}
/* Menu vniz */
#pun-index.punbb {
  display: flex;
  flex-direction: column;
}
#pun-navlinks {
  order: 9999;
  text-align: center;
  background: #000000b0;
  border-radius: 30px;
}
/* Design categorii */
.category-1, .category-2, .category-3, .category-4 {display: none !important;}

/*Cat. Icons */
.category-7 h2, .category-7 table td.tcr {display: none;}
.category-7 tbody.hasicon {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-content: center;
    justify-items: stretch;
    align-items: center;
    justify-content: stretch;
}
.category-7 .tclcon h3 a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    width: 100px;
    gap: 8px;
}
.category-7 .tclcon h3 a:before {
    font-family: "FontAwesome";
    font-size: 2.5vw !important;
    display: block;
    line-height: 1;
    filter: drop-shadow(0 0 5px rgb(255 255 255 / 60%));
}
.category-7 tr#forum_f30  a:before {content: "\f0c0";}
.category-7 tr#forum_f28  a:before {content: "\f27a";}
.category-7 tr#forum_f27  a:before {content: "\e1ff";}
.category-7 tr#forum_f29  a:before {content: "\f013";}
.category-7 tr#forum_f26  a:before {content: "\f36a";}

::-webkit-scrollbar {width: 5px;height: 5px;background-color: #6d6d6d8a;outline: 1px solid #6d6d6d73;outline-offset: -1px;}  
::-webkit-scrollbar-thumb {background-color: #646464;outline: 1px solid #40404029;outline-offset: -1px;}
::-webkit-scrollbar-thumb:active {background: #58414e; outline: 1px solid #2d252a; outline-offset: -1px;}
::selection {background: #b1b1b18a;color: #646464;}

div#pun_wrap {
    position: relative;
    top: 0;
    left: 0;
}

@media screen and (max-width: 980px) {
#pun-index .category table tr {
    width: calc(100% - 80px) !important;
    margin-left: 35px !important;
    padding: 5px 5px 15px 5px !important;
    outline: 1px solid #8689755e !important;
    outline-offset: 1px !important;
    box-shadow: 0 0 0 1px #c5b7ac6e, 0 0 0 2px #92877f, 0 0 0 6px #9e9187, 0 0 0 7px #bcb4ae, 0 0 10px 3px #565646bf !important;
    display: inline-grid !important;
    grid-template-columns: 1fr 56px !important;
    grid-template-rows: 30px auto auto !important;
    grid-template-areas:
        ". ."
        "tcl tcl"
        "tcr tcr" !important;
}
#pun-index .category table td.tcr {
    width: 100%;
    margin: 5px 0px -10px 0px !important;
text-align: center !important;
}

#pun-index .category table td.tcr:before {
    margin-top: -15px !important;
    left: 45px !important;
}
#pun-index .tcl h3 {
    position: absolute;
    margin-top: -42px;
    margin-left: -17px !important;
    text-align: center;
    padding: 0px !important;
    height: 30px;
    width: calc(100% - 70px) !important;
    line-height: 1;
    box-shadow: inset 0 0 10px 0 #37373757;
    background: url(https://forumstatic.ru/files/001b/14/4e/99627.png?v=1) #72676c;
}

#pun-ulinks:before {
    content: '\f0c9';
    margin: auto;
    font: 100 2rem "FontAwesome";
    padding: 7px !important;
    line-height: 150%;
    color: #c4baab;
}
#pun-ulinks .container {
    display: none !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    border: none !important;
    text-align: left !important;
    background-image: none !important;
    background-color: rgba(0, 0, 0, 1) !important;
}
#pun-ulinks:hover ul, #pun-ulinks:focus ul {
    display: block !important;
}
#pun-announcement div.container {
    overflow-x: auto !important;
    width: calc(100% - 50px) !important;
}
#pun-navlinks {height: 50px !important;}
#pun-navlinks .container li a, #pun-navlinks .container li a:hover {
    max-width: 48px !important;
    max-height: 38px !important;
    border-radius: 4px !important;
    color: #9d9487 !important;
    background: none !important;
}}
#pun-navlinks li#navawards {margin-left: 3px !important;}
#pun-navlinks li#navindex a:before {content: "\f015";}
#pun-navlinks li#navawards a:before {content: "\f559";}
#pun-navlinks li#navuserlist a:before {content: "\f0c0";}
#pun-navlinks li#navsearch a:before {content: "\f002";}
#pun-navlinks li#navprofile a:before {content: "\f007";}
#pun-navlinks li#navpm a:before {content: "\f0e0";}
#pun-navlinks li#navadmin a:before {content: "\f013";}
#pun-navlinks li#navlogout a:before {content: "\f2f5";}
#pun-navlinks li#navregister a:before {content: "\f5bc";}
#pun-navlinks li#navlogin a:before {content: "\f2f6";}
#pun-navlinks li#navpr_1 a:before {content: "\f099";}
#pun-navlinks a, #pun-navlinks li#navadmin span:before {font-size: 0px; margin: 0px;}
/* &#205;&#224;&#241;&#242;&#240;&#224;&#232;&#226;&#224;&#229;&#236; &#241;&#241;&#251;&#235;&#234;&#232; &#226;&#237;&#243;&#242;&#240;&#232; &#236;&#229;&#237;&#254; &#237;&#224;&#226;&#232;&#227;&#224;&#246;&#232;&#232; &#232; &#227;&#224;&#236;&#225;&#243;&#240;&#227;&#229;&#240;&#224; */
#pun-navlinks .container a,
#pun-ulinks .container a {
    display: inline-flex !important;
    flex-direction: column;    /* &#194;&#251;&#241;&#242;&#240;&#224;&#232;&#226;&#224;&#229;&#236; &#253;&#235;&#229;&#236;&#229;&#237;&#242;&#251; &#226;&#229;&#240;&#242;&#232;&#234;&#224;&#235;&#252;&#237;&#238;: &#232;&#234;&#238;&#237;&#234;&#224; &#241;&#226;&#229;&#240;&#245;&#243;, &#242;&#229;&#234;&#241;&#242; &#241;&#237;&#232;&#231;&#243; */
    align-items: center;       /* &#214;&#229;&#237;&#242;&#240;&#232;&#240;&#243;&#229;&#236; &#232;&#234;&#238;&#237;&#234;&#243; &#232; &#242;&#229;&#234;&#241;&#242; &#239;&#238; &#227;&#238;&#240;&#232;&#231;&#238;&#237;&#242;&#224;&#235;&#232; */
    justify-content: center;   /* &#214;&#229;&#237;&#242;&#240;&#232;&#240;&#243;&#229;&#236; &#239;&#238; &#226;&#229;&#240;&#242;&#232;&#234;&#224;&#235;&#232; */
    text-align: center;
                      /* &#208;&#224;&#241;&#241;&#242;&#238;&#255;&#237;&#232;&#229; &#236;&#229;&#230;&#228;&#243; &#232;&#234;&#238;&#237;&#234;&#238;&#233; &#232; &#242;&#229;&#234;&#241;&#242;&#238;&#236; */
}
#pun-navlinks .container a:before,
#pun-ulinks .container a:before {
    display: block;
    margin: 0 auto;            /* &#214;&#229;&#237;&#242;&#240;&#232;&#240;&#243;&#229;&#236; &#241;&#224;&#236;&#243; &#232;&#234;&#238;&#237;&#234;&#243; */
    font-family: "Font Awesome 5 Free", "FontAwesome", sans-serif;
}




html, body {margin: 0;padding: 0;}
.punbb * {margin: 0;}
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {padding: 0; list-style: none;}
.punbb img {border:none;}
.punbb .main table {table-layout: fixed; width: 100%;}
.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;}
body {width: 100%;height: 100%;/* background: url(https://forumstatic.ru/files/001c/13/c0/98054.png) no-repeat fixed; */url(url(https://forumstatic.ru/files/001c/13/c0/98054.png) no-repeat fixed);}
.punbb .post-content p.lastedit {display: none;}

.punbb {font: normal 72.75% tahoma, verdana, arial, helvetica, sans-serif;}
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {font: 1em verdana, arial, helvetica, sans-serif;}
.punbb h1, .punbb h2, .punbb h3, .punbb th {font-size: 1em; font-weight: bold;}
.punbb .post h3 {font-weight: 400;}
.punbb h4, .punbb table {font-size: 1em; font-weight: normal;}
.punbb h1 span, .punbb h2 span, .punbb legend span {font: 300 32px Alumni Sans;letter-spacing: 1px;text-transform: uppercase;color: #eaa65f;text-shadow: 1px 1px 2px #000000;}
.punbb pre {font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace;}
.punbb address, .punbb em {font-style: normal;}
.punbb .post-content em {font-style: italic;}
.punbb .post-content em.bbuline {font-style: normal; text-decoration: underline;}
.punbb a {text-decoration: none; transition: 1s;}
.punbb optgroup {font-weight: bold;}
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
}
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/
div#fname {
}
#pun {
  /* margin: 20px auto 18px auto;
  padding: 810px 80px 768px 80px;
  width: 1300px;
  box-sizing: border-box;
  border-radius: 0px;
  background: url(https://forumstatic.ru/files/001c/13/c0/40373.jpg) center 50px no-repeat, url(https://forumstatic.ru/files/001c/13/c0/91388.jpg) center bottom no-repeat #b1afac;
  box-shadow: inset 0 0 0 1px #000000, inset 0 0 0 2px #3a3a3a, inset 0 0 0 35px #141316, inset 0 0 0 36px #000000, inset 0 0 0 37px #505050, inset 0 0 0 45px #323232, inset 0 0 0 46px #383838, inset 0 0 0 47px #121212, inset 0 0 0 49px #1e1e1e, inset 0 0 0 50px #3e3e3e;
}----*/
  position: relative;
  display: block;
  box-sizing: border-box;
  width: calc(100vw - 200px);
  max-width: 1600px;
  height: calc(100vh - 100px);
  min-height: 700px;
  margin: 50px auto;
  background: linear-gradient(135deg, #2b2a28 0%, #1c1b1a 50%, #0f0e0e 100%);
  border: 4px solid #3a3835;
  border-radius: 28px;
  padding: 35px 40px; /* &#210;&#238;&#235;&#249;&#232;&#237;&#224; &#240;&#224;&#236;&#234;&#232; &#234;&#238;&#240;&#239;&#243;&#241;&#224; */
    /* &#221;&#244;&#244;&#229;&#234;&#242; 3D-&#238;&#225;&#250;&#229;&#236;&#224;: &#226;&#237;&#229;&#248;&#237;&#232;&#229; &#242;&#229;&#237;&#232; + &#226;&#237;&#243;&#242;&#240;&#229;&#237;&#237;&#232;&#229; &#227;&#240;&#224;&#237;&#232; &#239;&#235;&#224;&#241;&#242;&#232;&#234;&#224; */
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.7), /* &#210;&#229;&#237;&#252; &#237;&#224; &#231;&#224;&#228;&#237;&#232;&#233; &#244;&#238;&#237; */
    inset 0 4px 0 rgba(255, 255, 255, 0.1), /* &#193;&#235;&#232;&#234; &#237;&#224; &#226;&#229;&#240;&#245;&#237;&#229;&#233; &#227;&#240;&#224;&#237;&#232; */
    inset 0 -6px 12px rgba(0, 0, 0, 0.8), /* &#199;&#224;&#229;&#236;&#237;&#229;&#237;&#232;&#229; &#241;&#237;&#232;&#231;&#243; */
    inset 4px 0 8px rgba(0, 0, 0, 0.5);
}
#pun::before {
  content: '';
  position: absolute;
  top: 40px;
  left: -5px;
  width: 10px;
  height: 80%;
  background: #c06014; /* &#208;&#230;&#224;&#226;&#238;-&#238;&#240;&#224;&#237;&#230;&#229;&#226;&#251;&#233; &#225;&#224;&#236;&#239;&#229;&#240; */
  border-radius: 4px;
  box-shadow: inset -2px 0 5px rgba(0,0,0,0.5);
}
#pun::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 35%;
  width: 80px;
  height: 16px;
  background: #151515;
  border-radius: 4px;  /* &#208;&#232;&#241;&#243;&#229;&#236; 3 &#234;&#226;&#224;&#228;&#240;&#224;&#242;&#237;&#251;&#229; &#234;&#237;&#238;&#239;&#234;&#232; &#241; &#239;&#238;&#236;&#238;&#249;&#252;&#254; &#235;&#232;&#237;&#229;&#233;&#237;&#238;&#227;&#238; &#227;&#240;&#224;&#228;&#232;&#229;&#237;&#242;&#224; */
  background-image: linear-gradient(90deg, #333 20px, transparent 20px, transparent 30px, #333 30px, #333 50px, transparent 50px, transparent 60px, #333 60px);
  background-size: 80px 16px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.5);
}
.punbb {
  position: relative;
  padding: 50px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #565552;
  border-radius: 12px;
  overflow: hidden;
  z-index: 999999999;
  box-shadow: inset 0 0 0 10px #000;
  overflow-y: scroll;
  background: url(https://forumstatic.ru/files/001c/13/c0/39536.png);
  background-size: cover;
}
.punbb::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: -1;
  background-size: 100% 4px, 6px 100%; /* &#216;&#224;&#227; &#239;&#232;&#234;&#241;&#229;&#235;&#252;&#237;&#238;&#233; &#241;&#229;&#242;&#234;&#232; */
  pointer-events: none; /* &#215;&#242;&#238;&#225;&#251; &#241;&#229;&#242;&#234;&#224; &#237;&#229; &#236;&#229;&#248;&#224;&#235;&#224; &#234;&#235;&#232;&#234;&#224;&#242;&#252; &#237;&#224; &#241;&#241;&#251;&#235;&#234;&#232; &#244;&#238;&#240;&#243;&#236;&#224; */
  opacity: 0.25;
}
.punbb::after {
  position: relative;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #34986d 0%, #050b08 100%);
  border: 3px solid #212020;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    inset 0 0 40px rgba(0, 255, 128, 0.15), /* &#199;&#229;&#235;&#229;&#237;&#238;&#229; &#241;&#226;&#229;&#247;&#229;&#237;&#232;&#229; &#236;&#224;&#242;&#240;&#232;&#246;&#251; */
    0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 11;
}













.punbb {float: left;}

#pun-redirect, #pun-maint {margin: 50px 20% 12px 20%; width: auto; float: none;}
#pun-redirect #pun-main {padding-top: 2em !important;}
.punbb .section, .punbb .main {margin-bottom: 1em;}
.punbb .section:last-child {margin-bottom: 0;}
.punbb .category, .punbb .post {margin-top: 0.4em;}
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {margin-top: 0;}
#pun-post .topic {margin-top: 1em;}
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {}
.punbb .container {}
#html-footer .container {border: none 0 transparent;}
#pun-main h1, .punbb .section h2, #pun-stats h2, #pun-debug h2 {padding: 8px; margin-bottom: 5px;}
#pun-main h2 {padding: 3px;}
.punbb .modmenu {margin-top: 5px;}


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/
.punbb .post-content {padding: 0; margin: 0; width: 100%; overflow: hidden;}
.punbb .post-sig dt {display: block; border-top: 1px solid #888; width: 250px; margin: 5px 0;}
.punbb .post-content p {margin: 0; padding: 0 0 1em 0; line-height: 150%;}
.punbb .post-content img {vertical-align: text-bottom;}
.punbb .post-content img.postimg {vertical-align: middle;}
.punbb .post-content .blockcode, .punbb .post-content blockquote {width: auto; overflow: hidden;}
.punbb .post-content .scrollbox {width: 100%; overflow: auto;}
.punbb .post-content .code-box {margin: 0.4em 1.8em 1.4em 1.8em; border: 1px solid #000000;}
.punbb .post-content .quote-box {margin: 0.4em 1.8em 1.4em 1.8em;}
.punbb .quote-box cite, .punbb .code-box strong.legend, .punbb .spoiler-box > div {
  display: block;
  padding-bottom: 0.7em;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
.punbb .spoiler-box > div {
  border-bottom-width: 0px;
  padding-left: 24px !important;
  background-position: 8px center !important;
}
.punbb .spoiler-box > .visible {border-bottom-width: 1px;}


/* B2 Information boxes
-------------------------------------------------------------*/
.punbb .info-box {padding: 1.1em 1.7em 1em 1.7em; border: 1px solid #000000; margin: 0 0 1.1em 0;}
.punbb .info-box * {padding: 0 0 0.7em 0;}
.punbb #pun-main .info-box .legend {font-size: 1.1em; font-weight: bold;}

/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  font-size: 1.1em;
  height: 0;
  }

/* B3.2 */
.multipage {
  margin-top: 3em;
  }

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: auto;
  left: 1em;
  width: 24em;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -65px;
  right: 10px;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
  font-size: 1.1em;
  }

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: 24em;
  text-align: left;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  font-weight: bold
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  }


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 1.7em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em
  }

/* C1.6 */
.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0 0 0 -15px;
  }

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 4em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

.punbb .helplinks span INPUT {
  margin: 0px 2px 2px 0px;
}

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }

/* C1.22 */
.category .container {
  margin-top: 5px;
  }


/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* C2.8 */


/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

.post-content table td {
  border-top: solid 1px rgb(245, 232, 232) !important;
  }

/* C2.12 */
.punbb .main th {
  border: none;
  padding: 5px 1em 5px 1em;
  }

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0;
  }

* html .tclcon {height: 1px}

/* C2.14 */
.punbb td div.tclcon {
  }

/* C2.15 */
.punbb div.icon {height: 0; line-height: 0; margin-top: 0; width: 0;}

/* C2.16 */
.punbb table div.icon {
  position: absolute;
  margin: 2px 0 0 0px;
  display:  block;
  z-index: 1;
  width: 0px;
  height: 28px;
}

.punbb table div.icon.inew {}

/* C2.16 */
.punbb .main .category th, 
#pun-viewforum .forum th {
  font-size: 0;
  padding: 0 !important;
  border: 0 none;
  }
#pun-viewforum .forum .tc2 {padding-bottom: 1px !important; padding-top: 0.9em!important;}
#pun-viewforum .forum .tc2 {padding-bottom: 1px !important; padding-top: 0.9em !important;}


.category th {
  padding: 0 !important;
  }

.category .tcr,#pun-viewforum .forum .tcr {
  vertical-align: baseline;
  line-height: 1.5em;
  }


/* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  margin-top: 10px;
  padding: 35px 0px 10px 0px;
  }

/* C3.2 */
.punbb .post h3 {
  position: absolute;
  margin-top: 2px;
  width: 1140px;
  }

/* C3.3 */
.punbb .post h3 span {
  padding: 0.5em 1em;
  font-size: 11px;
  }

/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }

.punbb .post h3 strong:before {
  content: "#";
  }


li.pa-online {
  margin: 15px 0 5px 0;
  font: 500 10px Spectral SC;
  }

li.pa-online strong:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #3BBD69;
  margin-right: 0.7em;
  margin-bottom: -2px;
  border-radius: 50%;
  box-shadow: inset 0 0 3px #010601, 0 0 5px #21bd21;
  }

/* C3.11 */
.punbb .post-body {
  background: #d7d3d3;
  padding: 2rem;
  outline: 1px solid #e2e2e26b;
  outline-offset: -4px;
  box-shadow: inset 0 0 20px 0 #7f7b8b70;
  border: 1px solid #adaaaa;
  box-sizing: border-box;
  }

/* C3.12 */
.punbb .post-box {
  padding: 1em;
  }

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {margin-top: 20px;}
.punbb .post-links a {color: #5d5a66 !important;}
.punbb .post-links a:hover {color: #f4e7e5b5 !important;}

/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: 240px;
  background: transparent;
  text-align: right;
  }

/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }


/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
  padding: 0.5em 1em;
  text-align: right;
  }

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 2.3em;
  }

/* C6.2 */
#profilenav {
  display: block;
  }

/* C6.3 */
#profilenav li {
  margin-bottom: 0.6em;
  font-weight: bold;
  display: inline-block;
  }

#profilenav li a {
  padding: 6px 8px;
  border-radius: 4px;
  text-decoration: none
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
  border-style: solid;
  border-width: 1px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 122px;
  }

/* D1.2 */
#pun-title h1 {
  display: none;
  }

/* D1.3 */
#pun-title .container {
  border-style: none solid none solid;
  padding: 0.2em 1em 0.8em 1em;
  }

/* D1.4 */
#pun-title h1 span {
    display: none;
}




#pun-title table {
  border: none;
  height: 69px;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  }

#pun-title TD.title-logo-tdl {
  border: none;
  width: 100%;
  }

#pun-title TD.title-logo-tdr {
  border: none;
  width: 468px;
  padding-right: 4px;
  }

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

/* Forum navigation */
#pun-navlinks .container, #pun-ulinks .container {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-evenly;
    align-content: center;
}
#pun-navlinks .container li, #pun-ulinks .container li {
    display: inline-block;
    margin: 0;
}
.nav-burger-container {
    position: relative;
    cursor: pointer;
}
.burger-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    text-decoration: none;
}
.burger-icon {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: currentColor;
}
.burger-icon::before,
.burger-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 2px;
    background-color: currentColor;
}
.burger-icon::before { top: -6px; }
.burger-icon::after { top: 6px; }
.burger-dropdown {
    display: none;
    position: absolute;
    bottom: 100%; 
    right: 0;
    margin-bottom: 10px;
    background: #222;
    border: 1px solid #444;
    padding: 10px 0;
    min-width: 200px;
    z-index: 9999;
    box-shadow: 0 -4px 10px rgba(0,0,0,0.3);
    list-style: none;
}
.nav-burger-container.is-open .burger-dropdown {
    display: block;
}
.burger-dropdown li {
    display: block !important;
    width: 100%;
    box-sizing: border-box;
}
.burger-dropdown li a {
    display: block;
    padding: 8px 20px;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}
.burger-dropdown li a:hover {
    background: #333; /* &#214;&#226;&#229;&#242; &#244;&#238;&#237;&#224; &#239;&#240;&#232; &#237;&#224;&#226;&#229;&#228;&#229;&#237;&#232;&#232; */
}
#pun-ulinks h2, #pun-navlinks h2 {
    display: none; 
}
#pun-navlinks .container {width: 100%;}
li#custom-burger-menu {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

li#custom-burger-menu .burger-trigger {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    text-decoration: none;
    height: 100%;
}
li#custom-burger-menu .burger-dropdown {
    left: 0 !important;
    right: auto !important;
    bottom: 100% !important;
    margin-bottom: 12px !important; 
}


#pun-navlinks .container li {display: inline-block;}
/* D.3 */
#pun-navlinks li a {
  display: block;
  vertical-align: text-bottom;
  text-align: center;
  outline: 0 none;
  height: auto;
  padding: 0 15px;
  line-height: 160% !important;
  font: 500 24px Alumni Sans;
  letter-spacing: 1px;
  color: #969696;
  text-shadow: 1px 1px 1px #000000;
  }


/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-top: 0;
  }

/* D4.2 */
#pun-ulinks .container {
  padding: 0 1em;
  height: 30px !important;
  }

/* D4.3 */
#pun-ulinks li {
  float: left;
  padding: 6px;
  }

#pun-ulinks li, #pun-ulinks li a {
  display: inline-block;
  white-space: nowrap;
  font-size: 11px;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 0 10px;
  margin-top: -5px;
  text-decoration: none
  }


/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 */
#pun-status .container {
  padding: 0.8em 1em 1em 1em;
  }

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 0;
  }

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  padding: 1em 1em 0.8em 1em;
  font-size: 1.1em;
  }

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  position: relative;
  font-weight: bold;
}
#pun-announcement h2 span {display: none;}
#pun-announcement .container {padding: 1rem;}


/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: right;
  line-height: 150%;
  padding: 0.8em 1em;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.8em 1em;
  font-size: 1.1em;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
}


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }


.punbb .main .tcr a:hover {
  margin-right: 7px;
  color: #3d2b74;
  text-shadow: 0 0 2px #55438b;
  }
#pun-searchtopics .main .tcr a,
.en #pun-viewforum .main .tcr a {
  /*margin-right: 11px;*/
  }

.punbb .main .tcr a:after {
  content: "»";
  /*position: absolute;*/
  margin-left: .2em;
  /*margin-top: .2em;*/
  font-size: 1.2em;
  font-family: serif, use-lang-def;
  font-weight: 700;
  }
  

/* D11 Post form
-------------------------------------------------------------*/

/* D11.1 */
#post {
  margin: 0;
  padding: 0;
  }

/* D11.2 */
#post fieldset {
  border: none;
  }

/* D11.3 */
#post legend {
  display: none;
  }

/* D11.4 */
#post .formsubmit {
  padding: 0 1.5em 1.4em 2.5em;
  margin: 0 !important;
  }

/* D11.5 */
#post .fs-box.hashelp, #post .fs-box .areafield {
  padding-bottom: 0;
  }

/* D11.6 */
#post #main-reply {
  width: 99.5%;
  width: calc(100% - 6px);
  }

/* D12 Other sections and content
-------------------------------------------------------------*/

/* D12.1 */
.punbb > .section[style], .punbb > .main > .section[style] {
  overflow: hidden;
  }

/* D12.2 */
#pun-admain textarea {
  font-family: Courier new, monospace !important; 
  font-size: 13px !important;
  }


/*************************************************************
E - STYLE CORRECTION FOR SMALLER SCREENS
**************************************************************/

/* E1 Main content correction
-------------------------------------------------------------*/

/* E1.1 */
@media screen and (max-width: 540px) {

  html, html body, 
  #pun_wrap #pun, #pun .punbb {
    height: auto !important;
    max-height: 100%;
    }

  .punbb .html-box {
    padding: 0 !important;
    }

  #pun-title {
    position: relative;
    height: 132px;
    text-align: center;
    font-size: 26px;
    }

  #pun-navlinks {
    height: 50px;
    }

  #pun .punbb #pun-navlinks .container {
    padding: 1px 0 !important;
    left: 0 !important;
    height: 50px !important;
    }

  #pun-navlinks li, #pun-navlinks li a {
    float: none;
    clear: both;
    display: inline-block;
    }

  #pun-ulinks li, .punbb #pun-ulinks li a, .punbb #pun-ulinks li a:hover {
    border-bottom: none 0 transparent !important;
    border-radius: 0px !important;
    display: block;
    float: none;
    }

  .punbb table div.icon {
    opacity: 1;
    display: block !important;
    height: 25px;
    width: 0px !important;
    margin-top: -44px;
    margin-left: -15px !important;
    margin-right: 10px !important;
    }

  .punbb table tr.isticky div.icon, .punbb table tr.inewisticky div.icon {
    border-left: solid 3px #EC2D2D !important;
    }

  .punbb table tr[class$="inew"] div.icon {
    opacity: 1.0 !important;
    }

  #button-font, 
  #button-strike, 
  #button-left, 
  #button-right, 
  #button-center, 
  #button-table, 
  #button-keyboard {
    display: none;
    }

  form .button, input[type="submit"] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    }

  .post-content table td {
    border: solid 1px rgb(245, 232, 232) !important;
    border-collapse: collapse;
    }

}

/* E1.2 */
@media screen and (min-width: 761px) and (max-width: 900px) {

  #pun-viewforum .forum .tc2, #pun-viewforum .forum .tc3,
  .punbb .category .tc2, .punbb .category .tc3 {
    padding-left: 20% !important;
    }

  #pun-navlinks li a {
    padding: 0 10px;
    }

  #pun-ulinks li a {
    padding: 0 4px;
    }

}

/* E1.3 */
@media screen and (min-width: 541px) and (max-width: 760px) {

  #pun-viewforum .forum .tc2, #pun-viewforum .forum .tc3,
  .punbb .category .tc2, .punbb .category .tc3 {
    padding-left: 0 !important;
    min-width: 104px;
    }

  #pun-navlinks li a {
    padding: 0 8px;
    }

  #pun-ulinks li.item3 {
    display: none;
    }

  #pun-ulinks li a {
    padding: 0 3px;
    }

}

/* E1.4 */
@media screen and (min-width: 541px) and (max-width: 1220px) {

  #pun-title {
    padding: 0 0 0 1.1em;
    }

  #pun-navlinks .container {
    left: 0;
    }

  #pun-ulinks .container {
    padding: 0 .8em;
    }

}

/* CS1 Background and text colours
-------------------------------------------------------------*/

/* CS1.0 */
html {
  background: url(https://forumstatic.ru/files/001c/48/c6/66991.png) fixed, linear-gradient(45deg, #42424294, #4646468f) fixed, url(https://forumstatic.ru/files/001c/13/c0/18275.svg) center top fixed repeat;
  }

#effects {
}

/* CS1.1 */
.punbb .modmenu .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend {
  color: #333;
  }

.punbb .section .container {
  border-radius: 3px;
  }

#pun-status .container, #pun-crumbs2 .container, .punbb .post h3, .punbb .post h3 span {
  border-radius: 0;
  }

#pun-crumbs1 .container, #pun-about .container, .punbb .post > .container {
  }

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  color: #918687;
  }

/* CS1.3 */
.punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  }

/* CS1.4 */
#pun-title, #pun-title .container {
  color: #fff;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, 
.punbb-admin #pun-admain legend span {
  background-color: #FCFAFA;
  color: rgb(103, 32, 32);
  text-shadow: none;
  }

/* CS1.6 */
#viewprofile li, #setmods dl {
  background-color: rgb(245, 232, 232);
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.2) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.45)), color-stop(100%,rgba(255,255,255,0.2)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.2) 100%);
  background-image: -o-linear-gradient(top, rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.2) 100%);
  background-image: -ms-linear-gradient(top, rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.2) 100%);
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.2) 100%);
  color: #333;
  }

.punbb:not(#pun-index):not(#pun-viewforum) th {
  background-color: rgb(245, 232, 232);
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.2) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.45)), color-stop(100%,rgba(255,255,255,0.2)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.2) 100%);
  background-image: -o-linear-gradient(top, rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.2) 100%);
  background-image: -ms-linear-gradient(top, rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.2) 100%);
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.2) 100%);
  border-bottom: 1px solid rgb(243, 223, 223) !important;
  color: #333;
  }

.punbb .post h3 span {
    display: block;
    color: #cac5c5;
    line-height: 1.75;
    padding: 2px 10px;
    height: 20px;
    background: #323232;
  }
.punbb .post h3 span a {color: #cac5c5;}
/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  border: 1px solid rgb(235, 201, 201);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0,0,0,0.04) 0px 1px 6px;
  -moz-box-shadow: rgba(0,0,0,0.04) 0px 1px 6px;
  -khtml-box-shadow: rgba(0,0,0,0.04) 0px 1px 6px;
  box-shadow: rgba(0,0,0,0.04) 0px 1px 6px;
  color: #333;
  }

.punbb .quote-box cite, .punbb .code-box .legend, .punbb .spoiler-box > div {
  padding: .7em 1em;
  font-size: 11px;
  font-weight: 400;
  color: rgb(163, 105, 105);
  background: rgb(245, 232, 232);
  border-bottom: 1px solid rgb(235, 201, 201);
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.2) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.45)), color-stop(100%,rgba(255,255,255,0.2)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.2) 100%);
  background-image: -o-linear-gradient(top, rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.2) 100%);
  background-image: -ms-linear-gradient(top, rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.2) 100%);
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.2) 100%);
  border-radius: 4px 4px 0 0;
  }

.punbb .post-content .blockcode, .punbb .post-content blockquote {
  background-color: rgb(255, 255, 255);
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  }

/* CS1.9 */
#pun-ulinks .container {display: flex;flex-direction: row;align-content: center;justify-content: center;align-items: center;flex-wrap: nowrap;border-radius: 0;}

/* CS1.10 */
.offline li.pa-online strong {
  font-weight: normal
  }


/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  }

/* CS2.5 */
.punbb th {
  border-color: #dedfdf
  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: rgb(235, 201, 201);
  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  }

#pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: #fff;
  }

.punbb .divider {
  border-color: rgb(235, 201, 201) transparent transparent transparent;
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid #dedfdf
  }

li.pa-online {
  border-left-color: #005EAB;
  }

#f-subforums {
  border-bottom: solid 1px rgb(245, 232, 232) !important;
  }


/* CS3 Links
-------------------------------------------------------------*/

/* CS3.1 */
.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 {
  color: #6dffca;
  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #333
  }

#pun-adnav .isactive ul.adsubnav a {
  color: rgb(103, 32, 32) !important;
  }

/* CS3.2 */
.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: rgb(103, 32, 32);
  text-decoration: none;
  }

/* CS3.3 */
#pun-navlinks a {
  color: #fff;
  text-decoration: none
  }

#pun-ulinks li a {
  color: #252525;
  border-radius: 3px;
  font: 500 12px Spectral SC;
  }

/* CS3.4 */
#pun-navlinks li a:hover {
  color: #fff !important;
  text-shadow: rgba(255,255,255,0.7) 0px 0px 5px;
  }

#pun-navlinks .isactive a {
  background: rgba(0,0,0,0.7);
  color: #fff;
  text-shadow: rgba(255,255,255,0.7) 0px 0px 5px;
  -webkit-box-shadow: inset rgba(0,0,0,0.6) 0px 1px 4px;
  -moz-box-shadow: inset rgba(0,0,0,0.6) 0px 1px 4px;
  -khtml-box-shadow: inset rgba(0,0,0,0.6) 0px 1px 4px;
  box-shadow: inset rgba(0,0,0,0.6) 0px 1px 4px;
  position: relative;
  }

#pun-ulinks li a:hover, #pun-ulinks li a:focus {
  color: #ffffff;
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;
  color: #fff;
  }


/* CS4 Post status icons
 -------------------------------------------------------------*/

/* CS4.1 */




/* CS4.2 */
.punbb .closedatafield {
  display: inline-block;
  width: 0;
  padding-right: 11px;
  font-size: 0;
  color: transparent;
  }

.punbb .closedatafield:before {
  content: url(../../img/Classic_DarkRed/closed.png);
  margin-right: 5px;
  }

/* CS4.3 */
.punbb .stickytext:before {
  content: url(../../img/Classic_DarkRed/sticky.png);
  margin-right: 5px;
  }


/* CS5 Additional styles
-------------------------------------------------------------*/

/* CS5.1 */
#pun-main div.catleft, #pun-main div.catright {
  display: none
  }

/* CS5.2 */
.category td.tc2:before,
#f-subforums td.tc2:before {
  /* content: "Topics: " !important; */
  /* color: rgb(150,150,150); */
  /* float: left; */
  }

.ru .category td.tc2:before,
.ru #f-subforums td.tc2:before {
  /* content: "&#210;&#229;&#236;: " !important; */
  }
.es .category td.tc2:before,
.es #f-subforums td.tc2:before {
  content: "Temas: " !important;
  }

.category td.tc3:before,
#f-subforums td.tc3:before {
  /* content: "Posts: " !important; */
  /* color: rgb(150,150,150); */
  /* float: left; */
  }

.ru .category td.tc3:before,
.ru #f-subforums td.tc3:before {
  /* content: "&#209;&#238;&#238;&#225;&#249;&#229;&#237;&#232;&#233;: " !important; */
  }
.es .category td.tc3:before,
.es #f-subforums td.tc3:before {
  content: "Mensajes: " !important;
  }

#pun-viewforum .forum td.tc2:before {
  display: block;
  content: "Replies: ";
  color: rgb(150,150,150);
  float: left;
  }

.ru #pun-viewforum .forum td.tc2:before {
  content: "&#206;&#242;&#226;&#229;&#242;&#238;&#226;: " !important;
  }
.es #pun-viewforum .forum td.tc2:before {
  content: "Respuestas: " !important;
  }

#pun-viewforum .forum td.tc3:before {
  display: block;
  content: "Views: ";
  color: rgb(150,150,150);
  float: left;
  }

.ru #pun-viewforum .forum td.tc3:before {
  content: "&#207;&#240;&#238;&#241;&#236;&#238;&#242;&#240;&#238;&#226;: " !important;
  }
.es #pun-viewforum .forum td.tc3:before {
  content: "Vistas: " !important;
  }

#pun tr.iredirect .tc2:before,
#pun tr.iredirect .tc3:before {
  content: none !important
  }

/* CS5.3 */
.tipsy-inner, .tipsy-arrow {
  font-family: Tahoma;
  font-size: 11px;
  opacity: 0.8 !important;
  }

/* CS5.4 */
#BookmCntToggle {
  background: url(../../img/Classic_DarkRed/bookmark.png) center center no-repeat !important;
  width: 26px !important;
  height: 26px !important;
  opacity: 1 !important;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0 0 6px rgba(0,0,0,.2);
  border-radius: 2px;
  }

#BookmCntToggle:hover {
  opacity: .78!important;
  }

#MyBookmarks h2, #MyBookmarks h1, .editBookmark h1 {
  margin-bottom: 0 !important;
  }

/* CS5.5 */
#navpm .num_msg {
  margin-left: -26px !important;
  margin-top: -4px !important;
  }

/* CS5.6 */
form .button, input[type="submit"] {
  font-style: normal;
  font-size: 12px;
  color: rgb(99, 54, 54);
  background: rgb(245, 232, 232);
  padding: 0px 10px;
  border: 1px solid rgb(235, 201, 201);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  -webkit-box-shadow: rgba(0,0,0,0.05) 0px 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.05) 0px 1px 3px;
  -khtml-box-shadow: rgba(0,0,0,0.05) 0px 1px 3px;
  box-shadow: rgba(0,0,0,0.05) 0px 1px 3px;
  text-shadow: 0 0 0 transparent, 0px 1px 0px #fff;
  outline: none;
  line-height: 22px;
  display: inline-block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
  background-image: -o-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
  height: 26px;
  }

form .button:hover, form .button:focus, form .button:active,
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
  text-decoration: none;
  -webkit-box-shadow: inset rgba(255,255,255,0.2) 0px 100px 0px, rgba(0,0,0,0.05) 0px 1px 3px;
  -moz-box-shadow: inset rgba(255,255,255,0.2) 0px 100px 0px, rgba(0,0,0,0.05) 0px 1px 3px;
  -khtml-box-shadow: inset rgba(255,255,255,0.2) 0px 100px 0px, rgba(0,0,0,0.05) 0px 1px 3px;
  box-shadow: inset rgba(255,255,255,0.2) 0px 100px 0px, rgba(0,0,0,0.05) 0px 1px 3px;
  }

form .button:disabled, input[type="submit"]:disabled {
  opacity: .6;
  cursor: default;
  box-shadow: none;
  }

/* CS5.7 */
#profilenav li a:hover {
  color: rgb(92, 25, 25);
  background: rgba(148, 35, 35, 0.08);
  -webkit-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 3px, #fff 0px 1px 0px;
  -moz-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 3px, #fff 0px 1px 0px;
  -khtml-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 3px, #fff 0px 1px 0px;
  box-shadow: inset rgba(0,0,0,0.1) 0px 1px 3px, #fff 0px 1px 0px;
  text-decoration: none !important;
  }

#profilenav li.isactive a {
  background: rgba(167, 157, 157, 0.12);
  -webkit-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 3px, #fff 0px 1px 0px;
  -moz-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 3px, #fff 0px 1px 0px;
  -khtml-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 3px, #fff 0px 1px 0px;
  box-shadow: inset rgba(0,0,0,0.1) 0px 1px 3px, #fff 0px 1px 0px;
  text-decoration: none !important;
  }















@media screen and (max-width: 540px) {
html {
    background-image: none !important;
    background-color: #4c464b !important;
}

    html, body, #pun, .punbb {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
    background-size: contain;
    -webkit-text-size-adjust: none;
    overflow-wrap: break-word;
    float: none;
}
body {
    position: relative;
    background-position: center 0;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    overflow-y: scroll !important;
    z-index: 1;
}
img {
    max-width: 100% !important;
    height: auto;
}
#pun {
    width: 100% !important;
    border-width: 0 !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}
td, th {
    overflow: hidden;
}
.punbb h1, .punbb h2, .punbb h1 span, .punbb h2 span {
    font-size: 1em !important;
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px 27px !important;
}
input[type=text], input[type=password] {
    max-width: 100% !important;
}
input[type=text], input[type=password], input[type=submit], input[type=button] {
    padding: 10px;
}
select {
    padding: 5px;
}
textarea {
    font-size: 14px !important;
    padding: 1.5% !important;
    max-width: 95% !important;
}
#register input, #register select, #profile input, #profile select, #punbbsearch input, #punbbsearch select {
    max-width: 200px !important;
}
#register .inline .inputfield {
    margin-right: 0;
}
.punbb table, .forum table, .category table, .punbb td, .forum td, .category td {
    border: none !important;
}
#html-header, #html-footer, #pun-title, #pun-announcement div.container {
    margin: 0 auto !important;
    overflow-x: auto !important;
}
#pun-title table {
    height: auto !important;
}
#pun-title h1 {
    height: initial !important;
    padding: 0 !important;
}
#pun-ulinks {
    margin: 0 !important;
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    line-height: 32px !important;
    border: 0 !important;
    z-index: 9999;
    background-position: center -576px !important;
}
#pun-ulinks .container {
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    border: none !important;
    text-align: left !important;
    background-image: none !important;
    background-color: rgba(0, 0, 0, 1) !important;
}
#pun-ulinks ul {
    display: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.7);
    z-index: 10000;
    position: absolute;
    top: 47px;
    right: 0;
}
#pun-ulinks:hover ul, #pun-ulinks:focus ul {
    display: block;
}
#pun-ulinks li {
    display: block !important;
    padding: 0 !important;
}
#pun-ulinks li a {
    display: block !important;
    border: none !important;
    font-size: 16px !important;
    padding: 3px 6px !important;
    color: #fff !important;
    text-decoration: none !important;
}
#pun-ulinks li a {
    text-decoration: none !important;
}
#pun-ulinks > span.notify-bubble {display: block !important;}
#profilenav {
    float: none !important;
    margin-left: 0;
}
#profile .container {
    padding: 0 !important;
}
#pun-navlinks {
    margin: 0 !important;
    height: 40px;
    background: url(https://forumstatic.ru/files/001b/14/4e/99627.png?v=1) #1d1d1d;
    box-shadow: inset 0 -1px 0 0 #21151766, inset #00000033 0px 1px 5px, #ffffff14 0px -1px 0px, 0 1px 0 0 #6957615c;
}
#pun-navlinks .container {
    height: auto !important;
    padding: 1em 0 !important;
    text-align: center !important;
}
#pun-navlinks .container li {
    padding: 0 1px !important;
    margin: 0 !important;
    line-height: 52px !important;
    background-image: none !important;
    border: none !important;
    float: none !important;
}
#navrules, #navextra1, #navextra2, #navextra3, #navextra4, #navextra5, #navextra6, #navextra7, #navextra8, #navextra9, #navextra10 {
    display: none !important;
}
#pun-navlinks .container li a {
    display: inline-block !important;
    border: 0 !important;
    padding: 0 !important;
}
#pun-ulinks, #pun-navlinks .container li a, #pun-navlinks .container li a:hover {
    width: 48px !important;
    height: 48px !important;
    border-radius: 4px;
    color: #fff;
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
}
#pun-navlinks .container li a span {
    font-size: 0 !important;
}
#pun-stats ul.container, #pun-stats div.statscon {
    background-image: none !important;
}
.punbb td.tcl {
    width: auto !important;
    background-image: none !important;
}
.category table, .forum table {
    width: 100% !important;
}
.category td.tcl, .forum td.tcl {
    text-overflow: ellipsis;
    overflow: hidden;
    background-image: none !important;
}
.category .tcl img, .forum .tcl img {
    max-width: 100;
    height: auto;
}
.category td.tcr, .forum td.tcr {
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right !important;
}
div.icon {
    display: none !important;
}
div.tclcon {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.punbb tbody.hasicon td.tcl {
    padding-left: 1em !important;
}
#pun-status, #pun-break1, #pun-index #pun-crumbs1, #pun-crumbs2, #pun-break2, #pun-break3, #pun-break4, .category th, .category .tc2, .category .tc3, .forum th, .forum .tc2, .forum .tc3, #post-form legend {
    display: none !important;
    width: 0 !important;
}
.usertable .tc3 {
    display: none;
}
#userlist p.inputfield {
    float: none;
}
.post h3 span {
    margin: 0 !important;
    background: none !important;
    text-align: left !important;
}
.post h3 span, .post-author {
    background-color: rgba(128, 128, 128, 0.15) !important;
}
.post-body, legend, legend span {
    margin: 0 !important;
}
.post-links, .post-links ul {
    margin-left: 0 !important;
    height: auto !important;
}
.post-rating .container {
    border-radius: 4px;
}
.post-author {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(128, 128, 128, 0.20) !important;
    overflow: initial !important;
}
.post-author li {
    text-align: left;
}
.online .pa-author:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(56, 155, 34, 0.7);
    margin-left: .6em;
}
.pa-reg, .pa-from, .pa-invites, .pa-respect, .pa-positive, .pa-time-visit, .pa-last-visit, .pa-online, .pa-icq, .pa-sex, .pa-age, .pa-fld1, .pa-fld2, .pa-fld3, .pa-fld4, .pa-fld5, .pa-fld6, .pa-fld7, .pa-fld8, .pa-fld9, .pa-fld10 {
    display: none !important;
}
.pa-author {
    padding: 0 !important;
    margin: 0 !important;
}
.pa-title {
    padding: 0 0 0 0 !important;
}
.pa-avatar {
    float: right;
    margin-top: -3em;
}
.pa-avatar img {
    max-height: 50px;
    width: auto;
    border-radius: 4px;
}
.formal .container, .formal fieldset, .usertable .container {
    margin: 0 !important;
    padding: 0 !important;
}
#pun-stats ul.container, #userlist, #login, #request_pass, #punbbsearch, #register, #profile fieldset, #upload_avatar, #similar-topics div.container, div.html-box {
    padding: 10px !important;
    margin: 5px 25px;
}
.linkst .postlink, .linkst .pagelink, .linksb .postlink, .linksb .pagelink {
    width: auto !important;
}
#similar-topics table {
    table-layout: fixed !important;
}
#similar-topics td {
    padding: 0.5em 0;
}
#similar-topics td.st-tc2 {
    display: none;
    width: 0 !important;
}
#similar-topics td.st-tcr {
    padding-right: 0 !important;
    width: auto !important;
}
#keyboard-span input {
    padding: 5px;
    min-width: 25px;
}
.formsubmit {
    margin: 1em 0 !important;
}
#smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area {
    max-width: 95% !important;
}
#imageupload-right, .uploadifyQueueItem {
    width: auto !important;
}
#navindex a, #navindex a:hover {
    background-position: center 0 !important;
}
#navuserlist a, #navuserlist a:hover {
    background-position: center -48px !important;
}
#navrules a, #navrules a:hover {
    background-position: center -96px !important;
}
#navprofile a, #navprofile a:hover {
    background-position: center -144px !important;
}
#navsearch a, #navsearch a:hover {
    background-position: center -192px !important;
}
#navpm a, #navpm a:hover {
    background-position: center -240px !important;
}
#navadmin a, #navadmin a:hover {
    background-position: center -288px !important;
}
#navlogout a, #navlogout a:hover {
    background-position: center -432px !important;
}
#navregister a, #navregister a:hover {
    background-position: center -382px !important;
}
#navlogin a, #navlogin a:hover {
    background-position: center -336px !important;
}
#profilenav h2 {
    margin-top: 1em;
}
#profile-left {
    width: 100% !important;
    display: block;
}
#profile-left li {
    text-align: center;
    margin: 0 !important;
}
#viewprofile ul {
    padding: 0 !important;
}
#viewprofile ul, #profilenav ul {
    border-width: 0;
}
#viewprofile li strong, #profile-left li div {
    background: transparent !important;
}
#profile-left #profile-name {
    background-color: rgba(128, 128, 128, 0.15);
    border: 4px solid rgba(128, 128, 128, 0.20) !important;
    border-width: 4px 0 !important
}
#viewprofile li strong {
    display: block;
    font-weight: 400 !important;
    padding: 6px 1em;
}
#profile-left #profile-title {
    background-color: rgba(128, 128, 128, 0.15);
}
#profile-left li img {
    max-width: 100% !important;
    height: auto !important;
    background-color: rgba(200, 200, 200, 0.2);
    margin-top: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#profile-left li:nth-child(3) {
    background-color: rgba(128, 128, 128, 0.15);
}
#profile-left li:last-child {
    background-color: rgba(128, 128, 128, 0.15);
    border-bottom: 4px solid rgba(128, 128, 128, 0.20);
    margin-bottom: 4px !important;
}
#profile-right {
    width: 100% !important;
    display: block;
    text-align: center;
}
#profile-right li {
    display: inline-block !important;
    background-color: rgba(128, 128, 128, 0.30) !important;
    border-left: 4px solid rgba(128, 128, 128, 0.50) !important;
    margin-bottom: 4px !important;
    padding: 0 !important;
    width: 100% !important;
}
#viewprofile li span {
    float: none !important;
    display: inline-block;
    font-weight: 700;
    padding: 10px 10px 5px;
    margin: 0 0 10px;
}
#profile-right li strong {
    font-size: 16px;
    line-height: 1.1;
    padding: 0 10px 10px !important;
}
#profile-right li strong a {
    text-decoration: none;
    border-bottom: 1px solid;
    font-size: 11px;
}
#pun-admain {
    padding-left: 0;
}
#pun-adnav {
    float: none;
    margin-left: 0;
}
#pun-adnav li {
    padding-left: 2em;
}
#pun-adnav div.adcontainer {
    margin-bottom: 1.2em;
}
#pun-admain input[type=text], #pun-admain select {
    padding: 5px;
    width: 90%;
}
#pun-admain input[type=button], #pun-admain input[type=submit] {
    padding: 5px;
}
#pun-admain fieldset p, #pun-admain fieldset .handle {
    border-left: none;
}
#pun-admain2 fieldset .sortable.subforums {
    margin-left: 0;
}
#pun-admain .adlabel {
    float: none;
    margin-left: 0;
}
#pun-admain span.adsubmit {
    position: static;
    margin-left: 10px;
    margin-right: 10px;
}
.punbb fieldset {
    border-width: 0 !important;
}
.punbb fieldset legend span, .punbb div.fs-box {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#pun-admain1 form.adcontainer, #pun-admain2 form.adcontainer, #pun-admain1 div.adcontainer, #pun-admain2 div.adcontainer {
    padding-left: 0;
    padding-right: 0;
}
#pun-about, #pun-about .container {
    border-width: 0 0 0 0 !important;
    text-align: center;
}
#pun-messages .user-avatar {
    display: block;
    margin: 0;
    float: none;
    clear: both;
}
}
@media screen and (max-width: 480px) {
    .ismoderator #pun-navlinks .container li {
    padding: 0 0 0 0 !important;
}
.ismoderator #pun-ulinks, .ismoderator #pun-navlinks .container li a, .ismoderator #pun-navlinks .container li a:hover {
    width: 42px !important;
    height: 48px !important;
}
.multipage {
    margin-top: 4.8em;
}
.linkst .pagelink {
    margin-top: -1.8em;
}
.pagelink a,.pagelink strong {
    padding: 0 .4em;
}
}
@media screen and (max-width: 768px) {
    form div[id$="-area"] {
    max-width: 86%;
}
}

@media screen and (max-width: 840px) {
.post-content iframe[allowfullscreen] {
    width: 320px !important; 
    height: 180px !important;
}
}

li.pa-fld11:before, li.pa-title:before, li.pa-posts:before, li.pa-respect:before, li.pa-positive:before  {
    margin-right: 3px;
    font: 100 10px FontAwesome !important;
    color: #ffffff;
}




.anketa {
    display: block;
    padding: 30px;
    outline: 5px solid #f1ecec3b;
    outline-offset: -10px;
    box-shadow: inset 0 0 0 1px #5050504f, inset 0 0 0 4px #cfc6c0, inset 0 0 0 5px #ffffff82;
    background: url(https://forumstatic.ru/files/001b/14/4e/99627.png?v=1) #383838;
    color: #e0d8d2;
}
.anketaphoto {
    float: left;
    position: relative;
    margin-right: 20px;
 }
.anketaphoto img {
padding: 15px;
    outline: 1px solid #7c7c7c8a;
    outline-offset: -14px;
    box-shadow: inset 0 0 0 1px #7977774f, 0 0 5px 0 #000000b3;
    background: #0000003d;
}

.anketaname p {
    display: block;
    width: calc(100% - 250px);
    height: auto;
    padding: 0px !important;
    margin: 7px 0 15px 250px !important;
    margin-bottom: 15px !important;
    font: 100 25px Cormorant Infant;
    color: #ffffff;
    text-align: center;
    border: 1px solid #56565626;
    border-radius: 10px;
    background: url(https://forumstatic.ru/files/001b/14/4e/99627.png?v=1), linear-gradient(to bottom, #26262636 10%, #5c161696 90%, #3e1d1d), #353535;
    box-shadow: inset 0 1px 0 0 #1f181c, inset 0 2px 0 0 #af584a52, inset 0 0 15px 0 #23151d59, 0 0 10px 0 #00000075;
    text-shadow: 1px 1px 10px #ff0000;
}
.anketaabout p {text-align: justify !important;}
.anketaslotwf {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-left: 1px;
    box-sizing: border-box;
}
.anketaslot {
    display: inline-flex;
    padding: 5px;
    box-sizing: border-box;
    width: calc(20% - 10px);
    height: 200px;
    background: #212121;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    outline: 1px solid #343434;
    justify-content: center;
    box-shadow: 0 0 10px 0 #000000;
}
div#stars {
    display: block;
    position: absolute;
    top: 290px;
    margin-left: 755px;
    width: 150px;
    height: 150px;
    z-index: 2;
    border-radius: 50%;
}

div#nwico {
    color: #ff8844;
    font-family: FontAwesome;
}
div#nwico.nwmission {
    display: flex;
    font: 100 40px FontAwesome !important;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}











/* &#202;&#238;&#241;&#236;&#232;&#247;&#229;&#241;&#234;&#232;&#233; &#228;&#232;&#231;&#224;&#233;&#237; &#226; &#241;&#229;&#240;&#238;-&#244;&#232;&#238;&#235;&#229;&#242;&#238;&#226;&#238;&#233; &#227;&#224;&#236;&#236;&#229; */
.post-author ul {
    padding: 15px;
    margin: 0;
    background: linear-gradient(25deg, #101010 0%, #2c2043 100%), repeating-linear-gradient(-45deg, transparent 0px, transparent 2px, rgba(138, 43, 226, 0.08) 3px);
    border: 1px solid #3a3480;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    font-family: 'Orbitron', sans-serif;
    list-style: none;
    box-shadow: 0 0 30px rgba(138, 43, 226, 0.1);
    display: grid
;
    grid-template-areas:
        "praut praut praut praut prava prcred"
        "prtit prpost prresp prpos prava prcred";
    gap: 10px 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr 100px 100px;
    grid-template-rows: 1fr 1fr;
    align-items: stretch;
    align-content: center;
    justify-items: center;
}
li.pa-avatar.item2 {grid-area: prava;}
li.pa-fld11 {grid-area: prcred;text-align: left;color: #f9f0b3;}
li.pa-posts {grid-area: prpost;/* text-align: right; */}
li.pa-respect {grid-area: prresp;/* text-align: right; */}
li.pa-positive {grid-area: prpos;/* text-align: right; */}
li.pa-author {grid-area: praut; text-align: left;}
li.pa-fld2 {/* grid-area: prank; *//* text-align: right; */}
li.pa-title {grid-area: prtit; text-align: right;}

.post-author ul li {display: flex;width: 100%;align-items: center;justify-content: center;background: linear-gradient(145deg, #1a1729 0%, #0d0c16 100%),        repeating-linear-gradient(            -30deg,            transparent 0px,            transparent 2px,            rgba(138, 43, 226, 0.05) 3px        );outline: 1px solid #4f475e66;outline-offset: 1px;border: 1px solid #0000004a;font: 500 1.3rem Alumni Sans;color: #9994a3;}

.post-author ul li a {color: #877a9c !important;}












/* &#192;&#226;&#224;&#242;&#224;&#240; &#241; &#237;&#229;&#233;&#242;&#240;&#238;&#237;&#237;&#251;&#236; &#241;&#232;&#255;&#237;&#232;&#229;&#236; */
.pa-avatar {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border: 2px solid #261d3a;
    outline: 1px solid #4a3965;
    box-shadow: 
        inset 0 0 15px rgba(138, 43, 226, 0.3),
        0 0 25px rgba(138, 43, 226, 0.2);
}

.pa-avatar img {
    width: 100px;
    filter: contrast(1.1) brightness(0.9);
    mix-blend-mode: lighten;
}

.pa-avatar::after {
    content: "";
    position: absolute;
    inset: -3px;
    background: linear-gradient(
        45deg,
        transparent 48%,
        #8a2be2 50%,
        transparent 52%
    );
    animation: neutronFlow 3s linear infinite;
    z-index: -1;
}

/* &#193;&#235;&#238;&#234; &#226;&#224;&#235;&#254;&#242;&#251; - &#234;&#226;&#224;&#237;&#242;&#238;&#226;&#251;&#233; &#232;&#237;&#228;&#232;&#234;&#224;&#242;&#238;&#240; */
.pa-fld11 {
    background-image: url(https://static.wikia.nocookie.net/warframe/images/8/85/EntratiObols.png) !important;!i;!;
    background-size: cover !important;!i;!;
    align-items: flex-end !important;!i;!;
    padding-bottom: 7px !important;!i;!;
}

/* &#209;&#242;&#224;&#242;&#243;&#241;&#237;&#251;&#229; &#253;&#235;&#229;&#236;&#229;&#237;&#242;&#251; */
.pa-title {
    color: #9370db;
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 15px #8a2be2;
}
/* &#212;&#238;&#237;&#238;&#226;&#251;&#229; &#231;&#226;&#184;&#231;&#228;&#251; */
.post-author ul::after {
    content: "";
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(
            circle at var(--x) var(--y),
            rgba(255,255,255,0.03) 0%,
            transparent 30%
        ),
        url('data:image/svg+xml,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="0.5" fill="%238A2BE2"/></svg>');
    animation: starDrift 40s linear infinite;
    pointer-events: none;
}

@keyframes starDrift {
    from { background-position: 0 0; }
    to { background-position: 600px 300px; }
}

/* &#221;&#244;&#244;&#229;&#234;&#242;&#251; &#226;&#231;&#224;&#232;&#236;&#238;&#228;&#229;&#233;&#241;&#242;&#226;&#232;&#255; */
.pa-avatar:hover {
    animation: avatarHover 0.5s infinite alternate;
}

@keyframes avatarHover {
    to { transform: scale(1.02); }
}

.pa-fld11:hover {
    background: rgba(58, 52, 128, 0.25);
    text-shadow: 0 0 10px #b19cd9;
}

li.pa-title:before {content: "\e561";margin-right: 7px;}
li.pa-posts:before {content: "\f4ad";}
li.pa-respect:before {content: "\f005";}
li.pa-positive:before {content: "\f004";}







li.pa-posts span.fld-name, li.pa-respect span.fld-name, li.pa-positive span.fld-name {font: 500 1.3rem Alumni Sans;letter-spacing: 1px;margin-right: 5px;}



.pa-fld2 {
    /* &#206;&#241;&#237;&#238;&#226;&#237;&#238;&#233; &#241;&#242;&#232;&#235;&#252; &#227;&#238;&#235;&#238;&#227;&#240;&#224;&#244;&#232;&#247;&#229;&#241;&#234;&#238;&#227;&#238; &#232;&#237;&#242;&#229;&#240;&#244;&#229;&#233;&#241;&#224; */
}

/* &#192;&#237;&#232;&#236;&#232;&#240;&#238;&#226;&#224;&#237;&#237;&#251;&#233; &#241;&#234;&#224;&#237;&#232;&#240;&#243;&#254;&#249;&#232;&#233; &#235;&#243;&#247; */
.pa-fld2::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 45%,
        rgba(138, 43, 226, 0.2) 50%,
        transparent 55%
    );
    animation: hologramScan 5s infinite linear;
    z-index: 0;
}

/* &#210;&#229;&#234;&#241;&#242; &#241; &#253;&#244;&#244;&#229;&#234;&#242;&#238;&#236; &#246;&#232;&#244;&#240;&#238;&#226;&#238;&#227;&#238; &#241;&#226;&#229;&#247;&#229;&#237;&#232;&#255; */
.pa-fld2 p {
    position: relative;
    z-index: 1;
    margin: 0;
    line-height: 1.4;
    font-size: 0.95em;
    border-left: 2px solid #8a2be2;
    padding-left: 10px;
}

/* &#200;&#237;&#244;&#238;&#240;&#236;&#224;&#246;&#232;&#238;&#237;&#237;&#251;&#229; &#236;&#224;&#240;&#234;&#229;&#240;&#251; */
.pa-fld2 strong {
    color: #9370db;
    display: inline-block;
    margin-right: 8px;
    text-transform: uppercase;
}

/* &#192;&#237;&#232;&#236;&#224;&#246;&#232;&#255; &#241;&#234;&#224;&#237;&#232;&#240;&#238;&#226;&#224;&#237;&#232;&#255; */
@keyframes hologramScan {
    0% { transform: rotate(45deg) translateY(-25%); }
    100% { transform: rotate(45deg) translateY(25%); }
}

/* &#221;&#244;&#244;&#229;&#234;&#242; &#239;&#240;&#232; &#237;&#224;&#226;&#229;&#228;&#229;&#237;&#232;&#232; */
.pa-fld2:hover::before {
    animation-duration: 2s;
    opacity: 0.8;
}

/* &#195;&#229;&#237;&#229;&#240;&#224;&#242;&#238;&#240; &#246;&#232;&#244;&#240;&#238;&#226;&#238;&#227;&#238; &#248;&#243;&#236;&#224; */
.pa-fld2::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(https://i.gifer.com/J4o.gif) center;
    opacity: 0.2;
    pointer-events: none;
}

/* &#209;&#242;&#232;&#235;&#252; &#228;&#235;&#255; &#253;&#235;&#229;&#236;&#229;&#237;&#242;&#224; &#241; &#232;&#236;&#229;&#237;&#229;&#236; &#224;&#226;&#242;&#238;&#240;&#224; &#226; &#241;&#242;&#232;&#235;&#229; &#232;&#237;&#242;&#229;&#240;&#244;&#229;&#233;&#241;&#224; &#206;&#240;&#238;&#234;&#232;&#237; */
li.pa-author {
    position: relative;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 45px 8px 15px;
    background: linear-gradient(145deg, #1a1729 0%, #0d0c16 100%),
        repeating-linear-gradient(
            -30deg,
            transparent 0px,
            transparent 2px,
            rgba(138, 43, 226, 0.05) 3px
        ) !important;!i;!;
    border: 1px solid #4a39659e;
    color: #b19cd9;
    transition: all 0.3s;
    overflow: hidden;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font: bold 20px Alumni Sans;
    justify-content: flex-end !important;!i;!;
}

/* &#195;&#238;&#235;&#238;&#227;&#240;&#224;&#244;&#232;&#247;&#229;&#241;&#234;&#232;&#233; &#253;&#244;&#244;&#229;&#234;&#242; &#232;&#236;&#229;&#237;&#232; */
li.pa-author a {
    position: relative;
    text-decoration: none;
    color: #9370db !important;
    text-shadow: 0 0 10px rgba(147, 112, 219, 0.4);
    font-size: 1.1em;
    padding-left: 25px;
    transition: text-shadow 0.3s;
    text-transform: uppercase;
    letter-spacing:1px;
}


li.pa-author a::before {
    content: "Operator ID: ";
    color: #ff9400;
    text-shadow: 0 0 15px #8a2be2;
    font-size: 1em;
}

/* &#192;&#237;&#232;&#236;&#232;&#240;&#238;&#226;&#224;&#237;&#237;&#251;&#233; &#244;&#238;&#237; */
li.pa-author::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        45deg,
        transparent 48%,
        rgba(138, 43, 226, 0.1) 50%,
        transparent 52%
    );
    animation: voidEnergy 3s linear infinite;
    pointer-events: none;
}

/* &#221;&#244;&#244;&#229;&#234;&#242;&#251; &#239;&#240;&#232; &#237;&#224;&#226;&#229;&#228;&#229;&#237;&#232;&#232; */
li.pa-author:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(138, 43, 226, 0.3);
}

li.pa-author:hover a {
    text-shadow: 0 0 15px #9370db;
}

li.pa-author:hover::after {
    animation-duration: 1s;
}

/* &#192;&#237;&#232;&#236;&#224;&#246;&#232;&#232; */
@keyframes voidEnergy {
    0% { background-position: 0 0; }
    100% { background-position: 100px 100px; }
}

@keyframes tennoSymbol {
    0%, 100% { transform: translateY(-50%) rotate(0deg); }
    25% { transform: translateY(-50%) rotate(15deg); }
    75% { transform: translateY(-50%) rotate(-15deg); }
}

/* &#212;&#235;&#224;&#227; &#241;&#242;&#240;&#224;&#237;&#251; &#241; &#253;&#244;&#244;&#229;&#234;&#242;&#238;&#236; &#227;&#238;&#235;&#238;&#227;&#240;&#224;&#236;&#236;&#251; */
li.pa-author .flag-i {
    border: 1px solid #4b0082 !important;
    box-shadow: 
        inset 0 0 10px rgba(138, 43, 226, 0.3),
        0 0 15px rgba(138, 43, 226, 0.2);
    transition: transform 0.3s;
    display: none;
}

li.pa-author .flag-i:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
}


/* &#209;&#228;&#229;&#235;&#224;&#229;&#236; &#253;&#235;&#229;&#236;&#229;&#237;&#242; &#224;&#226;&#242;&#238;&#240;&#224; &#234;&#235;&#232;&#234;&#224;&#225;&#229;&#235;&#252;&#237;&#251;&#236; &#242;&#240;&#232;&#227;&#227;&#229;&#240;&#238;&#236; */
li.pa-avatar {
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
}

/* &#209;&#234;&#240;&#251;&#242;&#251;&#233; &#247;&#229;&#234;&#225;&#238;&#234;&#241; &#226;&#237;&#243;&#242;&#240;&#232; &#241;&#243;&#249;&#229;&#241;&#242;&#226;&#243;&#254;&#249;&#229;&#227;&#238; &#253;&#235;&#229;&#236;&#229;&#237;&#242;&#224; */
li.pa-avatar::after {
    content: '';
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* &#206;&#234;&#238;&#248;&#234;&#238; &#232;&#237;&#244;&#238;&#240;&#236;&#224;&#246;&#232;&#232; - &#232;&#231;&#237;&#224;&#247;&#224;&#235;&#252;&#237;&#238; &#241;&#234;&#240;&#251;&#242;&#238; */
.pa-fld2 {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    pointer-events: none;
    outline: 2px solid #000 !important;!i;!;
}

/* &#207;&#240;&#232; &#234;&#235;&#232;&#234;&#229; &#237;&#224; &#224;&#226;&#242;&#238;&#240;&#224; &#239;&#238;&#234;&#224;&#231;&#251;&#226;&#224;&#229;&#236; &#238;&#234;&#238;&#248;&#234;&#238; */
li.pa-avatar:active ~ .pa-fld2,
li.pa-avatar:focus ~ .pa-fld2,
li.pa-avatar:hover ~ .pa-fld2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* &#209;&#242;&#232;&#235;&#232;&#231;&#224;&#246;&#232;&#255; &#241;&#224;&#236;&#238;&#227;&#238; &#238;&#234;&#238;&#248;&#234;&#224; */
.pa-fld2 {
    box-shadow: 0 0 25px rgba(138, 43, 226, 0.3);
    left: 15px;
    width: calc(100% - 260px) !important;
    margin-top: 16px;
    box-sizing: border-box;
    height: 100px;
}

   .pa-online {
      position: absolute;
      display: inline-block !important;
      top: 3px;
      right: 6px;
      background: #8db13e !important;
      height: 10px;
      width: 10px !important;!i;!;
      margin: 0 0 0 -5px !important;
      padding: 0 !important;
      border: 0 !important;
      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      transition: all .2s ease;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
    }
    .pa-online:hover {
      background: #b3d568 !important;
    }
    .pa-online:hover strong {
      opacity: 1.0;
      visibility: visible;
    }
    .pa-online strong {
      position: absolute;
      top: 18px;
      right: -6px;
      padding: 0 8px;
      height: 24px;
      line-height: 24px;
      background: rgba(0, 0, 0, 0.7);
      font-weight: 400;
      white-space: nowrap;
      color: #fff;
      font-size: 90%;
      text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
      text-align: center;
      z-index: 10;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      transition: all .2s ease;
      opacity: 0;
      visibility: hidden;
    }
    .pa-online strong:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      right: 6px;
      top: -10px;
      border-width: 5px 5px;
      border-style: solid;
      border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
    }

li.pa-fld3 {
    position: absolute;
    display: flex;
    width: 120px !important;!i;!;
    top: 24px;
    left: 18px;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    justify-content: flex-start;
}
li.pa-fld3 img {
    width: 40px;
}
li.pa-fld3 .metka .metkaStalker:before, li.pa-fld3 .metka .metkaTGThree:before,
li.pa-fld3 .metka .metkaZanukaH:before {font: 100 1.1rem FontAwesome !important;}
li.pa-fld3 .metka .metkaStalker:before {content: "\f6ee";}
li.pa-fld3 .metka .metkaTGThree:before {content: "\f8de";}
li.pa-fld3 .metka .metkaZanukaH:before {content: "\f702";}
li.pa-fld3 .metka {
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    transition: 0.3s all ease;
}
/* &#209;&#242;&#224;&#235;&#234;&#229;&#240; - &#210;&#229;&#237;&#229;&#226;&#238;&#233; &#241;&#232;&#237;&#228;&#232;&#234;&#224;&#242; */
li.pa-fld3 .metka .metkaStalker:before {
    content: "\f6ee";
    color: #000000e3;
    font: 900 1.6rem FontAwesome;
    text-shadow: 0 0 15px rgb(255 19 0);
    animation: metka-pulse 2s infinite;
    background: linear-gradient(45deg, #c8a0a0, #812909);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* &#195;&#224;&#241;&#242;&#240;&#238;&#237;&#238;&#236;&#232;&#247;&#229;&#241;&#234;&#224;&#255; &#210;&#240;&#238;&#233;&#234;&#224; - &#193;&#232;&#238;-&#224;&#235;&#252;&#255;&#237;&#241; */
li.pa-fld3 .metka .metkaTGThree:before {
    content: "\f8de";
    color: #ffffff00;
    font: 900 1.7rem FontAwesome;
    animation: metka-pulse 2s infinite;
    text-shadow: 0 0 15px rgb(217 134 255);
    background: linear-gradient(120deg, #43c7b4, #c41cdf);
    -webkit-background-clip: text;
    background-clip: text;
    transform-origin: center center; /* &#196;&#238;&#225;&#224;&#226;&#235;&#229;&#237;&#238; */
}
/* &#199;&#224;&#237;&#243;&#234;&#224; &#206;&#245;&#238;&#242;&#237;&#232;&#234; - &#207;&#235;&#224;&#236;&#229;&#237;&#237;&#251;&#233; &#234;&#235;&#224;&#237; */
li.pa-fld3 .metka .metkaZanukaH:before {
    content: "\f702";
    color: #ff6b35;
    font: 900 1.8rem FontAwesome;
    animation: metka-pulse 2s infinite;
    text-shadow: 0 0 15px rgb(255 125 0);
    background: linear-gradient(180deg, #ff9f35, #ff3b3b);
    -webkit-background-clip: text;
    background-clip: text;
}
@keyframes metka-pulse {
    0% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); opacity: 0.8; }
}
/* &#206;&#225;&#249;&#232;&#229; &#253;&#244;&#244;&#229;&#234;&#242;&#251; &#239;&#240;&#232; &#237;&#224;&#226;&#229;&#228;&#229;&#237;&#232;&#232; */
li.pa-fld3 .metka:hover {
    transform: translateY(-3px);
    filter: brightness(1.2);
}
li.pa-fld3 .metka div {
    display: flex;
    width: 28px;
    height: 26px;
    border-radius: 5px;
    outline: 1px solid #1b19235e;
    outline-offset: 0px;
    border: 1px solid #64608b61;
    justify-content: center;
    align-content: center;
    align-items: center;
}