@charset "Windows-1251";
/* Импорт */
@import url(style_cs.1757327341.css);
@import url('https://forumstatic.ru/files/001b/b3/8e/67338.css');

/* Сброс стилей  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

/* Ссылки */
a,
a:link,
a:visited {
    color: inherit;
    text-decoration: none;
    /* display: inline-block; */
}

a:hover {
    /* color: inherit; */
    text-decoration: none;
}

/* Общее */
aside,
nav,
footer,
header,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
}

ul,
ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img,
svg {
    max-width: 100%;
    border: none;
}

address {
    font-style: normal;
}

iframe {
    max-width: 100%;
}

.punbb .post-content em {
    font-style: italic;
}

.punbb .post-content em.bbuline {
    font-style: normal;
    text-decoration: underline;
}


.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,
#pun-announcement h2 {
    position: absolute;
    font-size: 0;
    height: 0;
    width: 0;
    line-height: 0;
    padding: 0;
    overflow: hidden;
    background: transparent;
    border: 0px none transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Форма */
input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button,
input[type="submit"] {
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

input[type="text"],
input[type="password"] {
    border: 1px solid var(--main_one);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    background: var(--trans_bg);
    padding: 5px;
    font-size: 13px;
    margin-right: 10px;
    max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 2px 5px 0px 0;
    max-width: 100%;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    font-size: 13px;
    display: inline-block;
    max-width: 100%;
}

select {
    border: 1px solid var(--main_one);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    background: var(--trans_bg);
    padding: 5px;
    font-size: 13px;
}

.inputfield {
    margin-bottom: 10px;
}

.inputfield label {
    font-family: 'Jura', arial, sans-serif;
}

.checkfield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#fntSlider {
    display: none;
}

