/*************************************************************
a - setup
**************************************************************/

/* a1 import the colour scheme
-------------------------------------------------------------*/

/* a1.1 */
@import url(style_cs.1759754226.css);

/* Enforia */
@import url('https://forumstatic.ru/files/001b/60/55/18659.css');

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=playfair+display&display=swap');
@import url('https://forumstatic.ru/files/001a/28/10/55678.css');
/*--------  fonts from blanche - thank you --------*/
@import url('https://kit-pro.fontawesome.com/releases/v6.1.2/css/pro.min.css');

@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&family=Amatic+SC:wght@400;700&family=Caveat:wght@400..700&family=Comforter+Brush&family=Dela+Gothic+One&family=Great+Vibes&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poiret+One&family=Ponomar&family=Raleway:ital,wght@0,100..900;1,100..900&family=Russo+One&family=Unbounded:wght@200..900&family=Viaoda+Libre&family=Yeseva+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Anton+SC&family=Antonio:wght@100..700&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Boldonse&family=League+Gothic&family=Oleo+Script:wght@400;700&family=Readex+Pro:wght@160..700&family=Satisfy&family=Staatliches&family=Zeyada&display=swap');

@font-face {
    font-family: 'Separation';
    src: url('https://forumstatic.ru/files/001c/87/4a/75162.eot'),
        url('https://forumstatic.ru/files/001c/87/4a/57165.woff') format('woff'),
        url('https://forumstatic.ru/files/001c/87/4a/57647.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001c/87/4a/84190.ttf') format('truetype'),
        url('https://forumstatic.ru/files/001c/87/4a/20026.otf') format('opentype');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'CyGrotesk';
    src: url("https://forumstatic.ru/files/001c/87/df/59431.otf") format("opentype");
}

@font-face {
    font-family: Separation;
    src: url("'https://forumstatic.ru/files/001c/87/4a/84190.ttf") format("truetype");
}


:root {
    --accent-bg: 151, 183, 175;
}

.green {
    --accent-bg: 151, 183, 175;
}

.prrple {
    --accent-bg: 185, 155, 191;
}





/* a2 deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* a2.1 */
html,
body {
    margin: 0;
    padding: 0;
}

/* a2.2 */
.punbb * {
    margin: 0;
}

/* a2.3 */
.punbb ul,
.punbb dl,
.punbb li,
.punbb dd,
.punbb dt {
    padding: 0;
    list-style: none;
}

/* a2.4 */
.punbb img {
    border: none;
}

/* a2.5 */
.punbb .main table {
    table-layout: fixed;
    width: 100%;
}

/* a2.6 */
.checkfield input[type="checkbox"],
.radiofield input[type="radio"] {
    margin: 0 0.3em;
}

/* a2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
    height: 1.8em;
    vertical-align: middle;
}

/* a3 text setup
-------------------------------------------------------------*/

/* a3.1 */
body {
    font-size: 100.01%;
}

/* a3.2 */
.punbb {
    font: normal 68.75% verdana, Rubik, helvetica, sans-serif;
}

/* 3.3 */
.punbb textarea,
.punbb input,
.punbb select,
.punbb optgroup {
    font: 12px 'Rubik';
    outline: none !important;
    background: #dedede;
    text-decoration: none !important;
    border: 1px solid #8a8a8a !important;
}

.punbb input {
    padding: 5px 5px;
    margin: 5px;
}

/* a3.4 */
.punbb h1,
.punbb h2,
.punbb h3,
.punbb h4,
.punbb table,
.punbb th {
    font-size: 1em;
    font-weight: normal;
}

/* a3.5 - заголовки категорий, тем и т.д.*/
.punbb h1 span,
.punbb h2 span,
.punbb legend span {
    font-size: 15px;
}

/* a3.6 */
.punbb pre {
    font-size: 12px;
    margin-bottom: 10px;
    max-height: 180px;
    overflow: auto;
}

/* a3.7 */
.punbb address,
.punbb em {
    font-style: normal;
}

/* a3.8 */
.punbb .post-content em {
    font-style: italic;
}

/* a3.9 */
.punbb .post-content em.bbuline {
    font-style: normal;
    text-decoration: underline;
}

/* a3.9.1 hr */

.post-content hr {
    opacity: 1;
    margin-bottom: 0.8em;
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    height: 1px;
    background-color: #969696;
    border: none;
}

/* a3.10 */
.punbb a {
    text-decoration: auto;
}

/* a3.11 */
.punbb optgroup {
    font-weight: bold;
}


/* a4 float clearing and hidden items
-------------------------------------------------------------*/

/* a4.1 */
#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;
}

/* a4.2 */
.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;
    overflow: hidden;
}


/* a5 basic page layout and borders
-------------------------------------------------------------*/

/* a5.2 */
.punbb {
    float: left;
    width: 100%;
    height: auto;
}

/* a5.3 */
#pun-redirect,
#pun-maint {
    margin: 50px 20% 12px 20%;
    width: auto;
    float: none;
}

/* a5.03 ------------- redirect page ------------- */
#pun #pun-redirect {
    border: 0 none !important;
    background: url(https://forumstatic.ru/files/0019/b7/cb/84003.jpg) #5e6b66;
    margin: auto;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

#pun-redirect * {
    border: 0 none;
    margin: 0;
    padding: 0;
}

#pun-redirect .main-title {
    display: none;
}

#pun-redirect.punbb .info .container {
    padding: 50px 100px 0 100px !important;
    height: 120px;
    width: 400px;
    text-align: center;
    margin: auto !important;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    font-weight: bold;
    display: block;
    padding: 0;
    background: #dedede;
    font-family: Rubik;
    text-transform: lowercase;
}

.prrple #pun-redirect.punbb .info .container {
    color: #c2c2c2;
    background-color: #c5c5c5;
}

#pun-redirect.punbb .info a {
    text-transform: lowercase;
    color: #596c68;
    font-family: Rubik;
    padding: 20px 0px 10px 0px;
    font-size: 10px;
}

#pun-redirect.punbb .info a:hover {
    color: #000000;
}

.punbb h1 span,
.punbb h2 span,
.punbb legend span {
    font-size: 1.1em;
}

/* a5.04 ------------- end  redirect page ------------- */

/* a5.4 */
.punbb .section,
.punbb .main {
    margin-bottom: 0em;
}

/* a5.5 */
.punbb .category,
.punbb .post {
    margin-top: 0.4em;
}

#pun-index thead {
    display: none;
}

/* a5.6 */
.punbb #pun-category1,
.punbb .toppost,
.punbb .topicpost {
    margin-top: 0;
}

#pun-index #pun-category1 {
    margin-top: 119px;
}

/* 5.7 */
#pun-post .topic {
    margin-top: 1em;
}

/* a5.8 */
.punbb .section,
.punbb .forum,
.punbb .formal,
.punbb .modmenu,
.punbb .info,
.punbb .category,
.punbb .post {
    border-style: none;
    border-width: 0px 0px 0px 0px;
    border-color: #b4c1c7;
}

/* a5.9 */
.punbb .container

/*отступы подфорумов от края форума*/
    {
    margin-left: 38px;
    margin-right: 40px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}

.punbb .post .container {
    margin-right: 10px;
}

/* a5.10 */
.punbb .section h2,
#pun-main h1,
#pun-stats h2,
#pun-main h2,
#pun-debug h2 {
    padding: 0;
}


/*************************************************************
b - main content - general
**************************************************************/

/* b1 parsed content, signatures and scroll boxes
-------------------------------------------------------------*/

/* b1.1 */
.punbb .post-content {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
    margin-left: -7px;
}

.hideprofile .post-content {
    margin-left: 0px;
}

/* b1.2 */
.punbb .post-sig dt {
    display: block;
    border-top: 1px solid #888;
    width: 250px;
    margin: 5px 0;
    display: none;
}

/* b1.3 */
.punbb .post-content p {
    margin: 0;
    padding: 10px 0em 0em 0em;
    line-height: 150%;
    font-size: 12px;
    font-family: Rubik;
    text-align: justify;
}

/* b1.4 */
.punbb .post-content img {
    vertical-align: text-bottom;
}

/* b1.5 */
.punbb .post-content img.postimg {
    vertical-align: middle;
}

/* b1.6 */
.punbb .post-content .blockcode,
.punbb .post-content blockquote {
    width: 100%;
    overflow: hidden;
}

/* b1.7 */
.punbb .post-content .scrollbox {
    width: 100%;
    overflow: auto;
}

/* b1.8 */
.punbb .post-content .quote-box,
.punbb .post-content .code-box {
    margin: 0;
    padding: 1em;
    border-style: solid;
    border-width: 1px;
}

