/***************************************
A - SETUP
***************************************/

/* A1 Import
-------------------------------------------------------------*/
@import url(style_cs.1785685408.css);
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://forumstatic.ru/files/001b/0a/e9/93562.css?family=Montserrat');

/* A2 Deal with browser defaults
-------------------------------------------------------------*/
html,
body {
    margin: 0;
    padding: 0;
}

.punbb * {
    box-sizing: border-box;
}

.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: auto;
    vertical-align: middle;
}

/* A3 Text setup
-------------------------------------------------------------*/
body {
    font-size: 100%;
}

.punbb {
    font: normal 11px 'Montserrat', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.punbb textarea,
.punbb input,
.punbb select,
.punbb optgroup {
    font: 1em 'Montserrat', verdana, arial, helvetica, sans-serif;
}

.punbb h1,
.punbb h2,
.punbb h3 {
    font-size: 1em;
    font-weight: bold;
}

.punbb th {
    font-size: 0.9em;
    font-weight: bold;
}

.punbb h4,
.punbb table {
    font-size: 1em;
    font-weight: normal;
}

.punbb h1 span,
.punbb h2 span,
.punbb legend span {
    font-size: 1.1em;
}

.punbb pre {
    font-family: verdana, arial, monaco, monospace;
    opacity: .5;
}

.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;
    text-underline-offset: 3px;
}

.punbb a {
    text-decoration: none;
}

.punbb optgroup {
    font-weight: bold;
}

/* A4 Float clearing and hidden items
-------------------------------------------------------------*/
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb dl.post-sig dt span,
.punbb .post-box:after,
.punbb .linksb:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
}

.acchide,
#pun-ulinks h2,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status 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;
    position: absolute;
    left: -9999px;
    overflow: hidden;
}

/* A5 Basic page layout
-------------------------------------------------------------*/
#pun {
    margin: auto;
    padding: var(--padding-basic);
}

.punbb {
    color: var(--base);
}

.punbb a {
    color: var(--text);
    transition: color .3s ease;
}

.punbb a:hover {
    color: var(--base-color-other);
}

html,
body {
    min-width: 740px;
}

#pun_wrap {
    width: 1160px;
    max-width: 100%;
    margin: 400px auto 30px auto;
    padding: var(--padding-basic);
    box-sizing: border-box;
    position: relative;
    height: auto;
}

#pun_wrap:after {
    content: "";
    backdrop-filter: blur(30px);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 45px;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    background: var(--white-opacity);
    border: 1px solid var(--border-opacity);
}

#pun_wrap::before {
    content: "";
    position: absolute;
    top: -7.5px;
    left: -7.5px;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    background: var(--poll);
    mask: var(--mask);
    -webkit-mask: var(--mask);
    z-index: -1;
    pointer-events: none;
}

#pun-main {
    background: var(--base);
    position: relative;
    border-radius: 30px;
    color: var(--text);
    padding: var(--padding-basic);
    transition: all .3s ease;
}

/* A5.3 */
#pun-redirect,
#pun-maint {
    margin: 50px 20% 12px 20%;
    width: auto;
    float: none;
    min-height: 100px;
}

#pun-redirect {
    border: 0 none !important;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background: var(--base-color) repeat fixed top center / cover !important;
}

#pun-redirect #pun-main {
    background: transparent;
}

#pun-redirect * {
    border: 0 none;
    box-shadow: none !important;
}

#pun-redirect .main-title {
    display: none;
}

#pun-redirect.punbb .info .container {
    text-align: center;
    display: inline-block;
    margin: 50px auto 0 auto;
    width: 1050px;
    max-width: 90%;
    height: auto;
    padding: var(--padding-basic);
    box-sizing: border-box;
    background: var(--base);
    border-radius: 4px;
}

/* A5.4 */
.punbb .section,
.punbb .main {
    margin-bottom: 1em;
}

.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 {
    border-style: none none solid none;
    border-width: 0 0 2px 0;
}

.punbb .container {
    border-style: solid;
    border-width: 1px;
}


