/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1751136422.css);

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */

@font-face {
    font-family: 'CorrectionTape';
    font-style: normal;
    font-weight: 400;
    src: url(https://forumstatic.ru/files/001c/1e/cc/91464.ttf) format('truetype');
}

@font-face {
    font-family: 'Bahnschrift';
    font-style: normal;
    font-weight: 400;
    src: url(https://forumstatic.ru/files/001c/1e/cc/29874.ttf) format('truetype');
}

html, body {margin: 0; padding: 0}

:focus-visible {
    outline: none !important;
}

body {
	background: url(https://forumstatic.ru/files/001c/1e/cc/92692.png) top center no-repeat;
    background-attachment: fixed;
    background-size: cover !important;
    padding-bottom: 15px;
    background-position: center top;
}

/* A2.2 */
.punbb * {
    margin: 0
}

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
    padding: 0;
    list-style: none;
}

/* A2.4 */
.punbb img {
    border:none
}

/* A2.5 */
.punbb .main table {
    table-layout: fixed;
    width: 100%;
	font-size: 14px;
}

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
    height: 1.8em;
    vertical-align: middle
}


/* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
    font-size: 100.01%;
}

/* A3.2 */
.punbb {
    font: normal 75% "Bahnschrift", sans-serif;
}

/* 3.3 */
.punbb textarea, .punbb input:not([type=checkbox]):not([type=radio]), .punbb select, .punbb optgroup {
    max-width: 100%;
	min-height: 25px;
	box-sizing: border-box;
}

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
    font-size: 1.5em;
    font-weight: normal;
}

/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
    font-size: 1em;
}

/* A3.6 */
.punbb pre {
    font: 1.1em/140% arial, "bitstream vera sans mono", "courier new", courier, monospace
}

/* A3.7 */
.punbb address, .punbb em {
    font-style: normal
}

/* A3.8 */
.punbb .post-content em {
    font-style: italic
}

/* A3.9 */
.punbb .post-content em.bbuline {
    font-style: normal;
    text-decoration: underline;
}

/* A3.10 */
.punbb a {
    text-decoration: underline
}

/* A3.11 */
.punbb optgroup {
    font-weight: bold;
}

#pun-main .category h2,
.punbb h2, #pun-main h1, .punbb > h1
{
    border: none !important;
    font: 600 21px "CorrectionTape", sans-serif;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-top: 0 !important;
}

#pun-main .category h2 {
	width: 47%;
	padding-bottom:0;
	margin-left: -50px;
	font-weight: normal;
}

.punbb h2, #pun-main h1 {
    font-size: 16px;
    text-transform: none;
}
.adformal h2, #pun-adnav h2 {
    font-size: 16px !important;
    text-transform: none;
}
#pun-main h1, .punbb > h1 {
    padding: 0px 0 15px !important;
	font-size: 14px !important;
}
.punbb h1.bottom {
    padding: 10px 0 0px !important;
}
#pun-main h1 > span {
    position: relative;
    z-index: 1000;
    padding: 0 15px;
	font-size: 14px;
}

#pun-main #subforums {
	padding-left: 0 !important;
	padding-bottom: 10px !important;
}


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    overflow:hidden;
    line-height: 0.0;
    font-size: 0;
}

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
    font-size: 0;
    height: 0;
    width: 0;
    line-height: 0.0;
    position:absolute;
    left: -9999px;
    overflow: hidden
}


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
}

/* A5.2 */
.punbb {
    height: auto;
	padding: 30px 30px 0;
}

/* A5.3 */
#pun-redirect, #pun-maint {
    margin: 50px 20% 12px 20%;
    width: auto;
    float: none;
}

/* A5.4 */
.punbb > .section:not(#pun-title):not(#pun-navlinks), .punbb > .main {
    padding: 0 25px;
}

.punbb > .main {
	padding-top: 15px;
	padding-bottom: 15px;
}

.divider {
    display: none;
}

/* A5.5 */
.punbb .category, .punbb .post {
    margin-top: 0.4em;
}

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
    margin-top: 0 !important;
}

/* 5.7 */
#pun-post .topic {
    margin-top: 1em;
}

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
//border-style: none none solid none;
//border-width: 0px 0px 2px 0px
}

/* A5.9 */
.punbb .container {
//border-style: solid;
//border-width: 1px;
}

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
    padding: 0.5em 1em;
    border-style: none solid solid none;
    border-width: 0 1px 1px 0;
}


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post .post-content {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    margin-top: 17px;
}
#pun-searchposts .post .post-content {
	margin-top: 0;
}

/* B1.2 */
.punbb .post-sig dt {
    display: block;
    border-top: 1px solid #888;
    width: 250px;
    margin: 5px 0;
}

/* B1.3 */
.punbb .post-content p {
    margin: 0;
    padding: 0 0 1em 0;
    line-height: 150%;
    font-size: 11px;
}

.punbb .post-content p a {
    color: #451c1f;
	font-weight: bold
}

.punbb .post-content table,
.punbb .post-content table tr,
.punbb .post-content table td,
.punbb .post-content table th {
    border: none !important;
}


/* B1.4 */
.punbb .post-content img {
    vertical-align: text-bottom
}

/* B1.5 */
.punbb .post-content img.postimg {
    vertical-align: middle;
}

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
    width: 100%;
    overflow: hidden;
}

/* B1.7 */
.punbb .post-content .scrollbox {
    width: 100%;
    overflow: auto;
}

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 0.4em 0 1.4em;
    padding: 1em;
    border-style: solid;
    border-width: 1px;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    display: block;
    padding-bottom: 0.7em;
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    margin: 0;
}

.post-content .spoiler-box  {
    padding: 0 !important;
}

.post-content .spoiler-box > div {
    padding: 3px 0.6em !important;
    text-align: center;
    font-size: 15px;
    font-family: "CorrectionTape";
}
.post-content .spoiler-box > blockquote.visible,
.punbb .post-content .quote-box, .punbb .post-content .code-box
 {
    padding: 1.2em 1.2em 0.6em;
    box-sizing: border-box;
}

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
    padding: 1.1em 1.7em 1em 1.7em;
    border-style: solid;
    border-width: 1px;
    margin: 0 0 1.1em 0;
}