/* b1.9 */
.punbb .quote-box cite,
.punbb .code-box strong.legend {
    display: inline-block;
    padding: 5px 10px;
    padding-left: 26px !important;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px !important;
    color: #d7d6d6 !important;
    font-family: Rubik;
    font-size: 8px;
    background: #778d83;
    margin-top: 0px;
    border-radius: 0px 10px 10px 10px;
    font-weight: bold;
    margin-left: -20px;
    min-width: 130px;
width: max-content;
}

.prrple .punbb .quote-box cite,
.prrple .punbb .code-box strong.legend {
    background: #5a5160;
}

.quote-box cite a,
.code-box strong.legend a {
color: #d7d7d7 !important
}

/* b2 information boxes
-------------------------------------------------------------*/

/* b2.1 */
.punbb .info-box {
    padding: 1.1em 1.7em 1em 1.7em;
    border-style: solid;
    border-width: 1px;
    margin: 0 0 1.1em 0;
}

/* b2.2 */
.punbb .info-box * {
    padding: 0 0 0.7em 0;
}

/* b2.3 */
.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: 0em;
}

/* b3.3 */

.prrple .linkst .pagelink,
.prrple .linksb .pagelink,
.prrple .postlink.long .new-topic,
.prrple .postlink.long .new-poll {
    background: #d2d2d2;
}

.linkst .pagelink {
    position: absolute;
    width: 24em;
    text-align: left;
    font-size: 9px;
    margin-left: 38px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #000;
    padding: 6px 10px;
    border-radius: 10px;
    margin-top: -17px !important;
    font-family: Rubik;
    background: #c3cac9;
}

.linkst .pagelink a {
    color: #4c4a44;
}

/* b3.4 */
.linkst .postlink {
    position: absolute;
    top: -15px;
    right: 35px;
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    font-family: Rubik;
    letter-spacing: 0.6px;
    text-transform: lowercase;
    padding: 4px 10px;
    border-radius: 10px;
}

/* b3.5 */
.punbb .linksb {
    text-align: right;
    padding: 0.4em 3.3em 0.5em 0em;
    font-family: Rubik;
    font-size: 11px;
    text-transform: lowercase;
}

/* b3.6 */
.linksb .pagelink {
    background: #c3cac9;
    float: left;
    width: fit-content;
    text-align: left;
    font-size: 9px;
    margin-left: 38px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #000000;
    padding: 6px 10px;
    border-radius: 10px;
    font-family: Rubik;
}

.linksb .pagelink a {
    color: #4c4a44;
}

.postlink.long .new-topic,
.postlink.long .new-poll {
    margin-right: 12px;
    background: #c3cac9;
    padding: 4px 10px;
    BORDER-RADIUS: 10PX;
    text-align: center;
}

.pagelink strong {
    background: #000000;
    padding: 3px 5px;
    border-radius: 3px;
    color: #eee;
    font-weight: normal;
}

/* b3.7 */
.linksb .postlink {
    float: right;
    top: -15px;
    right: 52px;
    font-weight: bold;
    font-size: 12px;
    font-family: Rubik;
    letter-spacing: 0.6px;
    text-transform: lowercase;
    padding: 4px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

/* 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 2.6em;
    margin: 1em 0 0 0;
}

/* c1.3 */
.punbb .formsubmit input,
.punbb .formsubmit a,
.punbb .formsubmit span {
    margin: 0 0.6em 0 0;
    transition: .3s ease-in-out;
}

/* c1.4 */
.punbb fieldset {
    border-style: none;
    border-width: 1px;
    padding: 0 18px 8px 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: 5px 10px !important;
    margin: 0px 0px 0px 8px;
    text-align: justify;
    color: #000000 !important;
    font-size: 7px !important;
    font-family: Rubik;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #c3cac9 !important;
    background: #c3cac9;
    border-radius: 10px;
}

.prrple .punbb fieldset legend span {
    border: 1px solid #d2d2d2 !important;
    background: #d2d2d2;
}

/* c1.7 */
.punbb fieldset fieldset {
    border-style: none;
    margin: 0;
    padding: 0 0 8px 0;
}

/* c1.8 */
.punbb .fs-box {
    padding: 2em 0 0.8em 0;
}

/* c1.9 */
.punbb .fs-box p,
.punbb .fs-box fieldset {
    padding: 1em;
}

/* 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 12em 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;
}

/* 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;
}


/* c2 table layout
-------------------------------------------------------------*/

/* c2.1 */
.punbb .main .tcl

/*ширина первой колонки подфорума на главной странице*/
    {
    overflow: hidden;
    text-align: left;
    width: 50%;
}

/*настройки блоков в подфорумах*/
#pun-viewforum .main .tcl {
    padding: 0;
}

/* c2.2 */
.punbb .main .tc2,
.punbb .main .tc3,
.punbb .main .tcmod {
    text-align: center;
    width: 6%;
    padding: 0px;
}

div#pun-respect .tc2,
div#pun-respect .tc3,
.div#pun-respect .tcmod {
    text-align: center;
    width: 6%;
    padding: 10px;
}


#pun-index .category .tc2,
#pun-index .category .tc3

/*отключаем дополнительные колонки*/
    {
    display: none !important;
    font-family: Rubik;
    letter-spacing: 0.6px;
    font-size: 7px !important;
    color: #656565;
}

/* c2.3 */
.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 34%;
    font-family: Rubik;
    color: #000000;
    text-transform: uppercase;
    font-size: 9px !important;
}

/* c2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
    width: 45%;
    padding-left: 0px !important;
}

/* 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 */
#pun-index .tcl h3 {
    font-size: 14px;
    width: 415px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/* 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;
}

/* c2.11 */
/*
#pun-index .main td {
    padding: 0.2em 0em 2em 10em;
}*/


/*параметры внутренних блоков подфорумов*/
/* #pun-viewforum .main td {  padding: 0em 0em 0em -1em !important; vertical-align: top; } */

div#pun-searchtopics .tcr,
div#pun-message .tcr,
div#pun-viewforum .tcr {
    text-align: right !important;
    padding-top: 15px !important;
}

div#pun-searchtopics span.avatar-image,
div#pun-message span.avatar-image,
div#pun-viewforum span.avatar-image,
div#pun-messages span.avatar-image {
    width: 20px !important;
    height: 20px !important;
}

div#pun-searchtopics .user-avatar,
div#pun-message .user-avatar,
div#pun-viewforum .user-avatar {
    float: right !important;
}

#pun-index .user-avatar {
    height: 22px !important;
    vertical-align: middle;
}


/* c2.12 */
.punbb .main th {
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    padding: 0em 0em 0em 0em;
    visibility: hidden;
    /*отключение строки тем, сообщений, форумов*/
}

/* c2.13 */
.punbb .main .tcl {
    border-left-style: none;
    border-left-width: 0;
    /*  padding-top: 10px; */
}

/* c2.14 */
.punbb tbody.hasicon td.tcl {
    padding-left: 3.2em !important;
    padding: 15px;
}

div#pun-index .hasicon td.tcl {
    padding-left: 6em !important;
    padding: 10px;
}

/*параметры строк в списке пользователей*/
#pun-main td.tcl.username {
    padding: 8px;
}

#pun-online .tcl.action {
    width: 25%;
    padding: 0;
}

/* c2.15 - иконки*/
.punbb div.icon {
    float: left;
    width: 28px;
    height: 23px;
    margin-top: 3px;
    position: absolute;
    display: block;
    margin-left: -57px;
}

/*иконки главная страница*/

div.icon {
    background: url(https://forumstatic.ru/files/0019/b7/cb/59633.jpg) no-repeat;
}

tr.inew div.icon {
    background: url(https://forumstatic.ru/files/0019/b7/cb/95879.png) no-repeat;
}

.pun-index .tcl.inew {
    padding-left: 3.2em !important;
    font-size: 10px;
    text-transform: lowercase;
    color: #000;
    text-align: justify;
    padding: 10px;
    border-left: 10px solid #000000;
}

div#pun-viewforum td.tcl {
    padding-left: 15px !important;
}

/*иконки подфорумы*/

#pun-viewforum table div.icon,
#pun-messages table div.icon,
#pun-searchtopics table div.icon {
    background: #a4a4a4;
    border: 1px solid #a4a4a4;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 10px;
    margin-left: 0px !important;
    margin-right: 7px;
    margin-top: 0px;
    position: relative;
    width: 10px;
    border-radius: 10px;
}

#pun-viewforum tr.inew div.icon,
#pun-messages tr.inew div.icon {
    background: #546964;
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    border: 1px solid #546964;
    border-radius: 10px;
}