/***************************************
B - MAIN CONTENT - GENERAL
***************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/
.punbb .post-content {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    color: var(--text);
}

.punbb .post-sig dt {
    border: none;
    background: rgba(0, 0, 0, .1);
    height: 1px;
    display: block;
    margin: 5px auto 15px;
    width: 80%;
}

#profile-signature ul {
    border-top: 1px solid rgb(0 0 0 / 0.12) !important;
}

.punbb .post-content p {
    margin: 0;
    padding: 1em;
    line-height: 150%;
    word-wrap: break-word;
    hyphens: auto;
}

.post-content p a {
    border-bottom: 1px solid var(--text-links);
    font-weight: bold;
}

.post-content ::marker {
    color: var(--base-color);
}

.punbb .post-content img {
    vertical-align: text-top;
}

.punbb .post-content img.postimg {
    vertical-align: middle;
}

.punbb .post-content .blockcode,
.punbb .post-content blockquote {
    overflow: visible;
    margin: 0.4em 0.4em 0.8em;
}

.punbb .post-content .scrollbox {
    width: 100%;
    overflow: auto;
    height: auto !important;
    max-height: 200px;
}

.punbb .post-content .quote-box,
.punbb .post-content .code-box {
    margin: 1em 0;
    padding: 6px;
}

/* B2 Information boxes
-------------------------------------------------------------*/
.punbb .info-box {
    padding: 1.1em 1.7em 1em 1.7em;
    border-style: solid;
    border-width: 1px;
    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
-------------------------------------------------------------*/
.punbb .linkst,
.punbb .linksb {
    width: auto;
    height: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 !important;
    position: relative;
    padding: var(--padding-min);
    color: var(--text);
}

.linkst .postlink,
.linksb .postlink {
    text-align: right;
}

.postlink.long {
    width: auto !important;
}

.postlink a,
.pagelink {
    background: color-mix(in lab, grey 8%, var(--base));
    padding: var(--padding-middle);
    border-radius: 15px;
}

#profile .button {
    margin-top: 0 !important;
}

#profile .clearer {
    display: none;
}

#profile .linksb:after,
.linksb:after {
    display: none !important;
}

.postlink span + span {
    margin-left: 10px;
}

.linksb .pagelink {
    float: left;
    width: auto;
    text-align: left;
    order: 1;
}

.pagelink a,
.pagelink strong {
    padding: var(--padding-min);
}

.pagelink strong {
    text-decoration: underline;
    text-underline-offset: 3px;
    background: var(--border);
    border-radius: 4px;
}

.pagelink a:hover {
    background: var(--border);
    border-radius: 4px;
    padding: var(--padding-min);
}

.linksb .postlink,
.linksb noindex {
    width: auto;
    order: 3;
    position: relative;
}

.subscribelink {
    position: relative;
    order: 2;
    text-align: center;
}


/***************************************
C - MAIN CONTENT - SPECIFIC
***************************************/

/* C1 Form layout
-------------------------------------------------------------*/
.punbb .formal .container {
    padding: 1.7em 2.3em 1.1em 2.3em;
}

#post.container {
    padding: 0 15px !important;
}

.punbb .formsubmit {
    padding: 0 0 15px 0;
    margin: 0;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.punbb .formsubmit input,
.punbb .formsubmit a,
.punbb .formsubmit span {
    margin: 0 0.6em 0 0;
}

.punbb fieldset {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    margin: 0 0 1em 0;
}

.punbb fieldset legend {
    padding: 0;
    margin: 0 0 0 11px;
    text-align: center;
    font-size: 1.1em;
}

.punbb fieldset legend span {
    padding: var(--padding-basic);
    font-weight: bold;
    text-transform: uppercase;
}

#profile .container fieldset legend {
    display: block;
    margin-bottom: .6em;
}

.punbb fieldset fieldset {
    border-style: none;
    margin: 0;
    padding: 0 0 8px 0;
}

.punbb .fs-box {
    padding: 0;
}

.punbb .fs-box p,
.punbb .fs-box fieldset {
    padding: 0;
}

.punbb .inline .inputfield,
.punbb .inline .selectfield,
.punbb .inline .passfield {
    float: left;
    margin-right: 1em;
}

label {
    display: inline-block;
    text-transform: uppercase;
}

.punbb .inline .infofield {
    clear: both;
}

.infofield {
    line-height: 160%;
    color: var(--text-links) !important;
    background: color-mix(in lab, grey 8%, var(--base));
    padding: var(--padding-basic) !important;
    border-radius: 15px;
    width: 100%;
}

.punbb .datafield br {
    display: none;
}

.punbb .required label,
.punbb .datafield span.input {
    font-weight: bold;
}

.punbb .datafield span.input a {
    font-weight: normal;
}

.punbb .areafield span.input,
.punbb p.longinput span.input {
    display: block;
    padding: 0 4em 0 0;
    height: 100%;
}

.punbb textarea,
.punbb .longinput input {
    width: auto;
    margin: 0;
}

.punbb .hashelp {
    position: relative;
}