/* B2.2 */
.punbb .info-box * {
    padding: 0 0 0.7em 0;
}

/* B2.3 */
.punbb #pun-main .info-box .legend {
    font-size: 1.1em;
    font-weight: bold;
}


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst, .punbb .linksb {
    width: 100%;
    font-size: 11px;
    display: flex;
    justify-content: space-between;
}
.punbb .linksb {
	padding-top: 10px;
}

#pun-searchposts.punbb .linksb {
	padding-top: 40px;
}

#pun-viewtopic.punbb .linkst,
#pun-searchposts.punbb .linkst {
    margin-bottom: 10px;
}
#pun-viewtopic .linkst .postlink {
	font-size: 12px;
	font-family: "CorrectionTape";
	font-weight: bold;
}

/* B3.3 */
.linkst .pagelink {
    position: relative;
}

/* B3.4 */
.linkst .postlink {
    text-align: right;
}

/* B3.6 */
.linksb .pagelink {
    order: -1;
}

/* B3.7 */
.linksb .postlink {
    order: 3;
    text-align: right;
}
.linksb .postlink.long {
    width: auto !important;
}
.linksb > noindex {
    order: 2;
    flex: 1 1 auto;
}

/* B3.8 */
.subscribelink {
    order: 2;
    flex: 1 1 auto;
    text-align: right;
    padding-right: 20px;
    font-weight: bold;
}


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
    padding: 0 0 1.1em 0;
}

/* C1.2 */
.punbb .formsubmit {
    padding: 0 0 0 1.7em;
    margin: 0 0 0 0;
    text-align: center;
}

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
    margin-left: 0px;
    margin-top: -50px;
}

/* C1.4 */
.punbb fieldset {
    padding: 35px 0px 0 0px;
    margin: 0 0 1em 0;
    position: relative;
    border: none;
}
#pun-search fieldset {
	padding-top: 20px;
}

.punbb #profile fieldset {
    padding: 10px 0px;
	margin-bottom: 0;
}
.punbb #profile #profilenav + input + fieldset,
.punbb #profile #profilenav + fieldset {
	margin-top: 10px;
}

/* C1.5 */
.punbb:not(.punbb-admin) fieldset legend {
    position: absolute;
    top: 20px;
}
#pun-search fieldset legend {
	top: 0;
}
.punbb #profile fieldset legend {
	top: -5px;
	padding: 0;
	font-size: 14px;
}

/* C1.6 */
.punbb fieldset legend span {
    font-weight: bold;
}

/* C1.7 */
.punbb fieldset fieldset {
    border-style: none;
    margin: 0;
    padding: 0 0 8px 0
}

/* C1.8 */
.punbb .fs-box {
    padding: 1em 0 0.8em 0;
}

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
    padding: 0 0 0.8em 0
}
.punbb .checkfield {
    padding: 0.8em 0 0 !important;
}

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
    float: left;
    margin-right: 1em;
}

/* C1.11 */
.punbb .inline .infofield {
    clear:both
}

/* C1.12 */
.punbb .datafield br {
    display: none
}

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
    font-weight: bold
}

/* C1.14 */
.punbb .datafield span.input a {
    font-weight: normal;
}

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
    display: block;
    padding: 0 12em 0 0;
    height: 100%; /* For IE */
}

/* C1.16 */
.punbb textarea, .punbb .longinput input {
    width: 100%;
    margin: 0;
}

/* C1.17 */
.punbb .hashelp {
    position: relative;
}

/* C1.18 */
.punbb .helplinks {
    display: block;
    position: absolute;
    top: 1em;
    right: 0;
    font-weight: normal;
    width: 36%;
}

/* c1.19 */
.punbb #profile .helplinks {
    top: 1.5em;
}

/* C1.20 */
.punbb .helplinks span {
    display: block;
    padding-bottom: 0.2em;
}

/* C1.21 */
#pun-post .formal .info-box li {
    padding-left: 4px;
    list-style-type: square;
    list-style-position: inside;
    line-height: 1.5;
    margin: 0;
}

td.tc0.ft-image {
	background-size: contain !important;
	padding: 10px !important;
	background-clip: content-box;
}


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
    overflow: hidden;
    padding-left: 0;
}
.punbb .main .tc0 + .tcl {
	padding-left: 1em;
}

.punbb .main .tcl .intd {
    display: flex;
    justify-content: flex-start;
}
.punbb .main #messages .tcl .intd {
	align-items: center;
}

.punbb .main .tcl .tclcon {
    width: 100%;
    font-size: 14px;
}

.punbb .main .tcl .tclcon > small {
	width: 100%;
    font-size: 0;
    line-height: 1.8;
    display: block;
}
.punbb .main .tcl .tclcon > small > a {
	font-size: 14px;
	padding: 3px 3px;
	margin-right: 5px;
	font-weight: normal;
}

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    text-align: center;
    width: 8%;
	font-size: 14px;
}

.punbb .main .forum .tc2, .punbb .main .forum .tc3, .punbb .main .forum .tcmod,
.punbb .main .online-list .tc2, .punbb .main .online-list .tc3, .punbb .main .online-list .tcmod {
    width: 17%;
	text-align: left;
	font-size: 12px;
}

.category .tcmod {
    display: none !important;
}

/* C2.3 */
.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 22%;
    position: relative;
	line-height: 0;
}

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl,
#pun-online .main .tcl,
#pun-respect .main .tcl {
    width: 40%;
	text-align: left;
}

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
    text-align: left;
    width: 20%;
}

/* C2.6 */
#pun-debug table .tcl {
    width: 15%;
    white-space:normal;
}

/* C2.7 */
#pun-debug .tcr {
    width: 90%;
    white-space: normal;
}

/* C2.8 */
.punbb .main .tcl h3 {
    font-size: 17px;
	font-weight: bold;
    position: relative;
}

.punbb .main .tcl h3:after {

}

/* C2.9 */
.punbb td span.youposted {
    font-weight: bold;
    margin-left: -1em;
    position: absolute;
}

/* C2.10 */
.punbb td .modlist {
    display: block;
    padding-top: 0.3em
}