#pun-viewforum tr.isticky div.icon,
#pun-messages tr.isticky div.icon {
    background: #000;
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    border: 1px solid #000;
    border-radius: 10px;
}

#pun-viewforum tr.iclosed div.icon #pun-messages tr.iclosed div.icon {
    background: #6f6f6f;
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    border: 1px solid #6f6f6f;
    border-radius: 10px;
}


/* c3 topics
-------------------------------------------------------------*/

/* c3.1 */
.punbb .post .container {
    margin-top: -1px;
    padding-bottom: 1px;
}

/* c3.2 */
.punbb .post h3 {
    border-style: none;
    border-width: 1px;
}

/* c3.3 */
.punbb .post h3 span {
    padding: 1em 5em;
    margin-top: 20px;
    display: block;
    width: 878px;
    margin-left: 0px;
    margin-bottom: 15px;
    font-size: 9px;
    font-family: Rubik;
    text-transform: uppercase;
    background: #d2d2d2;
}

/* c3.4 */
.punbb .post h3 strong {
    float: right;
    min-width: 2em;
    font-size: 9px;
    text-align: center;
    padding: 0px;
    color: #000;
    font-weight: bold;
}

.punbb .post h3 strong::before {
    content: '\23';
    font-family: 'Font Awesome 6 Pro';
    color: #000;
    margin-right: 5px;
    font-size: 10px;
}

/* c3.5 */

/* c3.6 */
.punbb .post .post-author ul,
.punbb .post .post-author p {
    padding: 1em;
    line-height: 140%;
    text-transform: lowercase;
}

.post .post-author ul {
    margin: 10px;
    position: relative;
    z-index: 3;
}

/* profile settings */

.punbb .post .post-author {
    float: left;
    width: 225px;
    margin-left: -15px !important;
    text-align: center;
    border-radius: 15px;
    position: relative;
    z-index: 0;
    background: #d2d2d2;
}


/* change profile stat
------------------------------------------------------------- */

.pa-posts,
.pa-respect,
.pa-fld4 {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 6px 0px;
    font-size: 9px;
    line-height: 18px;
    color: #585858;
    font-weight: bold;
    width: 55px;
}

.pa-posts span.fld-name,
.pa-respect span.fld-name,
.pa-fld4 span.fld-name,
.pa-fld3 span.fld-name {
    font-size: 0;
    line-height: 0;
    flex-basis: 100%;
}

.pa-respect span.fld-name a::before {
    content: '\f004';
}

.pa-posts span.fld-name::before {
    content: '\f086';
}

.pa-fld4 span.fld-name::before {
    content: '\f70e';
}

.isguest .pa-respect span.fld-name:before {
    content: '\f004';
    font-family: 'Font Awesome 6 Pro';
    font-size: 10px;
}

.pa-posts span.fld-name::before,
.pa-respect span.fld-name a::before,
.pa-respect span.fld-name::before,
.pa-fld4 span.fld-name::before {
    font-family: 'Font Awesome 6 Pro';
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    color: #949494ee;
}

.pa-respect a[href*="&v=1&cod"] img,
.pa-respect a[href*="&v=0&cod"] img {
    visibility: hidden;
    height: 10px;
    width: 10px;
}

.pa-respect a[href*="&v=1&cod"] {
    background: url() center 100% no-repeat;
    margin-left: -10px;
}

.pa-respect a[href*="&v=0&cod"] {
    background: url() center 100% no-repeat;
}

.pa-respect a[href*="&v=1&cod"]:after {
    content: '\f0fe';
    font-family: 'Font Awesome 6 Pro';
    color: #000000 !important;
    font-size: 8px;
    font-weight: bold;
    margin-right: 3px;
}

li.pa-respect a {
    color: #000000 !important;
}

.pa-fld5 {
    margin-left: 2px;
}

li.pa-from {
    font-size: 8px;
}

/* hide field names */
.pa-fld2 .fld-name {
    display: none;
}

.pa-fld1 .fld-name {
    display: none;
}

.pa-fld3 .fld-name {
    display: none;
}

.pa-fld5 .fld-name {
    display: none;
}

li.pa-fld5 {
    margin-left: 0px;
    margin-top: -6px;
}

li.pa-fld2 img {
    border-radius: 5px;
object-fit: cover;
width: 180px;
height: 35px;
}

li.pa-fld3 img {
    margin-top: 20px;
    height: 50px;
    width: 225px;
    object-fit: cover;
    border-radius: 14px 14px 0px 0px;
    padding: 0px !important;
}

li.pa-fld3 {
    width: 225px;
    height: 42px;
    margin-left: -21px;
    position: relative;
    z-index: -1;
    margin-top: -42px;
    padding: 0px !important;
}

li.pa-fld1 {
    margin-top: 10px;
    margin-left: -25px;
    padding: 10px 20px;
    font-size: 10px;
    width: 193px;
    background: #d7d7d7;
    box-shadow: 0px 0px 10px #60606029;
}

a.permalink::before {
    content: '\f252';
    font-family: 'Font Awesome 6 Pro';
    color: #000;
    margin-right: 6px;
    font-size: 10px;
}

#viewprofile li#pa-fld4 {
    display: none !important;
}

#viewprofile li#pa-positive {
    margin-bottom: 1.2em;
}

li.pa-reg {
    display: none;
}

div#pun-messages .linksb .postlink {
    background: none;
}

/* c3.7 */
.pa-author {
    font-weight: bold;
    padding: 5px 10px !important;
    font-size: 10px;
    text-transform: uppercase;
    font-family: Rubik;
    color: #ffffff;
    width: 180px;
    margin-left: -8px;
    margin-top: 14px;
    text-align: center;
    margin-bottom: 5px;
    background: #000000;
    border-radius: 20px;
    position: relative;
    display: inline-block;
}

/* c3.8 */
.pa-author a {
    text-decoration: none !important;
    color: #eee !important;
    font-weight: bold;
}

li.pa-author::before {
    background-image: url(https://forumstatic.ru/files/0019/b7/cb/99743.png);
    content: '';
    height: 50px;
    width: 225px;
    z-index: -2;
    position: absolute !important;
    display: block;
    margin-top: -40px;
    margin-left: -23px;
    border-radius: 14px 14px 0px 0px;
}

.prrple li.pa-author::before {
    background-image: url(https://forumstatic.ru/files/0019/b7/cb/23973.png);
}


li.pa-avatar.item2 {
    margin-top: 9px !important;
}

div#pun-searchposts .pa-author {
    color: #eee !important;
    font-family: Rubik;
}

div#pun-searchposts li.pa-replies {
    color: #000000 !important;
}

.punbb .post .post-author p {
    color: #d4d4d4 !important;
    font-family: Rubik;
    text-transform: uppercase;
}


/* c3.9 */
li.pa-title {
    font-size: 10px;
    width: 180px;
    color: #000000;
    font-family: Rubik;
    letter-spacing: 0.4px;
    margin-left: 2px;
    text-transform: lowercase;
    background: #d5d5d5;
    border-radius: 10px;
}

li.pa-online {
    line-height: 0.8em;
    margin-top: 10px;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    font-family: Rubik;
    letter-spacing: 0.5px;
    padding-top: 2px;
    padding-bottom: 3px;
    width: 180px;
    margin-left: 1px;
}

div#profile.formal li.pa-title {
    display: none;
}

/* c3.11 */
.punbb .post-body {
    margin-left: 21em;
    border-left-width: 1px;
    padding: 0 0 1px 0;
}

/*репутация в посте*/
div>div.post-body>div.post-box>div.post-rating>p {
    margin: 0px;
}

.post-rating {
    margin-top: 20px;
}

/* c3.12 */
.punbb .post-box {
    padding: 1em;
}

/*c3.13 */
.punbb fieldset .post-box {
    margin-bottom: 0.8em;
}

/* c3.14 */
.punbb .post-links {
    margin-left: 17em;
    border-left-width: 1px;
    font-size: 11px;
    font-family: Rubik;
    letter-spacing: 0.6px;
}

/* c3.15 */
.punbb .post-links ul {
    margin-bottom: 2px;
    padding: 0 1em 0 0px;
    height: 2em;
    line-height: 2em;
    margin-left: -203px;
    text-align: right;
    margin-top: 1em;
    text-transform: lowercase;
}

/* 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: 0em 0em;
    text-align: right;
    font-size: 11px;
    text-transform: lowercase;
    color: #000000;
    font-family: Rubik;
    position: relative;
    z-index: 0;
}

/* 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: 18.6em;
}

/* c6.2 */
#profilenav {
    float: left;
    width: 14em;
    margin-left: -16.3em;
    display: inline;
}