/* Цвета */
:root {
    --bg_one: #19519b;
    --bg_two: #af4150;
    --base_one: #f1f3f3;
    --base_two: #191919;
    --main_one: #3f6299;
    --main_two: #274b77;
    --main_three: #9f0b3a;
    --accent: #d31b61;
    --second_accent: #81f3ff;
    --gray: #c6d4e5;
    --teal: #003c62;
    --lightteal: #02588f;
    --gloom: #012545;
    --darkbase: #010e1e;
    --tone_one: #cfe5ff;
    --tone_two: #1e4679;
    --tone_three: #b56b86;
    --tone_four: #b34e5c;
    --tone_five: #7eb1c4;
    --tone_six: #c31253;
    --tone_seven: #cceffb;
    --vine: #35021a;
    --hover_neon: #00d6fc;
    --white: #ffffff;
    --trans_bg: rgb(187 236 249 / 50%);
    --membership_bg: rgb(87 185 197 / 10%);
    --hquote_bg: rgb(0 2 1 / 50%);
    --decor_bg: rgb(69 161 207 / 46%);
    --shadow: 1px 0px 6px 6px rgb(94 203 252 / 13%) inset;
    --gradient: linear-gradient(to right, #2b4b73 0%, #a43259 100%);
    --gradient_bright: linear-gradient(45deg, #074289 0%, #b6174e 100%);

    /* Фильтры и тени */
    --shadow_neon: 2px 7px 11px -3px rgb(0 0 0 / 40%), 0px 0px 13px 6px rgb(227 247 251 / 50%), 0px 0px 24px 9px rgb(25 136 255 / 40%), 0px 0px 80px 25px rgb(25 147 255 / 29%);
    --filter_neon: drop-shadow(4px 6px 2px rgb(227 247 252 / 40%)) drop-shadow(11px 10px 5px rgb(140 190 245 / 40%)) drop-shadow(-24px -37px 19px rgb(138 200 255 / 29%));
    --filter_recolor: invert(54%) sepia(15%) saturate(3226%) hue-rotate(184deg) brightness(80%) contrast(97%);
    --filter_recolor_accent: invert(54%) sepia(12%) saturate(3252%) hue-rotate(292deg) brightness(65%) contrast(141%);
    --filter_slider: invert(30%) sepia(15%) saturate(3242%) hue-rotate(193deg) brightness(123%) contrast(120%) drop-shadow(0px 0px 21px white);
    --filter_active: sepia(16%) hue-rotate(350deg) invert(1) saturate(63.5) brightness(1.9) contrast(0.4);
    --filter_aicon: grayscale(1) sepia(7) hue-rotate(142deg);
    --filter_lz: drop-shadow(0px 0px 2px rgb(21 0 74 / 30%)) drop-shadow(-7px -7px 10px rgb(255 255 255 / 40%)) drop-shadow(0px 0px 12px rgb(32 152 255 / 80%));
    --filter: hue-rotate(45deg);
    --prwid: 230px;
    --friddles_bg1: #0e0e17;
    --friddles_tx1: #5ef6ff;
    --friddles_tx2: #f75049;
    --friddles_tx3: #d2f555;
    --friddles_bg2: #101f30;
}


/************** Зелёный *****************/

.green {
    --bg_one: #01574e;
    --bg_two: #9e3838;
    --base_one: #f7f8f8;
    --base_two: #191919;
    --main_one: #15736c;
    --main_two: #0e3837;
    --main_three: #9f152f;
    --accent: #cf3962;
    --second_accent: #81ffe2;
    --gray: #c6e5df;
    --teal: #095f56;
    --lightteal: #097e6f;
    --gloom: #0b4546;
    --darkbase: #010e1e;
    --tone_one: #d8edea;
    --tone_two: #095754;
    --tone_three: #e5a7a7;
    --tone_four: #b34e5c;
    --tone_five: #8ad6d6;
    --tone_six: #c31253;
    --tone_seven: #ccfbee;
    --vine: #350202;
    --hover_neon: #19ffca;
    --white: #ffffff;
    --trans_bg: rgb(187 249 238 / 34%);
    --membership_bg: rgb(87 197 167 / 10%);
    --hquote_bg: rgb(0 2 1 / 50%);
    --decor_bg: rgb(69 207 188 / 46%);
    --shadow: 1px 0px 6px 6px rgb(94 252 246 / 13%) inset;
    --gradient: linear-gradient(to right, #0e6262 0%, #a43259 100%);
    --gradient_bright: linear-gradient(45deg, #078889 0%, #b6174e 100%);

    /* Фильтры и тени */
    --shadow_neon: 2px 7px 11px -3px rgb(0 0 0 / 40%),
        0px 0px 13px 6px rgb(227 247 251 / 50%),
        0px 0px 24px 9px rgb(25 249 255 / 40%),
        0px 0px 80px 25px rgb(25 255 234 / 29%);
    --filter_neon: drop-shadow(4px 6px 2px rgb(227 247 252 / 40%)) drop-shadow(11px 10px 5px rgb(25 255 236 / 40%)) drop-shadow(-24px -37px 19px rgb(25 255 236 / 29%));
    --filter_recolor: invert(54%) sepia(15%) saturate(3226%) hue-rotate(130deg) brightness(80%) contrast(97%);
    --filter_recolor_accent: invert(54%) sepia(12%) saturate(3252%) hue-rotate(300deg) brightness(65%) contrast(141%);
    --filter_slider: invert(30%) sepia(15%) saturate(3242%) hue-rotate(107deg) brightness(123%) contrast(120%) drop-shadow(0px 0px 21px white);
    --filter_active: sepia(16%) hue-rotate(310deg) invert(1) saturate(63.5) brightness(1.9) contrast(0.4);
    --filter_aicon: grayscale(1) sepia(7) hue-rotate(130deg);
    --filter: hue-rotate(350deg);
    --filter_lz: drop-shadow(0px 0px 2px rgb(21 0 74 / 30%)) drop-shadow(-7px -7px 10px rgb(255 255 255 / 40%)) drop-shadow(0px 0px 12px rgb(32 250 255 / 80%));
    --prwid: 230px;
}

.green .category h2 span:before,
.green .category h2 span:after {
    -webkit-filter: hue-rotate(320deg) invert(1) brightness(0.5);
    filter: hue-rotate(320deg) invert(1) brightness(0.5);
}

.green #pun-category1 .container table tr td.tcr:after,
.green #pun-category2 .container table tr td.tcr:after,
.green #pun-category4 .container table tr:not(#forum_f7) td.tcr:after,
.green .go-up,
.green .go-down {
    -webkit-filter: hue-rotate(320deg);
    filter: hue-rotate(320deg);
}

.green .go-up:hover,
.green .go-down:hover {
    -webkit-filter: hue-rotate(320deg) brightness(1.15);
    filter: hue-rotate(320deg) brightness(1.15);
}

.green .statscon .container {
    background: url('https://forumstatic.ru/files/001b/b3/8e/86484.png') no-repeat;
    background-position-x: 50px;
    background-position-y: 25px;
}

.green .punbb .post-links:before,
.green .punbb .post-links:after,
.green .post h3 span::before,
.green .post h3 span::after {
    background: url('https://forumstatic.ru/files/001b/b3/8e/32041.png') no-repeat;
}

/************** Синий *****************/

.blue {
    --bg_one: #19519b;
    --bg_two: #af4150;
    --base_one: #f1f3f3;
    --base_two: #191919;
    --main_one: #3f6299;
    --main_two: #274b77;
    --main_three: #9f0b3a;
    --accent: #d31b61;
    --second_accent: #81f3ff;
    --gray: #c6d4e5;
    --teal: #003c62;
    --lightteal: #02588f;
    --gloom: #012545;
    --darkbase: #010e1e;
    --tone_one: #cfe5ff;
    --tone_two: #1e4679;
    --tone_three: #b56b86;
    --tone_four: #b34e5c;
    --tone_five: #7eb1c4;
    --tone_six: #c31253;
    --tone_seven: #cceffb;
    --vine: #35021a;
    --hover_neon: #00d6fc;
    --white: #ffffff;
    --trans_bg: rgb(187 236 249 / 50%);
    --membership_bg: rgb(87 185 197 / 10%);
    --hquote_bg: rgb(0 2 1 / 50%);
    --decor_bg: rgb(69 161 207 / 46%);
    --shadow: 1px 0px 6px 6px rgb(94 203 252 / 13%) inset;
    --gradient: linear-gradient(to right, #2b4b73 0%, #a43259 100%);
    --gradient_bright: linear-gradient(45deg, #074289 0%, #b6174e 100%);

    /* Фильтры и тени */
    --shadow_neon: 2px 7px 11px -3px rgb(0 0 0 / 40%), 0px 0px 13px 6px rgb(227 247 251 / 50%), 0px 0px 24px 9px rgb(25 136 255 / 40%), 0px 0px 80px 25px rgb(25 147 255 / 29%);
    --filter_neon: drop-shadow(4px 6px 2px rgb(227 247 252 / 40%)) drop-shadow(11px 10px 5px rgb(140 190 245 / 40%)) drop-shadow(-24px -37px 19px rgb(138 200 255 / 29%));
    --filter_recolor: invert(54%) sepia(15%) saturate(3226%) hue-rotate(184deg) brightness(80%) contrast(97%);
    --filter_recolor_accent: invert(54%) sepia(12%) saturate(3252%) hue-rotate(292deg) brightness(65%) contrast(141%);
    --filter_slider: invert(30%) sepia(15%) saturate(3242%) hue-rotate(193deg) brightness(123%) contrast(120%) drop-shadow(0px 0px 21px white);
    --filter_active: sepia(16%) hue-rotate(350deg) invert(1) saturate(63.5) brightness(1.9) contrast(0.4);
    --filter_aicon: grayscale(1) sepia(7) hue-rotate(142deg);
    --filter_lz: drop-shadow(0px 0px 2px rgb(21 0 74 / 30%)) drop-shadow(-7px -7px 10px rgb(255 255 255 / 40%)) drop-shadow(0px 0px 12px rgb(32 152 255 / 80%));
    --filter: hue-rotate(45deg);
}



/************** Фиолетовый *****************/

.violet {
    --bg_one: #41245d;
    --bg_two: #a95c00db;
    --base_one: #f9f9f8;
    --base_two: #191919;
    --main_one: #5d4177;
    --main_two: #27034e;
    --main_three: #a33c24;
    --accent: #e3810c;
    --second_accent: #a357d3;
    --gray: #c6d4e5;
    --teal: #55385c;
    --lightteal: #6e508a;
    --gloom: #220e41;
    --darkbase: #13011e;
    --tone_one: #f9ecfd;
    --tone_two: #351d54;
    --tone_three: #a67a6f;
    --tone_four: #fff9e8;
    --tone_five: #c48f67;
    --tone_six: #dd6627;
    --tone_seven: #fbeccc;
    --vine: #95092d;
    --hover_neon: #f9701b;
    --white: #ffffff;
    --trans_bg: rgb(234 187 249 / 22%);
    --membership_bg: rgb(197 178 87 / 10%);
    --shadow: 1px 0px 6px 6px rgb(94 203 252 / 13%) inset;
    --gradient: linear-gradient(to right, #432163 0%, #d49037 100%);
    --gradient_bright: linear-gradient(120deg, #46025d 0%, #eb594a 100%);
    --hquote_bg: rgb(0 2 1 / 50%);
    --decor_bg: rgb(207 133 69 / 46%);
    --shadow_neon: 2px 7px 11px -3px rgb(0 0 0 / 40%), 0px 0px 13px 6px rgb(227 247 251 / 50%), 0px 0px 24px 9px rgb(233 181 106 / 38%), 0px 0px 80px 25px rgb(222 25 255 / 29%);
    --filter_neon: drop-shadow(4px 6px 2px rgb(227 247 252 / 40%)) drop-shadow(11px 10px 5px rgb(255 137 25 / 40%)) drop-shadow(-24px -37px 19px rgb(73 25 255 / 29%));
    --filter_recolor: invert(54%) sepia(15%) saturate(3288%) hue-rotate(220deg) brightness(60%) contrast(86%);
    --filter_recolor_accent: invert(54%) sepia(12%) saturate(3252%) hue-rotate(0deg) brightness(95%) contrast(141%);
    --filter_slider: invert(30%) sepia(15%) saturate(3242%) hue-rotate(213deg) brightness(123%) contrast(120%) drop-shadow(0px 0px 21px white);
    --filter_active: sepia(16%) hue-rotate(22deg) invert(1) saturate(63.5) brightness(1.9) contrast(0.4);
    --filter_aicon: grayscale(1) sepia(7) hue-rotate(217deg);
    --filter_lz: drop-shadow(0px 0px 2px rgb(21 0 74 / 30%)) drop-shadow(-7px -7px 10px rgb(255 255 255 / 40%)) drop-shadow(0px 0px 12px rgb(255 134 32 / 80%));
    --filter: hue-rotate(80deg);
    --prwid: 230px;
}

.violet .header__text-inner:before,
.violet .header__guest-menu a:before,
.violet .header__guest-menu2 a:before {
    -webkit-filter: brightness(1) blur(1px);
    filter: brightness(1) blur(1px);
}

.violet #pun-index .container table .intd h3 a:before,
.violet #pun-index .container table .intd h3 a:after {
    -webkit-filter: grayscale(1) sepia(7) hue-rotate(340deg) contrast(1.5);
    filter: grayscale(1) sepia(7) hue-rotate(340deg) contrast(1.5);
}

.violet .category h2 span:before,
.violet .category h2 span:after {
    -webkit-filter: hue-rotate(58deg) brightness(1.2);
    filter: hue-rotate(58deg) brightness(1.2);
}

.violet #pun-category1 .container table tr td.tcr:after,
.violet #pun-category2 .container table tr td.tcr:after,
.violet #pun-category4 .container table tr:not(#forum_f7) td.tcr:after {
    -webkit-filter: hue-rotate(45deg);
    filter: hue-rotate(45deg);
}

.violet .go-up,
.violet .go-down {
    -webkit-filter: hue-rotate(45deg);
    filter: hue-rotate(45deg);
}

.violet .go-up:hover,
.violet .go-down:hover {
    -webkit-filter: hue-rotate(45deg) brightness(1.15);
    filter: hue-rotate(45deg) brightness(1.15);
}

.violet #profile-right li,
.violet #viewprofile #profile-signature {
    background: rgb(221 202 247 / 67%);
}

.violet #viewprofile #profile-right a {
    color: var(--main_two);
}

.violet #viewprofile #profile-right a:hover {
    color: var(--second_accent);
}

.violet .episode_red {
    border: 2px solid var(--main_three);
}

.violet .episode_red .episode__title {
    background: var(--main_three);
}

.violet .episode_red .episode__pers {
    border: 2px solid var(--main_three);
}

.violet .episode_red .episode__date {
    background: var(--main_three);
}

.violet .episode_light .episode__date::after {
    -webkit-filter: hue-rotate(220deg);
    filter: hue-rotate(220deg);

}

.violet .statscon .container {
    background: url('https://forumstatic.ru/files/001b/b3/8e/83266.png') no-repeat;
    background-position-x: 50px;
    background-position-y: 25px;
}

.violet .punbb .post-links:before,
.violet .punbb .post-links:after,
.violet .post h3 span::before,
.violet .post h3 span::after {
    background: url('https://forumstatic.ru/files/001b/b3/8e/45277.png') no-repeat;
}

.violet .header__name {
    text-shadow: -4px 1px var(--tone_six), -7px 1px var(--tone_one);
    -webkit-text-shadow: --tone_six;
}

.violet .header__name:hover {
    text-shadow: 0px 0px var(--hover_neon), 0px 0px var(--accent);
}

.pa-avatar img[alt="Dr Paradox"] {
    -webkit-filter: hue-rotate(45deg);
    filter: hue-rotate(45deg);
}

/* Шрифты */

@font-face {
    font-family: 'Rajdhani';
    src: local('Rajdhani'), url('https://forumstatic.ru/files/001b/b3/8e/69102.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/b3/8e/69026.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/b3/8e/80327.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rajdhani';
    src: local('Rajdhani bold'), local('Rajdhani-bold'),
        url('https://forumstatic.ru/files/001b/b3/8e/31001.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/b3/8e/25054.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/b3/8e/78725.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('https://forumstatic.ru/files/001a/60/0b/36450.ttf') format('truetype');
    src: url('https://forumstatic.ru/files/001a/60/0b/36902.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Days One';
    src: url('https://forumstatic.ru/files/001b/b3/f0/41729.eot');
    src: url('https://forumstatic.ru/files/001b/b3/f0/41729.eot?#iefix') format('embedded-opentype'),
        url('https://forumstatic.ru/files/001b/b3/f0/14970.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/b3/f0/27742.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/b3/f0/87601.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Neue Machina';
    src: url('https//forumstatic.ru/files/001b/ae/59/30540.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/ae/59/29013.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/ae/59/23654.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'yeseva one';
    src: url('https://forumstatic.ru/files/001b/ae/59/94200.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/ae/59/35573.woff') format('woff');
    src: url('https://forumstatic.ru/files/001b/ae/59/23654.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('https://forumstatic.ru/files/001b/b3/8e/14329.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/b3/8e/88666.woff') format('woff');
    src: url('https://forumstatic.ru/files/001b/b3/8e/55887.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu'), url('https://forumstatic.ru/files/001b/ae/59/11640.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/ae/59/41094.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/ae/59/89352.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'),
        url('https://forumstatic.ru/files/001b/b3/8e/85289.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/b3/8e/69531.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/b3/8e/12520.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Bicubik';
    src: url('Bicubik.eot');
    src: local('Bicubik'),
        url('https://forumstatic.ru/files/001b/ae/59/78793.eot?#iefix') format('embedded-opentype'),
        url('https://forumstatic.ru/files/001b/ae/59/62595.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/ae/59/56318.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Comforter';
    src: local('Comforter Regular'), local('Comforter-Regular'),
        url('https://forumstatic.ru/files/001b/ae/59/65055.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/ae/59/69081.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/ae/59/51127.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'History Pro';
    src: url('HistoryPro-Two.eot');
    src: local('History Pro 02'), local('HistoryPro-Two'),
        url('https://forumstatic.ru/files/001b/ae/59/46904.eot?#iefix') format('embedded-opentype'),
        url('https://forumstatic.ru/files/001b/ae/59/51732.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/ae/59/66259.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/ae/59/84354.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'True Gothic';
    src: url('TrueGothicCyr.eot');
    src: local('True Gothic Cyr'), local('TrueGothicCyr'),
        url('https://forumstatic.ru/files/001b/ae/59/42875.eot?#iefix') format('embedded-opentype'),
        url('https://forumstatic.ru/files/001b/ae/59/44622.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/ae/59/86198.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Wolfenstein';
    src: url('https://forumstatic.ru/files/001b/ae/59/71870.eot');
    src: local('RUSWolfenstein'),
        url('https://forumstatic.ru/files/001b/ae/59/71870.eot?#iefix') format('embedded-opentype'),
        url('https://forumstatic.ru/files/001b/ae/59/75398.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/ae/59/53387.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lumios Typewriter';
    src: url('https://forumstatic.ru/files/001b/ae/59/20660.eot');
    src: local('Lumios Typewriter Tape'), local('LumiosTypewriter-Tape'),
        url('https://forumstatic.ru/files/001b/ae/59/20660.eott?#iefix') format('embedded-opentype'),
        url('https://forumstatic.ru/files/001b/ae/59/71845.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/ae/59/59369.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/ae/59/16495.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Minecraft';
    src: url('https://forumstatic.ru/files/001b/ae/59/86411.eot');
    src: local('Minecraft Rus Regular'), local('Minecraft'),
        url('Minecraft.eot?#iefix') format('embedded-opentype'),
        url('https://forumstatic.ru/files/001b/ae/59/28040.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/ae/59/84638.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/ae/59/55833.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tokyo Aurora';
    src: url('https://forumstatic.ru/files/001b/ae/59/32227.eot');
    src: local('ML Tokyo Aurora Regular'), local('MLTokyoAurora-Regular'),
        url('https://forumstatic.ru/files/001b/ae/59/32227.eot?#iefix') format('embedded-opentype'),
        url('https://forumstatic.ru/files/001b/ae/59/89023.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/ae/59/40127.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/ae/59/13913.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Red October';
    src: url('https://forumstatic.ru/files/001b/ae/59/76740.eot');
    src: url('https://forumstatic.ru/files/001b/ae/59/76740.eot?#iefix') format('embedded-opentype'),
        url('https://forumstatic.ru/files/001b/ae/59/23278.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/ae/59/22385.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/ae/59/99781.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'miratrix';
    src: url('https://forumstatic.ru/files/001b/ae/59/48738.eot');
    src: url('https://forumstatic.ru/files/001b/ae/59/48738.eot?#iefix') format('embedded-opentype'),
        url('https://forumstatic.ru/files/001b/ae/59/50162.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/ae/59/45798.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/ae/59/79171.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura New';
    src: url('https://forumstatic.ru/files/001b/ae/59/16459.eot');
    src: url('https://forumstatic.ru/files/001b/ae/59/16459.eot?#iefix') format('embedded-opentype'),
        url('https://forumstatic.ru/files/001b/ae/59/94185.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/ae/59/77207.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/ae/59/95875.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bender';
    src: local('Bender'), url('https://forumstatic.ru/files/001b/b3/f0/42767.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/b3/f0/17891.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/b3/f0/55801.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Bender';
    src: local('Bender Italic'), local('Bender-Italic'),
        url('https://forumstatic.ru/files/001b/b3/f0/24412.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/b3/f0/10178.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/b3/f0/83345.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Bender';
    src: local('Bender Bold'), local('Bender-Bold'),
        url('https://forumstatic.ru/files/001b/b3/f0/79347.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/b3/f0/63174.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/b3/f0/73918.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Bender';
    src: local('Bender Bold Italic'), local('Bender-BoldItalic'),
        url('https://forumstatic.ru/files/001b/b3/f0/86180.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/b3/f0/39598.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/b3/f0/50534.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Akrobat';
    src: url('https://forumstatic.ru/files/001b/b3/8e/97746.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/b3/8e/25679.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/b3/8e/38034.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akrobat';
    src: url('https://forumstatic.ru/files/001b/b3/8e/22198.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/b3/8e/69176.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/b3/8e/89586.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akrobat';
    src: url('https://forumstatic.ru/files/001b/b3/8e/87612.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/b3/8e/40614.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/b3/8e/13547.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akrobat';
    src: url('https://forumstatic.ru/files/001b/b3/8e/64744.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/b3/8e/51407.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/b3/8e/35338.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akrobat';
    src: url('https://forumstatic.ru/files/001b/b3/8e/81101.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/b3/8e/33826.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/b3/8e/19928.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akrobat';
    src: url('https://forumstatic.ru/files/001b/b3/8e/78962.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/b3/8e/10107.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/b3/8e/40503.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akrobat';
    src: url('https://forumstatic.ru/files/001b/b3/8e/19900.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/b3/8e/23783.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/b3/8e/20281.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akrobat';
    src: url('https://forumstatic.ru/files/001b/b3/8e/81078.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/b3/8e/77071.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/b3/8e/95615.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Marianna';
    src: url('https://forumstatic.ru/files/001b/b3/8e/79472.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ouvality';
    src: url('https://forumstatic.ru/files/001b/b3/8e/75873.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vrusher';
    src: url('https://forumstatic.ru/files/001b/b3/8e/68141.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Marck Script';
    src: url('https://forumstatic.ru/files/001b/b3/8e/41586.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alistair Signature';
    src: url('https://forumstatic.ru/files/001b/b3/8e/35976.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Caravan';
    src: url('https://forumstatic.ru/files/001b/b3/8e/30957.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antarctic';
    src: url('https://forumstatic.ru/files/001b/b3/8e/30466.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Another Danger';
    src: url('https://forumstatic.ru/files/001b/b3/8e/79428.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brushboy';
    src: url('https://forumstatic.ru/files/001b/b3/8e/10810.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Riverhack';
    src: url('https://forumstatic.ru/files/001b/b3/8e/49596.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Skandal';
    src: url('https://forumstatic.ru/files/001b/b3/8e/39877.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neon';
    src: url('https://forumstatic.ru/files/001b/b3/8e/14306.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adventure';
    src: url('https://forumstatic.ru/files/001b/b3/8e/28346.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jura';
    src: url('https://forumstatic.ru/files/001b/b3/8e/90067.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jura';
    src: url('https://forumstatic.ru/files/001b/b3/8e/55105.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jura';
    src: url('https://forumstatic.ru/files/001b/b3/8e/81583.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jura';
    src: url('https://forumstatic.ru/files/001b/b3/8e/20666.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jura';
    src: url('https://forumstatic.ru/files/001b/b3/8e/59807.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Punch';
    src: url('https://forumstatic.ru/files/001b/b3/8e/72202.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/b3/8e/57564.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/b3/8e/68533.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sweet Mavka';
    src: url('https://forumstatic.ru/files/001b/b3/8e/99606.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HansHand';
    src: url('https://forumstatic.ru/files/001b/b3/8e/54830.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vasek';
    src: url('https://forumstatic.ru/files/001b/b3/8e/52565.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Russianpunk';
    src: url('https://forumstatic.ru/files/001b/b3/8e/23303.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merkurcy';
    src: url('https://forumstatic.ru/files/001b/b3/8e/63907.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Slotcy';
    src: url('https://forumstatic.ru/files/001b/b3/8e/72201.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Enchanted land';
    src: url('https://forumstatic.ru/files/001b/b3/8e/12697.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Wes';
    src: url('https://forumstatic.ru/files/001b/b3/8e/55610.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Revard';
    src: url('https://forumstatic.ru/files/001b/b3/8e/13381.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neuropol';
    src: url('https://forumstatic.ru/files/001b/b3/8e/81389.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Discovery';
    src: url('https://forumstatic.ru/files/001b/b3/8e/70525.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bernier';
    src: url('https://forumstatic.ru/files/001b/b3/8e/17898.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'True Lines';
    src: url('https://forumstatic.ru/files/001b/b3/8e/49649.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Анимации */

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 120s linear infinite;
    animation: rotating 120s linear infinite;
}

/* База */

html {
    background: var(--bg_one);
    background: url('https://forumstatic.ru/files/001b/b3/8e/84786.png') repeat top left,
        -o-linear-gradient(315deg, var(--bg_one) 0%, var(--bg_two) 100%);
    background: url('https://forumstatic.ru/files/001b/b3/8e/84786.png') repeat top left,
        linear-gradient(135deg, var(--bg_one) 0%, var(--bg_two) 100%);
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    font-size: 100%;
    font-family: 'roboto', arial, sans-serif;
    line-height: 1.4;
    background-attachment: fixed;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    background-blend-mode: difference;
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 330px;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    width: initial;
    border-spacing: 0;
}

#pun {
    max-width: 1024px;
    margin: auto;
    padding: 15px 30px;
    position: relative;
    overflow-wrap: break-word;
    background: var(--base_one);
    background: url('https://forumstatic.ru/files/001b/b3/8e/44101.png') calc(100% - 2px) calc(100% - 6px) repeat-y,
        -webkit-gradient(linear, left top, left bottom, from(var(--base_one)), to(var(--base_one))) 50% 50%/calc(100% - 6px) calc(100% - 6px) no-repeat,
        -webkit-gradient(linear, left bottom, left top, color-stop(60%, transparent), to(var(--main_one))),
        -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(var(--main_one)));
    background: url('https://forumstatic.ru/files/001b/b3/8e/44101.png') calc(100% - 2px) calc(100% - 6px) repeat-y,
        -o-linear-gradient(var(--base_one), var(--base_one)) 50% 50%/calc(100% - 6px) calc(100% - 6px) no-repeat,
        -o-linear-gradient(bottom, transparent 60%, var(--main_one) 100%),
        -o-linear-gradient(top, transparent 40%, var(--main_one) 100%);
    background: url('https://forumstatic.ru/files/001b/b3/8e/44101.png') calc(100% - 2px) calc(100% - 6px) repeat-y,
        linear-gradient(var(--base_one), var(--base_one)) 50% 50%/calc(100% - 6px) calc(100% - 6px) no-repeat,
        linear-gradient(0deg, transparent 60%, var(--main_one) 100%),
        linear-gradient(180deg, transparent 40%, var(--main_one) 100%);
    margin-bottom: 162px;
    color: var(--base_two);
}

#pun:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 201px;
    top: 380px;
    right: -17px;
    background: url('https://forumstatic.ru/files/001b/b3/8e/78228.png') top center no-repeat;
    -webkit-filter: var(--filter_recolor);
    filter: var(--filter_recolor);
}

#pun:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 6px);
    height: 100%;
    top: 0;
    left: 3px;
    z-index: -1;
    -webkit-box-shadow: var(--shadow_neon);
    box-shadow: var(--shadow_neon);
}

#html-footer {
    position: absolute;
    bottom: -122px;
    left: 0;
}

.punbb {
    max-width: 1024px;

}

.container {
    position: relative;
}

.punbb a {
    color: var(--main_three);
}

hr {
    margin: 4px auto;
    width: 80%;
    border: 0;
    height: 2px;
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), var(--teal), rgba(255, 255, 255, 0));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(var(--teal)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), var(--teal), rgba(255, 255, 255, 0));
}

table {
    width: 100%;
}

.punbb a:hover,
.punbb a:focus,
.punbb a:active {
    color: var(--accent);
}

#pun-title {
    display: none;
}

#tooltip {
    position: absolute;
    background: var(--teal);
    border: 1px solid var(--neonblue);
    border-radius: 1px;
    z-index: 999;
    display: block;
    padding: 3px 10px;
    max-width: 210px;
    font: normal 11px/14px verdana, sans-serif;
    color: var(--base_one);
    text-shadow: 1px 1px 0 #000;
    text-align: center;
    -webkit-box-shadow: 0 1px 3px rgb(30 33 23 / 30%);
    box-shadow: 0 1px 3px rgb(30 33 23 / 30%);
}

#pun-main,
#pun-crumbs1,
#pun-crumbs2,
#pun-stats {
    position: relative;
}

#pun-viewtopic #pun-main,
#pun-searchposts #pun-main,
#pun-post #pun-main {
    padding: 15px 0;
}

#pun-searchposts #pun-main .post h3 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 0 5px;
    justify-items: self-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
}

#pun-searchposts #pun-main .post h3 span strong {
    margin-right: 20px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.isuser.ismoderator.isadmin .section td {
    padding: 5px;
}

td#button-files_rusff {
    display: none !important;
}

td#button-graffiti_rusff {
    display: none !important;
}

p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
    height: auto;
    vertical-align: middle;
    position: relative;
}

/* Заголовки */

#pun-main h1 {
    display: block;
    text-align: center;
    margin: 5px -30px;
    padding: 10px;
    font-family: 'Jura', arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--main_two);
    position: relative;
}

#pun-main h1:before {
    content: "";
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: var(--main_one);
    -webkit-clip-path: polygon(0px 0px, 85px 0px, 90px 5px, 100% 5px, 100% 6px, 85px 6px, 80px 10px, 0px 10px);
    clip-path: polygon(0px 0px, 85px 0px, 90px 5px, 100% 5px, 100% 6px, 85px 6px, 80px 10px, 0px 10px);
}

/* полоса прокрутки (кроме мозиллы) */

::-webkit-scrollbar-button {
    background-repeat: no-repeat;
    width: 6px;
    height: 0px
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: var(--bg_one);
}

::-webkit-resizer {
    background-repeat: no-repeat;
    width: 7px;
    height: 0px
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

.punbb ::-webkit-scrollbar:horizontal {
    height: 5px;
}

.punbb ::-webkit-scrollbar {
    width: 6px;
}

/* Шапка */
.header:not(th) {
    position: absolute;
    top: -340px;
    width: 100%;
    height: 300px;
    left: 0;
    background-position-y: 74px;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 280px 0px 1fr 0px 257px;
    grid-template-columns: 280px 1fr 257px;
    -ms-grid-rows: 48px 0px 1fr 0px 1fr;
    grid-template-rows: 48px repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.header:not(th)>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.header:not(th)>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.header:not(th)>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.header:not(th)>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.header:not(th)>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.header:not(th)>*:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.header:not(th)>*:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}

.header:not(th)>*:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}

.header:not(th)>*:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
}

.header__arts {
    width: 217px;
    height: 217px;
    position: absolute;
    z-index: 5;
    top: 42px;
    left: 45px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-filter: drop-shadow(-4px -5px 6px var(--hover_neon));
    filter: drop-shadow(-4px -5px 6px var(--hover_neon));
}

.header__arts-triangle {
    position: relative;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 4 / 2;
}

.header__arts-borfer {
    display: block;
    width: 308px;
    height: 303px;
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: url(https://forumstatic.ru/files/001b/b3/8e/29359.png) no-repeat;
    background-size: contain;
    -webkit-filter: var(--filter_slider);
    filter: var(--filter_slider);
}

.header__name {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
    font-size: 58px;
    font-family: 'Punch';
    line-height: 1;
    z-index: 1;
    position: relative;
    color: transparent;
    margin-top: 3px;
    margin-left: 3px;
    text-shadow: -4px 1px var(--accent), -7px 1px var(--second_accent);
    -webkit-text-shadow: -4px 1px var(--accent), -7px 1px var(--second_accent);
    -webkit-transition: text-shadow 0.3s cubic-bezier(0.96, -0.51, 0.3, 2.23);
    -o-transition: text-shadow 0.3s cubic-bezier(0.96, -0.51, 0.3, 2.23);
    transition: text-shadow 0.3s cubic-bezier(0.96, -0.51, 0.3, 2.23);
}

.header__name:hover {
    text-shadow: 0px 0px var(--second_accent), 0px 0px var(--accent);
}

.header__content_up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: url('https://forumstatic.ru/files/001b/b3/8e/11482.png') no-repeat;
    height: 120px;
    max-width: 455px;
    -webkit-filter: var(--filter_neon);
    filter: var(--filter_neon);
    padding-top: 20px;
}

.header__content_down {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3 / 2 / 4 / 3;
    background: url('https://forumstatic.ru/files/001b/b3/8e/72622.png') no-repeat;
    -webkit-filter: var(--filter_neon);
    filter: var(--filter_neon);
    height: 108px;
    max-width: 508px;
    margin-left: -48px;
    margin-top: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header__content_side {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1 / 3 / 4 / 4;
    height: 100%;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url('https://forumstatic.ru/files/001b/b3/8e/57081.png') no-repeat;
    -webkit-filter: var(--filter_neon);
    filter: var(--filter_neon);
    max-width: 268px;
    height: 264px;
    background-size: contain;
}

.header__needed {
    position: relative;
    z-index: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    padding: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header__needed span {
    color: transparent;
    font-size: 16px;
    font-family: 'Red October', arial, sans-serif;
    text-transform: uppercase;
    margin: 5px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    background: var(--gradient);
    -webkit-background-clip: text;
    background-clip: text;
    text-align: center;
}

.header__needed a {
    margin-bottom: 7px;
    width: 54px;
    height: 54px;
    outline-offset: 1px;
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.header__needed a img {
    -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 75%, 75% 100%, 0 99%, 0 25%);
    clip-path: polygon(25% 0%, 100% 1%, 100% 75%, 75% 100%, 0 99%, 0 25%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 4;
    position: relative;
    margin: 2px;
    width: 50px;
    height: 50px;
}

.header__needed a:after {
    display: block;
    content: " ";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    z-index: 5;
    margin: 2px;
    background: rgb(0, 98, 91);
    background: -o-linear-gradient(right, var(--teal) 0%, var(--hover_neon) 100%);
    background: -webkit-gradient(linear, right top, left top, from(var(--teal)), to(var(--hover_neon)));
    background: linear-gradient(-90deg, var(--teal) 0%, var(--hover_neon) 100%);
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 75%, 75% 100%, 0 99%, 0 25%);
    clip-path: polygon(25% 0%, 100% 1%, 100% 75%, 75% 100%, 0 99%, 0 25%);
}

.header__needed a:before {
    content: "";
    display: block;
    content: " ";
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 75%, 75% 100%, 0 99%, 0 25%);
    clip-path: polygon(25% 0%, 100% 1%, 100% 75%, 75% 100%, 0 99%, 0 25%);
    background: var(--gradient);
}

.header__needed a:hover:after {
    opacity: 0;
}

.header__guest-menu,
.header__guest-menu2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header__guest-menu a,
.header__guest-menu2 a {
    background: var(--gradient);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 600;
    display: block;
    padding: 2px;
    position: relative;
    width: 85px;
    -webkit-filter: drop-shadow(0px 0px 4px white);
    filter: drop-shadow(0px 0px 4px white);
    margin: 3px;
    line-height: 1.2;
}

.header__guest-menu2 a {
    width: 93px;
}

.header__guest-menu a:before,
.header__guest-menu2 a:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 9px;
    padding: 2px;
    width: 88px;
    left: -12px;
    background: var(--gradient);
    -webkit-mask:
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-clip-path: polygon(5% 0, 100% 0%, 100% 100%, 10% 97%);
    clip-path: polygon(5% 0, 100% 0%, 100% 100%, 10% 97%);
    -webkit-filter: brightness(1.5) blur(1px);
    filter: brightness(1.5) blur(1px);
}

.header__guest-menu2 a:before {
    width: 104px;
    -webkit-clip-path: polygon(9% 6%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(9% 6%, 100% 0%, 100% 100%, 0% 100%);
}

.header__guest-menu a:nth-child(1) {
    margin-left: 16px;
}

.header__guest-menu a:nth-child(2) {
    margin-left: 26px;
}

.header__guest-menu a:nth-child(3) {
    margin-left: 33px;
}

.header__guest-menu a:nth-child(4) {
    margin-left: 34px;
}

.header__guest-menu2 a:nth-child(1) {
    margin-left: 82px;
}

.header__guest-menu2 a:nth-child(2) {
    margin-left: 74px;
}

.header__guest-menu2 a:nth-child(3) {
    margin-left: 62px;
}

.header__guest-menu2 a:nth-child(4) {
    margin-left: 38px;
}

.header__content_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.header__news {
    text-align: center;
    padding: 10px;
    font-family: 'Jura', sans-serif;
    font-size: 15px;
}

.header__dropdown[type="checkbox"]:checked,
.header__dropdown[type="checkbox"]:not(:checked) {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.header__guest-menu .for-dropdown:hover,
.header__players-menu .for-dropdown:hover {
    background: var(--tone_sixs);
}

.header__dropdown:checked+label,
.header__dropdown:not(:checked)+label {
    position: relative;
    font-family: 'Jura', arial, sans-serif;
    font-weight: 500;
    font-size: 17px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    border: none;
    cursor: pointer;
    padding: 0;
    background: var(--lightteal);
}

.header__dropdown:checked+label:before {
    pointer-events: auto;
}

.header__dropdown:checked~.header__section-dropdown {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header__section-dropdown {
    position: absolute;
    padding: 5px;
    top: 24px;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 14px 35px 0 rgb(9 9 12 / 40%);
    box-shadow: 0 14px 35px 0 rgb(9 9 12 / 40%);
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 7;
    background: var(--gloom);
    width: 350px;
}

.header__section-dropdown a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px;
    margin: 2px;
    border: 1px solid var(--tone_five);
    font-size: 15px;
    background: var(--teal);
    color: var(--base_one);
}

.header__section-dropdown a:hover {
    color: var(--hover_neon);
}

.header__text {
    font-size: 13px;
    padding: 5px;
    position: relative;
    margin-top: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.header__text-ava {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 5px;
}

.header__text-ava a img {
    width: 30px;
    height: 30px;
    border: 3px solid var(--main_one);
    border-radius: 50%;
}

.header__text-inner {
    width: 200px;
    height: 105px;
    background: url(https://forumstatic.ru/files/001b/b3/8e/22828.png);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    padding: 3px 8px;
    overflow: hidden;
    position: relative;
    border-radius: 9px;
    color: var(--main_two);
    -webkit-box-shadow: inset -3px -3px 8px rgb(0 0 0 / 22%), 3px 3px 10px rgb(0 0 0 / 16%);
    box-shadow: inset -3px -3px 8px rgb(0 0 0 / 22%), 3px 3px 10px rgb(0 0 0 / 16%);
    background-clip: content-box;
    background-size: contain;
    background-position-x: -6px;
}

.header__text-inner:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 9px;
    padding: 2px;
    width: 100%;
    left: 0;
    background: var(--gradient);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-filter: brightness(1.5) blur(1px);
    filter: brightness(1.5) blur(1px);
    z-index: -1;
}

.header__text-block {
    height: 105px;
    overflow-y: auto;
}

.header__text-inner a {
    color: var(--main_one);
    font-family: 'Jura';
}

.header__text-inner a:hover {
    color: var(--accent);
}

.header__posts {
    position: relative;
    justify-items: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    width: 317px;
    margin: 10px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-columns: repeat(7, 1fr);
    -ms-grid-rows: 1fr 0px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.header__posts>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.header__posts>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.header__posts>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.header__posts>*:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.header__posts>*:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
}

.header__posts>*:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
}

.header__posts>*:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 13;
}

.header__posts>*:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.header__posts>*:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.header__posts>*:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.header__posts>*:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}

.header__posts>*:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
}

.header__posts>*:nth-child(13) {
    -ms-grid-row: 3;
    -ms-grid-column: 11;
}

.header__posts>*:nth-child(14) {
    -ms-grid-row: 3;
    -ms-grid-column: 13;
}

.header__posts:after {
    content: " ";
    display: block;
    z-index: 1;
    width: 316px;
    height: 86px;
    position: absolute;
    top: 0;
    left: 0px;
    background: url(https://forumstatic.ru/files/001b/b3/8e/47445.png) no-repeat;
    -webkit-filter: var(--filter_active);
    filter: var(--filter_active);
    opacity: 0.6;
    background-size: contain;
    margin: 1px 0 0 -2px;
}

.header__posts a {
    margin: 0px;
    position: relative;
    z-index: 3;
}

.header__posts a:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
}

.header__posts a:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-area: 1 / 5 / 2 / 6;
}

.header__posts a:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-area: 1 / 6 / 2 / 7;
}

.header__posts a:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2 / 3 / 3 / 4;
}

.header__posts a:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 2 / 4 / 3 / 5;
}

.header__posts a:nth-child(6) {
    grid-area: 2 / 1 / 3 / 2;
}

.header__posts a:nth-child(7) {
    grid-area: 1 / 3 / 2 / 4;
}

.header__posts a:nth-child(8) {
    grid-area: 2 / 5 / 3 / 6;
}

.header__posts a:nth-child(9) {
    grid-area: 1 / 1 / 2 / 2;
}

.header__posts a:nth-child(10) {
    grid-area: 2 / 7 / 3 / 7;
}

.header__posts a img,
.header__active a img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    -webkit-filter: var(--filter_aicon);
    filter: var(--filter_aicon);
    border: 1px solid var(--main_one);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header__needed a:hover img,
.header__posts a:hover img,
.header__active a:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-filter: unset;
    filter: unset;
}

.header__theme {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--main_two);
    font-size: 15px;
    font-family: 'Jura', sans-serif;
    font-weight: 700;
}

.theme-switch {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.theme-switch li {
    margin: 0 5px;
}

.theme-switch li a {
    font-size: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 0px;
    width: 0px;
    border-style: solid;
    border-color: transparent;
    border-width: 0px 0px 16px 16px;
    opacity: 0.5;
}

.theme-switch li a:hover,
.theme-switch li a:focus,
.theme-switch li a:active {
    opacity: 1;
}

.theme-switch li[data=blue] a {
    border-color: transparent transparent #e14b83 #6088b9;
}

.theme-switch li[data=green] a {
    border-color: transparent transparent #cf3962 #1c7f77;
}

.theme-switch li[data=violet] a {
    border-color: transparent transparent #e3a00c #704e8f;
}

.header__info {
    font-size: 11px;
    font-family: 'Jura', sans-serif;
    margin-top: -10px;
    font-weight: 700;
}

/* Основные ссылки навигации */

#pun-navlinks {
    position: sticky;
    font-size: 16px;
    font-family: 'Jura', arial, sans-serif;
    z-index: 5;
    padding: 3px 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--main_one);
    margin: -35px -30px 0;
    -webkit-clip-path: polygon(18px 0%, calc(100% - 18px) 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
    clip-path: polygon(18px 0%, calc(100% - 18px) 0%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
    border-top: 1px solid var(--base_one);
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, var(--main_one), var(--gray), var(--main_one));
}

#pun-navlinks a {
    color: var(--base_one);
}


#pun-navlinks .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#pun-navlinks .container li {
    display: inline-block;
    margin: 5px;
    position: relative;
}

#pun-navlinks .container li:after {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 0;
    height: 2px;
    background-color: var(--accent);
    display: block;
    right: 0;
    -webkit-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    transition: width 0.4s ease;
}

#pun-navlinks .container li:hover:after {
    width: 100%;
    left: 0;
}

#pun-navlinks .container li#navrules {
    display: none;
}

#pun-navlinks .container li#navawards {
    display: none;
}

/* Пользовательские ссылки */

#pun-ulinks {
    position: relative;
    font-size: 13px;
    font-family: 'Jura', arial, sans-serif;
    z-index: 6;
    padding: 0 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: var(--main_one);
    margin: 0 -30px;
}

#pun-ulinks a {
    color: var(--tone_one);
}

#pun-ulinks .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
}

#pun-ulinks .container li {
    display: inline-block;
    margin: 5px;
    position: relative;
}

#pun-ulinks .container li:after {
    content: "";
    position: absolute;
    bottom: -7px;
    width: 5px;
    height: 5px;
    background-color: var(--accent);
    display: block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50%;
    opacity: 0;
    left: 0%;
}

#pun-ulinks .container li:hover:after {
    opacity: 1;
    left: 50%;
}

div#pun-ulinks:before {
    position: absolute;
    content: " ";
    display: block;
    left: 0;
    bottom: -18px;
    height: 36px;
    width: 36px;
    border-bottom: 18px solid transparent;
    border-left: 18px solid var(--main_one);
}

div#pun-ulinks:after {
    position: absolute;
    content: " ";
    display: block;
    right: 0;
    bottom: -18px;
    height: 36px;
    width: 36px;
    border-bottom: 18px solid transparent;
    border-right: 18px solid var(--main_one);
}

#pun-navlinks .container li a:hover,
#pun-navlinks .container li a:focus,
#pun-navlinks .container li a:active,
#pun-ulinks .container li a:hover,
#pun-ulinks .container li a:focus,
#pun-ulinks .container li a:active {
    color: var(--hover_neon);
}

#pun-navlinks.sticky {
    position: fixed;
    top: 0;
    z-index: 99;
    border: 0;
    font-size: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 9px;
    border-width: 0px;
    margin: 0 -30px 0px 379px;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 28px;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 24px 100%, 0 calc(100% - 24px));
    clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 24px 100%, 0 calc(100% - 24px));
}

#pun-ulinks.sticky {
    position: fixed;
    top: 0;
    z-index: 99;
    background: var(--main_one);
    border: none;
    border-width: 0px;
    width: 1022px;
}

div#pun-ulinks.sticky:after {
    display: none;
}

#pun-ulinks.sticky .container li.item5,
#pun-ulinks.sticky .container li.item3 {
    display: none;
}

#pun-ulinks.sticky .container {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

#BookmCntToggle {
    top: 30px !important;
}

#pun-navlinks.sticky .container li:after {
    bottom: -5px;
}

/* Ссылки новостей */

#pun-announcement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 10px 0px;
}

#pun-announcement .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

#pun-announcement .container .html-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#pun-announcement .container .html-box .novost {
    z-index: 5;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#pun-announcement .container .html-box .novost:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}


#pun-announcement .container .html-box .novost img {
    border-radius: 50%;
    border: 2px solid var(--main_one);
    position: relative;
    z-index: 5;
    background: var(--main_one);
    -ms-grid-row-align: end;
    -ms-flex-item-align: end;
    align-self: end;
    margin-top: 3px;
    width: 40px;
    height: 40px;
}

#pun-announcement .container .html-box .novost .novost__title {
    font-size: 13px;
    font-family: 'Jura', arial, sans-serif;
    position: relative;
    z-index: 4;
    margin-left: 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-weight: 600;
    line-height: 1.3;
    border-bottom: 2px solid var(--main_one);
}

#pun-announcement .container .html-box .novost .novost__title:before {
    content: "";
    display: block;
    border-top: 2px solid var(--main_one);
    left: -13px;
    width: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 11px;
}

/* Разделители */

#pun-crumbs1,
#pun-crumbs2 {
    font-family: 'Jura', arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: var(--main_two);
    margin-top: 10px;
}

#pun-break1 {
    position: relative;
    width: 100%;
    height: 0;
}

#pun-break2 {}

#pun-break2:before {}

#pun-break2:after {}

p.container.crumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#pun-crumbs1 em,
#pun-crumbs2 em,
.post h3 em {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
}

#pun-main .container table thead {
    display: none;
}

#pun-status {
    position: relative;
    right: 0;
    font-size: 12px;
    color: var(--base_two);
}

#pun-status .container {
    margin: 10px 0;
    color: var(--main_one);
    opacity: 0.4;
}

#pun-status .item4.status-right {
    display: none;
}

/* Разметка списка форумов */
#pun-index .container table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#pun-viewforum .tc3,
#pun-modviewforum .tc3 {
    display: none;
}

#pun-viewforum .tc2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 18%;
    text-align: center;
}

#pun-viewforum .tc2 {}

#pun-viewforum .tcl {
    flex: 1 0 50%;
    max-width: 50%;
}

#pun-viewforum .tcr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 298px;
}

/* Тело поста */

.punbb .linkst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 14px;
    font-family: 'Jura', sans-serif;
    font-weight: 700;
    color: var(--main_one);
}