/* C2.11 */
.punbb .main td {
    padding: 1.1em 1em;
}

/* C2.12 */
.punbb .main th {
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    padding: 0.4em 1em 0.4em 1em;
}

.punbb .main .forum th,
#pun-online th,
#pun-respect th {
	text-align: left;
	font-size: 12px;
	text-transform: lowercase;
	border: none;
}

#filetable {
    padding-bottom: 20px;
	font-size: 14px;
}

#filetable th,
#top-donators table th,
#latest-donators table th,
.usertable table th,
.messages-container table th
{

    border-width: 0 0 1px 0 !important;
    border-color: #545454 !important;
	font-size: 14px;
}

.adfs-box .pagelink {
    padding-top: 15px !important;
}
.adfs-box #del_file {
    margin-right: 0 !important;
}

/* C2.13 */
.punbb .main .tcl {
    border-left-style: none;
    border-left-width: 0;
    overflow: visible;
}


/* C2.15 */
.punbb div.icon {
    height: 45px;
    width: 45px;
    margin-right: 20px;
    margin-left: 10px;
    flex: 0 0 45px;
    //background-color: #000;
    //border-radius: 50%;
    position: relative;
}

#pun-index.punbb div.icon {
    height: 95px;
    flex: 0 0 60px;
    margin-right: 10px;
    margin-left: 0;
}

.punbb div.icon:before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: -25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: initial;
    width: 100px;
    height: 110px;
    background-image: url(https://forumstatic.ru/files/001c/1e/cc/42416.png);
}

.punbb .forum div.icon {
    height: 35px;
    width: 35px;
    margin-right: 20px;
    margin-left: 10px;
    flex: 0 0 35px;
	margin-right: 5px;
    margin-left: 0px;
}

.punbb .forum div.icon:before,
.punbb #messages div.icon:before
{
	top: 0px;
    left: 0px;
	width: 100%;
    height: 100%;
	background-image: url(https://forumstatic.ru/files/001c/1e/cc/94759.png);
}

.punbb .inew div.icon:before {
    background-image: url(https://forumstatic.ru/files/001c/1e/cc/22166.png);
}

.punbb .forum .inew div.icon:before,
.punbb #messages .inew div.icon:before
{
    background-image: url(https://forumstatic.ru/files/001c/1e/cc/33503.png);
}

.punbb .forum .iclosed div.icon:before {
    background-image: url(https://forumstatic.ru/files/001c/1e/cc/71053.png);
}

.punbb .forum .iclosed.inew div.icon:before {
    background-image: url(https://forumstatic.ru/files/001c/1e/cc/87463.png);
}

.punbb .forum .isticky div.icon:before {
    background-image: url(https://forumstatic.ru/files/001c/1e/cc/17933.png);
}

.punbb .forum .isticky.inew div.icon:before {
    background-image: url(https://forumstatic.ru/files/001c/1e/cc/37004.png);
}

.punbb .forum table .intd {
    display: flex;
    align-items: center;
    justify-content: left;
}

.punbb .forum table .stickytext,
.punbb .forum table .closedatafield {
    display: none;
}

.punbb .forum table .byuser {
    font-weight: bold;
}
.punbb .forum table .tcr .byuser:before {
    content: '-';
}

/* C2.16 */
.punbb  .category table div.icon {

}

/* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
    padding: 25px 15px 0px;
}

/* C3.2 */
.punbb .post h3 {
    height: -100px;
    position: 100px;
}

/* C3.3 */

.punbb .post h3 span {
    padding:0;
    margin:0;
    position: absolute;
    top: 2px;
}

/* C3.4 */
.punbb .post h3 strong {
    float: right;
    width: 5em;
    text-align: right;
    font-weight: normal;
}

/* C3.5 */
.punbb .post .post-author {
    float: left;
    width: 260px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 20px;
}

div.post-rating p {
	margin-bottom: 20px;
}

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    line-height: 120%;
}

.punbb .post .post-author ul {
    display: flex;
    flex-flow: row wrap;
}

.punbb .post .post-author ul .pa-replies {
    position: absolute;
    top: 30px;
    left: 5px;
	color: #000
}

.punbb .post .post-author ul .pa-fld1 .fld-name,
.punbb .post .post-author ul .pa-fld2 .fld-name {
    display: none;
}

.punbb .post .post-author ul li {
    width: 100%;
}

.punbb .post .post-author ul .pa-author {
    order: 1;
    position: relative;
    font-family: "CorrectionTape";
}
.punbb .post .post-author ul .pa-title {
    order: 2;
    position: relative;
	border-radius: 8px 8px 0 0;
	font-size: 12px;
}
.punbb .post .post-author ul .pa-avatar {
    order: 3;
    text-align: center;
	padding: 0 10px;
}
.punbb .post .post-author ul .pa-avatar:last-child {
	padding-bottom: 15px;
	border-radius: 0px 0px 8px 8px;
}

.punbb .post .post-author ul .pa-reg {
	order: 4;
	margin-bottom: 7px;
}
.punbb .post .post-author ul .pa-fld1 {
    order: 4;
    text-align: center;
    padding: 0px 0px 5px;
    font-size: 16px;
    line-height: 1.1;
    font-weight: bold;
}
.punbb .post .post-author ul .pa-fld1 img {
	display: block;
	width: 100%;	
}
.punbb .post .post-author ul .pa-fld2 {
    order: 5;
    padding: 5px 10px;
	font-size: 12px;
}
.punbb .post .post-author ul .pa-fld2 a {
font-weight: bold;
}
.punbb .post .post-author ul .pa-posts,
.punbb .post .post-author ul .pa-respect,
.punbb .post .post-author ul .pa-fld3,
.punbb .post .post-author ul .pa-fld4 {
    background: #8b9476;
    padding: 2px 10px 4px;
    width: 50%;
    overflow: hidden;
    line-height: 1.4;	
    text-transform: lowercase;
    text-align: left;
    font-size: 12px!important;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.punbb .post .post-author ul .pa-posts:before,
.punbb .post .post-author ul .pa-respect:before,
.punbb .post .post-author ul .pa-fld3:before,
.punbb .post .post-author ul .pa-fld4:before {
	display: block;
	position: absolute;
	content: '';
	left:0;
	top: 2px;
	width: 100%;
	height: 14px;
	z-index: -1;
}

.punbb .post .post-author ul .pa-posts {
    order: 8;
    margin-left: 0;
	border-radius: 0 0 0 8px;
	padding-bottom: 15px;
}
.punbb .post .post-author ul .pa-respect {
    order: 9;
    margin-right: 0;
	border-radius: 0 0 8px 0;
	padding-bottom: 15px;
}
.punbb .post .post-author ul .pa-fld3 {
    order: 6;
    margin-left: 0;
}
.punbb .post .post-author ul .pa-fld4 {
    order: 7;
    margin-right: 0;
}
.punbb .post .post-author ul .pa-online {
    order: 10;
	background: none !important;
	font-size: 10px;
	margin-top: 8px;
    font-family: "CorrectionTape";
}

/* C3.7 */

/* C3.8 */
.pa-author a {
    text-decoration: none
}

/* C3.9 */
li.pa-title {
    padding-bottom: 0.4em;
    padding-top: 0.4em;
}


li.pa-online {
    line-height: 0.8em;
    padding-left: 0.4em;
    margin-top: 0.7em;
}

/* C3.11 */
.punbb .post-body {
    margin-left: 260px;
    padding: 0 0 1px 0;
}

/* C3.12 */

.punbb .post {
    position: relative;
}

.punbb .post:before {
    width: 100%;
    content: '';
    display: block;
    height: 20px;
}

.punbb .post .post-author li:not(.pa-author):not(.pa-replies)
{
    background: url(https://forumstatic.ru/files/001c/1e/cc/47399.png) center center no-repeat;
    background-size: cover;
}

.punbb .post .post-author .pa-author {
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    line-height: 1.1;
    padding-bottom: 4px;
	font-weight: bold;
}

.punbb .post .post-author .pa-author .flag-i {
    display: none;
}

.punbb .post .post-author .pa-online {
    text-align: center;
    padding: 0;
}
.punbb .post .post-author .pa-ua {
    display: none;
}

.punbb .post .post-author .pa-title {
    text-align: center;
}

.punbb .post .post-rating {
}

#post_Respec table, #post_Respec h2 {
    background-color: #eaeaea !important;
}

.punbb .post:not(.topicpost):not(.adminmain) {
    margin-top: 50px !important;
}

.punbb h2 + .post:not(.topicpost):not(.adminmain) {
    margin-top: 0 !important;
}

#pun-messages .post {
	margin-top: 0 !important;
}
.post.adminmain:before,
#pun-messages .post:before {
	content: none !important;
}

#pun-post.punbb .topic .post:not(.topicpost) {
	margin-top: 15px !important;
}

.punbb .post a.sharelink,
.punbb .post h3 strong {
    display: none;
}

.punbb .post h3 span,
.punbb .post-links a,
#plng,
#togglePreview > input
{
    padding: 1px 5px;
    font-size: 12px;
}
#pun-searchposts.punbb .post h3 span {
	font-size: 12px;
}

.punbb .post-links a {
    text-transform: lowercase;
}

.punbb .post-box {
    padding-left: 25px;
}

/*C3.13 */
.punbb fieldset .post-box {
    margin-bottom: 0.8em
}

/* C3.14 */
.punbb .post-links {
    position: absolute;
    left: 0;
    width: 100%;
}

/* C3.15 */
.punbb .post-links ul {
    height: 20px;
    line-height: 2em;
    text-align: right;
	font-size: 11px;
}

/* C3.16 */
.punbb .post-links li {
    display: inline;
    padding-left: 1em;
}
.punbb .post-links li:first-child {
    padding-left: 0;
}

/* C3.17 */
.pl-email, .pl-website {
    float: left;
}

/* C3.18 */
.punbb .clearer {
    clear: both;
    height: 0;
    font-size: 0;
}


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
    padding: 15px 0 0px;
    text-align: right;
    font-size: 11px;
}
#topic-modmenu .container {
    padding-bottom: 0 !important;
}

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
    height: 1.8em;
    line-height: 1.8em;
    font-weight: normal !important;
}