/* c6.3 */
#profilenav li {
    padding-bottom: 0.8em;
    font-weight: bold;
}

/* c6.4 */
#viewprofile ul,
#profilenav ul {
    border-style: dashed;
    border-width: 0px;
    padding: 1.5em 18px 0.8em 18px;
    margin: 0 0 1em 0;
    border-radius: 15px;
    text-transform: lowercase;
}

/* 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 3em;
    margin-bottom: 0.2em;
}

/* c6.8 */
#viewprofile li span {
    float: left;
    width: 18em;
    padding: 4px 10px;
    margin: 0 0 0 -2px;
    text-align: center;
    font-size: 7px !important;
    font-family: Rubik;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 4px;
    background: #d2d2d2;
    color: #000000 !important;
    border-radius: 15px;
    border: 1px solid #d2d2d2;
    font-weight: bold;
}

#viewprofile li span a {
    color: #000;
}

#viewprofile li span a:hover {
    color: #343434;
}

/*c6.9 */
#setmods dt {
    float: left;
    width: 14em;
    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: 0px;
}


/*************************************************************
d - punbb sections other than main content
**************************************************************/

/* d1 logo and description
-------------------------------------------------------------*/

/* d1.1 */
#pun-title {
    margin: 0;
    border-style: solid solid none solid;
    border-width: 0px;
}

/* d1.2 */
#pun-title h1

/*верхний отступ форума*/
    {
    display: block;
    height: 266px;
}

/* d1.3 */
#pun-title .container {
    border-style: none solid none solid;
}

/* d1.4 */
#pun-title h1 span

/*размер шрифта названия форума*/
    {
    font-size: 0px;
}

#pun-title td.title-logo-tdl {
    border: none;
    width: 100%;
}

#pun-title td.title-logo-tdr {
    border: none;
    width: 468px;
}

/* 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;
}

/* d3 forum navigation
-------------------------------------------------------------*/

/* d3.1 */
#pun-navlinks,
#pun-navlinks .container {
    border-style: none;
    border-width: 0;
    margin: 0;
}

/* d3.2 */

#pun-navlinks .container {
    padding: 0.7em 1em;
    text-transform: lowercase;
    margin-top: -530px;
    text-align: center;
    width: 948px;
}

/* d.3 */
#pun-navlinks li {
    display: inline;
    padding-right: 1em;
}

/* d3.4 */
#pun-navlinks li a {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    color: #eee !important;
    font-family: Rubik;
    letter-spacing: 0.3px;
    text-decoration: none !important;
    outline: none !important;
}

#pun-navlinks li a:hover {
    color: #96a9a3 !important;
}

.prrple #pun-navlinks li a:hover {
    color: #c5c5c5 !important;
}

/* d4 user links
-------------------------------------------------------------*/

/* d4.1 */
#pun-ulinks {
    margin-top: 0;
}

/* d4.2 */
#pun-ulinks .container {
    margin-top: 11px;
    border: none;
    width: 887px;
    margin-left: 41px;
    text-align: center;
    padding: 3px 0px 3px 0px;
}

#pun-ulinks .container a {
    color: #eee;
    text-transform: uppercase;
    font-family: Rubik;
    font-size: 9px;
}

#pun-ulinks .container a:hover {
    color: #96a9a3;
}

.prrple #pun-ulinks .container a:hover {
    color: #c5c5c5 !important;
}



/* d4.3 */
#pun-ulinks li,
#pun-ulinks li a {
    display: inline;
    border-left-width: 0px;
    white-space: nowrap;
}

/* d4.4 */
#pun-ulinks li a {
    padding: 0 1em 0 0em;
}

/* d4.5 */
#pun-ulinks li.item1,
#pun-ulinks li.item1 a {
    border-left-style: none;
    border-left-width: 0;
    padding-left: 0;
}

/* d5 welcome box and top breadcrumbs
-------------------------------------------------------------*/

/* d5.1 */
#pun-status,
#pun-status .container {
    border-bottom: none;
    margin-bottom: 0;
    color: #8b8b8b;
}

/* d5.2 */
#pun-status .container {
    padding: 0em 0em 0em 0em;
    text-transform: uppercase;
    margin-top: 340px;
    font-family: Rubik;
    margin-left: 40px;
    color: #000000;
    width: 896px;
    text-align: left;
    font-size: 9px !important;
}

#pun-status .container a:visited {
    color: #f9f9f9 !important;
}

#pun-status .container a:link {
    color: #f9f9f9 !important;
}

div#pun-status span.item2 {
    BORDER-RADIUS: 0PX 40PX 0PX 0PX;
    padding: 2em 2em 0em 0em;
}

#pun-status .container span.item4.status-right {
    background: #000000;
    padding: 5px 10px;
    margin-top: -9px;
    border-radius: 10px;
    color: #eee !important;
}

/* 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: 2em 0em 2em 0em;
    text-align: left;
    font-family: Rubik;
    text-transform: uppercase;
    font-size: 9px !important;
    color: #000000;
    margin-top: 120px;
    margin-left: 39px;
}

/* d5.6 */
#pun-break1 {
    margin: 0 1em;
    border-width: 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;
    border-style: none none solid none;
    border-width: 0 0 1px 0;
    position: relative;
    font-weight: bold;
}

/* d6.2 */
#pun-announcement h2 span {
    display: block;
    padding: 1em 0 0.8em 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

/* d6.3 */
#pun-announcement .container {
    padding: 4.3em 1em 1em 1em;
}

/* d7 statistics
-------------------------------------------------------------*/

/* d7.1 */
#pun-stats .container {
    padding: 2em 1em;
    width: 870px;
    text-align: center;
    margin-left: 38px;
    background: #d2d2d2;
}

/* d7.2 */
/* #pun-stats li.item1, #pun-stats li.item2 { float: left;  clear: both;  line-height: 150%; }*/

/* d7.3 */
/*#pun-stats li.item3, #pun-stats li.item4 { text-align: right; line-height: 150%; }*/

.statscon li.item4 a {
    color: #6b796f !important;
    font-size: 9px !important;
}

.statscon li.item4 a:hover {
    color: #686868 !important;
}

#pun-stats li.item1,
#pun-stats li.item2,
#pun-stats li.item3,
#pun-stats li.item4 {
    display: inline-block;
    padding: 4px 4px 4px 4px !important;
    text-align: center;
    text-transform: uppercase;
    font-family: Rubik;
    font-size: 9px;
    border: 0px solid #000;
    color: #000;
    background: #c5c5c5;
    border-radius: 15px;
}

.prrple #pun-stats li.item1,
.prrple #pun-stats li.item2,
.prrple #pun-stats li.item3,
.prrple #pun-stats li.item4 {
    background: #c5c5c5;
}

.prrple .statscon li.item4 a {
    color: #5a5160 !important;
}

#pun-stats li.item1 {
    width: 117px;
}

#pun-stats li.item2 {
    width: 150px;
}

#pun-stats li.item3 {
    width: 233px;
}

#pun-stats li.item4 {
    width: 310px;
    padding: 4px !important;
}

/* d7.4 */
li#onlinelist {
    margin-top: 5px;
    float: left;
    width: 869px;
    line-height: 130%;
    text-align: left;
    margin-left: 0px;
    padding-top: 10px !important;
    font-size: 10px;
}

/* d7.5 */
li#onlinelist div {
    border-top-style: solid;
    border-top-width: 0px;
    padding: 0.7em 0px 0px 6px;
    text-transform: uppercase;
    font-size: 9px;
    text-align: justify;
    line-height: 13px;
}

/* 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: center;
    line-height: 150%;
    padding: 1.8em 0em;
}

/* 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: 7px 0 3em 0em;
    margin-bottom: 12px;
    margin-top: 6px;
    text-align: left;
    font-family: Rubik;
    text-transform: uppercase;
    font-size: 9px !important;
    color: #000000;
    margin-left: 39px;
    z-index: 0;
    position: relative;
}

/* d8.8 */
#pun-break4 {
    margin: -2px 1em;
    border-style: solid none;
    border-width: 0px 0;
    position: relative;
    height: 0;
    z-index: 1;
}