.punbb .helplinks {
    display: block;
    position: absolute;
    top: 1em;
    right: 0;
    font-weight: normal;
    width: 36%;
}

.punbb #profile .helplinks {
    top: 1.5em;
}

.punbb .helplinks span {
    display: block;
    padding-bottom: 0.2em;
}

.punbb .helplinks span input {
    margin: 0 2px 2px 0;
}

#pun-post .formal .info-box li {
    padding-left: 4px;
    list-style-type: square;
    list-style-position: inside;
    line-height: 1.5;
    margin: 0;
}

/* C2 Table layout
-------------------------------------------------------------*/
.punbb .main .tcl {
    text-align: left;
    width: 40%;
}

.punbb .main .tc2,
.punbb .main .tc3,
.punbb .main .tcmod {
    text-align: center;
    width: 6%;
}

.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 27%;
}

#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
    width: 40%;
}

#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
    text-align: left;
    width: 20%;
}

#pun-debug table .tcl {
    width: 15%;
    white-space: normal;
}

#pun-debug .tcr {
    width: 90%;
    white-space: normal;
}

#pun-index .tcl h3 {
    font-weight: bold;
}

.punbb td span.youposted {
    font-weight: bold;
    margin-left: -1em;
    position: absolute;
}

.punbb td .modlist {
    display: block;
    opacity: .55;
    padding: var(--padding-min);
}

.punbb td .modlist:before {
    content: "\eca1";
    font-family: 'cappuccicons';
    margin: 3px;
}

.punbb .main td {
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    padding: 0.9em 0;
}

.punbb .main th {
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    padding: 0.4em 1em;
}

.punbb .main .tcl {
    border-left-style: none;
    border-left-width: 0;
}

* html .tclcon {
    height: 1px;
}

.punbb td div.tclcon {
    margin-left: 0;
    text-align: justify;
}

/* C3 Topics
-------------------------------------------------------------*/
.punbb .post {
    margin-top: 0;
    position: relative;
    padding-top: 10px !important;
}

.post.endpost {
    margin-bottom: 1px;
}

.punbb .post .container {
    border: none;
    margin-top: 0;
    padding-bottom: 1px;
}

.punbb .post h3 {
    border-width: 0;
    -webkit-text-size-adjust: 100%;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin: 0 0 5px !important;
    padding: 4px 10px !important;
    box-sizing: border-box;
}

.punbb .post h3::after {
    content: "";
    height: 1px;
    background: var(--border);
    display: block;
    flex: 1;
    margin-left: 10px;
}

.punbb .post h3 a {
    color: var(--text) !important;
}

.punbb .post h3 a:hover {
    color: var(--base-color-other) !important;
}

.post h3 span {
    display: flex !important;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    padding: var(--padding-min);
    align-items: center;
    gap: 10px;
}

.post h3 span a,
.post h3 strong {
    font-weight: normal;
    box-sizing: border-box;
}

.post h3 span a.permalink {
    display: inline-flex;
    border-radius: 15px;
    border: 1px solid var(--border);
    padding: var(--padding-middle);
}

.post h3 strong {
    order: 2;
    font-weight: normal !important;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: var(--padding-middle);
    border-radius: 15px;
    border: 1px solid var(--border);
}

.post h3 strong:before {
    content: "¹ ";
}

.punbb .post .post-author {
    float: left;
}

.punbb .post .post-author ul,
.punbb .post .post-author p {
    line-height: 160%;
}

.pa-author a {
    text-decoration: none;
}

li.pa-title {
    padding-bottom: 0.4em;
}

li.pa-online {
    line-height: 0.8em;
    border-left-style: solid;
    border-left-width: 0.7em;
    padding-left: 0.4em;
    margin-top: 0.7em;
}

.punbb .post-body {
    margin-left: 250px;
    margin-right: 10px;
    border-left-style: solid;
    border-left-width: 1px;
}

.punbb .post-box {
    padding: 8px 16px 16px 24px;
    text-align: left;
}

.punbb fieldset .post-box {
    margin-bottom: 0.8em;
}