.punbb .linkst a {
    color: var(--tone_six);
}

.punbb .linkst a:hover {
    color: var(--accent);
}

.punbb .linksb {
    text-align: left;
    padding: 5px;
    font-size: 1.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1;
    position: inherit;
    padding: 5px 0;
    font-size: 14px;
    font-family: 'Jura', sans-serif;
    font-weight: 700;
    color: var(--main_one);
    margin-bottom: -11px;
}

.punbb .linkst noindex .postlink.long {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.subscribelink {
    font-size: 12px;
    display: block;
    background: var(--main_one);
    padding: 8px 20px;
    position: relative;
    margin-right: -30px;
}

.subscribelink:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -25px;
    z-index: 0;
    border-left: 30px solid transparent;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 24px 32px 24px;
    border-color: transparent transparent var(--main_one) transparent;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.subscribelink a {
    color: var(--base_one);
}

.punbb .post .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    width: 100%;
}

.post #post {
    display: block;
}

.punbb .post-box .post-rating .container,
.punbb .post-box .post-vote .container {
    padding: 10px !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: -30px;
}

.punbb .post-sig dt:after {
    content: " ";
    width: 100px;
    display: block;
    height: 13px;
    background-image: -o-linear-gradient(45deg, var(--tone_five) 25%, transparent 25%), -o-linear-gradient(45deg, transparent 75%, var(--tone_five) 75%);
    background-image: linear-gradient(45deg, var(--tone_five) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--tone_five) 75%);
    background-size: 13px 13px;
    background-position: 0 0, -6.6px -6.4px;
}