/* C4.3 */

.punbb #topic-modmenu {
    padding-top: 15px;
}

.punbb .modmenu .container strong {
    float: left;
}

/* C4.4 */
.punbb .modmenu input {
    margin-left: 1em;
}

.punbb #post-form {
    padding-top: 30px;
}

.punbb .post + #post-form {
	margin-top: 25px;
}

.punbb #post-form fieldset:not(#post-preview) {
    border-top: 25px solid #451c1f;
}
.punbb #post-form fieldset#post-preview {
    padding-top: 0px;
}
.punbb #post-form fieldset#post-preview legend {
    position: relative;
    top: 0;
}
.punbb .formal .post-box {
    padding: 20px 20px 10px;
    margin-bottom: 0;
}
.punbb .formal .subject, #form-buttons+#tags+p.inputfield {
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
}

.punbb #post-form h2 {
    display: none;
}

#post-preview .post-content {
    margin-top: 0;
}


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
    padding: 15px;
}
.punbb .info {
    border-width: 1px;
}

/* C5.2 */
.punbb .info .container .backlink {
    padding-top: 0.8em;
}


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
    padding-left: 16.3em;
    padding-top: 27px;
}
#pun-messages #profile .container {
	padding-top: 0;
}
#pun-messages #messages,
#pun-messages .messages-container .container > fieldset
{
	margin-top: 25px !important;
}

#pun-messages #post-new legend {
	top: 5px;
}

#pun-messages .messages-container #fntSlider-cnt {
	display: none;
}

/* C6.2 */
#profilenav {
    float: left;
    width: 14em;
    margin-left: -16.3em;
    display: inline;
}

/* C6.3 */
#profilenav li {
    padding-bottom: 0.8em;
    font-weight: bold;
}

#pun-profile .main h1 {
    display: none;
}

#viewprofile ul, #profilenav ul,
.adcontainer
{
    border-width: 1px !important;
    border-color: #451c1f !important;
    padding: 1.5em 18px 0.8em 18px;
    margin: 0 0 1em 0;
	border-style: solid !important;
}
.adcontainer {
	padding: 6px 6px;
}