/* 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;
}

select#mod-options {
    background: #d5d5d5 !important;
    text-transform: lowercase;
    outline: none;
    border: 1px solid #a7a7a7 !important;
    font-size: 10px;
    font-family: Rubik;
    padding: 3px 10px;
    border-radius: 5px;
}

.punbb .user-avatar .avatar-image {
    border-radius: 0% !important;
    height: 22px !important;
    width: 22px !important;
    opacity: 0.85;
    border: 2px solid #e0e0e0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: right !important;
    filter: grayscale(1);
    opacity: 0.8 !important;
}

.punbb .user-avatar .isonline {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: -1px !important;
    right: -2px !important;
    animation: blinkcolor .9s linear infinite;
    -moz-animation: blinkcolor .9s linear infinite;
    -webkit-animation: blinkcolor .9s linear infinite;
    background: #b1b1b1 !important;
    z-index: 100;
}

.punbb .user-avatar {
    float: LEFT !important;
    position: relative;
    height: 25px;
    width: 25px;
    margin: 0px 9px 0px 9px;
}

#pun-about>p>span {
    text-align: center;
    padding-right: 0px;
    font-size: 9px;
    font-family: Rubik;
    margin-top: 98px;
    color: #eee !important;
    text-transform: uppercase;
    width: 320px;
    margin-left: 315px;
    padding: 3px 0px 3px 0px;
}

#pun-about>p>span a {
    color: #eee !important;
}

#pun-index .tcl h3 a {
    color: #000 !important;
    font-size: 14px;
    font-family: Rubik;
    line-height: 0px;
    margin-left: 0px;
    text-transform: lowercase;
    font-weight: bold;
}

#pun-index .tcl h3 a:hover {
    color: #75796f !important;
}

td.tcr a:hover {
    color: #000000 !important;
}

#pun-stats .container a:hover {
    color: #6b796f;
}

.post-content td {
    border-width: 1px !important;
    border-style: solid !important;
    padding: 0.4em 0.5em !important;
    overflow: hidden;
    border-color: #0000;
}

#pun-report .inner,
#pun-reputation .inner,
#pun-admin-award-form .inner {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -135px 0 0 -384px;
    width: 768px;
    z-index: 100;
    background: #c9c9c7 !important;
    box-shadow: 0 0 40px #222;
    -webkit-box-shadow: 0 0 40px #222;
    -moz-box-shadow: 0 0 40px #222;
    -khtml-box-shadow: 0 0 40px #222;
    background: #f8f8f8;
}

p.lastedit {
    display: none;
}

/* cs1.01 scroll */

::-webkit-scrollbar {
    width: 5px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 18px;
}

::-webkit-scrollbar-track {
    background: #b7b7b7;
    border-radius: 10px;
}

/* disable scaling */

textarea {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/* disable scaling iphone */
html {
    -webkit-text-size-adjust: none;
}

.stickytext,
.closedatafield {
    display: none;
}

.punbb .section,
.punbb .forum,
.punbb .formal,
.punbb .modmenu,
.punbb .info,
.punbb .category,
.punbb .post {
    border-style: none !important;
    border-width: 0px 0px 0px 0px;
    border-color: #b4c1c7;
}

#pun-index .info {
    text-align: center;
}

input.button,
#post fieldset .hashelp div input {
    border-radius: 20px;
    margin: 0em 0.6em 0 0;
    padding: 6px 18px 6px 18px;
    border: 1px solid #000000;
    color: #ffffff !important;
    outline: none;
    font-family: Rubik;
    letter-spacing: 0.6px;
    font-size: 9px;
    background: #000000;
    text-transform: uppercase;
}

#form-buttons td {
    position: relative;
    background: none !important;
}

#form-buttons td:hover::before {
    color: #3b4844;
}

.prrple #form-buttons td:hover::before {
    color: #4a3e4c;
}

#form-buttons td img {
    height: 20px;
    width: 100%;
    margin-top: -12px;
}

td#button-files_rusff,
td#button-graffiti_rusff {
    display: none !important;
}

#form-buttons td::before {
    font-family: 'Font Awesome 6 Pro';
    font-size: 13px;
    font-weight: 400;
    color: #424242;
}

td#button-sticker {
    top: -7px;
}

#button-font::before {
    content: '\41';
}

#button-transL::before {
    content: '\f891';
}

#button-size::before {
    content: '\f034';
}

#button-bold::before {
    content: '\f032';
}

#button-italic::before {
    content: '\f033';
}

#button-underline::before {
    content: '\f0cd';
}

#button-strike::before {
    content: '\f0cc';
}

#floatbut {
    top: -7px !important;
}

#floatbut::before {
    content: '\f03c';
}

#button-indent::before {
    content: '\f1dd';
}

#button-left::before {
    content: '\f036';
}

#button-right::before {
    content: '\f038';
}

#button-center::before {
    content: '\f037';
}

#button-link::before {
    content: '\f0c1';
}

#button-spoiler::before {
    content: '\f518';
}

#button-image::before {
    content: '\f302';
}

td#button-image p {
    margin: -20px 0px 0px 21px !important;
}

#button-video::before {
    content: '\f03d';
}

#button-hide::before {
    content: '\f023';
}

#button-code::before {
    content: '\f121';
}

#button-color::before {
    content: '\f53f';
}

#button-table::before {
    content: '\f84c';
}

#button-sticker::before {
    content: '\f004';
}

#button-keyboard::before {
    content: '\f11c';
}

#button-addition::before {
    content: '\f0d7';
}

#button-quote::before {
    content: '\f10e';
}

#button-smile::before {
    content: '\f118';
}

#button-mask::before {
    content: '\f630';
}

/* buttons in messages */

li.pl-delete,
li.pl-edit,
li.pl-quote,
li.pl-advlink {
    padding: 2px 10px 4px 10px;
    text-align: center;
    font-family: Rubik;
    font-size: 12px;
}

/* li.pl-delete:hover, li.pl-edit:hover, li.pl-quote:hover, li.pl-advlink:hover { border-bottom: 1px solid #757573; } */

li.pl-delete::before {
    content: '\f1f8';
    font-family: 'Font Awesome 6 Pro';
    color: #929292;
    margin-right: 6px;
}

li.pl-edit::before {
    content: '\f044';
    font-family: 'Font Awesome 6 Pro';
    color: #929292;
    margin-right: 6px;
}

li.pl-quote::before {
    content: '\f10e';
    font-family: 'Font Awesome 6 Pro';
    color: #929292;
    margin-right: 6px;
}

li.pl-advlink::before {
    content: '\f33d';
    font-family: 'Font Awesome 6 Pro';
    color: #929292;
    margin-right: 6px;
}

li.pl-email.profile,
li.pl-email.pm,
li.pl-email.email {
    padding: 0px 10px 0px 10px !important;
    text-align: center;
    font-family: Rubik;
    margin-right: 4px;
    font-size: 12px;
}

li.pl-email.profile::before {
    content: '\f007';
    font-family: 'Font Awesome 6 Pro';
    color: #929292;
    margin-right: 6px;
}

li.pl-email.pm::before {
    content: '\f0e0';
    font-family: 'Font Awesome 6 Pro';
    color: #929292;
    margin-right: 6px;
}

li.pl-email.email::before {
    content: '\40';
    font-family: 'Font Awesome 6 Pro';
    color: #929292;
    margin-right: 6px;
}

/*  li.pl-email.profile:hover, li.pl-email.pm:hover, li.pl-email.email:hover { border-bottom: 1px solid #757573; } */

/* font field height */
#font-area {
    max-height: 144px;
    overflow: auto;
}

/* disable share sign */
li.pl-share {
    display: none !important;
}

#pun-ulinks a {
    color: #000000;
    font-family: Rubik;
    letter-spacing: 0.6px;
    font-size: 8px;
}

.tclcon h3 a {
    color: #417d95 !important;
}

#main-reply {
    width: 97% !important;
    border-radius: 5px;
}

textarea#main-reply {
    font-size: 12px;
    font-family: Rubik;
    padding: 10px;
    background: #d2d2d2;
    border: 1px solid #a7a7a7 !important;
    outline: none !important;
}

.punbb .post h3 span a {
    color: #000000;
    font-size: 9px;
    font-family: Rubik;
    text-transform: lowercase;
    padding: 3px;
}

li.pl-reports {
    display: none !important;
}

#pun-stats .container a {
    font-weight: bold;
    font-family: Rubik;
    line-height: 9px;
    text-transform: uppercase;
}

#tags .container {
    position: absolute;
    right: 6px;
    top: 60px !important;
    z-index: 2;
    background: #d2d2d2;
    border: 1px solid #a7a7a7;
    font-family: Rubik;
    font-size: 10px;
}

.punbb .divider hr {
    display: none;
}

div#keyboard-area {
    width: 416px;
    line-height: 29px;
    border: 1px solid #d8d8d8;
}

#keyboard-span input {
    font-family: Rubik;
    letter-spacing: 0.6px;
    font-size: 13px;
    color: #666;
    margin: 1px 1px 0 0;
    border: 1px solid #ddd;
    cursor: pointer;
    height: 20px;
    min-width: 10px !important;
    padding: 0px 4px 0px 4px !important;
}