.punbb .post-links {
    margin: 1em 0 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.post-links ul {
    text-align: right;
}

.post-links li {
    display: inline;
}

.profile,
.pm,
.email {
    float: left;
}

.post-links li + li,
.pa-links li + li {
    margin-left: 5px;
}

.punbb .post-links ul li:first-child {
    margin-left: 0;
}

.endpost .post-links ul {
    border: 0 !important;
}

.punbb .post-links li a {
    width: max-content !important;
    border-radius: 15px;
    background: color-mix(in lab, grey 8%, var(--base));
    padding: var(--padding-middle);
    text-transform: lowercase;
    color: var(--text-links);
}

.punbb .post-links li a:hover {
    color: var(--text);
}

.pl-email,
.pl-website {
    float: left;
}

.punbb .clearer {
    clear: both;
    height: 0;
    font-size: 0;
}

/* C4 Moderator menu
-------------------------------------------------------------*/
.punbb .modmenu .container {
    padding: var(--padding-min);
    background: color-mix(in lab, grey 8%, var(--base));
    border-radius: 15px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.punbb .modmenu strong,
.punbb .modmenu a {
    height: auto;
    line-height: 1.8em;
}

.punbb .modmenu .container span {
    display: none;
}

.punbb .modmenu .container strong {
    float: left;
}

.punbb .modmenu input {
    margin-left: 1em;
}

#pun-viewforum .modmenu {
    text-transform: uppercase;
    color: var(--text-links) !important;
    display: flex;
    justify-content: center;
}

/* C5 Message boxes
-------------------------------------------------------------*/
.punbb .info .container {
    padding: 0.8em 1em;
}

.punbb .info .container .backlink {
    padding-top: 0.8em;
}

/* C6 Profile
-------------------------------------------------------------*/
#profile .container {
    padding-left: 18.6em;
}

#profilenav {
    float: left;
    width: 14em;
    margin-left: -18.7em;
    display: inline;
}

#profilenav li {
    padding-bottom: 0.8em;
    font-weight: normal;
    text-transform: uppercase;
}

#viewprofile ul,
#profilenav ul {
    border-style: solid;
    border-width: 1px;
    padding: 1.5em 18px 0.8em 18px;
    margin: 0 0 1em 0;
}

#viewprofile h2,
#profilenav h2 {
    padding: 3px 0 0 10px;
    margin: 0 14px -0.6em 14px;
    text-align: center !important;
}

#viewprofile h2 span,
#profilenav h2 span {
    padding: 0 5px;
    position: relative;
}

#viewprofile li,
#setmods dl {
    padding: 0 0 0 16em;
    margin-bottom: 0.2em;
}

#viewprofile li span {
    float: left;
    width: 14em;
    margin-left: -16em;
    padding: 0.5em 1em;
    font-weight: normal;
}

#setmods dt {
    float: left;
    width: 14em;
    margin-left: -16em;
    padding: 0.8em 1em;
    font-weight: bold;
    display: inline;
}

#viewprofile li strong,
#viewprofile li div,
#setmods dd {
    display: block;
    padding: 0.5em 1em;
    font-weight: normal;
}

.punbb img.avatardemo {
    float: right;
    margin: 0 0 0.8em 1.8em;
}

/* C7 User list
-------------------------------------------------------------*/
#pun-userlist .formal,
#pun-userlist .formal .container {
    border-bottom: none;
    margin-bottom: 0;
}

#pun-userlist .usertable .container {
    padding: 0 2.3em 2.3em 2.3em;
    border-top: none;
}

#pun-userlist .usertable table {
    border-style: solid;
    border-width: 1px;
}


/***************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
***************************************/

/* D1 Logo and description
-------------------------------------------------------------*/
#pun-title {
    margin: 0;
    border: none;
    margin-bottom: -35px;
}

#pun-title h1 {
    display: block;
    height: 10px;
    margin: -1px 0 0 -30px;
}

#pun-title .container {
    border: none;
    padding: 0.2em 1em 0.8em 1em;
}

#pun-title h1 span {
    display: none;
}

#pun-title td.title-logo-tdl {
    border: none;
    width: 100%;
}

#pun-title td.title-logo-tdr {
    border: none;
    width: 420px;
}

/* D2 Page navigation
-------------------------------------------------------------*/
#pun-pagelinks {
    position: absolute;
    top: -15px;
    left: 0;
    margin: 0;
    border: none;
    width: 100%;
}

#pun-pagelinks .container {
    background: transparent;
    border: none;
    padding: 0;
}

#pun-pagelinks .container li {
    display: inline;
}

#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%;
}

#pun-pagelinks a:active,
#pun-pagelinks a:focus {
    position: relative;
    margin: 0;
}

#pun-pagelinks li a span {
    display: block;
    margin: 0 1em;
}

/* D3 Forum navigation
-------------------------------------------------------------*/
#pun-navlinks {
    margin: 0;
}

#pun-navlinks .container {
    border: none;
    margin: 0;
    font-weight: normal;
}