/* C6.5 */
#viewprofile h2, #profilenav h2 {
    background: transparent;
    border: none;
    padding: 0 0 0 0 !important;
    margin: -27px 0 10px 0;
    text-align:left;
}

#viewprofile h2:after, #profilenav h2:after {
    display: none;
}

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
    padding: 0 5px;
    position: relative;
}

/* C6.7 */
#viewprofile li, #setmods dl {
    padding: 0 0 0 16em;
    margin-bottom: 0.2em;
}

/* C6.8 */
#viewprofile li span {
    float: left;
    width: 14em;
    margin-left: -16em;
    padding: 0.5em 1em;
    font-weight: bold;
}

/*C6.9 */
#setmods dt {
    float: left;
    width: 14em;
    margin-left: -16em;
    padding: 0.8em 1em;
    font-weight: bold;
    display: inline;
}
#setmods .checkfield {
	padding: 0 !important;
}

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
    display: block;
    padding: 0.5em 1em;
    font-weight: normal;
}

/* C6.11 */
.punbb img.avatardemo {
    float: right;
    margin: 0 0 0.8em 1.8em
}

#select-hosting .infofield * {
	margin: 0 !important;	
}

.submitend {
	margin-top: 15px;
}

/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
    border-bottom: none;
    margin-bottom: 0;
}

#pun-userlist #userlist legend {
	top: 10px;
	width: 100%;
	padding: 3px 15px;
	font-weight: normal !important;
	box-sizing: border-box;
}

#pun-userlist #userlist legend span {
	font-weight: normal !important;
}

#pun-userlist #userlist .fs-box {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

/* C7.2 */

#pun-userlist .usertable table {
	border-collapse: separate;
    border-spacing: 0 7px;
}

#pun-userlist .usertable table tr td:first-child {
	border-radius: 15px 0 0 15px;
}

#pun-userlist .usertable table tr td:last-child {
	border-radius: 0 15px 15px 0;
}

#pun-userlist .usertable table tr th,
#pun-userlist .usertable table tr td {
	text-align: center !important;
}
#pun-userlist .usertable table tr td.tcl {
	text-align: left !important;
	padding-left: 20px !important;
	width: 30% !important;
}
#pun-userlist .usertable table tr td.tcl .usersname {
	padding-left: 25px;
}

#pun-userlist .usertable table tr td.registered {
	width: 20% !important;
}

#pun-userlist .usertable .container {
    padding: 2em 0 0.5em 0;
    border-top: none;
}

/* C7.3 */
#pun-userlist .usertable table span.usersname,
#messages .tc2 .user-avatar + a
{
	position: relative;
	top: 13px;
}
#messages .tc2 {
	text-align: left;
}

#pun-userlist .linkst {
	display: none;
}


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */

#pun-title {
    border: none;
}

#title-logo-table {
    display: none !important;
}

/* D1.2 */
#pun-title h1 {
    height : 40px;
    padding: 2em 1em 0 1em;
    display:none;
}

/* D1.3 */
#pun-title .container {
    border-style: none solid none solid;
}

/* D1.4 */
#pun-title h1 span  {    font-size: 1.5em;
}

#pun-title table {
    border: none;
    height: 40px;
    width: 100%;
}

#pun-title td.title-logo-tdl {
    border: none;
    width: 100%;
}

#pun-title td.title-logo-tdr {
    border: none;
    width: 468px;
}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
    position: absolute;
    top: -15px;
    left: 0;
    margin: 0;
    border: none;
    padding: 0;
    width: 100%;
}

/* D2.2 */
#pun-pagelinks .container {
    background: transparent;
    border: none;
    padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
    display: inline
}

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
    height: 2em;
    line-height: 2em;
    padding: 0;
    font-size: 1.2em;
    margin-left: -9999px;
    display: block;
    float:left;
    width: 100%;
}

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
    position:relative;
    margin: 0;
}

#pun-pagelinks li a span {
    display:block;
    margin: 0 1em
}

/* D3 Forum navigation
-------------------------------------------------------------*/

/* D3.1 */

#pun-navlinks, #pun-navlinks .container {
    border-style: none;
    border-width: 0;
    margin: 0;
}

/* D3.2 */
#pun-navlinks .container {
    padding: 0.5em 0.5em;
}

/* D.3 */
#pun-navlinks li {
    display: inline;
    padding-right: 1em;
}

/* D3.4 */
#pun-navlinks li a {
    font-size: 22px;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
    margin-top: 0;
}

/* D4.2 */
#pun-ulinks .container {
    border-top: none;
    padding: 0.7em 1em;
}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
    display: inline;
    border-left-style: solid;
    border-left-width: 1px;
    white-space: nowrap;
    border: none;
}

/* D4.4 */
#pun-ulinks li a {
    padding: 0 0.3em 0 0.6em;
    font-size: 13px;
    font-weight: bold;
	text-transform: lowercase;
}

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
    border-left-style: none;
    border-left-width: 0;
    padding-left: 0
}

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
    border-bottom: none;
    margin-bottom: 0;
    position: relative;
}

/* D5.2 */
#pun-status .container {
    padding: 0.8em 1em 1em 0em;
	font-size: 12px;
}

/* D5.3 */
#pun-status span {
    white-space: nowrap;
    margin-right: 0.5em;
}

/* D5.4 */
#pun-crumbs1 {
    font-weight: bold;
    overflow: hidden;
    margin-top: 0;
    display: none;
}

/* D5.5 */
#pun-crumbs1 p.container {
    border-top: none;
    padding: 1em 1em 0.8em 0em;
    font-size: 13.5px;
}

/* D5.6 */
#pun-break1 {
    margin: 0 1em;
    border-style: solid none;
    border-width: 1px 0;
    height: 0;
    margin: -2px 1em;
    position: relative;
    z-index: 1;
}

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
    padding: 0;
    margin: 0 1em -3.5em 1em;
    border-style: none none solid none;
    border-width: 0 0 1px 0;
    position: relative;
    font-weight: bold;
}

/* D6.2 */
#pun-announcement h2 span {
    display: block;
    padding: 1em 0 0.8em 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