div#movepoststable {
    background: #eeeeee;
}

#pun-index td div.tclcon {
    width: 415px;
}

td.tcr {
    font-size: 9px !important;
    font-family: Rubik;
    line-height: 13px !important;
}

td.tcr a {
    color: #536863 !important;
    text-transform: uppercase;
    font-size: 9px;
    font-family: Rubik;
    font-weight: bold;
}

.prrple td.tcr a,
.prrple .ftext fds {
    color: #5a5160 !important;
    ;
}

#pun-index .category table tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 9px 0px 9px 0px;
    padding: 5px 20px;
    background: #d2d2d2;
}

.post-content a {
    color: #526762 !important;
    font-weight: 600;
}

.prrple .post-content a {
    color: #7a6c7e !important;
}

.quote-box.answer-box a {
    color: #eeeeee !important;
}

.post-content a:hover {
    color: #000000 !important;
}

#pun-status .status-right {
    float: right;
}

/* setting forum descriptions*/

.ftext fds {
    font-family: Rubik;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: bold;
    color: #536863;
}

.ftext {
    line-height: 12px;
    color: #525252;
    font-family: Rubik;
    font-size: 8px;
    text-transform: uppercase;
    padding: 5px 7px 7px 0px;
    text-align: justify;
}

.lks a {
    background: #717d78;
    color: #ffffff !important;
    border-radius: 15px;
    font-family: Rubik;
    text-transform: lowercase;
    font-size: 10px;
    padding: 4px 10px 5px 10px;
}

.lks a:hover {
    background: #000 !important;
    color: #fff !important;
}

.prrple .lks a {
    background: #5a5160;
}

.lks {
    grid-gap: 5px;
    margin-top: 5px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

div#pun-viewforum td.tcr a,
div#pun-searchtopics td.tcr a {
    text-transform: lowercase;
    display: block;
    padding: 0px;
    text-decoration: none;
}

#pun-searchtopics .main .tc2 {
    text-transform: lowercase;
}

div#pun-viewforum td.tcl {
    font-size: 11px;
    text-transform: lowercase;
    color: #000;
    text-align: justify;
    font-family: Rubik;
}

div#pun-searchtopics td.tcl {
    padding-left: 0px !important;
}

div#pun-searchtopics {
    font-family: Rubik;
    letter-spacing: 0.3px;
}

a.sharelink {
    display: none;
}

form#messages tbody.hasicon {
    vertical-align: top !important;
}

div#pun-userlist td.tcl.username {
    padding-bottom: 8px;
    padding-right: 8px !important;
    padding-top: 0px !important;
}

div#pun-userlist tr.group1.altstyle {
    vertical-align: top !important;
}

.post-content .spoiler-box>div {
    background: url(/img/plus.png) no-repeat left center;
    cursor: pointer;
    padding-left: 18px;
    font-size: 11px;
    font-family: Rubik;
    letter-spacing: 0.6px;
    text-transform: lowercase;
}

blockquote p {
    padding: 5px !important;
}

div#viewprofile .container {
    outline: none !important;
}

#profile-left li strong a {
    background: #535e5a;
    padding: 5px 10px 5px 10px;
    BORDER-RADIUS: 10PX;
    COLOR: #FFFFFF;
    font-weight: normal;
    font-family: Rubik;
    text-transform: uppercase;
    font-size: 9px;
}

.prrple #profile-left li strong a {
    background: #5a5160;
}

#profile-left li strong a:hover {
    background: #000 !important;
}

td#profile-left {
    text-align: center;
    background: #d2d2d2;
    padding: 20px 0px !important;
    border-radius: 20px;
}

li#profile-name strong {
    text-transform: uppercase;
    font-family: Rubik;
    font-size: 10px;
    font-weight: bold;
    background: #000;
    color: #ffff;
    width: 200px;
    margin-left: 11px;
    border-radius: 20px;
}

li#profile-title strong {
    font-weight: normal !important;
}

#viewprofile td {
    border: 0;
    padding: 0;
    overflow: hidden;
    font-family: Rubik;
    letter-spacing: 0.6px;
    font-size: 11px !important;
}

div#profile.formal {
    font-family: Rubik;
    letter-spacing: 0.3px;
}

.scrollbox {
    height: auto !important;
}

li#h-unanswered {
    display: none;
}

/* category */

.punbb .category h2 {
    margin: -6px 38px;
    width: 890px;
    text-align: center;
    height: 69px;
    background: url(https://forumstatic.ru/files/0019/b7/cb/64118.png) no-repeat;
    border-radius: 20px 20px 0px 0px;
}

.prrple .punbb .category h2 {
    background: url(https://forumstatic.ru/files/0019/b7/cb/18878.png) no-repeat;
    border-radius: 20px 20px 0px 0px;
}

div#pun-index.punbb .category h2 span {
    font-size: 20px;
    text-transform: uppercase;
    color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 58px;
    font-family: 'Separation';
    font-size: 24px;
}

span.flag-i {
    display: none !important;
}

div#pun-stats h2 {
    display: none !important;
}

div.post-rating a,
div.post-vote a {
    font-size: 130% !important;
    text-decoration: none !important;
    font-family: Rubik;
    letter-spacing: 0.6px;
    color: #65765b;
}

/* others*/

div#pun-searchposts .post-author::before {
    position: absolute !important;
    left: -7px;
    top: 50px;

}

.post-author.online::before {
    font-family: "Font Awesome 6 Pro";
    font-size: 10px;
    position: absolute;
    left: -7px;
    top: 50px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    content: "\f7e4";
    color: #404040;
    font-weight: bold;
}

.post-author::before {
    content: "\f22d";
    font-family: "Font Awesome 6 Pro";
    font-size: 13px;
    position: absolute;
    left: -7px;
    top: 50px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d5d5d5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9c9c9c;
    z-index: 4;
}

.prrple .post-author::before {
    background: #d2d2d2;
    color: #8b8b8b;
}

.prrple .post-author.online::before {
    background: #d5d5d5;
    color: #454545;
}

.ank {
    background: #dedede;
    border-radius: 10px;
    padding: 2px 5px;
    color: #1f1f1f !important;
}

.ank a {
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
}

.txt {
    margin-top: 10px;
margin-bottom: 5px;
text-align: justify;
font-size: 9px;
font-family: Rubik;
}

.txt a {
    color: #546763 !important;
    font-weight: bold;
}

.prrple .txt a {
    color: #66576a;
}

div#pun-messages .post-author::before,
div#pun-messages .post-author.online::before {
    display: none;
}

div#pun-messages .post-author {
    margin-top: 20px;
}

div#pun-post .post-author:before {
    display: none;
}

#table-area td {
    background-color: #aaaaaa !important;
    border-color: #393939 !important;
}

#table-area td.selected {
    background-color: #676767 !important;
}

#table-area td:hover {
    background-color: #000 !important;
}

div#setmods {
    display: flex !important;
    flex-direction: row !important;
}

.post-sig {
    border-top: 0px solid #a3a3a3;
    margin: 10px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 4%), transparent) top / 100% 17px no-repeat, #ffffff00;
}

div#pun-viewforum tcr {
    padding-top: 15px;
}

.section.online-list {
    text-transform: lowercase;
}

li.pa-gifts {
    display: none;
}

li.pa-awards {
    display: none;
}

div#profile-gifts {
    display: none;
}

.code-box a {
    color: #ffffff !important;
}

.code-box a:hover {
    color: #eeeeee !important;
}

div#form-buttons {
    margin-left: 10px !important;
    margin-top: 7px;
}

li#navawards {
    display: none !important;
}

div#pun-userlist td.tc2.user_title {
    vertical-align: text-top;
}

div#pun-userlist span.usersname {
    text-transform: lowercase !important;
}

div#pun-userlist td.tc3.registered,
div#pun-userlist td.tc3.last_visit {
    text-transform: lowercase !important;
}

div#pun-userlist td.tc3.relation,
div#pun-userlist td.tc3.num_posts,
div#pun-userlist td.tc3.registered,
div#pun-userlist td.tc3.last_visit {
    vertical-align: text-top;
}

div#pun-searchtopics .hasicon td.tcl {
    padding-right: 35px !important;
}

div#pun-searchtopics td.tcl,
div#pun-searchtopics td.tc2,
div#pun-searchtopics td.tc3,
div#pun-searchtopics td.tcr {
    vertical-align: text-top;
}