#pun-navlinks li {
    display: inline;
    margin: 0;
}

#pun-navlinks li a {
    padding: var(--padding-max);
}

/* D4 User links
-------------------------------------------------------------*/
#pun-ulinks {
    border: none;
}

#pun-ulinks li,
#pun-ulinks li a {
    display: inline;
    white-space: nowrap;
}

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/
#pun-status,
#pun-status .container p {
    border-bottom: none;
    margin-bottom: 0;
}

#pun-status .container {
    gap: 10px;
    position: relative;
    border-radius: 0 15px 15px 0 !important;
    border-left: 1px solid var(--bbuline);
}

#pun-status .container strong {
    font-weight: 600 !important;
}

#pun-status .status-right {
    float: none !important;
}

#pun-status .item2,
#pun-status .item3,
#pun-status .item4,
.status-right {
    display: none;
}

#pun-status span {
    white-space: pre-line;
    width: max-content;
    color: var(--text);
}

#pun-crumbs1 {
    font-weight: normal;
    overflow: hidden;
    margin-top: 0;
    position: relative;
}

#pun-crumbs1 p.container {
    border-top: none;
}

#pun-break1 {
    margin: -2px 1em;
    border-style: solid none;
    border-width: 1px 0;
    height: 0;
    position: relative;
    z-index: 1;
}

/* D6 Announcement
-------------------------------------------------------------*/
#pun-announcement {
    margin: 0 !important;
    padding: 0;
}

#pun-announcement h2 {
    display: none;
}

#pun-announcement .container {
    padding: 0;
    margin: 0;
    border: none;
}

/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats {
    padding: 0;
    margin: 0;
    height: auto;
    position: relative;
}

#pun-stats h2 {
    display: none;
}

#onlinelist {
    border-radius: 30px;
    padding: var(--padding-basic);
    position: relative;
    height: auto;
    color: var(--base);
    background: var(--base);
    backdrop-filter: blur(30px) contrast(0.9);
    border: 1px solid var(--border);
    font-weight: 300;
}

#onlinelist::before {
    content: "\2726";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: var(--border);
    text-shadow: 0 0 8px var(--border);
}

#onlinelist span {
    font-weight: 300;
    color: var(--text) !important;
}

#onlinelist strong {
    font-weight: 300;
}

#pun-stats .container {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 15px;
    border-radius: 30px;
    padding: var(--padding-basic);
    background: var(--base);
}

#pun-stats li.item1,
#pun-stats li.item2,
#pun-stats li.item3,
#pun-stats li.item4 {
    text-align: center;
    background: var(--base);
    box-sizing: border-box;
    border: 1px solid var(--border);
    border-radius: 30px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: var(--padding-middle);
}

.ststitems {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    gap: 60px;
    justify-content: center;
    order: 3;
    align-self: stretch;
    border-radius: 30px;
    height: auto;
    padding: var(--padding-basic);
    color: var(--text-links);
}

.ststitems li {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.ststitems li::before {
    content: "\25C6";
    color: var(--base-color);
}

.ststitems a {
    color: var(--base-color) !important;
}

.ststitems a:hover {
    color: var(--text) !important;
}

.ststitems li strong {
    font-weight: 600;
}

.ststitems .item1 {
    display: none;
}

#pun-stats li.item5.onlinelist span a,
#pun-stats li.item5.users_24h > div span a {
    font-weight: lighter !important;
    background: none;
    padding: 0 !important;
    border: none;
}

.e4 a {
    color: var(--base) !important;
}

.e1 {
    background: color-mix(in lab, var(--base) 80%, transparent);
    padding: var(--padding-middle);
    border-radius: 30px;
}

.onlinelist .e1 a:before,
.users_24h .e1 a:before {
    font-family: 'cappuccicons';
    margin-right: 3px;
}

.onlinelist .e1 a:before {
    content: "\e9b6";
}

.users_24h .e1 a:before {
    content: "\eca1";
}

#pun-stats .e2:after {
    content: ",";
}

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/
#pun-qjump {
    margin: 0;
    border: none;
    width: 50%;
    position: relative;
    float: left;
}

#pun-qjump .container {
    border: none;
    background: transparent;
    padding: 0.8em 1em;
}

#pun-about {
    margin-top: 0;
}

#pun-about .container {
    border-top-style: none;
    text-align: center;
    line-height: 160%;
    padding: 0.8em 1em;
}

#pun-about p span {
    display: block;
    padding-left: 50%;
    text-align: center;
}