/* D6.3 */
#pun-announcement .container {
    padding: 4.3em 1em 1em 1em;
}

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
    padding: 0px 0em 15px 0em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

#pun-stats h2 {
    display: none;
}

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2,
#pun-stats li.item3, #pun-stats li.item4
{
    width: 20%;
    text-align: center;
    line-height: 1;
    padding: 3px 5px;
    font-size: 12px;
    font-family: "CorrectionTape";
    text-transform: lowercase;
}


/* D7.4 */
li#onlinelist {
    margin-top: 10px;
    width: 100%;
    line-height: 130%;
	font-size:14px;
}

/* D7.5 */
li#onlinelist a {
    font-weight: bold;
}

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
    margin: 0;
    border: none;
    width: 50%;
    position: relative;
    float: left;
}

/* D8.2 */
#pun-qjump .container {
    border: none;
    background: transparent;
    padding: 0.8em 1em;
}

/* D8.3 */
#pun-about {
    margin-top: 0;
    display: none;
}

/* D8.4 */
#pun-about .container {
    border-top-style: none;
    text-align: right;
    line-height: 150%;
    padding: 0.8em 1em;
}

/* D8.5 */
#pun-about p span {
    display:block;
    padding-left: 50%;
}

/* D8.6 */
#pun-crumbs2 {
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 0;
    border-bottom: none;
    display: none;
}

/* D8.7 */
#pun-crumbs2 .container {
    border-bottom: none;
    padding: 0.8em 0em;
    font-size: 1.1em;
}

/* D8.8 */
#pun-break4 {
    margin: -2px 1em;
    border-style: solid none;
    border-width: 1px 0;
    position: relative;
    height: 0;
    z-index: 1;
}

/* D8.9 */
div.punbb-admin #pun-about .container {
    border-top-style: solid;
    border-top-width: 1px;
}


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 0;
    margin-bottom: 0.8em;
}

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
    padding-bottom: 0.6em;
    display: block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 1.1em;
}

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
    margin-bottom: 1em
}

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
    padding: 0 0 0 1em
}

/* D9.5 */
#pun-help .formal li {
    padding: 0;
    line-height: 130%
}

/* D9.6 */
#pun-help .formal li * {
    vertical-align: text-top
}

/* D9.7 */
#pun-help .formal dt span {
    font: 1.4em/120% arial, monaco, "bitstream vera sans mono", "courier new", courier, monospace
}

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
    padding-bottom: 0;
}


.category > .container > table > thead {
    display: none;
}

.punbb table .user-avatar,
.punbb table .user-avatar .avatar-image {
    height: 42px !important;
    width: 42px !important;
    margin-bottom: 0 !important;
	background-color: #451c1f;
    border-radius: 50%;
}
.punbb table .user-avatar .avatar-image {
	opacity: 0.45;
}

.punbb .forum table .user-avatar {
    margin-right: 15px !important;
}

#pun-index .user-avatar,
#pun-index .user-avatar .avatar-image {
    height: 60px !important;
    width: 60px !important;
}


.forum table,
.online-list table,
#pun-respect table {
	margin: 0 -25px;
    padding-top: 10px;
	width: calc(100% + 50px) !important;
}

.forum table th {
	padding-top: 5px;
	padding-bottom: 5px;
}

.forum table .tcl,
.online-list table .tcl,
#pun-respect table .tcl {
	padding-left: 20px !important;
}

.forum table th.tcl,
.online-list table th.tcl,
#pun-respect table th.tcl {
	padding-left: 40px !important;
}

#pun-respect table th.tc2, 
#pun-respect table th.tc3 {
	text-align: center;
} 

.forum table .tcr,
.online-list table .tcr {
	padding-right: 20px !important;
	font-size: 12px;
	width: 28% !important;
	line-height: normal !important;
}

.category table {
    margin-bottom: 20px;
}

.category table .user-avatar {
    margin-right: 10px;
    margin-bottom: 0 !important;
}
.category table .lastpost-link {
    font-weight: bold;
    font-size: 15px;
	line-height: 1.22;
}
.category table .lastpost {
	font-size: 12px;
	line-height: 1.22;
}

#html-footer {
    padding: 10px 0 !important;
	background: transparent !important;
}

#html-footer .container {
    margin: 0 -3px;
}

#pun-viewtopic .topic {
	margin-bottom: 15px;
}

#main-reply {
    box-sizing: border-box;
}

.button {
    text-transform: uppercase;
    border: none;
    padding: 5px 15px 4px;
    cursor: pointer;
	font-family: "CorrectionTape" !important;
	font-size: 13px !important;
	font-weight: bold !important;	
}
.button:focus, .button:active. .button:focus-visible,
#togglePreview > input:focus, #togglePreview > input:active, #togglePreview > input:focus-visible {
    border: none !important;
}

#plng {
    position: absolute;
    top: -20px;
    left: 0px;
    font-size: 12px;
}

#togglePreview > input {
    position: absolute;
    right: 0px;
    top:-25px;
    font-size: 12px;
    border:none;
    cursor: pointer;
    border: none;
    background: none;
}

#pun-searchposts .post-content > p:first-child:empty {
    display: none;
}

.punbb #profile .select-file .pagelink {
    display: none;
}

#forum-foundation,
#top-donators,
#latest-donators
{
    padding-bottom: 30px;
}

#top-donators table,
#latest-donators table
{
    margin-top: 20px;
}

.messages-container #profilenav h2 {
    margin-top: 0 !important;
}

.messages-container #profilenav {
    margin-top: -27px;
}

#pun-adnav {
    padding-left: 25px !important;
    margin-left: calc(-15em - 25px) !important;
    padding-bottom: 25px !important;
}
#pun-admain1 {
    padding-right: 25px !important;
    padding-bottom: 25px !important;
}

.adformal h2, #pun-adnav h2,
.adformal h2 > span, #pun-adnav h2 > span {
    background-color: transparent !important;
}
.adformal h2, #pun-adnav h2, #pun-admin h2 {
	padding-bottom: 10px;
}

#pun-adnav h2 {
    text-align: left !important;
}
#pun-adnav h2:after {
    display: none !important;
}

#profile10 .tcl {
	text-align: center;
}

.adminmain {
    padding-left: calc(15em + 25px) !important;
}