.punbb .post-sig dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

#topic-users-in a:not(:last-of-type):after {
    content: ",";
    color: black;
}

/* Профиль в посте*/

.punbb .post .post-author {
    float: left;
    width: 239px;
    overflow: hidden;
    margin-left: -27px;
    margin-top: 0;
    text-align: center;
    position: sticky;
    top: 28px;
    display: block;
    padding-left: 0;
    height: -moz-fit-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    z-index: 2;
    padding-bottom: 25px;
    -webkit-clip-path: polygon(0 0, calc(100% - 24px) 0%, 100% 24px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 24px) 0%, 100% 24px, 100% 100%, 0 100%);
}

#pun-post .topic h2 {
    text-align: center;
    padding: 5px;
    font-size: 13px;
}

.punbb .post .post-author ul {
    background: url('https://forumstatic.ru/files/001b/b3/8e/45137.png') repeat top left,
        -webkit-gradient(linear, left top, left bottom, color-stop(80%, var(--tone_two)), to(var(--tone_three)));
    background: url('https://forumstatic.ru/files/001b/b3/8e/45137.png') repeat top left,
        -o-linear-gradient(top, var(--tone_two) 80%, var(--tone_three) 100%);
    background: url('https://forumstatic.ru/files/001b/b3/8e/45137.png') repeat top left,
        linear-gradient(180deg, var(--tone_two) 80%, var(--tone_three) 100%);
    padding: 10px;
    text-align: left;
    position: relative;
    text-align: center;
}

.pa-author {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Jura', arial, sans-serif;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 21px;
    color: var(--base_one);
    line-height: 28px;
}

.pa-author a {
    color: var(--base_one);
}

.pa-author a:hover {
    color: var(--hover_neon);
}

.pa-author i#tuser {
    position: absolute;
    left: -21px;
    top: -4px;
    z-index: 7;
}

i[class^="icons-"]:before,
i[class*=" icons-"]:before,
.i[class*=" icons-"]:before,
.i[class^="icons-"] {
    font-size: 15px;
}

.pa-title {
    color: var(--tone_five);
    font-size: 12px;
    text-align: left;
    padding-bottom: 5px;
    padding-left: 20px;
}

.pa-avatar {
    text-align: center;
}

.pa-avatar img {
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(112deg, var(--main_one) 60%, var(--tone_four));
}

.pa-posts,
.pa-respect,
.pa-fld3,
.pa-fld2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 11px;
    color: var(--main_two);
    padding: 0 5px;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    position: relative;
    z-index: 3 !important;
    font-weight: bold;
}

.pa-fld1+.pa-posts {
    margin-top: 33px;
}

.pa-fld3,
.pa-fld2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pa-posts {
    margin-left: 9px;
}

.pa-posts .fld-name,
.pa-fld2 .fld-name,
.pa-fld3 .fld-name {
    font-size: 0;
    display: block;
    max-height: 20px;
}


.pa-respect .fld-name {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: transparent;
    font-size: 0;
    max-height: 22px;
}

.isguest .pa-respect .fld-name {
    max-height: 15px;
}

.pa-posts .fld-name:before {
    content: "\f27a";
    font-size: 20px;
    color: var(--main_three);
    font-family: 'Line Awesome Free';
    font-weight: 900;
}

.pa-fld2 .fld-name {
    font-size: 0;
}

.pa-fld3 .fld-name:before {
    content: "\f11c";
    font-size: 20px;
    color: var(--main_three);
    font-family: 'Line Awesome Free';
    font-weight: 900;
}

.pa-fld2 .fld-name:before {
    content: "\f53a";
    font-size: 20px;
    color: var(--main_three);
    font-family: 'Line Awesome Free';
    font-weight: 900;
}

.pa-respect {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pa-respect span a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 22px;
}

.pa-respect>a {
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3px;
}

.pa-respect .fld-name a:before,
.gid3 .pa-respect .fld-name:before {
    content: "\f4be";
    font-size: 22px;
    color: var(--main_three);
    font-family: 'Line Awesome Free';
    font-weight: 900;
}

.pa-online,
.pa-last-visit {
    font-size: 0;
    width: 100%;
    height: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    margin: 0 auto 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pa-online strong:before {
    content: " ";
    line-height: 1;
    z-index: 5;
    position: relative;
    display: block;
    background: url('https://forumstatic.ru/files/001b/b3/8e/16859.png');
    width: 35px;
    height: 7px;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}

.pa-last-visit span:before {
    content: " ";
    line-height: 1;
    z-index: 5;
    position: relative;
    display: block;
    background: url('https://forumstatic.ru/files/001b/b3/8e/16859.png');
    width: 35px;
    height: 7px;
}

.pa-last-visit span,
.pa-online strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pa-awards {
    position: relative;
    line-height: 0;
    padding: 30px 3px 0;
    width: 221px;
    background-image: url('https://forumstatic.ru/files/001b/b3/8e/49746.png');
    background-repeat: repeat-y;
    background-size: contain;
    margin: -30px auto 10px;
    -webkit-box-shadow: 2px 5px 8px 8px rgb(207 124 159 / 31%);
    box-shadow: 2px 5px 8px 8px rgb(207 124 159 / 31%);
}

.pa-awards:before {
    content: "";
    display: block;
    position: absolute;
    width: 221px;
    height: 18px;
    top: -18px;
    background-image: url('https://forumstatic.ru/files/001b/b3/8e/21474.png');
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
}

.pa-awards:after {
    content: "";
    display: block;
    position: absolute;
    width: 221px;
    height: 10px;
    bottom: -10px;
    background-image: url('https://forumstatic.ru/files/001b/b3/8e/57746.png');
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
}

.pa-gifts {
    display: none;
}

#awrdbut {
    position: absolute;
    right: 91px;
    top: -33px;
    padding: 0;
}

#awrdbut .la-gifts {
    font-size: 30px;
    color: transparent;
    background: var(--gradient_bright);
    -webkit-background-clip: text;
    background-clip: text;
}

span.mini_awards {
    text-align: center;
}

.pa-awards span.mini_awards_label {
    display: none !important;
}

span.mini_awards a {
    margin: 5px;
    display: inline-block;
}

.punbb .post .post-author ul li.pa-fld5 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: -webkit-fill-available;
    height: 100%;
    z-index: 0 !important;
}

.pa-fld5 img {
    opacity: 1;
    margin-top: -20px;
}

.pa-fld5 .fld-name {
    display: none;
}

.pa-fld5:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: -webkit-fill-available;
    background: var(--tone_two);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, var(--tone_two)), color-stop(26%, transparent), color-stop(53%, var(--tone_two)), color-stop(80%, var(--tone_three)));
    background: -o-linear-gradient(top, var(--tone_two) 2%, transparent 26%, var(--tone_two) 53%, var(--tone_three) 80%);
    background: linear-gradient(180deg, var(--tone_two) 2%, transparent 26%, var(--tone_two) 53%, var(--tone_three) 80%);
}

.punbb .post .post-author ul li {
    z-index: 2;
    position: relative;
}

/* Плашка */

.pl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1;
    padding-left: 54px;
    height: 44px;
    margin: 0px;
    position: relative;
    width: 210px;
    text-align: left;
}

.pl img {
    max-width: 44px;
    max-height: 44px;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0;
    cursor: pointer;
    padding: 2px;
    display: block;
    -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 75%, 75% 100%, 0 99%, 0 25%);
    clip-path: polygon(25% 0%, 100% 1%, 100% 75%, 75% 100%, 0 99%, 0 25%);
    z-index: 1;
}

.pl::after {
    display: block;
    content: " ";
    position: absolute;
    width: 44px;
    height: 44px;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 75%, 75% 100%, 0 99%, 0 25%);
    clip-path: polygon(25% 0%, 100% 1%, 100% 75%, 75% 100%, 0 99%, 0 25%);
    background: var(--gray);
    -webkit-filter: blur(16px) drop-shadow(0px 0px 31px var(--hover_neon));
    filter: blur(16px) drop-shadow(0px 0px 31px var(--hover_neon));
}

.pl tp {
    font-size: 13px;
    color: var(--base_one);
    text-shadow: -1px -1px 3px var(--accent), 1px 1px 3px var(--accent);
    width: 100%;
    line-height: 1.2;
    border-bottom: 1px solid var(--gray);
    position: relative;
}

.pl tp:before {
    width: 15px;
    height: 14px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    border-bottom: 1px solid var(--gray);
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -8px;
}

.pl btm {
    color: var(--base_one);
    font-size: 13px;
    text-shadow: -1px -1px 3px var(--hover_neon), 1px 1px 3px var(--hover_neon);
    width: 100%;
    line-height: 1.2;
}

/* Личное звание */

lz {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 221px;
    padding: 3px 8px 0px;
    background-image: url('https://forumstatic.ru/files/001b/b3/8e/49746.png');
    background-repeat: repeat-y;
    background-size: contain;
    position: relative;
    margin: 0 auto;
    -webkit-filter: var(--filter_lz);
    filter: var(--filter_lz);
}

lz:before {
    content: "";
    display: block;
    position: absolute;
    width: 221px;
    height: 10px;
    top: -10px;
    background-image: url('https://forumstatic.ru/files/001b/b3/8e/72384.png');
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
}

lz:after {
    content: "";
    display: block;
    position: absolute;
    width: 221px;
    height: 20px;
    bottom: -20px;
    background-image: url('https://forumstatic.ru/files/001b/b3/8e/66984.png');
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
}

lz .ank {
    display: block;
    color: transparent;
    font-family: 'Jura', arial, sans-serif;
    background: var(--gradient_bright);
    -webkit-background-clip: text;
    background-clip: text;
    text-align: center;
    font-size: 16px;
    padding-left: 0;
    margin-bottom: 5px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

kl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    display: block;
    font-size: 12px;
    color: var(--base_one);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 10%, var(--lightteal) 30%, var(--main_two) 50%, var(--lightteal) 60%, rgba(255, 255, 255, 0) 90%);
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0)), color-stop(30%, var(--lightteal)), color-stop(50%, var(--main_two)), color-stop(60%, var(--lightteal)), color-stop(90%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, var(--lightteal) 30%, var(--main_two) 50%, var(--lightteal) 60%, rgba(255, 255, 255, 0) 90%);
    border: 1px solid transparent;
    border-width: 1px 0px;
    -o-border-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, var(--main_one) 20%, var(--main_one) 80%, rgba(255, 255, 255, 0) 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, var(--main_one)), color-stop(80%, var(--main_one)), to(rgba(255, 255, 255, 0)));
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, var(--main_one) 20%, var(--main_one) 80%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    font-weight: normal;
}

.pl-info {
    -webkit-box-ordinal-group: 3;
    color: var(--main_two);
    -ms-flex-order: 2;
    order: 2;
    font-size: 12px;
    margin: 0;
    padding: 5px 3px;
    font-weight: normal;
}

.pa-fld4 {
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

tw {
    order: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    position: relative;
}

tw:before {
position: absolute;
display: block;
content: " ";
width: 38%;
left: 0;
top: 10px;
height: 2px;
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), var(--lightteal));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(var(--lightteal)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), var(--lightteal));
}

tw::after {
position: absolute;
display: block;
content: " ";
width: 38%;
right: 0;
top: 10px;
height: 2px;
    background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0), var(--lightteal));
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(var(--lightteal)));
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), var(--lightteal));
}

.punbb tw a {
    color: var(--lightteal);
}

.punbb tw a:hover {
    color: var(--accent);
}

/* Сам пост */

.punbb .post-body {
    margin: 0;
    padding: 20px;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: calc(100% - 212px);
}

.punbb .post-links {
    border: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 22px;
}

.punbb .post-links:before {
    content: "";
    display: block;
    position: absolute;
    background: url(https://forumstatic.ru/files/001b/b3/8e/71725.png) no-repeat;
    height: 20px;
    background-position-y: 4px;
    top: 3px;
    left: -27px;
    z-index: 0;
    width: 100%;
    border-top: 2px solid var(--main_one);
    width: calc(100% + 27px);
}

.punbb .post-links:after {
    content: "";
    display: block;
    position: absolute;
    background: url('https://forumstatic.ru/files/001b/b3/8e/71725.png') no-repeat;
    height: 20px;
    background-position-y: 4px;
    top: 3px;
    right: 60px;
    z-index: 0;
    width: 213px;
    border-top: 2px solid var(--main_one);
}

.punbb .endpost .post-links::before,
.punbb .endpost .post-links:after {
    background-position-y: 1px;
}

.punbb .post-links ul {
    padding: 0;
    height: auto;
    line-height: normal;
    text-align: right;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-left: 200px;
    z-index: 1;
    position: relative;
    padding-bottom: 4px;
}

.punbb .post-links li {
    display: inline;
    padding-left: 1em;
    background: var(--base_one);
    border-bottom: 2px solid var(--main_one);
    padding-bottom: 4px;
    position: relative;
}

.pl-edit,
.pl-delete,
.pl-quote {
    margin-right: -4px;
}

.punbb .post-links li a {
    color: var(--tone_six);
    font-weight: 700;
    font-family: 'Jura', sans-serif;
}

.punbb .post-links li a:hover {
    color: var(--main_three);
}

.punbb .post-links li:before {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 5px;
    height: 5px;
    background-color: var(--accent);
    display: block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50%;
    opacity: 0;
    left: 0%;
}

.punbb .post-links li:hover:before {
    opacity: 1;
    left: 50%;
}

.pl-email,
.pl-website {
    float: left;
}

li.pl-email.profile,
li.pl-delete {
    padding-left: 0;
}

li.pl-email.profile:after,
li.pl-delete:after,
li.pl-edit:after,
li.pl-quote:after {
    width: 24px;
    height: 14px;
    display: block;
    content: "";
    position: absolute;
    top: 1px;
    background: var(--base_one);
    border-bottom: 2px solid var(--main_one);
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -16px;
}

#pun-searchposts #pun-main .post-links li:after,
#pun-post #pun-main .post-links li:after,
#pun-multimove #pun-main .post-links li:after {
    width: 24px;
    height: 14px;
    display: block;
    content: "";
    position: absolute;
    top: 1px;
    background: var(--base_one);
    border-bottom: 2px solid var(--main_one);
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -16px;
}

#pun-post .pa-author {
    background: var(--bg_one);
}

li.pl-email.email:after,
li.pl-email.pm:after {
    width: 24px;
    height: 14px;
    display: block;
    content: "";
    position: absolute;
    top: 1px;
    background: var(--base_one);
    border-bottom: 2px solid var(--main_one);
    z-index: -1;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    right: -16px;
}

.punbb .clearer {
    clear: both;
    height: 0;
    font-size: 0;
}

.post h3 {
    font-size: 13px;
    font-family: 'Jura', arial, sans-serif;
    padding: 0;
}

.post h3 a {
    color: var(--tone_six);
    font-weight: 700;
}

.post h3 a:hover,
.post h3 a:active,
.post h3 a:focus {
    color: var(--hover_neon);
}

.topic a.sharelink {
    display: none;
}

.post h3 span {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 0px auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: center;
    position: relative;
}

.post h3 span>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.post h3 span>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.post h3 span::before {
    content: "";
    display: block;
    position: absolute;
    background: url('https://forumstatic.ru/files/001b/b3/8e/71725.png') no-repeat;
    width: 213px;
    height: 13px;
    top: 4px;
    left: -26px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.post h3 span::after {
    content: "";
    display: block;
    position: absolute;
    background: url('https://forumstatic.ru/files/001b/b3/8e/71725.png') no-repeat;
    width: 213px;
    height: 13px;
    top: 4px;
    right: 60px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.post h3 span strong {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
    color: var(--main_one);
    font-weight: 700;
}

.post h3 span strong:before {
    content: "[";
    color: var(--main_one);
    text-shadow: -1px 0px 7px var(--hover_neon);
    margin-right: 10px;
    font-size: 13px;
    top: 0;
}

.post h3 span strong:after {
    content: "]";
    color: var(--main_one);
    text-shadow: -1px 0px 7px var(--hover_neon);
    margin-left: 10px;
    font-size: 13px;
    top: 0;
}

.post h3 span a.permalink {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
}

.post h3 span a.permalink:before {
    content: "[";
    color: var(--hover_neon);
    text-shadow: -1px 0px 7px var(--hover_neon);
    margin-right: 10px;
    font-size: 13px;
    top: 0;
}

.post h3 span a.permalink:after {
    content: "]";
    color: var(--hover_neon);
    text-shadow: -1px 0px 7px var(--hover_neon);
    margin-left: 10px;
    font-size: 13px;
    top: 0;
}

.post-box p {
    padding-bottom: 1.1em;
}

.pa-replies {
    color: var(--tone_five);
}

#pun-live-rusff {
    display: none;
}

#topic-users-in {
    padding: 5px 0;
    font-size: 12px;
    font-family: 'Jura', sans-serif;
    font-weight: 700;
    color: var(--main_two);
}