#pun-crumbs2 {
    font-weight: normal;
    overflow: hidden;
    margin-bottom: 0;
}

#pun-crumbs2 .container {
    font-size: 1.1em;
}

#pun-crumbs2 span::after {
    content: " 2023-2024";
}

#pun-crumbs2 span::before {
    content: "© ";
}

#pun-break4 {
    margin: -2px 1em;
    border-style: solid none;
    border-width: 1px 0;
    position: relative;
    height: 0;
    z-index: 1;
}

div.punbb-admin #pun-about .container {
    border-top-style: solid;
    border-top-width: 1px;
}

/* D9 Help file
-------------------------------------------------------------*/
#pun-help .formal .info-box h3.legend {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 0;
    margin-bottom: 0.8em;
}

#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;
}

#pun-help .formal p,
#pun-help .formal dd {
    margin-bottom: 1em;
}

#pun-help .formal ul,
#pun-help .formal dl {
    padding: 0 0 0 1em;
}

#pun-help .formal li {
    padding: 0;
    line-height: 160%;
}

#pun-help .formal li * {
    vertical-align: text-top;
}


/***************************************
E - ÄÎÏÎËÍÈÒÅËÜÍÎ (ÔÎÐÓÌ, ÒÅÌÛ, ÏÎÑÒÛ)
***************************************/

/* E1 Ñïèñîê ôîðóìîâ */
.forum {
    margin: 15px 0;
}

.forum table {
    margin: 0;
}

.forum thead {
    display: none;
}

.forum tr {
    display: flex;
    padding: var(--padding-middle);
    gap: 15px;
    align-items: center;
    border-radius: 30px;
    border: 1px solid var(--border, #ddd);
    transition: all .5s;
}

.forum tr:hover {
    transform: translateY(-1px);
    border-color: var(--base-color, #ff0055);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--base-color) 25%, transparent);
}

.forum tr:nth-child(even) {
    background: color-mix(in lab, grey 6%, var(--base));
}

tr.altstyle.isticky,
tr.isticky {
    background: var(--attention-light);
}

tr.poll {
    background: var(--poll) !important;
}

.forum tr + tr {
    margin-top: 10px;
}

.forum td {
    padding: 0 !important;
}

.forum tr .user-avatar {
    display: none;
}

.forum .tcl {
    flex: auto;
}

.forum .tc2,
.forum .tc3 {
    display: none;
}

#pun .forum .tcr {
    min-width: 30% !important;
}

.forum tr a {
    font-weight: normal;
    color: var(--text) !important;
}

.forum tr a:hover {
    color: var(--base-color) !important;
}

.forum .tclcon > a,
.forum .tcr a,
.forum .tclcon strong > a {
    display: block;
}

.tclcon .pagestext .bracket,
.tclcon .newtext .bracket {
    display: none;
}

.tclcon .pagestext,
.tclcon .newtext {
    box-sizing: border-box;
    border-radius: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--border);
    vertical-align: middle;
    text-transform: lowercase;
    padding: 3px;
    opacity: .55;
}

#topic-modmenu {
    padding-bottom: 5px;
}

#pun-viewforum .tcr,
#pun-searchtopics .tcr {
    display: flex;
    flex-direction: column;
}

/* Àâàòàðû â ïîäôîðóìå */
#pun-index em.user-avatar {
    box-sizing: border-box;
    box-shadow: var(--shadowimg);
    background: var(--border);
    opacity: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px !important;
}

#pun-index em.user-avatar .avatar-image:hover {
    filter: none;
    opacity: 1;
    mix-blend-mode: normal;
}

.punbb .user-avatar .avatar-image {
    border-radius: 0 !important;
    height: 36px;
    width: 36px;
    opacity: .85;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
}

@keyframes blinkColor {
    0%, 100% { opacity: 1; }
    50% { opacity: .4; }
}

#pun-index em.user-avatar .isonline {
    background: var(--base-color);
    margin-right: 0;
    margin-top: 0 !important;
    box-sizing: border-box;
    animation: blinkColor 2s ease-out infinite;
    border-radius: 4px !important;
    width: 36px;
    height: 3px;
    top: 35px;
    z-index: 1;
    box-shadow: 0 0 var(--size-1) var(--base-color);
}

/* E2 Ëè÷íûå ñîîáùåíèÿ */
#pun-messages .fs-box,
#pun-messages #post-form .fs-box {
    padding: 0;
}

#pun-messages #post-form {
    padding: 0 !important;
}

#pun-messages .post h3 {
    width: auto;
    position: relative;
}