.adcontainer {
}

.adformal {
    border: none !important;
}
#pun-admain fieldset {
    border: none !important;
}

#pun-admain1 legend {
    position: relative !important;
    top: 0 !important;
    padding: 5px 0 10px !important;
    background: none !important;
    margin: 0 0 0 0px !important;
}
#pun-admain legend {
	margin-left: 0 !important;
}
#pun-admain legend span {
    background: transparent	!important;
    margin: 0 0 0 0 !important;
}

#font-area, .popup_graffiti, #size-area, #image-area, #color-area, #addition-area, #video-area, #smilies-area, #spoiler-area {
    background-color: #cbcbcb;
    text-align: center !important;
    padding: 4px;
    color: #000;
    text-shadow: 0px 0px 0px #000;
    border: 1px double #6f6f6f;
    border-radius: 3px;
}

.pun-modal .modal-inner, .respect-popup, #pun-reputation .inner  {
    background-color: #eaeaea !important;
    padding: 10px 0 0 0;
}

.post-content .lastedit {
    display: none;
}

@media screen and (min-width: 540px) {
    :root > body {
        min-width: 1300px;
    }

    body.post-content {
        min-width: unset;
    }

    #pun-title {
        display: none;
    }

    .opacity-0 {
        opacity: 0 !important;
    }

    .header-hover {
        height: 450px;
        background: url(https://forumstatic.ru/files/001c/1e/cc/94913.png) top center no-repeat;
        background-size: contain;
        z-index: 100;
        display: flex;
        justify-content: end;
        align-items: center;
		margin: 0 20%;
        box-sizing: border-box;
        flex-direction: column;
    }

    .header-hover > div {
        padding: 0 20px;
        display: flex;
        align-items: center;
		margin-bottom: 5px;
		gap: 12px;
    }
    .header-hover > .left {
        justify-content: right;
    }
	.header-hover > .right {
        justify-content: left;
    }

    .header-hover h2 {
        padding: 0 !important;
        line-height: 1 !important;
        text-transform: none !Important;
		font-size: 16px !important;
		font-weight: normal;
    }
	.header-hover .left h2 {
		margin-right: 15px;		
	}

    .header-hover h2:after {
        display: none !important;
    }

    .header-hover .news-text {
        height: 58px;
        overflow: hidden;
		width: calc(50% - 6px);
		font-size: 12px;
		text-align: justify;
    }
    .header-hover .news-text a {
        font-weight: bold;
    }
	.header-hover .news-text b {
		font-size: 12px;
	}

    .header-hover .activity {
        display: flex;
        justify-content: center;
		gap: 9px;
    }

    .header-hover .activity .round {
        height: 45px;
        width: 45px;
        overflow:hidden;
        position: relative;
    }

    .header-hover .activity .round a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
		background: #451c1f69;		
    }

    .header-hover .activity .round img {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
		z-index: -1;
    }

    #pun-navlinks {
        font: 400 18px "CorrectionTape", sans-serif;
        text-transform: uppercase;
        text-align:center;
        line-height: 1.4;
        width: 100%;
    }

    #pun-ulinks {
        text-align: center;
    }

    #pun-status {
        padding-top: 10px  !important;
        padding-bottom: 20px !important;
    }

    #pun-status .item3,
    #pun-status .item4 {
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
    }
    #pun-status .item3 {
        white-space: normal;
        text-align: right;
        width: 160px;
		margin-bottom: 6px;
		margin-right: -2px;
    }
    #pun-status .item4 {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    #pun-crumbs1 p.container {
        padding-top: 0 !important;
    }
}



#cboxLoadedContent {
    margin-bottom: 0 !important;
	overflow: visible !important;
}
#cboxContent:focus-visible,
#cboxLoadedContent:focus-visible
{
    outline: none !important;
}

.reward {
    cursor: pointer;
    text-decoration: none !important;
    display: block;
    width: 100%;
    height: 100%;
}

.reward-container {
    width: 750px;
	min-height: 430px;
    display: flex;
    background: url(https://forumstatic.ru/files/001c/1e/cc/17431.png) center center no-repeat;
	background-size: cover;
    padding: 5px;
	font-size: 14px;
	border-radius: 20px;
}

.reward-container .left {
    flex: 0 0 60%;
    padding: 15px;
    display: flex;
    flex-direction: column;
	border-radius: 20px;
}

.reward-container .left .reward-images {
    display: flex;
    justify-content: center;
	gap: 7px;
    padding: 10px 7px 10px 7px;
}

.reward-container .left .reward-images .image-box {
    height: 100px;
    width: 195px;
    border: 1px solid #2b352a;
    position: relative;
}

.reward-container .left .reward-images .image-box img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.reward-container h2 {
    padding: 1px 15px;
    margin-left: -15px;
	margin-right: -15px;
	font-family: "CorrectionTape";
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
	position: relative;
	background: url(https://forumstatic.ru/files/001c/1e/cc/23490.png) center center no-repeat;
    background-size: cover;
}
.reward-container h2:before {
	position: absolute;
	left: -25px;
	width: 25px;
	height: 100%;
	content: '';
	display: block;
	top:0;
	background: url(https://forumstatic.ru/files/001c/1e/cc/23490.png) center center no-repeat;
    background-size: cover;
}
.reward-container h2:after {
	position: absolute;
	left: -25px;
	width: 19px;
	height: 100%;
	content: '';
	display: block;
	top:100%;
	background: url(https://forumstatic.ru/files/001c/1e/cc/66455.png) center center repeat;
    background-size: contain;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.reward-container .right h2:before {
	right: -25px;
	left: auto;
}
.reward-container .right h2:after {
	right: -24px;
	left: auto;
	transform: none;
	-webkit-transform: none;
}

.reward-container .left .reward-text {
    max-height: 230px;
}

.reward-container .right .reward-gifts {
    height: 170px;
    overflow-x: hidden;
	display: flex;
    flex-wrap: wrap;
	align-items: start;
}

.reward-container .right .reward-gifts:last-child {
	height: 230px;
}

.reward-container .left .reward-text,
.reward-container .right .reward-gifts {
    overflow-y: auto;
}

.reward-container .right {
    margin-left: 5px;
    flex: 1 1;
}

.reward-container .right .reward-gifts {
    padding: 0 5px 5px;
	border-radius: 20px;
}

.reward-container .right .reward-gifts img {
	display: block;
	max-width: 100%;
}

.reward-container .right h2 {
    margin: 0 0 0 10px;
}

.reward-container .right h2:last-child:after {
    display: none;
}

#cboxContent {
	padding: 10px 20px;
}

#cboxClose {
    position: absolute;
    top: 3px;
    right: 3px;
    display: block;
    width: 22px;
    height: 22px;
    font-size: 16px;
	font-weight: bold;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
	background-color: rgba(255,255,255,0.4) !important;
	border-radius: 50%;
	color: #000 !important;
	font-family: "CorrectionTape";
}

#cboxOverlay {
    opacity: 0.7 !important;
    cursor: pointer;
    background: black;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

#colorbox {
    z-index: 1001;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #efefef #110606;
    -ms-scrollbar-highlight-color: #efefef;
    -ms-scrollbar-face-color: #efefef;
    -ms-scrollbar-arrow-color: #efefef;
}


.yrarrows a {
    display:block;
    width: 20px;
    height:20px;
    margin: 12px 0;
}
.yrarrows a:before {
    display: block;
    position: absolute;
    font-size: 18px;
    text-align: center;
    left: 3px;
	color: #efefef;
}
.yrarrows a.top:before {
    top: 1px;
    content: '\25B2';
}
.yrarrows a.bottom:before {
    bottom: 3px;
    content: '\25BC';
}


#pun-admain fieldset .handle, #pun-admain fieldset p {
	background: transparent !important;
	border-color: transparent !important;
}
#pun-admain2 {
	margin-top: 0 !important;
	padding-right: 25px !important;
    padding-bottom: 25px !important;
}
#pun-admain2 > form,
#pun-admain1 > #edit_forum {
	padding-top: 18px !important;
}