div#pun-messages.punbb .post h3 span {
    padding: 1em 2em !important;
    display: block;
    width: 640px;
    margin-left: -6px !important;
    text-align: left;
    margin-bottom: 11px;
    text-transform: lowercase;
    padding: 3px;
    padding-left: 11px;
    font-size: 9px;
    font-family: Rubik;
    color: #0d172b;
}

input.button:hover {
    color: #fff !important;
    background: #596c68;
    border: 1px solid #596c68 !important;
}

.prrple input.button:hover {
    background: #6d5e71;
    border: 1px solid #6d5e71 !important;
}

li.pa-ua {
    display: none !important;
}

li#pa-ua {
    display: none !important;
}

#imageupload-left input[type=button] {
    width: auto !important;
    text-align: center;
}

div#pun-live-rusff {
    display: none;
}

div#profile.formal.messages-container .pa-author,
div#profile.formal.messages-container .pa-author a {
    background: none;
    color: #ffffff !important;
    font-weight: bold;
    letter-spacing: 0.6px;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    background: #000;
}

div#pun-post .post-author {
    color: #000000 !important;
}

div#pun-post .post-author p {
    color: #eee !important;
    font-family: Rubik;
    margin-left: 0px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 5px 10px !important;
}

.prrple small#plng {
    border: 1px solid #d2d2d2 !important;
    background: #d2d2d2;
}

small#plng {
    padding: 5px 10px !important;
    margin: 0px 0px 0px 8px;
    color: #000000 !important;
    font-size: 7px !important;
    font-family: Rubik;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #c3cac9 !important;
    background: #c3cac9;
    border-radius: 10px;
}

div#pun-messages .hasicon td.tcl {
    padding-top: 0px !important;
}

#profile-right li strong {
    padding-left: 16em !important;
}

#pun-admain h1,
#pun-admain h2,
#pun-admain h3,
#pun-admain h4,
#pun-admain table,
#pun-admain table * {
    font-size: 1em;
    font-weight: normal;
    border: none !important;
}

/* rewards setting */
.mini_awards_label {
    display: none !important;
}

li.pa-awards {
    display: none !important;
}

li.pa-awards br {
    display: none;
}

/* table and others
-------------------------------------------------------------*/

/* START TABLE */
/* news */

.sep_news {
    padding: 10px 20px;
    margin-top: 330px;
    margin-left: 35px;
    position: absolute;
    width: 858px;
    height: 60px;
    text-align: center;
    width: 858px;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    gap: 10px;
    scroll-behavior: smooth;
    align-items: center;
    background: #d2d2d2;
}

.sep_news a {
    color: #000000 !important;
    text-transform: lowercase;
    font-family: Rubik;
    font-size: 11px;
    font-weight: bold;
}

.news_plsh z2 {
    font-size: 10px;
}

.sep_news a:hover {
    color: #505050 !important;
}

.news_plsh:hover {
    background: #a9a9a9 !important;
}

.news_plsh {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #b5b5b5;
    border-radius: 10px;
    padding: 5px 10px;
    align-content: center;
    align-items: center;
}

.news_plsh.new {
    background: #a9b6b3;
}

.prrple .news_plsh.new {
    background: #baafbc;
}


/* sep epizod */

.sep_epiz {
    margin-top: 234px;
    position: absolute;
    margin-left: 761px;
    padding: 3px 5px 3px 5px !important;
    width: 166px;
    text-transform: uppercase;
    text-align: center;
}

.sep_epiz a {
    text-align: center;
    font-size: 9px;
    font-family: Rubik;
    color: #ffffff !important;
}

.sep_epiz a:hover {
    color: #eee !important;
}

/* sep post  */

.sep_post {
    text-transform: uppercase;
    margin-top: 65px;
    position: absolute;
    padding: 5px 10px 5px 10px;
    width: 546px;
    text-align: justify;
    margin-left: 202px;
    font-size: 9px;
    font-family: Rubik;
    color: #ffffff;
    line-height: 15px;
    height: 27px;
    overflow-y: auto;
}

.postb {
    text-align: right;
    font-weight: bold;
}

.postb a:hover,
.postb a:visited {
    color: #3a3a3a !important;
}

.sep_post a {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
}

.sep_post a:hover {
    color: #eee !important;
}

.sep_post b {
    padding: 2px 10px !important;
    margin-right: 3px;
    background: #000;
    font-weight: bold;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}



/* sep activ */

.sep_act1 {
    margin-top: 16px;
    position: absolute;
    width: 103px;
    word-spacing: 4px;
    text-align: center;
    margin-left: 604px;
}

.sep_act1 img,
.sep_act2 img {
    max-width: 30px;
    max-height: 30px;
    min-width: 30px;
    border-radius: 100%;
    min-height: 30px;
    filter: grayscale(1);
}

.sep_act1 img:hover,
.sep_act2 img:hover {
    filter: grayscale(0);
}

.sep_act2 {
    margin-top: 16px;
    position: absolute;
    width: 103px;
    word-spacing: 4px;
    text-align: center;
    margin-left: 269px;
}

/* sep infos*/

.sep_info::before {
    content: '——';
    padding-right: 20px;
}

.sep_info::after {
    content: '——';
    padding-left: 20px;
}

.sep_info {
    margin-top: 23px;
    position: absolute;
    margin-left: 403px;
    font-family: Rubik;
    text-align: center;
    font-size: 10px;
    color: #ffffff;
    padding: 5px 0px;
    border-radius: 20px;
    text-transform: uppercase;
}



/* END TABLE */


/* код ссылок навигации от вещего духа */
/* настройка кнопки, может быть текстом */

.spirit-navigation {
    top: -50px;
    margin-left: 773px;
    display: inline-block;
    cursor: pointer;
    font-size: 9px;
    font-family: Rubik;
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
    z-index: 1002;
    margin-top: 71px;
    position: absolute;
    width: 124px;
    text-align: center;
    padding: 7px 16px !important;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    background: #535e5a;
    border-radius: 20px;
}

.prrple .spirit-navigation {
    background: #5a5160;
}

/* вид кнопки после клика по ней */
.spirit-navigation.spirit-navigation_hover {
    color: #ffffff;
    font-family: Rubik;
}

/* настройка позиции выпадающего по клику окна и его ширина */
#navigblock {
    width: 201px;
    margin-left: 752px;
    position: absolute;
    top: 51px;
    z-index: 1001;
}

/* настройка блока ссылок, цвет фона, тени, прозрачность, отступы */
.sslka {
    display: block;
    padding: 5px;
    padding-top: 5px;
    background: #cecece;
    border-radius: 10px;
    border: 1px solid #848484;
}

/* настройка вида самой ссылки, ширина, цвет, фон, шрифты и так далее */
#pun .sslka a {
    background: #414040;
    white-space: nowrap;
    margin: 5px auto;
    text-align: center;
    display: block;
    padding: 4px 6px 4px 6px;
    text-transform: lowercase;
    width: 160px;
    color: #ffffff;
    font-family: Rubik;
    font-size: 10px;
    border-radius: 10px;
}

.prrple #pun .sslka a {
    background: #222421;
    color: #eee;
}

/* ссылка при наведении */
#pun .sslka a:hover {
    background: #535e5a;
}

.prrple #pun .sslka a:hover {
    background: #5a5160;
}

/* партнерство */

.partn {
    margin-top: -48px;
    margin-left: 148px;
    position: absolute;
    z-index: 1000;
    width: 565px;
    height: 26px;
    overflow-y: auto;
    padding: 7px 7px 7px 7px;
    text-align: center;
}

.plopf {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
}

.plopf img {
    opacity: 0.5;
    filter: grayscale(1.0);
    border: 0px solid #000;
}

.plopf img:hover {
    opacity: 1.0;
    filter: grayscale(0.3);
}

/*БыстроПлюсы для Топика! by Deff*/
.noNull:before {
    content: "+";
    font-size: 9px;
    display: inline-block;
    margin-left: -10px;
    margin-top: 0px;
    position: absolute;
}

div .post-rating p>a {
    background: rgb(254 251 255 / 20%);
    background-size: 24px auto;
    height: 22px;
    vertical-align: middle;
    justify-content: center;
    outline: 1px solid transparent;
    border-radius: 4px;
    position: relative;
    display: flex;
    font: 400 12px rubik;
    letter-spacing: 0.1px;
    color: black;
    z-index: 100;
    padding: 0px 6px 0 2px;
    text-align: center;
    font-size: 12px !important;
    line-height: 10px;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: none !important;
}

div.prrple-style .post-rating p>a {
    color: #6BC8AF !important;
}

/* div.post-vote {
    margin-bottom: 65px;
} */ 