.punbb .linksb #s-block {
    display: none;
}

#topic-feed .container,
#topic-modmenu .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: -2px -30px 0;
    overflow: hidden;
}

#topic-feed .container span,
#topic-modmenu .container span {
    display: block;
    background: var(--main_one);
    padding: 8px 20px;
    position: relative;
}

#topic-feed .container span:before,
#topic-modmenu .container span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -33px;
    width: 55px;
    height: 24px;
    background: var(--main_one);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 0;
}

#topic-modmenu .container span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -33px;
    width: 55px;
    height: 24px;
    background: var(--main_one);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    z-index: 0;
}

#topic-modmenu a {
    color: var(--base_one);
    font-size: 13px;
}

.subscribelink {
    font-size: 12px;
}

/* Форма ответа */

div#post-form {
    padding: 0;
    position: relative;
}

#form-buttons tr {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(26px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 6px 6px;
}

.punbb .hashelp {
    position: relative;
}

textarea {
    border: 1px solid var(--main_one);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    background: var(--trans_bg);
    padding: 10px 15px;
    font-size: 13px;
    position: relative;
}

.resizable-textarea {
    position: relative;
}

.button,
.button-dice {
    color: var(--base_one);
    font-family: 'Jura', arial, sans-serif;
    text-transform: lowercase;
    font-weight: 700;
    margin-right: 10px;
    position: relative;
    left: 0;
    background: var(--main_one) !important;
    padding: 6px 16px;
    -webkit-clip-path: polygon(0 0, calc(100% - 9px) 0%, 100% 9px, 100% 100%, 9px 100%, 0 calc(100% - 9px));
    clip-path: polygon(0 0, calc(100% - 9px) 0%, 100% 9px, 100% 100%, 9px 100%, 0 calc(100% - 9px));
}

.button-dice {
    margin-bottom: 10px;
}

.button:hover,
.button-dice:hover,
.button:active,
.button-dice:active,
.button:focus,
.button-dice:focus {
    background: var(--accent) !important;
}

#post legend span {
    font-size: 11px;
}

#post-preview legend span {
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    font-size: 13px;
}

#post-form h2 {
    display: block;
    text-align: center;
    margin: 0 -30px;
    padding: 10px;
    font-family: 'Jura', arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--main_two);
    position: relative;
}

#post-form h2:before {
    content: "";
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: var(--main_one);
    -webkit-clip-path: polygon(0px 0px, 85px 0px, 90px 5px, 100% 5px, 100% 6px, 85px 6px, 80px 10px, 0px 10px);
    clip-path: polygon(0px 0px, 85px 0px, 90px 5px, 100% 5px, 100% 6px, 85px 6px, 80px 10px, 0px 10px);
}

.punbb #tags .container,
.punbb #post #tags .container {
    background: var(--base_one);
    padding: 15px;
    border: 1px solid var(--main_one);
    top: unset;
}

#font-area div,
#size-area div,
#addition-area div {
    padding: 3px;
}

#font-area div:hover,
#size-area div:hover,
#addition-area div:hover {
    background: var(--tone_one);
}

#font-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#font-area div {
    -ms-flex-preferred-size: 12em;
    flex-basis: 12em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-bottom: 5px;
}

/* Цитаты, коды */
.post-content .spoiler-box>blockquote.visible {
    display: block;
    overflow: auto;
}

.punbb .post-content .spoiler-box {
    padding: 10px 15px !important;
    color: var(--base_two);
}

.punbb .post-content .quote-box,
.punbb .post-content .code-box {
    margin: 10px;
    padding: 15px;
    border-style: none;
    border-width: 1px;
    background: url('https://forumstatic.ru/files/001b/b3/8e/56355.png') top right no-repeat,
        url('https://forumstatic.ru/files/001b/b3/8e/62096.png') bottom left no-repeat,
        var(--tone_one);
    position: relative;
    font-size: 13px;
    color: var(--base_two);
    border: 1px solid var(--main_one);
    -webkit-box-shadow: -3px -3px 0px 0 var(--main_one);
    box-shadow: -3px -3px 0px 0 var(--main_one);
}

.punbb .post-content .quote-box cite,
.punbb .post-content .code-box .legend {
    color: var(--main_one);
    font-style: normal;
    font-weight: 600;
    font-family: 'Jura', arial, sans-serif;
    font-size: 17px;
    position: relative;
    width: 100%;
    display: block;
    padding: 0 10px 13px;
    margin: -10px -18px 5px;
}

.punbb .post-content .quote-box cite:before,
.punbb .post-content .code-box .legend:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 2px;
    width: calc(100% + 32px);
    height: 10px;
    background-color: var(--main_one);
    -webkit-clip-path: polygon(0px 5px, 10px 5px, 15px 0px, 40px 0px, 45px 5px, 100% 5px, 100% 6px, 31px 6px, 27px 2px, 15px 2px, 8px 10px, 0px 10px);
    clip-path: polygon(0px 5px, 10px 5px, 15px 0px, 40px 0px, 45px 5px, 100% 5px, 100% 6px, 31px 6px, 27px 2px, 15px 2px, 8px 10px, 0px 10px);
}

.punbb .post-content .quote-box:after,
.punbb .post-content .code-box:after {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 100%;
    top: 0;
    right: -5px;
    background: url('https://forumstatic.ru/files/001b/b3/8e/64483.png') top center no-repeat;
    -webkit-filter: var(--filter_recolor);
    filter: var(--filter_recolor);
}

.punbb .post-content .blockcode,
.punbb .post-content blockquote {
    width: 100%;
    overflow: hidden;
}

.punbb .post-content .scrollbox {
    width: 100%;
    overflow: auto;
}

.punbb .post-content .code-box .scrollbox {
    height: auto !important;
    max-height: 500px;
}

#html-footer .container {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
}

.post-content abbr {
    border-bottom: 1px dotted;
}

.post-content del {
    text-decoration: none;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.post-content del:hover {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

.punbb .hideprofile .post-body {
    max-width: 100%;
}

.post-content ul {
    list-style: none !important;
    margin: 0px;
    padding: 0px !important;
}

.post-content ul li {
    float: none;
    width: 100%;
}

.post-content ul li p {
    display: block;
    width: 100%;
    padding: 20px;
    border-left: 5px solid;
    position: relative;
    z-index: 2;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.post-content ul li p:hover {
    border-bottom: 0px;
    color: var(--base_one);
}

.post-content ul li p:hover a {
    color: var(--hover_neon);
}

.post-content ul li:nth-child(odd) p {
    border-left: 10px solid var(--tone_two);
    padding: 10px !important;
}

.post-content ul li:nth-child(even) p {
    border-left: 10px solid var(--gloom);
    padding: 10px !important;
}

.post-content ul li p:after {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 0px;
    position: absolute;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    z-index: -1;
}

.post-content ul li p:hover:after {
    width: 100%;
}

.post-content ul li:nth-child(odd) p:after {
    background: var(--tone_two);
}

.post-content ul li:nth-child(even) p:after {
    background: var(--gloom);
}

.post-box .post-content td {
    border-width: none !important;
    border-style: none !important;
    padding: none !important;
    overflow: hidden;
}

/* Форум главная */

#pun-index .container table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: 20px 10px;
    min-height: 70px;
    width: 100%;
    background: url(https://forumstatic.ru/files/001b/b3/8e/20022.png) top left no-repeat,
        -webkit-gradient(linear, left top, left bottom, from(var(--base_one)), to(var(--base_one))) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat,
        -webkit-gradient(linear, right top, left top, color-stop(10%, transparent), color-stop(60%, var(--main_one)), color-stop(80%, var(--main_one)));
    background: url(https://forumstatic.ru/files/001b/b3/8e/20022.png) top left no-repeat,
        -o-linear-gradient(var(--base_one), var(--base_one)) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat,
        -o-linear-gradient(right, transparent 10%, var(--main_one) 60%, var(--main_one) 80%);
    background: url(https://forumstatic.ru/files/001b/b3/8e/20022.png) top left no-repeat,
        linear-gradient(var(--base_one), var(--base_one)) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat,
        linear-gradient(270deg, transparent 10%, var(--main_one) 60%, var(--main_one) 80%);
}

#pun .punbb .user-avatar {
    margin: 1px 9px 7px 4px;
}

.punbb .user-avatar .avatar-image {
    opacity: 1 !important;
    z-index: 3;
    display: block;
    position: relative;
}

#pun .punbb .user-avatar .isonline {
    width: 37px;
    height: 37px;
    display: block;
    position: absolute;
    right: 3px;
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    background: var(--accent);
    border-radius: 50%;
    z-index: 2;
}

#pun-index .container table .intd h3 a {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Jura', arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

#pun-index .container table .intd h3 a:before {
    content: "";
    display: block;
    width: 28px;
    height: 18px;
    background: url('https://forumstatic.ru/files/001b/b3/8e/73384.png');
    background-position: center;
    position: absolute;
    top: 5px;
    left: -31px;
}

#pun-index .container table .intd h3 a:after {
    content: "";
    display: block;
    width: 28px;
    height: 18px;
    background: url('https://forumstatic.ru/files/001b/b3/8e/73384.png');
    background-position: center;
    position: absolute;
    top: 5px;
    right: -31px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#pun-index .container table .lastpost-link {
    color: var(--main_two);
    font-size: 15px;
    font-weight: 700;
    font-family: 'Roboto', arial, sans-serif;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#pun-index .container table .lastpost-link:hover {
    color: var(--accent);
}

#pun-index .container table span.lastpost {
    display: block;
    margin-left: 45px;
    margin-top: -21px;
    color: var(--tone_two);
}

#pun-index table div.icon {
    display: block;
    position: absolute;
    content: " ";
    width: 40px;
    height: 40px;
    top: -20px;
    z-index: 2;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    left: 50%;
    -webkit-filter: var(--filter_recolor);
    filter: var(--filter_recolor);
}

#pun-index table tr.inew Div.icon {
    -webkit-filter: var(--filter_recolor_accent);
    filter: var(--filter_recolor_accent);
}

#pun-index #forum_f1 div.icon {
    background: url('https://forumstatic.ru/files/001b/b3/8e/98604.png');
    background-size: contain;
}

#pun-index #forum_f2 div.icon {
    background: url('https://forumstatic.ru/files/001b/b3/8e/97719.png');
    background-size: contain;
}

#pun-index #forum_f9 div.icon {
    background: url('https://forumstatic.ru/files/001b/b3/8e/58150.png');
    background-size: contain;
}

#pun-index #forum_f3 div.icon {
    background: url('https://forumstatic.ru/files/001b/b3/8e/36817.png');
    background-size: contain;
}

#pun-index #forum_f19 div.icon {
    background: url('https://forumstatic.ru/files/001b/b3/8e/65849.png');
    background-size: contain;
}

#pun-index #forum_f4 div.icon {
    background: url('https://forumstatic.ru/files/001b/b3/8e/42167.png');
    background-size: contain;
}

#pun-index #forum_f10 div.icon {
    background: url('https://forumstatic.ru/files/001b/b3/8e/54766.png');
    background-size: contain;
}

#pun-index #forum_f11 div.icon {
    background: url('https://forumstatic.ru/files/001b/b3/8e/54894.png');
    background-size: contain;
}

#pun-index #forum_f12 div.icon {
    background: url('https://forumstatic.ru/files/001b/b3/8e/92614.png');
    background-size: contain;
}

#pun-index #forum_f13 div.icon {
    background: url('https://i.imgur.com/GGn4SJi.png');
    background-size: contain;
}

#pun-index #forum_f20 div.icon {
    background: url('https://forumstatic.ru/files/001b/b3/8e/77892.png');
    background-size: contain;
}

#pun-index #forum_f5 div.icon {
    background: url('https://forumstatic.ru/files/001b/b3/8e/82758.png');
    background-size: contain;
}

#pun-index #forum_f7 div.icon {
    background: url('https://forumstatic.ru/files/001b/b3/8e/67905.png');
    background-size: contain;
}

#pun-index #forum_f6 div.icon {
    background: url('https://forumstatic.ru/files/001b/b3/8e/17971.png');
    background-size: contain;
}

#pun-index #forum_f15 div.icon {
    background: url('https://forumstatic.ru/files/001b/b3/8e/98471.png');
    background-size: contain;
}

#pun-index #forum_f8 div.icon {
    background: url('https://forumstatic.ru/files/001b/b3/8e/64752.png');
    background-size: contain;
}


#pun-category1 .container table tr,
#pun-category2 .container table tr,
#pun-category4 .container table tr:not(#forum_f7) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0px;
    max-width: 470px;
    background: url('https://forumstatic.ru/files/001b/b3/8e/20022.png') top left no-repeat, -webkit-gradient(linear, left top, left bottom, from(var(--base_one)), to(var(--base_one))) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat, -webkit-gradient(linear, left bottom, left top, from(transparent), to(var(--main_one)));
    background: url('https://forumstatic.ru/files/001b/b3/8e/20022.png') top left no-repeat, -o-linear-gradient(var(--base_one), var(--base_one)) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat, -o-linear-gradient(bottom, transparent 0%, var(--main_one) 100%);
    background: url('https://forumstatic.ru/files/001b/b3/8e/20022.png') top left no-repeat, linear-gradient(var(--base_one), var(--base_one)) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat, linear-gradient(360deg, transparent 0%, var(--main_one) 100%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 0;
    width: 49%;
    margin: 20px 0 40px;
}

#pun-category1 .container table tr:after,
#pun-category2 .container table tr:after,
#pun-category4 .container table tr:not(#forum_f7):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 60px;
    height: 2px;
    background: var(--base_one);
}

#pun-category1 .container table tr .link2,
#pun-category2 .container table tr .link2,
#pun-category4 .container table tr:not(#forum_f7) .link2 {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    bottom: 0;
    left: 0;
    top: 100%;
}

#pun-category1 .container table tr .link2 a,
#pun-category2 .container table tr .link2 a,
#pun-category4 .container table tr:not(#forum_f7) .link2 a {
    height: auto;
    margin-right: 10px;
}

#pun-category1 .container table tr .link2:after,
#pun-category2 .container table tr .link2:after,
#pun-category4 .container table tr:not(#forum_f7) .link2:after {
    display: none;
}

#pun-category1 .container table tr .link2:before,
#pun-category2 .container table tr .link2:before,
#pun-category4 .container table tr:not(#forum_f7) .link2:before {
    display: none;
}

#pun-category1 .container table tbody,
#pun-category2 .container table tbody,
#pun-category4 .container table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#pun-category1 .container table tr td.tcr,
#pun-category2 .container table tr td.tcr,
#pun-category4 .container table tr:not(#forum_f7) td.tcr {
    margin-left: 20px;
    padding: 10px 5px;
    position: relative;
    z-index: 1;
    width: calc(100% - 20px);
}

#pun-category1 .container table tr td.tcr:after,
#pun-category2 .container table tr td.tcr:after,
#pun-category4 .container table tr:not(#forum_f7) td.tcr:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 8px;
    width: 68%;
    height: 4px;
    left: 52px;
    -webkit-transform: rotate(-0.5deg);
    -ms-transform: rotate(-0.5deg);
    transform: rotate(-0.5deg);
    background: url(https://forumstatic.ru/files/001b/b3/8e/84130.png) no-repeat;
}

#pun-category1 .container table tr td.tc2,
#pun-category2 .container table tr td.tc2,
#pun-category4 .container table tr:not(#forum_f7) td.tc2 {
    color: var(--gray);
    font-size: 10px;
    position: absolute;
    left: 10px;
    top: 10px;
}

#pun-category1 .container table tr td.tc3,
#pun-category2 .container table tr td.tc3,
#pun-category4 .container table tr:not(#forum_f7) td.tc3 {
    color: var(--gray);
    font-size: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
}

#pun-index .container table tr td.tc2:before {
    content: "Тем: ";
}

#pun-index .container table tr td.tc3:before {
    content: "Сообщений: ";
}

#pun-category1 .container table .tclcon,
#pun-category2 .container table .tclcon,
#pun-category4 .container table tr:not(#forum_f7) .tclcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#pun-category1 .container table .lbl,
#pun-category2 .container table .lbl,
#pun-category4 .container table tr:not(#forum_f7) .lbl {
    position: relative;
    color: var(--tone_five);
    width: auto;
}

.container table .link2 {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 34%;
    width: 20%;
    height: 100%;
    top: 0px;
}

.link2 a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: var(--gradient);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    padding: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: bold;
    text-align: center;
    position: relative;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container table .link2:before {
    content: " ";
    display: block;
    height: calc(100% + 5px);
    position: absolute;
    width: 2px;
    border-left: 2px solid var(--main_one);
    left: 0;
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
}

.container table .link2:after {
    content: " ";
    display: block;
    height: calc(100% + 5px);
    position: absolute;
    width: 2px;
    border-left: 2px solid var(--main_one);
    right: 0;
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
}

#pun-category1 .container table .intd,
#pun-category2 .container table .intd,
#pun-category4 .container table tr:not(#forum_f7) .intd {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}