#pun-admain textarea, #pun-admain .longinput input {
	width: 100% !important;
}

#pun-admain .adcontainer th {
	background-color: transparent !important;
}

#pun-admain span.adsubmit {
	width: 18em !important;
}

#pun-login.punbb .info {
	margin-bottom: 25px;
}

#html-header {
	position: relative;	
}

.top-banners {
	display: flex;
	justify-content: center;
	gap: 15px;
	padding-top: 10px;
}

.top-banners .button {
	font-size: 19px !important;
	line-height: 1.8;
}

.side-link {
	position: absolute;
	bottom: 0px;
	left: -30px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'CorrectionTape';
	padding: 0 !important;
}

.side-link.side-link-right {
	right: 0;
	left: auto;
}

.side-link .dropdown-toggle {
	padding: 0 5px;
}

.side-link .dropdown-toggle:after {
	content: '\25BC';
	font-size: 13px;
    padding-left: 3px;
}

.side-link.open .dropdown-toggle:after {
	content: '\25B2';
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
	max-height: 0;
	overflow: hidden;
	z-index: 1;
}
.dropdown.open > .dropdown-menu {
	max-height: 550px;
}

.dropdown-menu li {
	font-size: 15px;
	padding: 2px 5px;
	margin: 4px 0;
}

/* Надпись Профили в меню */
#navprofiles {position: relative;}
/* всплывающее окно при нажатии "Профили" */
#pun-navlinks.section .multiacc-profilemenu {
    position: absolute; 
    left: 0; /* отступ справа */
    width: max-content; /* ширина */
    height: auto; /* высота */
	margin-top: 5px;
	z-index: 10;
}
/* строки списка (перечисление профилей) */
#pun-navlinks.section .multiacc-profilemenu li {
    position: relative;
    padding: 3px 10px; /* внутренние отступы */
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#pun-navlinks.section .multiacc-profilemenu li a {
	font-size: 16px !important;
}
/* изменение цвета фона в строках при наведении */
#pun-navlinks.section .multiacc-profilemenu li:hover {background-color: #000;} 

/* цвет ссылок в строках*/
#pun-navlinks.section .multiacc-profilemenu li a {color: #000;} 

/* цвет ссылок при наведении в строках*/
#pun-navlinks.section .multiacc-profilemenu li a:hover {color: #fff;} 

/* кнопка "х" рядом с профилем */
button.multiacc-delete-btn { 
    background: transparent; /*прозрачный фон */
    border: 0; /* отсутствие границы */
    color: #000; /* цвет */
    cursor: pointer; /* курсор в виде руки при наведении */
	margin-bottom: 3px;
} 

/* всплывающее окно при нажатии "Добавить аккаунт" */
.multiacc-dialog {
    padding: 10px; /* внутренний отступ */
    font-size: 0.8rem; /* размер шрифта */
    background: #fff; /* фон */
    border: 1px solid #000; /* граница */
    color: #000; /* цвет текста */
}

/* форма в всплывающеем окне при нажатии "Добавить аккаунт" */
.multiacc-dialog > form {
    border: 1px solid #000; /* граница */
    padding: 10px 10px 2px; /* внутренние отступы */
}

/* настройка групп элементов в всплывающеем окне при нажатии "Добавить аккаунт" */
.multiacc-dialog div {
    display: flex;
    justify-content: center; 
}
.multiacc-dialog div:not(.multiacc-dialog div:last-child) {flex-direction: column;}

/* поле ввода логина и пароля */
.multiacc-dialog input {
    padding: 4px 10px; /* внутренние отступы */
    margin-bottom: 4px; /* внешние отступы */
    background: #fff; /* фон */
    border: 1px solid #000; /* граница */
    color: #000; /* цвет текста */
}

/* кнопки "Добавить" и "Отмена" */
.multiacc-dialog button {
    margin: 6px; /* внешние отступы */
    padding: 4px 8px; /* внутренние отступы */
    background: #fff; /* фон */
    color: #000; /* цвет текста */
    border: 1px solid #000; /* граница */
    cursor: pointer; /* курсор в виде руки */
}

/* кнопки "Добавить" и "Отмена" при наведении */
.multiacc-dialog button:hover {
    color: #000; /* цвет текста */
    border: 1px solid #000; /* граница */
}