div.post-vote p>a {
    background: url(http://forumstatic.ru/files/001b/d8/2c/75389.svg) center no-repeat, 100%, rgb(254 251 255 / 20%);
    margin-left: -10px;
    margin-top: 2px;
    font-size: 0 !important;
    position: relative;
    z-index: 10;
    width: 14px;
    height: 18px;
    padding: 2px 6px !important;
    background-size: 14px;
    border-radius: 4px;
    display: block;
    box-shadow: none !important;
    trasition: .3s ease;
}

div.post-vote p>a:hover {
    background: url(http://forumstatic.ru/files/001b/d8/2c/75389.svg) center no-repeat, 100%, rgb(var(--accent-bg), .4);
    background-size: 14px;
}

/* .post.prrple-style div.post-vote p>a {
    background: url(http://forumstatic.ru/files/001b/d8/2c/75389.svg) no-repeat;
    background-size: 100%;
} */


/* personal page*/

.reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 48%;
    margin-left: -300px;
    width: 520px;
    position: absolute;
    z-index: 999;
    padding: 30px 40px 30px;
}

/* positioning */
.reveal-modal.xlarge {
    width: 800px;
    margin-left: -388px;
    text-align: center;
}

/* cross */
.reveal-modal .close-reveal-modal {
    position: absolute;
    cursor: pointer;
    top: 44px;
    right: 104px;
    font-size: 12px;
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: none;
    background: #000;
    padding: 4px;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    text-align: center;
}

/* slider */
.menu span {
    cursor: pointer;
    display: block;
    margin: 7px 0;
    padding: 11px;
    text-align: left;
    width: 150px;
}

.menu-links {
    float: left;
    margin-right: 15px;
}

#submenu {
    display: inline-block;
}

#submenu,
.menu span {
    border-radius: 5px;
    background: #efeff0;
}

.menu .tabactive {
    color: #000000;
    background: #777777;
}

#submenu {
    padding: 7px;
    height: 180px;
    font-size: 12px;
    width: 595px;
}

.submenutext {
    display: none;
    height: 40px;
}

.backls {
    padding: 15px;
    background: url(https://upforme.ru/uploads/0019/b7/cb/2/978564.jpg) no-repeat;
    padding: 15px;
    width: 720px;
    height: 465px;
    color: #e8e8e8;
    box-shadow: 0px 0px 24px #000000b0;
}

.epzag,
.artefzag {

    background: #000;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 10px;
}

.epfon {
    background: #bebebe;
    height: 170px;
    border-radius: 20px;
    margin: 10px 0px;
}

.eposn {
    height: 136px;
    overflow-y: auto;
    padding: 10px;
    width: 391px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.epname {
    background: #546964;
    margin: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 9px;
    color: #eee !important;
    padding: 3px 0px;
}

.prrple .epname {
    background: #655669;
}

.epname a,
.eppers a {
    color: #eee !important;
}

.eppers {
    border-bottom: 1px dotted #828282;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 8px;
}

.epdisc {
    font-size: 9px;
    padding: 0px 10px;
    text-align: justify;
    margin-bottom: 10px;
}

.epshape {
    background: #292428;
}

.artfon {
    background: #bebebe;
    height: 120px;
    border-radius: 20px;
    margin-top: 10px;
}

.artosn {
    height: 92px;
    padding: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;

}

.artef {
    background: #292428;
    padding: 5px;
    border-radius: 10px;
    width: 140px;
}

.arttext {
    font-size: 8px;
    background: #424242;
    padding: 2px;
    border-radius: 0px 0px 5px 5px;
}

.artimg img {
    height: 50px;
    width: 50px;
    border-radius: 100%;
}

.epzag,
.artefzag {

    background: #000;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 10px;
}

.epfon {
    background: #bebebe;
    height: 170px;
    border-radius: 20px;
    margin: 10px 0px;
}

.eposn {
    height: 136px;
    overflow-y: auto;
    padding: 10px;
    width: 391px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.epname {
    background: #546964;
    margin: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 9px;
    color: #eee !important;
}

.prrple .epname {
    background: #655669;
}

.epname a {
    color: #eee !important;
}


.plosn img,
.fonosn img {
    width: 160px;
    margin-bottom: 3px;
    border-radius: 5px;
}

.gameinfo,
.geninfo {
    height: 366px;
    overflow-y: auto;
    overflow-x: hidden !important;
    padding: 10px;
    border: 1px solid #888888;
    text-align: center;
    border-radius: 20px;
}

.lsleft {
    position: relative;
    display: block;
    width: 220px;
    height: 400px;
    margin-left: 6px;
    padding-top: 17px;
}


.lsname {
    background: #000;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 10px;
}



.l1 b,
.l2 b,
.l3 b {
    background: #bebebe;
    padding: 3px 5px;
    border-radius: 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 8px;
    margin-right: 5px;
}


.l1,
.l2,
.l3 {
    border-bottom: 2px dotted #828282;
    text-align: left;
    font-size: 10px;
    padding-bottom: 9px;
    margin-top: 13px;
}


.tvink b {
    background: #000;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 8px;
    width: 180px;
    display: block;
}


.tvink {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #828282;
    border-radius: 20px;
}

.tvinklist {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 5px;
}

.prrple .tvinklist a {
    background: #66576a;
    padding: 3px 10px;
    border-radius: 10px;
}

.tvinklist a {
    background: #546964;
    padding: 3px 10px;
    border-radius: 10px;
    color: #eee !important;
    font-size: 10px;
    text-transform: lowercase;
}

.lsav {
    margin: 15px 0px;
}

.lsav img {
    max-width: 80px;
    max-height: 80px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 4px solid #828282;
    filter: grayscale(1);
}

.plfon b,
.fonfon b {
    background: #bebebe;
    padding: 3px 5px;
    border-radius: 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 8px;
    margin-right: 5px;
    margin-bottom: 10px !important;
}

.plfon,
.fonfon {
    width: 180px;
    height: 156px;
    background: #292428;
    border-radius: 10px;
    padding: 10px;
}

.plosn,
.fonosn {
    height: 129px;
    overflow-y: auto;
}

.varfon,
.zhfon {
    width: 180px;
    height: 155px;
    background: #292428;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
}

.varfon b,
.zhfon b {
    background: #bebebe;
    padding: 3px 5px;
    border-radius: 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 8px;
    margin-right: 5px;
    margin-bottom: 10px !important;
}

.varosn,
.zhosn {
    height: 113px;
    width: 182px;
    overflow-y: hidden;
    overflow-x: auto;
    display: inline-flex;
    padding-bottom: 15px;
}


.vrimg img,
.zhimg img {
    max-height: 50px;
}

.vrtxt zag,
.zhtxt zag {
    font-weight: bold;
    font-size: 10px;
}

.vr,
.zh {
    height: 93px;
    min-width: 110px;
    background: #424242;
    padding: 10px;
    display: flex;
    flex-direction: column;
    margin: 2px;
    justify-content: space-evenly;
    border-radius: 5px;
    max-width: 161px;
}

.vrtxt,
.zhtxt {
    font-size: 8px;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    white-space: normal;
    word-break: break-word;
}

.tabs {
    width: 437px;
    text-align: center;
    margin-left: 36px;
    margin-top: 0px;
}

.tabs>input[type="radio"] {
    display: none;
}

.tabs>div {
    display: none;
    padding: 20px 0px;
    font-size: 11px;
    font-family: verdana;
    height: 450px;
}

#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3,
#tab-btn-4:checked~#content-4 {
    display: block;
}

.tabs>label {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 105px;
    cursor: pointer;
    padding: 5px 8px 5px 8px;
    background: #000000;
    text-align: center;
    font-family: Rubik;
    font-size: 10px;
    letter-spacing: 0.6px;
    text-transform: lowercase;
    border-radius: 20px;
}

.tabs>label:not(:first-of-type) {
    border-left: none;
}

.tabs>input[type="radio"]:checked+label {
    background-color: #546964;
    color: #ffffff;
}

.prrple .tabs>input[type="radio"]:checked+label {
    background-color: #68596c;
}

.collectartef img {
    max-height: 60px;
    max-width: 60px;
}

a.modal-link {
    cursor: pointer
}

/* оформление всплывающей подсказки */
#tooltip {
    position: absolute;
    padding: 2px 5px 2px 5px;
    border: 1px solid #000000 !important;
    background: #000000;
    color: #ffffff;
    font-family: Rubik !important;
    text-transform: lowercase;
    font-size: 10px;
    letter-spacing: 0.3px;
    display: none;
    text-align: center;
    z-index: 9999999;
    max-width: 180px;
}

.pa-avatar img {
    max-width: 180px;
    max-height: 180px;
}