#pun-category3 .tcl,
#pun-category5 .tcl,
#pun-category6 .tcl,
#pun-category7 .tcl,
#pun-category4 tr#forum_f7 .tcl {
    width: 33%;
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 70px;
}

#pun-category3 .tcl .tclcon,
#pun-category5 .tcl .tclcon,
#pun-category6 .tcl .tclcon,
#pun-category7 .tcl .tclcon,
#pun-category4 tr#forum_f7 .tcl .tclcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

#pun-category3 .lbl,
#pun-category5 .lbl,
#pun-category6 .lbl,
#pun-category7 .lbl,
#pun-category4 tr#forum_f7 .lbl {
    color: var(--tone_five);

}

#pun-category3 .container table tr td.tc3,
#pun-category5 .container table tr td.tc3,
#pun-category6 .container table tr td.tc3,
#pun-category7 .container table tr td.tc3,
#pun-category4 .container table tr#forum_f7 td.tc3 {
    color: var(--gray);
    font-size: 10px;
    position: absolute;
    left: 50px;
    z-index: 1;
    bottom: -15px;
}

#pun-category3 .container table tr td.tc2,
#pun-category5 .container table tr td.tc2,
#pun-category6 .container table tr td.tc2,
#pun-category7 .container table tr td.tc2,
#pun-category4 .container table tr#forum_f7 td.tc2 {
    color: var(--gray);
    font-size: 10px;
    position: absolute;
    top: 71px;
    left: 0;
    z-index: 1;
    text-align: right;
}

#pun-category3 .container table tr td.tcr,
#pun-category5 .container table tr td.tcr,
#pun-category6 .container table tr td.tcr,
#pun-category7 .container table tr td.tcr,
#pun-category4 .container table tr#forum_f7 td.tcr {
    width: 43%;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}

#pun-category3 .tcl:before,
#pun-category5 .tcl:before,
#pun-category6 .tcl:before,
#pun-category7 .tcl:before,
.punbb #pun-category4 table tr#forum_f7 .tcl:before {
    content: "";
    display: block;
    height: 60px;
    width: 2px;
    position: absolute;
    left: 0;
    top: 5px;
    background: var(--base_one);
}

.punbb #pun-category3 table div.icon,
.punbb #pun-category5 table div.icon,
.punbb #pun-category6 table div.icon,
.punbb #pun-category7 table div.icon,
.punbb #pun-category4 table tr#forum_f7 div.icon {
    top: 15px;
    left: 3px;
}

#pun-index .category table tr#forum_f17,
#pun-index .category table tr#forum_f21,
#pun-index .category table tr#forum_f22,
#pun-index .category table tr#forum_f23,
#pun-index .category table tr#forum_f18 {
    display: none;
}

/* Категории и Статистика форума */

.category h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
    font-family: 'Jura', arial, sans-serif;
    font-weight: 700;
    padding: 0;
    position: relative;
    line-height: 1.3;
    padding: 3px 0 10px;
    color: var(--main_three);
}

#pun-stats h2 {
    font-family: 'Jura', arial, sans-serif;
    margin: 0 -30px;
    width: calc(100% + 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    background: var(--main_one);
    color: var(--base_one);
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.category h2 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.category h2 span:before {
    content: " ";
    font-size: 30px;
    width: 32%;
    height: 32px;
    background: url('https://forumstatic.ru/files/001b/b3/8e/10976.png') no-repeat;
    background-position-y: 12px;
    text-align: right;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.category h2 span:after {
    content: " ";
    font-size: 30px;
    width: 32%;
    height: 32px;
    background: url('https://forumstatic.ru/files/001b/b3/8e/10976.png') no-repeat;
    background-position-y: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

#pun-stats h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -18px;
    height: 76px;
    width: 76px;
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    border-left: 38px solid var(--main_one);
}

#pun-stats h2:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -18px;
    height: 76px;
    width: 76px;
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    border-right: 38px solid var(--main_one);
}

.statscon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}

.statscon .container {
    width: 100%;
    background: url(https://forumstatic.ru/files/001b/b3/8e/10381.png) no-repeat;
    min-height: 170px;
    background-position-x: 50px;
    background-position-y: 25px;
}

.statscon .container .item1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-end;
    font-size: 15px;
    font-family: 'Jura', arial, sans-serif;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    max-width: 100px;
    left: 0;
}

.statscon .container .item1:after {
    content: "";
    display: block;
    border-top: 2px solid var(--main_one);
    right: -13px;
    width: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 27px;
}

.statscon .container .item2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-end;
    font-size: 15px;
    font-family: 'Jura', arial, sans-serif;
    position: absolute;
    top: 67px;
    max-width: 84px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 170px;
}

.statscon .container .item2:after {
    content: "";
    display: block;
    border-top: 2px solid var(--main_one);
    left: -16px;
    width: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 36px;
}

.statscon .container .item3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    font-size: 27px;
    font-family: 'Jura', arial, sans-serif;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 89px;
    top: 63px;
}

.statscon .container .item3:after {
    content: "";
    display: block;
    border-top: 2px solid var(--main_one);
    right: -24px;
    width: 22px;
    -webkit-transform: rotate(323deg);
    -ms-transform: rotate(323deg);
    transform: rotate(323deg);
    position: absolute;
    top: -10px;
}

.statscon .container .item4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    font-size: 14px;
    font-family: 'Jura', arial, sans-serif;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    top: 130px;
    width: 220px;
}

.statscon .container .item3 span {
    font-size: 0;
}

.statscon .container .item4 span {
    font-size: 0;
}

.statscon .container .item3 span:before {
    content: "Чумб в Найт-Сити";
    font-size: 15px;
    text-align: left;
    position: absolute;
    width: 80px;
    top: -58px;
    left: 58px;
    border-bottom: 2px solid var(--main_one);
}

.statscon .container .item4 span:before {
    content: "Новый чумба:";
    font-size: 15px;
}

.statscon .container .item1 span,
.statscon .container .item2 span {
    border-bottom: 2px solid var(--main_one);
}

.statscon .container .item1 strong,
.statscon .container .item2 strong,
.statscon .container .item4 strong {
    padding: 0;
    text-align: center;
    font-family: 'Jura', arial, sans-serif;
    color: var(--main_three);
}

.statscon .container .item3 strong {
    padding: 0;
    text-align: center;
    font-family: 'Jura', arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 38px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--main_three);
}

.statscon .container .item4 strong a {
    display: block;
    position: relative;
}

.statscon .container .item4 strong a:before {
    content: "";
    display: block;
    width: 26px;
    height: 12px;
    background: url('https://forumstatic.ru/files/001b/b3/8e/63235.png');
    background-position: center;
    position: absolute;
    top: 5px;
    left: -26px;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.statscon .container .item4 strong a:after {
    content: "";
    display: block;
    width: 26px;
    height: 12px;
    background: url('https://forumstatic.ru/files/001b/b3/8e/63235.png');
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: center;
    position: absolute;
    top: 6px;
    right: -26px;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.statscon .container .item5.onlinelist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
    margin-left: 275px;
    margin-bottom: 20px;
    position: relative;
}

.statscon .container .item5.onlinelist:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    width: 90%;
    left: 5%;
    border-bottom: 2px dotted var(--accent);
}

.statscon .container .item5.users_24h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: none;
    margin-left: 275px;
}

.statscon .container .item5.onlinelist div,
.statscon .container .item5.users_24h div {
    font-size: 13px;
}

.statscon .container .item5.onlinelist div a,
.statscon .container .item5.users_24h div a {
    font-weight: 700;
}

.statscon .container .item5.onlinelist div span a,
.statscon .container .item5.users_24h div span a {
    font-weight: 500;
    color: var(--base_two);
}

.statscon .container .item5.onlinelist div span a:hover,
.statscon .container .item5.users_24h div span a:hover {
    color: var(--accent);
}

/* Личные сообщения */

#pun-messages #profile>.container {
    margin-left: auto;
}

#pun-messages #profilenav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: left;
    float: none;
    width: 100%;
    margin: auto auto 10px auto;
    padding: 6px;
}

#pun-messages #profilenav>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

#pun-messages #profilenav>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

#pun-messages #profilenav>*:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

#pun-messages #profilenav>*:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

#pun-messages #profilenav h2 {
    width: 100%;
    margin: 4px auto;
    padding: 8px 12px 6px 12px;
    border-width: 1px;
}

#pun-messages #profilenav ul {
    margin: auto 14px;
    padding: 0;
}

#pun-messages #profilenav li {
    display: inline-block;
    padding: 4px 6px;
}

#pun-messages #profilenav h2:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
}

#pun-messages #profilenav h2:last-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    margin-top: 0px;
}

#pun-messages #profilenav ul:first-child {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    padding: 0 0 4px 0;
}

#pun-messages #profilenav ul:last-child {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    padding: 8px 0 0 0;
}

#pun-messages #profile .pa-reg,
#pun-messages #profile .pa-posts,
#pun-messages #profile .pl-email,
#pun-messages .button-dice,
#pun-messages small#plng {
    display: none;
}

#pun-messages .formal fieldset legend {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

div#notify-settings {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 10px 0;
}

#pun-navlinks .num_msg,
#pun #pun-ulinks .bubble {
    position: absolute;
    margin-top: -15px;
    margin-left: -8px;
    font-size: 11px;
    font-weight: 700;
    background: var(--hover_neon);
    padding: 0px 5px;
    border-radius: 2px;
    height: 14px;
    color: var(--accent);
    cursor: pointer;
}

#pun #pun-ulinks .bubble {
    margin-top: -2px;
    right: -9px;
    font-size: 9px;
}

#pun-navlinks .num_msg:before,
#pun #pun-ulinks .bubble:before {
    display: none;
}

#pun #pun-ulinks .bubble:after {
    border-color: var(--hover_neon) transparent;
}

#messages {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#profile fieldset {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

#profile fieldset .radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#messages .fs-box .container table {
    width: 100%;
    font-size: 13px;
}

#messages .linksb .clearer {
    display: none;
}

#pun-messages #profile .post .post-author {
    margin-left: -28px;
    position: relative;
    margin-top: -26px;
}

#pun-messages #post-form .container {
    padding-left: 20px;
}

#pun-messages #messages .post-body {
    margin: 0;
    padding: 10px;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: calc(100% - 260px);
}

#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;
    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: var(--base_one);
    padding: 20px 20px 0;
}

#rep_form tr td {
    padding-bottom: 10px;
    padding-right: 10px;
}

#pun-reputation h1 {
    font-size: 20px;
    color: var(--main_two);
    text-align: center;
    margin: -30px -20px 0;
    padding: 10px;
    font-family: 'Jura', arial, sans-serif;
}

#pun-reputation .tcl {
    font-family: 'Jura', arial, sans-serif;
    font-size: 15px;
}

#MyBookmarks {
    color: var(--base_one);
    border-right: 4px solid;
    border-color: var(--teal);
    border-top: none;
    background: var(--gloom);
    background: -o-linear-gradient(top, var(--main_two) 0%, var(--gloom) 71%, var(--main_two) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--main_two)), color-stop(71%, var(--gloom)), to(var(--main_two)));
    background: linear-gradient(180deg, var(--main_two) 0%, var(--gloom) 71%, var(--main_two) 100%);
}

#MyBookmarks li.BookmarkL>span>a {
    color: var(--base_one);
    font-size: 13px;
}

#MyBookmarks li.BookmarkL>span>a:hover,
#MyBookmarks li.BookmarkL>span>a:active,
#MyBookmarks li.BookmarkL>span>a:focus {
    color: var(--hover_neon);
}

#MyBookmarks h2,
#MyBookmarks h1,
.editBookmark h2 {
    padding: 10px;
    font-size: 17px;
    font-family: 'Jura', arial, sans-serif;
    font-weight: 700;
}

#chfontbut {
    background-size: contain !important;
}

/* Профиль */

#profilenav {
    width: 180px;
    margin-right: 20px;
}

#viewprofile-next #profilenav {
    display: none;
}

#profilenav h2 {
    font-size: 16px;
    font-family: 'Jura', arial, sans-serif;
    width: auto;
    margin: 10px 0;
    color: var(--base_one);
    background: var(--main_three);
    z-index: 5;
    padding: 3px 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

#profilenav li {
    padding: 3px 5px;
    font-size: 15px;
}

#viewprofile-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#profileContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding: 0 20px;
}

#viewprofile {
    padding: 18px 18px 18px 0;
    width: 100%;
    background: var(--bg_one);
    background: url(https://forumstatic.ru/files/001b/b3/8e/84786.png) repeat top left, -o-linear-gradient(315deg, var(--bg_one) 0%, var(--bg_two) 100%, var(--bg_one) 100%);
    background: url(https://forumstatic.ru/files/001b/b3/8e/84786.png) repeat top left, linear-gradient(135deg, var(--bg_one) 0%, var(--bg_two) 100%, var(--bg_one) 100%);
    -webkit-clip-path: polygon(18px 0%, calc(100% - 18px) 0%, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0% calc(100% - 18px), 0% 18px);
    clip-path: polygon(18px 0%, calc(100% - 18px) 0%, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0% calc(100% - 18px), 0% 18px);
}

#viewprofile #profile-signature {
    margin-left: 18px;
    margin-top: 18px;
    padding: 10px;
    -webkit-clip-path: polygon(9px 0%, calc(100% - 9px) 0%, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0% calc(100% - 9px), 0% 9px);
    clip-path: polygon(9px 0%, calc(100% - 9px) 0%, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0% calc(100% - 9px), 0% 9px);
    -webkit-box-shadow: inset 1px 1px 66px 5px white;
    box-shadow: inset 1px 1px 66px 5px white;
}

#viewprofile #profile-left {
    text-align: center;
    color: var(--base_one);
    font-family: 'Jura', arial, sans-serif;
}

#viewprofile #profile-name {
    font-family: 'Jura', arial, sans-serif;
    font-size: 16px;
}

#viewprofile #profile-title strong {
    font-weight: 400 !important;
    margin-bottom: 10px;
    display: block;
}

#viewprofile #pa-avatar {
    margin-bottom: 10px;
}

#pa-invites {
    display: none !important;
}

#profile-right {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 6px 6px;
    overflow: hidden;
    width: 100% !important;
}

#profile-right #pa-fld1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    -ms-grid-column: 1;
    grid-column: 1 / 3;
}

#profile-right #pa-fld4 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -ms-grid-column: 2;
    grid-column: 1 / 1;
}

#profile-right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--trans_bg);
    padding: 3px 10px;
    -webkit-clip-path: polygon(9px 0%, calc(100% - 9px) 0%, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0% calc(100% - 9px), 0% 9px);
    clip-path: polygon(9px 0%, calc(100% - 9px) 0%, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0% calc(100% - 9px), 0% 9px);
    -webkit-box-shadow: inset 1px 1px 25px 3px white;
    box-shadow: inset 1px 1px 25px 3px white;
}

#profile-right li span {
    padding: 5px 0;
    font-family: 'Jura', arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
}

#profile-right li strong {
    width: auto;
    padding: 0 !important;
}

#viewprofile lz .ank {
    color: var(--teal);
    margin: 0;
}

#viewprofile lz .ank:hover {
    color: var(--accent);
}

#viewprofile lz {
    padding-bottom: 10px;
    width: auto;
    background: none;
    -webkit-filter: unset;
    filter: unset;
    min-width: 210px;
}

#viewprofile lz::before {
    display: none;
}

#viewprofile lz::after {
    display: none;
}

#profile-right #pa-fld4 .pl {
    background: var(--gloom);
    margin-bottom: 5px;
}

#viewprofile #profile-left #pa-edit a {
    color: var(--hover_neon);
}

#viewprofile #profile-left #pa-edit a:hover {
    color: var(--accent);
}

li#pa-register-date {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

li#pa-time-visit {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 0;
    order: 0;
}

li#pa-positive {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

li#pa-fld3 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

li#pa-fld2 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}

li#pa-email {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 59;
}

li#pa-posts {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

li#pa-last-post {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

li#pa-last-visit {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

li#pa-awards {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

#viewprofile #profile-signature ul {
    border: none;
    text-align: center;
    padding: 0;
}

#viewprofile #profile-signature ul:before {
    content: " ";
    width: 100px;
    height: 13px;
    background-image: -o-linear-gradient(45deg, var(--tone_five) 25%, transparent 25%), -o-linear-gradient(45deg, transparent 75%, var(--tone_five) 75%);
    background-image: linear-gradient(45deg, var(--tone_five) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--tone_five) 75%);
    background-size: 13px 13px;
    background-position: 0 0, -6.6px -6.4px;
    margin: 0 auto 10px;
    display: none;
}

#profile:not(.messages-container) .container:not(.uploads, #spoiler-area, #video-area, #keyboard-area, #table-area, #addition-area, #color-area) {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 200px 0 1fr;
    grid-template-columns: 200px 1fr;
    -ms-grid-rows: auto 0 auto 0 auto 0 auto 0 auto;
    grid-template-rows: repeat(5, auto);
    gap: 0;
    overflow: hidden;
    width: 100% !important;
}

#profile .container>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

#profile .container>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

#profile .container>*:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

#profile .container>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

#profile .container>*:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}

#profile .container>*:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}

#profile .container>*:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
}

#profile .container>*:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
}

#profile .container>*:nth-child(9) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
}

#profile .container>*:nth-child(10) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
}

#profile fieldset,
#profile p {
    font-size: 13px;
}

#profile p {
    padding-bottom: 5px;
}

p.infofield {
    font-size: 13px;
    padding-bottom: 10px;
    max-width: calc(100% - 50px);
}