#pun-messages .post h3 span {
    width: auto !important;
}

#pun #pun-messages .post-author {
    position: relative;
    top: 0 !important;
}

#pun-messages .pa-posts {
    display: none;
}

#pun-messages .pa-online {
    clear: both;
}

#main-reply {
    height: 200px;
}

/* E3 Ìîäàëüíûå îêíà */
#mask_dialog .inner,
.modal-inner.section,
#pun-report .inner,
#pun-reputation .inner,
#pun-admin-award-form .inner,
.editBookmark {
    background: var(--base);
    border-radius: 15px;
    padding: var(--padding-basic) !important;
    box-shadow: none !important;
}

#mask_dialog .hv-bg {
    background: rgba(0, 0, 0, .6) !important;
    backdrop-filter: blur(3px) !important;
}

#font-area,
#size-area,
#color-area,
#table-area,
#smilies-area,
#image-area,
#imageup-area,
#imageattach-area,
#keyboard-area,
#video-area,
#addition-area {
    top: 55px !important;
}

.post-content td {
    border: none transparent !important;
    overflow: hidden !important;
}

#pun #pun-ulinks #Rz {
    display: none !important;
}

.punbb-admin textarea {
    width: 97% !important;
}

/* E4 ×åêáîêñû è ðàäèî */
input[type="checkbox"],
input[type="radio"] {
    border-radius: 100%;
    appearance: none;
    padding: 5px !important;
    cursor: pointer;
    transition: var(--transition);
    background: color-mix(in lab, grey 8%, var(--base));
    outline: 1px solid var(--border);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
    background: var(--border);
}

input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
    content: "\e9e2";
    font-family: 'cappuccicons';
    position: absolute;
    color: var(--text);
}

span.checkfield,
p.checkfield {
    display: flex;
    margin-top: 10px !important;
    align-items: center;
}

body.post-content {
    width: 100%;
}

#post-form {
    padding: 0 !important;
}

.intd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.post-vote p.container {
    margin-top: 0 !important;
    padding-top: 0 !important;
    font-weight: bold;
}

/* E5 Ïðîñìîòð ïðîôèëÿ */
#viewprofile-next {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#viewprofile-next tr {
    display: flex;
}

#profile-left li {
    margin-top: 5px;
    text-align: center;
}

#viewprofile #pa-avatar > div {
    padding: 0 !important;
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#profile-left li#pa-avatar {
    margin-left: auto;
}

#profile-left {
    display: flex;
    flex-direction: column;
    background-image: radial-gradient(var(--border) 1px, transparent 1px);
    background-position: 50% 50%;
    background-size: 1.1rem 1.1rem;
    border-radius: 15px;
    align-items: center;
    box-sizing: border-box;
}

#pun-profile #viewprofile ul #profile-left #profile-name {
    width: 100%;
    text-transform: uppercase;
}

#pun-profile #viewprofile ul #profile-left #pa-avatar div:hover img {
    filter: brightness(1.1);
}

#profile-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    width: auto !important;
    background: color-mix(in lab, grey 5%, var(--base));
    padding: var(--padding-basic) !important;
    border-radius: 15px;
    flex: 1;
}

#profile-right li {
    display: flex;
    flex-direction: column;
    flex: auto;
    text-align: center;
    padding: var(--padding-basic);
    background: var(--base);
    border-radius: 15px;
    align-self: stretch;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

#profile-right li strong {
    flex: auto;
    font-weight: normal;
    padding: 0 !important;
    margin: 0 !important;
}

#pun #profile-right li span {
    float: none;
    margin: 0;
    width: auto;
    font-weight: 600;
    padding-top: 0;
}

#pun #profile-right li span:first-child {
    float: none;
    margin: 0;
    width: auto;
    background: color-mix(in lab, grey 8%, var(--base));
    border-radius: 15px;
    text-transform: lowercase;
    font-weight: bold !important;
    padding: 3px 4px;
    align-self: stretch;
}

#profile {
    display: flex;
}

#profile form.container {
    width: 100%;
    padding-left: 18.6em;
}

#profilenav {
    display: flex;
    margin-left: -17em;
}

/* ËÑ */
#pun-messages #profile > .container {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    padding-left: 0;
    padding: 0;
    box-sizing: border-box;
}

#pun-messages #profilenav {
    float: none;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: var(--padding-basic);
    gap: 15px;
    box-sizing: border-box;
    background: color-mix(in lab, grey 8%, var(--base));
    border-radius: 15px;
}

#pun-messages #profilenav ul,
#pun-messages #profilenav li {
    padding: 0;
}