#profile .resizable-textarea {
    width: 99%;
}

#profile #profile1,
#profile #profile2,
#profile #profile4,
#profile #profile5,
#profile #profile6,
#profile #profile7,
#profile #profile8 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 200px 0 1fr;
    grid-template-columns: 200px 1fr;
    -ms-grid-rows: auto 0 auto 0 auto 0 auto 0 auto;
    grid-template-rows: repeat(5, auto);
    gap: 0;
    overflow: hidden;
    width: 100% !important;
}

#profile #profile1>*:nth-child(1),
#profile #profile2>*:nth-child(1),
#profile #profile4>*:nth-child(1),
#profile #profile5>*:nth-child(1),
#profile #profile6>*:nth-child(1),
#profile #profile7>*:nth-child(1),
#profile #profile8>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

#profile #profile1>*:nth-child(2),
#profile #profile2>*:nth-child(2),
#profile #profile4>*:nth-child(2),
#profile #profile5>*:nth-child(2),
#profile #profile6>*:nth-child(2),
#profile #profile7>*:nth-child(2),
#profile #profile8>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

#profile #profile1>*:nth-child(3),
#profile #profile2>*:nth-child(3),
#profile #profile4>*:nth-child(3),
#profile #profile5>*:nth-child(3),
#profile #profile6>*:nth-child(3),
#profile #profile7>*:nth-child(3),
#profile #profile8>*:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

#profile #profile1>*:nth-child(4),
#profile #profile2>*:nth-child(4),
#profile #profile4>*:nth-child(4),
#profile #profile5>*:nth-child(4),
#profile #profile6>*:nth-child(4),
#profile #profile7>*:nth-child(4),
#profile #profile8>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

#profile #profile1>*:nth-child(5),
#profile #profile2>*:nth-child(5),
#profile #profile4>*:nth-child(5),
#profile #profile5>*:nth-child(5),
#profile #profile6>*:nth-child(5),
#profile #profile7>*:nth-child(5),
#profile #profile8>*:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}

#profile #profile1>*:nth-child(6),
#profile #profile2>*:nth-child(6),
#profile #profile4>*:nth-child(6),
#profile #profile5>*:nth-child(6),
#profile #profile6>*:nth-child(6),
#profile #profile7>*:nth-child(6),
#profile #profile8>*:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}

#profile #profile1>*:nth-child(7),
#profile #profile2>*:nth-child(7),
#profile #profile4>*:nth-child(7),
#profile #profile5>*:nth-child(7),
#profile #profile6>*:nth-child(7),
#profile #profile7>*:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
}

#profile #profile8>*:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
    grid-area: 5 / 2;
}

#profile #profile1>*:nth-child(8),
#profile #profile2>*:nth-child(8),
#profile #profile4>*:nth-child(8),
#profile #profile5>*:nth-child(8),
#profile #profile6>*:nth-child(8),
#profile #profile7>*:nth-child(8) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
}

#profile #profile8>*:nth-child(8) {
    display: none;
}

#profile #profile1>*:nth-child(9),
#profile #profile2>*:nth-child(9),
#profile #profile4>*:nth-child(9),
#profile #profile5>*:nth-child(9),
#profile #profile6>*:nth-child(9),
#profile #profile7>*:nth-child(9),
#profile #profile8>*:nth-child(9) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
}

#profile #profile1>*:nth-child(10),
#profile #profile2>*:nth-child(10),
#profile #profile4>*:nth-child(10),
#profile #profile5>*:nth-child(10),
#profile #profile6>*:nth-child(10),
#profile #profile7>*:nth-child(10),
#profile #profile8>*:nth-child(10) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
}

#profile #profilenav {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 6 / 2;
}

#profile #profile8 p.formsubmit {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
    grid-area: 6 / 2;
}

table#filetable td {
    padding: 10px;
}

/* Активные темы и форумы */
#pun-searchtopics .icon,
.forum .icon,
#messages .intd .icon {
    display: inline-block;
    width: 29px;
    min-width: 29px;
    height: 14px;
    margin-top: -6px;
    margin-right: 5px;
    background-image: -o-linear-gradient(45deg, var(--gray) 25%, transparent 25%), -o-linear-gradient(45deg, transparent 75%, var(--gray) 75%);
    background-image: linear-gradient(45deg, var(--gray) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--gray) 75%);
    background-size: 15px 15px;
    background-position: 0 0, -7.9px -7.6px;
}

#pun-searchtopics tr.inew Div.icon,
.forum tr.inew Div.icon,
#messages tr.inew .intd Div.icon {
    background-image: -o-linear-gradient(45deg, var(--accent) 25%, transparent 25%), -o-linear-gradient(45deg, transparent 75%, var(--accent) 75%);
    background-image: linear-gradient(45deg, var(--accent) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--accent) 75%);
}

#pun-searchtopics .intd,
.forum .intd,
#messages .intd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 500px;
    padding: 3px 0;
    margin-right: 10px;
}

#messages .tc2.pmtc22 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 20%;
    margin-right: 10px;
}

#pun-searchtopics .tclcon,
.forum .tclcon {
    display: inline-block;
}

#pun-searchtopics table,
.forum table {
    font-size: 13px;
    width: 100%;
}

#pun-viewforum .forum table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


#pun-searchtopics .tc2,
.forum .tc2 {
    width: 20%;
}

#pun-searchtopics .tc3 {
    width: 6%;
}

#pun-searchtopics .tcr a,
.forum .tcr a {
    color: var(--teal);
    font-weight: 600;
}

.forum .tcr {
    width: auto;
    padding: 3px 0;
    font-size: 12px;
}

#pun-searchtopics .tcr {
    width: 30%;
    padding: 3px 0;
    font-size: 12px;
}

#pun-viewforum .modmenu,
#pun-searchtopics .modmenu,
#topic-feed {
    margin: 5px -30px;
    background: var(--main_one);
    color: var(--base_one);
    font-size: 12px;
    padding: 5px 30px;
}

#topic-feed {
    margin: 5px 0px;
}

#pun-viewforum .modmenu a,
#pun-searchtopics .modmenu a,
#topic-feed a {
    color: var(--base_one);
}

#pun-viewforum #topic-feed {
    margin: 5px -30px;
    background: transparent;
}

#pun-viewforum .modmenu .container,
#pun-searchtopics .modmenu .container,
#topic-feed .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Список пользователей */
.formal #userlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 10px;
}

form#userlist .button {
    margin-top: 10px;
}

.usertable table {
    font-size: 13px;
    width: 100%;
    margin: 0 5px;
}

.usertable td {
    padding: 5px;
}


.fs-box.inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fs-box.inline .infofield {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    font-size: 13px;
}

.fs-box.inline .inputfield {
    margin: 5px 10px 5px 0;
}

.fs-box.inline .selectfield {
    margin: 5px 10px 5px 0;
}

.fs-box.inline .selectfield {}

.fs-box.inline label {
    color: var(--main_two);
    font-size: 15px;
    font-weight: 700;
    font-family: 'Jura', arial, sans-serif;
}

.punbb .formal fieldset {
    margin: 10px 0;
    max-width: 100%;
}

.punbb .formal fieldset legend {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Jura', arial, sans-serif;
}

/* Поиск */

.punbb .search .post .post-author ul {
    background: var(--gloom);
}

/* Футер */
#html-footer .container .banneri {
    width: 100%;
    height: 110px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    overflow-y: auto;
    background: transparent;
    padding: 5px 5px;
    color: var(--base_one);
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.banneri a {
    margin: 0 5px 5px 0;
    opacity: 0.3;
}

.banneri a:hover {
    opacity: 1;
}

a.forum__banner {
    display: block;
    position: absolute;
    bottom: -33px;
    right: 10px;
}

/*** СТРЕЛКИ ***/
.topbot {
    position: absolute;
    right: -30px;
    z-index: 3;
}

@media screen and (max-width: 1110px) {
    .topbot {
        right: 5px;
    }
}

.go-up,
.go-down {
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
    width: 21px;
    height: 47px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.go-up {
    bottom: calc(35% + 70px);
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
}

.go-down {
    bottom: 35%;
}

.go-down:hover,
.go-up:hover {
    -webkit-filter: brightness(1.15);
    filter: brightness(1.15);
}

#pun #BookmCntToggle.default-style {
    background: var(--base_one);
    color: var(--teal);
}

body.post-content {
    width: 100%;
}

body.post-content:after {
    display: none;
}

#pun-online td {
    padding: 5px;
    font-size: 13px;
}

#pun-online .tcl.action {
    width: 34% !important;
}

#pun-online td.tc3 {
    text-align: right;
}

.lastedit {
    display: none;
}

/* Стикеры */
#button-smile {
    display: none !important;
}

#button-sticker,
#floatbut {
    width: 23px;
}

/* Модерка */
.pun-modal.move_posts_form .modal-inner {
    background: var(--base_one);
    padding: 10px;
}

#move_posts_form thead tr,
#move_posts_form tbody tr {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3px;
}

#move_posts_form thead tr:nth-child(even),
#move_posts_form tbody tr:nth-child(even) {
    background: var(--tone_one);
}

#move_posts_form thead tr td,
#move_posts_form tbody tr td {
    padding: 3px;
}

#move_posts_form .forum_name {
    text-align: center;
}

.modmenu .container input {
    margin-left: 20px;
}

#pun-respect table td {
    padding: 5px;
}

#pun-respect table td.tc3 {
    text-align: center;
}

.punbb .post-content img.postimg {
    vertical-align: middle;
}

.pun-modal .modal-inner {
    background: var(--base_one);
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    padding: 10px;
    border-image-source: linear-gradient(to right, var(--lightteal), var(--main_one));
}

span.stickytext {
    display: none;
}

/* Разделение важных и обычных тем */

tr.tr-divider.imp,
tr.tr-divider.st {
    background-image: -o-linear-gradient(to right, var(--tone_four), var(--lightteal) 10%, rgba(255, 255, 255, 0) 58%);
    background-image: -o-linear-gradient(left, var(--tone_four), var(--lightteal) 10%, rgba(255, 255, 255, 0) 58%);
    background-image: -webkit-gradient(linear, left top, right top, from(var(--tone_four)), color-stop(10%, var(--lightteal)), color-stop(58%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, var(--tone_four), var(--lightteal) 10%, rgba(255, 255, 255, 0) 58%);
    color: var(--base_one);
    padding: 2px 15px;
    font-family: 'Jura', serif;
    font-size: 15px;
}

/* Копирайты внизу */
div#pun-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.2;
    position: absolute;
    bottom: -150px;
}

/* Ссылки на главной только для админов */
.link3 a {
    display: none;
}

.ismoderator .link3 a,
.isadmin .link3 a {
    display: inline-block;
}

/* Реакции */
.reactions-root {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -35px
}

/* Новые уведомления */

#pun-index .container table#notifications tr,
#pun-index .container table#notifications-stored tr {
    display: block;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    margin: 0;
}

/***** Колонки/сетка *****/
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row>p {
    padding: 0 !important;
}

.row p:empty {
    display: none;
}

.row_middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

[class*=" col-"],
[class^=col-] {
    position: relative;
    width: 100%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}

.col-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.col-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-75 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-80 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}

.col-90 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
}

.col {
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
}

.p-5 {
    padding: 5px;
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.px-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.p-10 {
    padding: 10px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-15 {
    padding: 15px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.p-30 {
    padding: 30px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.p-50 {
    padding: 50px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}

/************* Мобильные стили *************/

@media screen and (max-width: 1023px) {
    .header:not(th) {
        -ms-grid-columns: 280px 1fr 0px;
        grid-template-columns: 280px 1fr 0px;
    }

    .header__content_side,
    #pun::before,
    .topbot {
        display: none;
    }

    #pun {
        padding: 15px;
    }

    #pun-navlinks.sticky {
        margin: 0 0px 0px auto;
        right: 0;
    }

    #pun-ulinks .container li {
        font-size: 12px;
        margin: 5px 3px;
    }

    p.container.crumbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    #pun-crumbs1 em,
    #pun-crumbs2 em,
    .post h3 em,
    .pa-last-visit,
    .pa-online,
    .pa-awards,
    lz::before,
    lz::after {
        display: none;
    }

    #pun-navlinks,
    #pun-ulinks,
    #pun-main h1,
    #post-form h2,
    #pun-viewforum .modmenu,
    #pun-searchtopics .modmenu,
    #topic-feed,
    #pun-stats h2 {
        margin-left: -15px;
        margin-right: -15px;
    }

    #pun-stats h2 {
        width: calc(100% + 30px);
    }

    .punbb .post-box .post-rating .container,
    .punbb .post-box .post-vote .container,
    #topic-modmenu .container,
    .subscribelink {
        margin-right: -15px;
    }

    p.container.crumbs a {
        border-bottom: 1px dotted;
        margin-bottom: 5px;
    }

    #pun-main h1 {
        font-size: 16px;
    }

    #pun-main h1:after {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 10px;
        background-color: var(--main_one);
        -webkit-clip-path: polygon(0px 0px, 85px 0px, 90px 5px, 100% 5px, 100% 6px, 85px 6px, 80px 10px, 0px 10px);
        clip-path: polygon(0px 0px, 85px 0px, 90px 5px, 100% 5px, 100% 6px, 85px 6px, 80px 10px, 0px 10px);
    }

    .post h3 span::before,
    .post h3 span::after {
        display: none;
    }

    .post h3 {
        margin: 0 -12px;
        background: var(--tone_seven);
    }

    .punbb .post .post-author {
        float: none;
        width: calc(100% + 24px);
        overflow: hidden;
        margin: 0 -12px;
        margin-top: 0;
        text-align: right;
        position: relative;
        top: 0;
        display: block;
        padding-left: 0;
        height: -moz-fit-content;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        z-index: 2;
        padding-bottom: 0;
        -webkit-clip-path: none;
        clip-path: none;
    }

    .punbb .post .post-author ul {
        background: url('https://forumstatic.ru/files/001b/b3/8e/45137.png') repeat top left, -webkit-gradient(linear, left bottom, left top, color-stop(80%, var(--tone_two)), to(var(--tone_three)));
        background: url('https://forumstatic.ru/files/001b/b3/8e/45137.png') repeat top left, -o-linear-gradient(bottom, var(--tone_two) 80%, var(--tone_three) 100%);
        background: url('https://forumstatic.ru/files/001b/b3/8e/45137.png') repeat top left, linear-gradient(0deg, var(--tone_two) 80%, var(--tone_three) 100%);
        padding: 5px;
        position: relative;
        text-align: right;
    }

    .pa-avatar img {
        width: 120px;
        height: 120px;
    }

    .pa-author,
    .pa-title,
    .pa-avatar {
        text-align: left;
        padding-left: 0px;
    }

    .pa-fld1 {
        margin-top: 10px;
    }

    .pa-fld4 {
        position: absolute !important;
        top: 64px;
        right: 0;
    }

    .pa-posts,
    .pa-respect,
    .pa-fld3,
    .pa-fld2 {
        position: absolute !important;
        top: 120px;
        color: var(--tone_five);
    }

    .pa-posts .fld-name::before,
    .pa-respect .fld-name a::before,
    .pa-fld3 .fld-name::before,
    .pa-fld2 .fld-name::before {
        color: var(--tone_one) !important;
    }

    .violet .pa-posts .fld-name::before,
    .violet .pa-respect .fld-name a::before,
    .violet .pa-fld3 .fld-name::before,
    .violet .pa-fld2 .fld-name::before {
        color: var(--tone_four) !important;
    }

    .pa-respect {
        right: 15px;
        top: 118px;
        justify-content: flex-end;
    }

    .pa-respect .fld-name {
        justify-content: flex-end;
    }

    .pa-fld3 {
        right: 87px;
    }

    .pa-fld2 {
        right: 127px;
    }

    .pa-posts {
        right: 177px;
        margin-left: 0;
    }

    .pa-fld1+.pa-posts {
        margin-top: 0;
    }

    .punbb .post .post-author ul li.pa-fld5 {
        width: 100%;
    }

    .pa-fld5:before {
        background: transparent;
    }

    .pa-fld5 img {
        opacity: 0.6;
        margin-top: -150px;
        width: 100%;
        -webkit-filter: blur(13px);
        filter: blur(13px);
    }

    .pa-author i#tuser {
        left: auto;
        margin-left: 10%;
        top: -2px;
    }

    .pa-fld1 {
        position: absolute !important;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        bottom: 10px;
    }

    .punbb .post-body {
        padding: 15px 0;
        max-width: 100%;
    }

    .punbb .post-links ul {
        margin-left: 6px;
    }

    #pun-searchposts #pun-main .post h3 span {
        padding: 5px 0;
    }

    #pun-searchposts #pun-main .post h3 span em {
        display: block;
    }
}


@media screen and (max-width: 767px) {

    .header:not(th) {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .header__arts-triangle {
        display: none;
    }

    .header__name {
        font-size: 54px;
        margin-top: 3px;
        margin-left: 44px;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 1 / 1 / 2 / 3;
    }

    .header__content_up {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 2 / 1 / 3 / 3;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background: url(https://forumstatic.ru/files/001b/b3/8e/11482.png) no-repeat;
        height: 120px;
        max-width: 100%;
        -webkit-filter: var(--filter_neon);
        filter: var(--filter_neon);
        padding-top: 20px;
        background-position-x: -84px;
    }

    .header__guest-menu a:nth-child(1),
    .header__guest-menu a:nth-child(2),
    .header__guest-menu a:nth-child(3),
    .header__guest-menu a:nth-child(4),
    .header__guest-menu2 a:nth-child(1),
    .header__guest-menu2 a:nth-child(2),
    .header__guest-menu2 a:nth-child(3),
    .header__guest-menu2 a:nth-child(4) {
        margin-left: 0;
    }

    .header__info {
        text-align: center;
        margin-top: -15px;
        margin-left: -58px;
        max-width: 100%;
    }

    .header__news {
        text-align: left;
        padding: 0;
    }

    .header__theme {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .header__content_down {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 3 / 1 / 4 / 3;
        background: url(https://forumstatic.ru/files/001b/b3/8e/72622.png) no-repeat;
        -webkit-filter: var(--filter_neon);
        filter: var(--filter_neon);
        height: 108px;
        max-width: 100%;
        margin-left: 0;
        margin-top: 3px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-position-x: -100px;
    }

    .header__posts {
        width: 229px;
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
    }

    .header__posts:after {
        width: 229px;
        background: url(https://forumstatic.ru/files/001b/b3/8e/47445.png) no-repeat;
        background-size: cover;
    }

    .header__posts a:nth-child(1),
    .header__posts a:nth-child(2),
    .header__posts a:nth-child(3),
    .header__posts a:nth-child(4),
    .header__posts a:nth-child(5),
    .header__posts a:nth-child(6),
    .header__posts a:nth-child(7),
    .header__posts a:nth-child(8),
    .header__posts a:nth-child(9),
    .header__posts a:nth-child(10) {
        grid-area: auto;
    }

    #pun-navlinks {
        margin-top: -55px;
    }

    #pun-navlinks .container li:after {
        bottom: 0;
    }

    #pun-navlinks .container li a span {
        display: none;
    }

    #pun-navlinks li a:before {
        display: block;
        font-family: 'Line Awesome Free';
        font-weight: 900;
        font-size: 30px;
        color: var(--base_one);
    }

    #pun-navlinks li#navindex a:before {
        content: "\f64f";
    }

    #pun-navlinks li#navuserlist a:before {
        content: "\f0c0";
    }

    #pun-navlinks li#navsearch a:before {
        content: "\f002";
    }

    #pun-navlinks li#navprofile a:before {
        content: "\f2c2";
    }

    #pun-navlinks li#navpm a:before {
        content: "\f086";
    }

    #pun-navlinks li#navlogout a:before {
        content: "\f2f5";
    }

    #pun-navlinks li#navregister a:before {
        content: "\f234";
    }

    #pun-navlinks li#navlogin a:before {
        content: "\f2f6";
    }

    #pun-navlinks li#navadmin a:before {
        content: "\f1d1";
        font-family: 'Line Awesome Brands';
        font-weight: 400;
    }

    #pun-navlinks li#navpr_1 a:before {
        content: "\f0a1";
    }

    #pun-navlinks li#navpr_2 a:before {
        content: "\f06e";
    }

    #pun-ulinks {
        text-align: center;
        width: auto;
        height: 20px;
        padding-top: 0;
        top: -1px;
    }

    #pun-ulinks .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        background: var(--main_one);
    }

    div#pun-ulinks:before {
        content: 'Меню пользователя';
        margin: auto;
        font-size: 14px;
        display: block;
        width: 100%;
        height: auto;
        color: var(--tone_one);
        line-height: 2.5;
    }

    #pun-ulinks ul {
        position: absolute;
        top: 10px;
        width: 100%;
        margin-left: 0;
        z-index: 10;
        padding: 0 10px;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    #pun-ulinks:hover ul {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    #pun-ulinks .container li {
        font-size: 12px;
        margin: 0px;
    }

    #pun-ulinks ul li a {
        padding: 6px 4px;
        margin: 0px 0px 0px;
        display: block;
        font-size: 14px;
    }

    #pun-ulinks ul li:last-child a {
        margin-bottom: 2px;
    }

    #pun-ulinks .container li:after {
        bottom: 2px;
    }

    #pun-navlinks.sticky {
        margin: 0 0px 0px auto;
        right: 0;
        padding-top: 25px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 24px 100%, 0 calc(100% - 24px));
        clip-path: polygon(0 0, 100% 0, 100% 100%, 24px 100%, 0 calc(100% - 24px));
    }

    #pun-ulinks.sticky {
        position: fixed;
        top: 0;
        z-index: 99;
        background: var(--main_one);
        border: none;
        border-width: 0px;
        padding-top: 0;
        height: 31px;
        width: auto;
    }

    #pun-ulinks.sticky::before {
        width: 100%;
        height: 25px;
        color: var(--tone_one);
        line-height: 2.2;
        border: none;
        bottom: auto;
    }

    #pun-announcement .container .html-box {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .pa-fld1 {
        display: none;
    }

    .post-author:hover li.pa-fld1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative !important;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: auto;
    }

    lz {
        width: 100%;
        max-width: 400px;
    }

    #pun-messages #profilenav {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-items: left;
        float: none;
        width: 100%;
        margin: auto auto 10px auto;
        padding: 0px;
    }

    #pun-messages #profilenav>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    #pun-messages #profilenav>*:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    #pun-messages #profilenav>*:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    #pun-messages #profilenav>*:nth-child(4) {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
    }

    #pun-messages #profilenav h2:first-child {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
    }

    #pun-messages #profilenav h2:last-child {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 3;
        grid-row: 3;
        margin-top: 0px;
    }

    #pun-messages #profilenav ul:first-child {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
        padding: 0 0 4px 0;
    }

    #pun-messages #profilenav ul:last-child {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 4;
        grid-row: 4;
        padding: 8px 0 0 0;
    }

    #chfont {
        top: 80px !important;
        right: 0 !important;
    }

    .category h2 {
        font-size: 21px;
    }

    .category h2 span:before,
    .category h2 span::after {
        width: 23%;
    }

    #pun-category1 .container table tr,
    #pun-category2 .container table tr,
    #pun-category4 .container table tr:not(#forum_f7) {
        width: 100%;
        max-width: 100%;
    }

    #pun-index .container table .intd h3 a {
        font-size: 20px;
    }

    #pun-index .container table .intd h3 a::after,
    #pun-index .container table .intd h3 a::before {
        height: 15px;
    }

    div#pun-category3 .container table tr,
    div#pun-category5 .container table tr,
    div#pun-category6 .container table tr,
    div#pun-category7 .container table tr,
    #pun-index div#pun-category4 tr#forum_f7 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-gap: 0px;
        max-width: 100%;
        background: url('https://forumstatic.ru/files/001b/b3/8e/20022.png') top left no-repeat, -webkit-gradient(linear, left top, left bottom, from(var(--base_one)), to(var(--base_one))) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat, -webkit-gradient(linear, left bottom, left top, from(transparent), to(var(--main_one)));
        background: url('https://forumstatic.ru/files/001b/b3/8e/20022.png') top left no-repeat, -o-linear-gradient(var(--base_one), var(--base_one)) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat, -o-linear-gradient(bottom, transparent 0%, var(--main_one) 100%);
        background: url('https://forumstatic.ru/files/001b/b3/8e/20022.png') top left no-repeat, linear-gradient(var(--base_one), var(--base_one)) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat, linear-gradient(360deg, transparent 0%, var(--main_one) 100%);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0 0;
        width: 100%;
        margin: 20px 0 40px;
    }

    .punbb #pun-category3 table div.icon,
    .punbb #pun-category5 table div.icon,
    .punbb #pun-category6 table div.icon,
    .punbb #pun-category7 table div.icon,
    .punbb #pun-category4 table tr#forum_f7 div.icon {
        top: -20px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

    a.forum__banner {
        bottom: -51px;
    }

    .container table .link2 {
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        bottom: 0;
        left: 0;
        top: 100%;
    }

    .container table .link2::after,
    .container table .link2::before {
        display: none;
    }

    #pun-category3 .tcl:before,
    #pun-category5 .tcl:before,
    #pun-category6 .tcl:before,
    #pun-category7 .tcl:before,
    .punbb #pun-category4 table tr#forum_f7 .tcl:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        width: 60px;
        height: 2px;
        background: var(--base_one);
        left: auto;
    }

    #pun-category3 .container table tr td.tc2,
    #pun-category5 .container table tr td.tc2,
    #pun-category6 .container table tr td.tc2,
    #pun-category7 .container table tr td.tc2,
    #pun-category4 .container table tr#forum_f7 td.tc2 {
        color: var(--gray);
        font-size: 10px;
        position: absolute;
        left: 10px;
        top: 10px;
    }

    #pun-category3 .container table tr td.tc2,
    #pun-category5 .container table tr td.tc2,
    #pun-category6 .container table tr td.tc2,
    #pun-category7 .container table tr td.tc2,
    #pun-category4 .container table tr#forum_f7 td.tc2 {
        color: var(--gray);
        font-size: 10px;
        position: absolute;
        left: 10px;
        top: 10px;
        bottom: auto;
    }

    #pun-category3 .container table tr td.tc3,
    #pun-category5 .container table tr td.tc3,
    #pun-category6 .container table tr td.tc3,
    #pun-category7 .container table tr td.tc3,
    #pun-category4 .container table tr#forum_f7 td.tc3 {
        color: var(--gray);
        font-size: 10px;
        position: absolute;
        top: 10px;
        right: 10px;
        left: auto;
        bottom: auto;
    }

    #pun-category3 .tcl,
    #pun-category5 .tcl,
    #pun-category6 .tcl,
    #pun-category7 .tcl,
    #pun-category4 tr#forum_f7 .tcl {
        width: 100%;
    }

    #pun-category3 .container table tr td.tcr,
    #pun-category5 .container table tr td.tcr,
    #pun-category6 .container table tr td.tcr,
    #pun-category7 .container table tr td.tcr,
    #pun-category4 .container table tr#forum_f7 td.tcr {
        width: 90%;
    }

    .statscon {
        padding: 10px 0;
    }

    #pun-stats .statscon .container {
        background: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .statscon .container .item3:after,
    .statscon .container .item1:after,
    .statscon .container .item2:after {
        display: none;
    }

    .statscon .container .item1 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 13px;
        position: relative;
        max-width: 73px;
        left: 0;
        margin-right: 5px;
    }

    .statscon .container .item2 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 13px;
        position: relative;
        top: auto;
        max-width: 137px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        left: auto;
    }

    .statscon .container .item3 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: center;
        font-size: 13px;
        position: relative;
        top: 0;
        width: 120px;
        left: auto;
    }

    .statscon .container .item3 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 13px;
        font-family: 'Jura', arial, sans-serif;
        position: relative;
        top: 0;
        width: 120px;
    }

    .statscon .container .item3 span:before {
        content: "Чумб в Найт-Сити";
        font-size: 13px;
        text-align: left;
        position: relative;
        width: 120px;
        top: 0;
        left: 4px;
        border-bottom: 2px solid var(--main_one);
    }

    .statscon .container .item4 {
        top: auto;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
    }

    .statscon .container .item5.onlinelist,
    .statscon .container .item5.users_24h {
        margin-left: 0;
    }

    #pun-searchtopics .tc2,
    .forum .tc2,
    #pun-searchtopics .tc3 {
        display: none;
    }

    #pun-searchtopics tbody.hasicon tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% + 24px);
        margin: 0 -12px;
        padding: 0 12px;
    }

    #pun-searchtopics .tcr {
        width: 100%;
        padding: 3px 0;
        font-size: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-direction: row-reverse;
    }

    #pun #pun-searchtopics .tcr .user-avatar {
        margin: 0;
    }

    #pun-searchtopics .tcr a {
        margin-right: 10px;
    }

    #pun #pun-searchtopics .tcr span.byuser {
        margin-right: 5px;
    }

    tr.altstyle {
        background: var(--tone_one);
    }

    .usertable table {
        font-size: 13px;
        width: calc(100% + 24px);
        margin: 0 -12px;
    }

    td.tc3.relation,
    td.tc2.user_title {
        display: none;
    }

    #viewprofile {
        padding: 18px;
        margin: 0 -15px;
        width: calc(100% + 30px);
    }

    #viewprofile tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #viewprofile #profile-left {
        width: 100%;
    }

    #profile-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    #profile-right #pa-fld1 {
        -ms-grid-column: 1;
        grid-column: 1;
    }

    #profile:not(.messages-container) .container:not(.uploads, #spoiler-area, #video-area, #keyboard-area, #table-area, #addition-area, #color-area) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100% !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #profile #profilenav {
        width: 100%;
    }

    #profile #profilenav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #profile small#plng {
        display: none;
    }

    .adminmain {
        padding-left: 0 !important;
    }

    #pun-adnav {
        margin-left: 0 !important;
        display: inline !important;
        width: 100% !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #pun-adnav ul {
        padding: 0.4em 0 0.6em 0 !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        background: white;
    }

    #pun-admain fieldset {
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
    }

    #pun-admain1 form.adcontainer,
    #pun-admain2 form.adcontainer,
    #pun-admain-new form.adcontainer,
    #pun-admain1 div.adcontainer,
    #pun-admain2 div.adcontainer {
        padding: 10px !important;
        position: relative !important;
    }

    #pun-admain .adlabel {
        float: none !important;
        margin-left: 0 !important;
        position: relative;
    }

    #pun-admain fieldset .handle,
    #pun-admain fieldset p {
        border-left-width: 0 !important;
    }

    #pun-messages #profile .post .post-author {
        margin-left: -12px;
        position: relative;
        margin-top: 0;
    }

    div#pun-reputation h1 {
        margin: -25px -20px 0;
    }

    .punbb .post-links ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .punbb .post-links ul li.pl-email.profile a,
    .punbb .post-links ul li.pl-email.pm a,
    .punbb .post-links ul li.pl-email.email a,
    .punbb .post-links ul li.pl-delete a,
    .punbb .post-links ul li.pl-edit a,
    .punbb .post-links ul li.pl-quote a,
    .punbb .post-links ul li.pl-BBquote a {
        font-size: 0;
        height: 21px;
        display: block;
    }

    .punbb .post-links li {
        padding-bottom: 0px;
    }

    li.pl-email.profile:after,
    li.pl-delete:after,
    li.pl-edit:after,
    li.pl-quote:after {
        left: -17px;
        width: 25px;
    }

    div#pun-searchposts .post-links ul li a {
        height: 20px;
        display: block;
    }

    .punbb .post-links ul li a:before {
        display: block;
        font-family: 'Line Awesome Free';
        font-weight: 900;
        font-size: 22px;
        color: var(--tone_six);
    }

    li.pl-email.profile a:before {
        content: "\f2c2";
    }

    li.pl-email.pm a:before {
        content: "\f086";
    }

    li.pl-email.email a:before {
        content: "\f0e0";
    }

    li.pl-delete a:before {
        content: "\f2ed";
    }

    li.pl-edit a:before {
        content: "\f044";
    }

    li.pl-quote a:before {
        content: "\f10e";
    }

    li.pl-BBquote a:before {
        content: "\f10d";
    }

    .punbb .post-body dl.post-sig {
        display: none;
    }

    .reactions-root {
        padding: 0 !important;
        left: -6px !important;
        position: relative !important;
    }

    .subscribelink {
        width: 100%;
        text-align: right;
        background: transparent;
    }

    .subscribelink::before {
        display: none;
    }

    .subscribelink a {
        color: var(--main_three);
    }

    div#topic-modmenu {
        margin-top: -6px;
    }

    [class*=" col-"]:not(.col-auto),
    [class^=col-]:not(.col-auto) {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }

    .p-5 {
        padding: 2.5px;
    }

    .py-5 {
        padding-top: 2.5px;
        padding-bottom: 2.5px;
    }

    .px-5 {
        padding-left: 2.5px;
        padding-right: 2.5px;
    }

    .p-10 {
        padding: 5px;
    }

    .py-10 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .px-10 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .p-15 {
        padding: 7.5px;
    }

    .py-15 {
        padding-top: 7.5px;
        padding-bottom: 7.5px;
    }

    .px-15 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .p-30 {
        padding: 15px;
    }

    .py-30 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .px-30 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p-50 {
        padding: 25px;
    }

    .py-50 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .px-50 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .punbb #tags .container, .punbb #post #tags .container {
        max-width: 100%;
    }
    
    .section.online-list tr:nth-child(even) {
        background: var(--tone_one);
    }

    .postlink.long {
        width: auto !important;
    }

    #pun-viewforum .tcr {
        align-items: flex-end;
        max-width: fit-content;
        justify-content: flex-start;
        flex-direction: column;
        margin-left: auto;
    }

    #messages tbody.hasicon tr {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #messages .pmtcl1 {
        width: 100% !important;
    }

    #messages .pmtc33 {
        width: auto !important;
    }
}

/* Окно стикеров */

.hvStickerPackModalTabs .hvStickerPackModalTab {
    padding: 5px 8px;
    border-radius: 0px;
    background: var(--second_accent);
    font-size: 12px;
    font-family: 'Jura', sans-serif;
    cursor: pointer;
    margin-top: 8px;
    margin-right: 8px;
    clip-path: polygon(0 0, calc(100% - 9px) 0%, 100% 9px, 100% 100%, 9px 100%, 0 calc(100% - 9px));
    color: var(--base_two);
}

.hvStickerPackModalTabs .hvStickerPackModalTab.active {
    background: var(--accent);
    color: var(--base_one);
}

.hvStickerPackModalContainer .hvStickerPackModal {
    background: var(--base_one);
    border-radius: 0;
}

.hvStickerPackModal .hvStickerPackModalContent {
    padding: 5px;
    border: solid 1px var(--gray);
}