#pun-messages #profilenav ul {
    display: flex;
    gap: 10px;
    margin: 0;
}

#pun-messages #profilenav li {
    background: var(--base);
    padding: var(--padding-max);
    border-radius: 4px;
}

#pun-messages #profilenav .isactive {
    font-weight: bold;
    background: var(--border);
    border: 1px solid var(--base-color);
    box-sizing: border-box;
}

#pun-messages #profilenav h2 {
    display: block;
    text-align: left !important;
    padding-left: 0;
    margin-left: 0;
}

#pun-messages .fs-box .container {
    padding: 0 !important;
}

#pun-messages .fs-box .container tr + tr {
    margin-top: 5px;
}

#pun-messages .fs-box .container tr {
    display: flex;
    align-items: center;
    padding: 0;
}

#pun-messages .fs-box .post > .container {
    display: block !important;
}

#pun #pun-messages .post {
    background: transparent;
    border: none !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

/* E6 Êëàâèàòóðà è êíîïêè ôîðì */
#pun #keyboard-span input {
    font-weight: normal;
    color: #666;
    background-color: var(--border);
    margin: 1px 1px 0 0;
    border: 1px solid var(--border) !important;
    cursor: pointer;
    padding: 0 10px !important;
    height: 25px;
    min-width: 30px;
}

#pun #keyboard-span input + input {
    margin: 3px;
}

input,
textarea {
    outline: none;
}

input:active,
textarea:active {
    outline: none;
}

:focus {
    outline: none;
}

#imageupload-left input[type=button] {
    width: auto !important;
}

#pun-respect td {
    padding: .8em !important;
    overflow-wrap: normal;
}

#topic-feed {
    display: none;
}

#navpm {
    position: relative;
}

.post-content table {
    border-radius: 5px;
    overflow: hidden;
}

img[alt~="hide-autor2"] {
    opacity: 0;
    display: none;
}

#pun #pre_placement > a {
    right: 100% !important;
    top: 0 !important;
}

/* Áàííåðû â ïîäôîðóìå */
.banneri_top {
    display: block;
}

.banneri_top img {
    filter: grayscale(100%) brightness(.7) opacity(.5);
    opacity: .8;
    margin: 5px;
    outline: 1px solid var(--border);
    outline-offset: 2px;
    border-radius: 4px;
    mix-blend-mode: luminosity;
}

.banneri_top img:hover {
    opacity: 1;
    filter: none;
    mix-blend-mode: normal;
}

/* Êíîïêè ââåðõ/âíèç */
.go-up,
.go-down {
    position: fixed;
    right: 20px;
    z-index: 999;
    cursor: pointer;
    backdrop-filter: blur(15px);
    padding: var(--padding-max);
    border-radius: 15px;
    border: 1px solid var(--base-color);
}

.go-up span,
.go-down span {
    text-transform: uppercase;
    color: var(--base-color);
}

.go-up {
    bottom: 250px;
}

.go-down {
    bottom: 300px;
}


/***************************************
F - ÀÄÀÏÒÈÂÍÎÑÒÜ
***************************************/

@media (max-width: 1200px) {
    #pun_wrap {
        width: auto;
        margin: 380px 15px 30px;
    }

    .go-up,
    .go-down {
        display: none;
    }
}

@media (max-width: 992px) {
    #pun_wrap {
        margin-top: 20px;
    }

    .post-body {
        margin-left: 0;
    }

    .post-author {
        position: static;
        width: 100%;
    }

    #profile {
        flex-direction: column;
    }

    #profile form.container {
        padding-left: 0;
    }

    #profilenav {
        margin-left: 0;
        width: 100%;
    }

    #pun-messages #profilenav ul {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    html,
    body {
        min-width: 0;
    }

    #pun {
        padding: 5px;
    }

    #pun-main {
        border-radius: 15px;
        padding: 10px;
    }

    #pun-navlinks,
    #pun-ulinks {
        height: auto;
    }

    #pun-navlinks ul {
        flex-wrap: wrap;
    }

    .forum tr,
    .category tr {
        flex-wrap: wrap;
    }

    #pun-index .category .tcl {
        width: 100%;
    }

    #pun-index .tcr {
        width: 100%;
    }

    .post h3 strong:before {
        content: "";
    }
}

@media (max-width: 480px) {
    html {
        -webkit-text-size-adjust: 100%;
    }

    .post-author {
        padding: 10px;
    }

    .pa-posts,
    .pa-respect {
        min-width: 50px;
    }
}