/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1777218189.css);


@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&display=swap');

@font-face {
  font-family: 'dale';
  font-style: italic;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001c/12/dd/60762.otf);
}

@font-face { font-family: 'owenpro'; 
src: local("owenpro"), url(https://forumstatic.ru/files/001c/47/bc/20043.otf?v=1); }

@font-face { font-family: 'glamora'; 
src: local("glamora"), url(https://forumstatic.ru/files/001c/47/bc/13374.otf?v=1); }

@font-face { font-family: 'TheCronicle'; 
src: local("TheCronicle"), url(https://forumstatic.ru/files/001c/5a/42/56188.otf?v=1); }

@font-face { font-family: 'Milden'; 
src: local("Milden"), url(https://forumstatic.ru/files/001b/dd/b7/33803.otf?v=1); }

@font-face { font-family: 'Jost'; 
src: local("Jost"), url(https://forumstatic.ru/files/001b/ec/77/55175.ttf?v=1); }

@font-face { font-family: 'myriadpror'; 
src: local("myriadpror"), url(https://forumstatic.ru/files/001b/e9/74/23430.otf); }

@font-face { font-family: 'inter';
src: local("inter"), url(https://forumstatic.ru/files/001c/3f/af/56893.ttf);}

:root {
    --base-bg: url(https://forumstatic.ru/files/001c/12/dd/62023.jpg);
    --base-bg2: #b3b3b3;
    --podform: #a8a7a7;
    --bord: #9e9d9d;
    --text: #171718;
    --sec-text: #2d2f2e;
    --accent: #5d3535;
    --accent2: #7c4e4e;
    --dark-bord: #838384;
    --navi-link: #bababa;
    --navi-link-hov: #834343;
    --main-font: inter tight;
    --sec-font: dale;
    --quote: #acabab;
    --tab-text: #d2dddd;
    --head: url(https://forumstatic.ru/files/001c/12/dd/34425.jpg);
    --profile-bg: url(https://forumstatic.ru/files/001c/12/dd/30546.jpg);
    --sts-bg: url(https://forumstatic.ru/files/001c/12/dd/49187.jpg);
    --plash-top: #0c0d0e;
    --plash-bottom: #4c2727;
    --text-tab-accent: #ac5858;
    --prof-text: #bababa;
    --prof-bord: #3a3a3a;
    --prof-link: #ac5858;
    --radius: 15px;
    --radius2: 9px;
    --link: #653b3b;
    --category: url(https://forumstatic.ru/files/001c/12/dd/50468.jpg);
    --navi-bg: #0e1010;
    --plash-bord: #2a1e1f;
    --vetvi: url(https://forumstatic.ru/files/001c/12/dd/30656.png);
    --footer: url(https://forumstatic.ru/files/001c/12/dd/10429.jpg);
    --mob-head: url(https://forumstatic.ru/files/001c/12/dd/32904.jpg);
    --cat-fon: url(https://forumstatic.ru/files/001c/12/dd/92271.jpg);
}


/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {
    margin: 0; 
    padding: 0;
    width: 100%;
}


/* A2.2 */
.punbb * {
  margin: 0
}

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
    font-size: 100.01%;
    position: initial !important;
}

/* A3.2 */
.punbb {
    font: normal 82% verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
    font: 12px verdana, arial, helvetica, sans-serif;
    background: var(--podform);
    border: 1px solid var(--bord);
    outline: none;
    accent-color: var(--text);
    color: var(--text);
}

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
}

/* A3.5 */
.punbb h1 span, .punbb legend span {
    font-size: 12px;
}

/* A3.6 */
.punbb pre {
  font: 1.1em/140% monaco, "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;
  }


/* 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;
}

.post-content hr {
    opacity: 0.5;
    margin: 0.8em 0;
}

/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
    margin: 550px auto 130px;
    width: 1100px;
    background: var(--base-bg2);
    border: 1px solid var(--dark-bord);
    border-radius: var(--radius);
    position: relative;
}

/* A5.2 */
.punbb {
    padding: 0;
    margin: auto 30px;
}

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
 min-height: 100px;
  }

#pun-redirect {
    border: 0 none!important;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    background: var(--base-bg) fixed top center/cover;
}
    #pun-redirect *{
      border:0 none;
    }
    #pun-redirect .main-title {
      display:none;
    }
#pun-redirect.punbb .info .container {
    text-align: center;
    display: block;
    margin: 5% auto;
    font-size: 13px;
    font-weight: 400;
    font-family: var(--main-font);
    padding: 30px 0px;
    height: auto;
    border: 0 !important;
    text-transform: lowercase;
    width: 900px;
    font-weight: 500;
    margin-top: 120px;
    color: var(--text);
}



/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* 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 none none;
  border-width: 0px 0px 0px 0px;
  }

/* A5.9 */
.punbb .container {
  border-style: none;
  border-width: 0px;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-debug h2 {
    font-family: var(--main-font);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    text-align: center;
    width: auto;
    letter-spacing: 0.6px;
    text-transform: lowercase;
    margin: 0px 0px 20px 0px;
}


#pun-main h1 {
    display: none;
}


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: justify;
}

/* B1.2 */
.punbb .post-sig dt {
    display: block;
    text-align: center;
    border-top: 1px dotted #707070;
    width: auto;
    margin: 20px 50px;
}

/* B1.3 */
.punbb .post-content p {
    margin: 0 0 0 0px;
    padding: 0 0 1em 0;
    line-height: 150%;
    overflow-wrap: break-word;

}

/* 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%;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 1em 0px 1em 0px;
    padding: 0;
}

.post-content td {
    border-width: 1px !important;
    border-style: solid !important;
    padding: 0.4em 0.5em !important;
    overflow: hidden;
    text-align: left;
    font-size: 0.8em;
}

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--main-font);
    margin-bottom: 8px;
    width: auto;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0;
    display: flex;
    gap: 4px;
    margin-left: 0;
    color: var(--base-bg2);
    background: var(--footer) center/cover;
    padding: 7px 20px;
    border-bottom: 1px solid var(--bord);
}

.punbb .quote-box cite {
    margin-top: -10px;
}


/* 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 {
    font-size: 10px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: none;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 5px !important;
    position: relative;
    padding: 0 0px;
}

/* B3.2 */
.multipage {
  margin-top: 1em;
  }

/* B3.4 */
.linkst .postlink {
    text-align: right;
}

/* B3.5 */
.punbb .linksb {
    font-size: 12px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: none;
    margin-top: 10px;
}

/* B3.6 */
.linksb .pagelink {
    float: left;
    width: auto;
    text-align: left;
}

.pagelink a {
    padding: 0 3px;
}

/* B3.7 */
.linksb .postlink {
    float: right;
    width: auto;
}

/* B3.8 */
.subscribelink {
    clear: both;
    display: flex;
    float: right;
    background: var(--quote);
    padding: 5px 15px 6px;
    border-radius: 4px;
}

/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 0em 1em 1.1em 1em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
    padding: 0;
    margin: 0;
    font-size: 0;
}

/* C1.6 */
.punbb fieldset legend span {
    padding: 0;
    margin: 0;
    font-size: 0;
    font-family: var(--main-font);
    text-transform: uppercase;
}

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
    font-weight: bold;
    font-family: var(--main-font);
    margin-bottom: 0;
    display: inline-flex;
    text-transform: uppercase;
}

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;

  }


/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  text-align: left;
  width: 45%;
  }

/* C2.2 */
#pun-viewforum .tc2, #pun-viewforum .tc3, #pun-viewforum .tcmod {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: lowercase;
    width: 8%;
}


/* C2.3 */
.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 30%;
}

#pun-index .tcr {
    text-transform: none;
    width: 40%;
    position: relative;
    text-align: left;
    font-size: 11px;
    font-weight: 400;
    font-family: var(--main-font);
    display: flex;
    letter-spacing: 0;
    align-items: center;
}

div#pun-profile .tcr {
    width: 90% !important;
}

/* C2.4 */
#pun-userlist .main .tcl, #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl {
    background-color: transparent;
    width: 40%;
    text-transform: lowercase;
}

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
background-color: transparent;
  text-align: center;
  width: 30%;
  }

/* C2.6 */
#pun-debug table .tcl {
background-color: transparent;
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
background-color: transparent;
  width: 90%;
  white-space: normal;
  }

#pun-index .tcl h3 {
    font-family: var(--sec-font);
    font-size: 20px;
    text-align: left;
    height: auto;
    text-transform: lowercase;
    letter-spacing: .6px;
    font-weight: 500;
}


#pun-index .tcl {
    width: 70%;
    position: relative;
    overflow: visible;
}

/* 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 {
    border-style: solid none none solid;
    border-width: 0;
    padding: 10px 0;
}

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1.5em;
}

/* C2.13 */
.punbb .main .tcl {
      border-left-style: none;
      border-left-width: 0
      }

    * html .tclcon {height: 1px}

/* C2.14 */
#pun-index td div.tclcon {
    text-align: justify;
    position: relative;
    font-family: var(--main-font);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    align-items: flex-start;
}


/* C2.15 */
.punbb div.icon {
    float: left;
    display: block;
}




#pun-messages .main .tc2 {
  text-align: center;
  }
  

 /* C3 Topics

-------------------------------------------------------------*/
#pun-title, #pun-navlinks {
  border-color: #202021 ;
}

/* CS2.1 */
.punbb .container, .punbb .post-body {
  border-color:  transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
    border-style: none;
    border-width: 0;
  }

/* CS2.3 */
.punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent ;

  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.post-links ul, .post-links, .usertable table {
  border-color: transparent;

  }

/* CS2.5 */
.punbb th {
  border-color: transparent ;
}

/* CS2.6 */

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;

  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent ;

  }

.punbb .divider {
  border-color: transparent;

  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent ;

  }


/* C3.1 */
.punbb .post .container {
    padding: 0;
}

/* C3.2 */
#pun-viewtopic .post h3 {
    text-align: center;
    position: relative;
    margin: 10px 0;
}

.post h3 span strong:before {
    content: "#";
}

/* C3.3 */
.punbb .post h3 span {
    display: flex;
    font: 400 10px var(--main-font);
    height: auto;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    text-transform: uppercase;
    background: var(--quote);
    border: 1px solid #9e9d9d96;
    padding: 4px 10px;
    border-radius: 4px;
}

/* C3.4 */
.punbb .post h3 strong {
    width: auto;
    order: 2;
    font-size: 11px;
    color: var(--text);
    font-weight: 400;
}

.punbb .post .post-author {
    float: left;
    width: 240px;
    margin: 0;
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 13px;
    padding-top: 0px;
    position: relative;
    color: var(--prof-text);
    background: var(--profile-bg) center/cover;
    box-sizing: border-box;
    border-radius: var(--radius2);
    box-shadow: 4px 5px 10px #00000024;
    text-align: center;
    border: 1px solid var(--prof-bord);
    z-index: 0;
}

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    padding: 0 0 10px 0;
    line-height: 160%;
}

/* C3.7 */
.pa-author {
    font-family: var(--sec-font);
    text-transform: none;
    text-align: center;
    padding: 8px 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--category);
    border-bottom: 1px solid var(--prof-bord);
    border-radius: var(--radius) var(--radius) 0 0;
}

/* C3.8 */
.pa-author a {
    font-weight: 400 !important;
    letter-spacing: 0;
    font-size: 24px;
    text-transform: lowercase;
    font-family: var(--sec-font);
}


li.pa-title {
    font-size: 11px;
    font-weight: 300;
    font-family: var(--main-font);
    letter-spacing: 0;
    text-align: center;
    margin: 3px 0 0 0;
    text-transform: none;
}

/* C3.11 */
.punbb .post-body {
    margin-left: 250px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0 0 1px 0;
}

/* C3.12 */
.punbb .post-box {
    padding: 26px 20px 15px 10px;
    background: linear-gradient(180deg, #a8a7a785, transparent);
    border-radius: var(--radius2);
    margin-top: 16px;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
    padding: 10px 0;
}

/* C3.15 */
.punbb .post-links ul {
    padding: 0;
    text-align: right;
    font-size: 12px;
    font-family: var(--main-font);
    font-weight: 400;
    text-transform: lowercase;
    margin: 0 20px 0 5px;
}

/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
    padding: 5px 0 0;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: lowercase;
}

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
}
 
div#topic-users-in a {
    padding: 0 1px;
}

div#topic-users-in a::after {
    content: ',';
}

div#topic-users-in a:last-child::after {
    content: '';
}

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }
  
div#topic-modmenu span {
    display: none;
}


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
    margin: 0 !important;
    padding: 0 !important;
}

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px 0em 14px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }
  
#viewprofile #pa-fld2 div {
    padding: 0 !important;
}

.pa-fld2 img {
    width: 20px;
    height: 20px;
}
  
#viewprofile  #profile-signature p {
    padding: 1em;
}


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
    margin: 0;
    border-style: none none none none;
    border-width: 0px 0px 0 0px;
}

/* D1.2 */
#pun-title h1 {
  display : block;}

/* D1.3 */
#pun-title .container {
  border-style: none none none none;}


/* D1.4 */
#pun-title h1 span  {
  display: none;}

#pun-title h1 span  {
  font-size: 1.5em;}


/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: 55px;
  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 {
    font-style: normal;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    flex-wrap: wrap;
    position: absolute;
    top: -541px;
    left: 50%;
    width: 1100px;
    transform: translateX(-50%);
}

#pun-navlinks .container {
    padding: 0px;
}

#pun-navlinks li {
    display: inline;
    margin: 0;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks {
    margin: 0;
}

/* D4.2 */
#pun-ulinks {
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 15px 0 0 0;
}

#pun-ulinks .container {
    margin: 0;
    padding: 0;
}


/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
    display: inline-block;
}

/* D4.4 */
#pun-ulinks li a {
    padding: 0px 6px;
}

/* 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;
  }

/* D5.2 */
#pun-status .container {
    font-size: 11px;
    font-family: var(--main-font);
    font-weight: 400;
    letter-spacing: 0;
    height: auto;
    text-transform: none;
    text-align: left;
    margin-top: 14px;
    border-radius: 4px;
    padding: 4px 20px;
    background: var(--podform);
    border: 1px solid var(--bord);
}

/* D5.3 */
#pun-status span {
  margin-right: 0.5em;
  }




/* D5.4 */
#pun-crumbs1 {
    font-weight: 400;
    margin: 0;
}

/* D5.5 */
#pun-crumbs1 p.container {
    height: auto;
    font-family: var(--main-font);
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    margin-top: 7px;
}


#pun-crumbs1 p.container a, #pun-crumbs2 p.container a {
    font-weight: 400;
    transition: 1s;
}


#pun-crumbs1 p.container a:hover, #pun-crumbs2 p.container a:hover {
    transition: 1s;
    font-weight: 400;
}


/* D5.6 */
#pun-break1 {
    margin: 0 1em;
    border-style: solid none;
    border-width: 1px 0;
    height: 0;
    margin: 0px 0 0 0 !important;
    position: relative;

}

/* 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: 0;
    top: -50px;
    text-align: center;
    /* border: 1px solid red; */
    z-index: 999;
    position: absolute;
    width: 1100px;
    left: 50%;
    transform: translateX(-50%);
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats .container {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 15px 20px;
    font-family: var(--main-font);
    border-radius: var(--radius2);
    background: var(--podform);
    margin: 0;
    border: 1px solid var(--bord);
}
#pun-stats .container strong, #pun-stats .container a {
    font-weight: 500;
}

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
    text-align: right;
    line-height: 150%;
}

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: solid;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  text-align: justify;
  }

/* D7.5 */
li#onlinelist div {
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0.7em 0 0 0;
}

/* 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;
  margin-bottom: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: center;
  line-height: 150%;}

/* D8.5 */
#pun-about p span {
    left: 0;
    display: block;
    padding-left: 50%;
    margin-top: 14px;
    font-size: 8px;
    font-weight: 400;
    font-family: var(--main-font);
    text-transform: uppercase;
    position: absolute;
    width: 100%;
}

/* D8.6 */
#pun-crumbs2 {
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
    margin-top: 10px;
    font-family: var(--main-font);
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    height: auto;
}

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style:  none;
  border-width: 0px 0;
  position: relative;
  height: 0;

  }



/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: none;
  border-bottom-width: 0px;
  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: none;
  border-bottom-width: 0px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }


#pun-status .status-right {
display: none;
}

#main-reply {
    padding: 15px 20px;
}


#pun-index .isub {
    display: none !important;
}

html * {
    box-sizing: border-box;
}


.pa-ip {
    font-size: 9px;
    margin-top: 5px;
}

#pun-index .category .container {
    position: relative;
    padding: 0;
    background: var(--podform);
    margin: 15px 0;
    border-radius: var(--radius2);
    border: 1px solid var(--bord);
    overflow: hidden;
}

#pun-index .category table tr {
    margin: 10px 20px 10px 120px;
    -webkit-appearance: none;
    display: flex;
    gap: 0 30px;
    position: relative;
    align-items: center;
    padding: 0;
}

#pun-viewforum .tcr {
    position: relative;
    display: flex;
    gap: 0 10px;
    align-items: center;
}



.postlink.long {
    width: auto !important;
}

.pagelink, .new-poll a, .new-topic a, .postlink span a {
    padding: 3px 10px;
    text-transform: lowercase;
    border-radius: 4px;
    font-size: 11px;
    font-family: var(--main-font);
    border: 1px solid var(--bord);
    background: var(--podform);
    font-weight: 300;
}

.forum tr {
    margin: 10px 0;
    display: flex;
    gap: 20px;
    font: 400 12px var(--main-font);
    align-items: center;
    text-transform: lowercase;
    border-radius: 6px;
    padding: 0 10px;
    border: 1px solid var(--bord);
    background: var(--podform);
}

.forum thead {
    display: none;
}


.topic a.sharelink {
    float: right;
    margin-left: 1em;
    display: none;
}


.reactions-root {
    display: none;
}


#profile .container fieldset legend span {
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-family: var(--main-font);
    text-transform: uppercase;
}

#pun-index .category h2 span {
    font-size: 40px;
    color: var(--prof-link);
    font-family: var(--sec-font);
    margin: 0 8px 10px;
    line-height: 24px;
    text-transform: lowercase;
    text-shadow: 0px 0px 1px #141415, 3px 3px 10px #000;
}
#pun-index .category h2 seid {
    color: var(--tab-text);
    margin: 0 10px;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 18px;
}


#html-header {
    color: var(--tab-text);
}


.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    width: 8%;
}


.html-box a {
    width: auto;
    height: 28px;
    background: linear-gradient(to right, var(--plash-top), var(--plash-bottom), var(--plash-top));
    overflow: hidden;
    border: 1px solid var(--plash-bord);
    color: var(--base-bg2) !important;
    border-radius: 5px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    min-width: 130px;
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 10px;
}

.html-box a:hover {
    background-position-x: 100%;
}

.html-box a data {
    background: var(--plash-top);
    display: flex;
    border-right: 1px solid var(--plash-bord);
    align-items: center;
    padding: 0 5px;
    font-size: 11px;
    font-family: var(--acc-font);
    color: var(--text-tab-accent);
}




.html-box a p.one {
    font-size: 11px;
    font-family: var(--sec-font);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 0 0 0 8px;
}


.html-box a p.one span {
    font-family: var(--main-font);
    text-transform: none;
}



#tooltip {position: absolute; 
background: var(--accent2); 
max-width: 200px; border: none; border-radius: 10px; box-shadow: 0 0 0px 1px rgba(0,0,0,.05) inset; font-family: var(--main-font); font-size: 11px; display: none; color: #efeee4; text-align: center; padding: 6px 22px; font-weight: 400;}

.tcr-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.punbb .post-content .quote-box, .spoiler-box {
padding: 0px;
}




#pun-admain .adlabel {
    width: 18em !important;
}




#plng {
    font-size: 10px !important;
    font-weight: 400 !important;
    margin-top: 0px !important;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    white-space: nowrap;
    gap: 5px;
    font-family: var(--main-font);
border-radius: 5px;
    background: var(--quote);
    border: 1px solid var(--bord);
    padding: 4px 20px;
}


  
.post-content .spoiler-box > div {
    background: transparent !important;
    position: relative;
    padding: 10px;
    font-family: var(--main-font);
}

.spoiler-box {
    padding: 0 !important;
}

#form-buttons td {
    background-image: none !important;
    position: relative;
    width: 24px;
    height: 22px;
    margin: 4px 0px 5px 0px;
    background-color: var(--podform) !important;
    border-radius: 4px;
    border: 1px solid var(--bord) !important;
}


#pun-index .category table tr td {
padding: 0;
}

#pun-index .datetime, #pun-index .byuser {
    font-size: 12px;
    font-weight: 400;
    color: var(--sec-text);
}

#html-header a {
    color: var(--tab-text);
}

#html-header a:hover {
    color: var(--prof-link);
}

.post-content .spoiler-box > div.visible {
    border-bottom: 1px solid var(--bord);
    border-radius: 4px 4px 0 0;
}
.post-content .spoiler-box > blockquote.visible {
    padding: 20px 30px;
    background: var(--podform);
    border-radius: 0 0 4px 4px;
}


.post-content .spoiler-box>div:before {
    content: '\f070';
    font-family: 'FontAwesome';
    font-size: 12px;
    transition: all .5s ease-in-out 0s;
    align-items: center;
    margin-right: 10px;
    color: var(--sec-text);
    opacity: .5;
}

.post-content .spoiler-box > div.visible:before {
    content: '\f06e';
    opacity: 1;
}


select#mod-options {
    font-family: var(--main-font);
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 5px;
    margin: 0;
    border-radius: 6px;
}









#pun-profile #viewprofile ul {
    background: var(--podform);
    border: 1px solid var(--bord);
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--bord);
}


#viewprofile #profile-left {
    text-transform: lowercase;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    background: var(--quote) top right/cover;
    font-size: 12px;
    font-family: var(--main-font);
    padding: 20px !IMPORTANT;
    color: #383636 !important;
    border-right: 1px solid var(--bord);
    border-radius: 10px 0 0 10px;
}


#profile-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    width: auto !important;
    border-radius: 0;
    padding: 20px !important;
    box-sizing: border-box;
}

#viewprofile #profile-left li strong, #viewprofile #profile-left li strong a {
    color: var(--text);
}


#profile-right li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: auto;
    text-align: center;
    padding: 10px 10px !important;
    font-size: 12px;
    background: #00000008;
    border: 1px solid #0000000a;
    gap: 6px;
    font-family: var(--main-font);
}

#profile-right #pa-fld1 {
    width: 100%;
}

#profile-right .pers_plash {
    background-image: none;
    background-repeat: no-repeat;
    width: 200px;
    height: 40px;
    position: relative;
    padding: 0 !important;
    margin: 0 !IMPORTANT;
}


#profile-right  .pers_plash_text {
    font-size: 7px !IMPORTANT;
    margin: 0 20px !important;
}

#pun #profile-right li span {
    float: none;
    margin: 0;
    width: auto;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 !important;
}


#profile-right li strong {
    padding: 0 !important;
    text-transform: none;
}

#pun-index .category table tr + tr {
    margin: 15px 20px 15px 120px;
}


#pun-stats .statsinfo {
    display: flex;
    gap: 13px;
    margin-bottom: -9px;
    margin-top: 0;
    justify-content: space-between;
    text-transform: none;
}

#pun-stats .statsinfo li {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0;
    background: var(--base-bg2);
    padding: 2px 10px 1px;
    border-radius: 4px;
    color: var(--text);
    flex: auto;
    border: 1px solid var(--bord);
}


.pa-posts .fld-name, .pa-respect .fld-name, .pa-fld2 .fld-name, .pa-fld4 .fld-name {
font-size: 0px}


.pa-posts .fld-name:before {
    content: '\f0e0';
    font-family: FontAwesome;
    font-size: 11px;
    color: var(--prof-link);
margin-right: 5px;
}
.pa-respect .fld-name:before {
    content: '\f004';
    font-family: FontAwesome;
    font-size: 11px;
    color: var(--prof-link);
margin-right: 5px;
}
.pa-fld2 .fld-name:before {
    content: '\f145';
    font-family: FontAwesome;
    font-size: 11px;
    color: var(--prof-link);
margin-right: 5px;

}
.pa-fld4 .fld-name:before {
    content: '\f0c8';
    font-family: 'FontAwesome';
    font-size: 8px;
    color: var(--red-accent);
    margin-right: 5px;
    transform: rotate(45deg);
    display: inline-block;
}




.allps {
    margin: 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
    font-size: 9px;
    align-items: center;
}


.pa-respect span a {
    padding: 1px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin-top: 0px;
    margin-left: -16px;
    /* border: 1px solid red; */
}

.pa-posts span a {
    padding: 1px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin-top: 0px;
    margin-left: -12px;
    /* border: 1px solid red; */
}

.punbb .post-content .scrollbox {
    width: 100%;
    height: 2.5em!important;
    overflow: auto;
}

.quote-box blockquote, .code-box .blockcode {
    padding: 10px 20px;
    position: relative;
}

.blockcode {
    max-height: 150px;
}

.rsp_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
    flex-direction: row-reverse;
}



.punbb .post-rating a:hover:before, .punbb .post-vote a:hover:before {
    color: var(--text);
}

.punbb .post-rating a:hover:before {
    color: var(--text) !important;
}


.punbb .post-rating a {
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    color: var(--text) !important;
    gap: 5px;
}



.punbb .post-rating a:before {
    content: "\f004";
    font: 10px FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all .4s linear 0s;
    color: var(--accent);
}


.punbb .post-rating p, .punbb .post-vote {
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0 10px;
    margin: 0 !important;
    background: var(--quote);
    align-self: stretch;
    border-radius: 5px;
    color: var(--text);
    font-family: var(--main-font);
    font-size: 7px;
}

.punbb .post-rating {
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}


.head-wrap {
    width: 1152px;
    height: 220px;  
    position: absolute;
    top: 128px;
    margin-left: -30px;
}



/*Навигация*/
.accordion, .accordion2 {
    width: 145px;
    position: absolute;
    top: 223px;
    left: 362px;
    /* border: 1px solid red; */
}

.accordion-btn, .accordion2-btn {
    cursor: pointer;
    width: auto;
    text-align: center;
    font-family: var(--sec-font);
    color: var(--tab-text);
    text-transform: none;
    font-weight: 400 !important;
    letter-spacing: .5px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    border-bottom: 1px dashed #ffffff33;
}
.accordion-btn.active {
    color: var(--tab-text);
}
.accordion-content {
    box-shadow: 0px 0px 20px #00000073;
    display: none;
    background: #0d1014;
    border-radius: 5px;
    width: 266px;
    z-index: 999;
    position: relative;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #151516;
}
        .accordion-content.active, .accordion2-content.active {display: block;}
        .content-grid {padding: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px;}
.menu-link {
    text-align: center;
    color: var(--tab-text) !important;
    padding: 3px 6px;
    border-radius: 4px;
    font-family: var(--main-font);
    display: flex;
    font-weight: 400 !important;
    justify-content: center;
    letter-spacing: .5px;
    font-size: 10px;
    text-transform: uppercase;
    box-shadow: 3px 3px 10px #00000030;
    transition: all .6s ease-in-out 0s !important;
    background: linear-gradient(to right, var(--plash-top), var(--plash-bottom), var(--plash-top));
    background-size: 200%;
    background-position-x: 0%;
}

.menu-link:hover {
    background-position-x: 100%;
    color: var(--tab-text) !important;
}
.accordion2-content {
    display: none;
    background: var(--profile-bg) center/cover;
    border-radius: var(--radius2);
    width: 300px;
    border: 1px solid var(--blue-bord);
    box-shadow: 5px 5px 10px #16121040;
    z-index: 999;
    position: relative;
    top: 10px;
    right: 100px;
}





.punbb th {
    font-size: 0 !important;
}

#pun-index .category .tc2,#pun-index .category .tc3,
#f-subforums .tc2,#f-subforums .tc3{
  display:none!important;
}


.Add {
    width: 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 10px;
    font-family: var(--main-font);
    letter-spacing: 0;
    color: var(--sec-text);
}

.tms, .mssg {
font-size: 0;
}

.tms:before {
    position: relative;
    display: block;
    font-weight: 300;
    content: '\f0a3';
    font-size: 11px;
    font-family: 'FontAwesome';
    color: var(--accent2);
}

.mssg:before {
    position: relative;
    display: block;
    font-weight: 600;
    content: '\f075';
    font-size: 11px;
    font-family: 'Font Awesome 5 Pro';
    color: var(--accent2);
}

.Tems_And_messages {
    display: flex;
    gap: 12px;
    align-items: center;
}

tr.inew div.icon {
    display: flex;
    justify-content: center;
    left: -31px;
    align-items: center;
    position: absolute;
    margin-top: 6px;
    background: var(--plash-top);
    height: 21px;
    width: 21px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #17121212;
    border: 1px solid var(--plash-bord);
    z-index: 9;
}

tr.inew div.icon:before {
    content: '';
    background: var(--prof-link);
    mask: url(https://forumstatic.ru/files/001c/12/dd/87320.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/12/dd/87320.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 13px;
    height: 13px;
}

.punbb .post-content .quote-box, .spoiler-box {
    padding: 10px 0 0px;
}


.go-up span, .go-down span {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    flex-direction: row-reverse;
    gap: 5px;
}



.go-up {
    background: url(https://forumstatic.ru/files/001c/12/dd/88400.png);
    height: 84px;
    width: 53px;
}

.go-down {
    background: url(https://forumstatic.ru/files/001c/12/dd/90498.png);
    height: 16px;
    width: 53px;
}

.header-swamp {
    background: var(--head);
    width: 1100px;
    height: 451px;
    top: -498px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: var(--radius);
}

#pun-index .category h2 {
    width: 100px;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    display: flex;
    padding: 0 !IMPORTANT;
    background: linear-gradient(90deg, #212121, transparent), var(--category) left / cover;
    justify-content: center;
    gap: 3px;
    text-transform: none !important;
    align-items: center;
    overflow: hidden;
    border-radius: var(--radius2) 0 0 var(--radius2);
    position: absolute;
    flex-direction: column;
    z-index: 1;
}

.navsi a {
    color: var(--tab-text) !important;
    padding: 2px 10px;
    border-radius: 4px;
    font-family: var(--main-font);
    font-size: 10px;
    text-transform: uppercase;
    box-shadow: 1px 0px 1px #0000003b;
    transition: all .6s ease-in-out 0s !important;
    background: linear-gradient(to right, var(--plash-top), var(--plash-bottom), var(--plash-top));
    background-size: 200%;
    background-position-x: 0%;
}

.navsi a:hover {
    background-position-x: 100%;
}

.forlinks {
    display: flex;
    margin-top: 6px;
    gap: 10px;
    flex-wrap: wrap;
}


#pun-index .category table tr:not(:last-child) {
    border-bottom: 1px dashed #30303021;
    padding-bottom: 24px;
}

.sered {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

#pun-stats h2 seid {
    background: var(--profile-bg);
    padding: 2px 10px;
    border-radius: var(--radius2);
    color: var(--tab-text);
    text-transform: uppercase;
    letter-spacing: 0;
}

#pun-stats .container h2 {
    margin: -2px;
}


/*Очередность*/
.swamp_que {
    position: absolute;
    /* border: 1px solid red; */
    top: 100px;
    left: 69px;
    width: 200px;
    font-size: 11px;
    font-family: var(--main-font);
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
}

.swamp_que span, .activees span, .swamp_eps span {
    background: #00000026;
    backdrop-filter: blur(7px);
    border-radius: var(--radius2);
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: var(--main-font);
    text-align: right;
}

.swamp_que text {
    /* border: 1px solid red; */
    overflow-y: auto;
    height: 100px;
    padding-right: 10px;
    line-height: 19px;
}


.swamp_que text a.lnk {
    background: var(--accent);
    padding: 0px 6px 1px;
    border-radius: var(--radius2);
    color: var(--navi-link) !important;
    text-transform: lowercase;
    font-weight: 600;
}
.swamp_que text a.lnk:hover {
    background: var(--text);
}

.vetv {
    background: var(--vetvi);
    width: 317px;
    height: 270px;
    position: absolute;
    top: -317px;
    margin-left: -121px;
    pointer-events: none;
    z-index: 0;
}

.swamp_usr {
    position: absolute;
    /* border: red 1px solid; */
    display: flex;
    top: 224px;
    left: 868px;
    width: 184px;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}
.swamp_usr gmr span {
    text-transform: lowercase;
    color: var(--tab-text);
    font-size: 11px;
    letter-spacing: 0;
    font-family: var(--main-font);
    padding: 0 6px 1px;
    background: var(--plash-bottom);
    border-radius: var(--radius);
}

.swamp_usr gmr {
    display: flex;
    flex-direction: column;
    gap: 6px;
}


.swamp_usr gmr name, a.speps {
    font-family: var(--sec-font);
    text-transform: lowercase;
    font-size: 16px;
    padding-left: 7px;
}

a.speps {
    font-size: 20px;
    padding-right: 7px;
}

.activees div, .swamp_usr kart div, .activees2 div {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 1px var(--plash-bord), 0px 0px 20px #512e2e;
}
.activees img, .swamp_usr kart img, .activees2 img {
    filter: grayscale(100%);
    transition: all .6s ease-in-out 0s;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.activees div:after, .swamp_usr kart div:after, .activees2 div:after {
    content: "";
    background: #74797bd6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    transition: all .6s ease-in-out 0s;
    border-radius: 100%;
}

.activees div:hover img, .swamp_usr kart div:hover img, .activees2 div:hover img {
    filter: grayscale(100%);
}

.activees div:hover:after, .swamp_usr kart div:hover:after, .activees2 div:hover:after {
    opacity: 1;
    background: #96a9bb;
}


.activees {
    position: absolute;
    width: 174px;
    height: 78px;
    /* border: 1px solid red; */
    display: flex;
    gap: 14px 10px;
    top: 68px;
    right: 72px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.swamp_eps {
    width: 290px;
    height: 69px;
    /* border: 1px solid red; */
    right: 60px;
    position: absolute;
    top: 345px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.activees2 {
    position: absolute;
    /* border: 1px solid red; */
    top: 290px;
    left: 81px;
    width: 50px;
    height: 50px;
}

.swamp_post {
    /* border: 1px solid red; */
    top: 291px;
    position: absolute;
    left: 146px;
    width: 273px;
    font-size: 10px;
    font-family: var(--main-font);
    text-align: justify;
    line-height: 17px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


.swamp_post text {
    height: 89px;
    overflow-y: auto;
    padding-right: 10px;
    z-index: 9;
}





.swamp_post span {
    background: #00000026;
    backdrop-filter: blur(7px);
    border-radius: var(--radius2);
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: 10px;
    font-family: var(--main-font);
    text-align: right;
}


.frm_inf {
    font-family: var(--sec-font);
    /* border: 1px solid red; */
    top: 107px;
    position: absolute;
    left: 357px;
    width: 387px;
    text-align: center;
    font-size: 16px;
}


.comm_runes {
    position: absolute;
    /* border: 1px solid red; */
    width: 100px;
    top: 421px;
    text-align: center;
    z-index: 2;
    height: 29px;
    left: 55px;
}


/*Сверкающая пыль*/
.dust {
    position: absolute;
    height: 452px;
    overflow: hidden;
    top: -499px;
    left: 50%;
    transform: translateX(-50%);
    width: 1100px;
    z-index: 0;
    /* border: 1px solid red; */
    pointer-events: none;
}
.particle {
    position: absolute;
    background-color: #bb4a4a;
    border-radius: 50%;
    opacity: var(--opacity, 0.8);
    width: var(--size, 2px);
    height: var(--size, 2px);
    top: var(--top);
    left: var(--left);
    animation-name: flickerMove;
    animation-duration: var(--duration, 3s);
    animation-iteration-count: infinite;
}
@keyframes flickerMove {
    0%, 100% {
        opacity: var(--opacity-start, 0.8);
        transform: translate(0, 0);
    }
    50% {
        opacity: var(--opacity-end, 0.2);
        transform: translate(var(--dx, 2px), var(--dy, -2px));
    }
}

.dust.hidden {
  display: none;
}
#toggleDust {
    position: absolute;
    background: var(--navi-bg);
    border: 1px solid #23282b;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 20px #0000004a;
    top: 21px;
    left: 21px;
    cursor: pointer;
}

#toggleDust::before {
    content: '\f72b';
    color: var(--tab-text);
    font-size: 11px;
    font-weight: 600;
    font-family: 'Font Awesome 6 Pro';
}

#toggleDust.active {
    background: var(--text);
}


.html-box {
    display: flex;
    gap: 10px;
    width: 1041px;
    padding-bottom: 6px;
    overflow-x: auto;
    justify-content: center;
    text-align: center;
}


/*Шрифт*/
.ostw-btn {
    background: var(--text);
    border-radius: 4px;
    cursor: pointer;
    position: fixed;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    border: 1px solid var(--blue-bord);
    box-shadow: 0px 0px 30px #171a1e;
}
.ostw-cont {
    max-height: 0;
    opacity: 0;
    padding: 0 15px;
    background: var(--text);
    border: none;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
    width: auto;
    position: fixed;
    top: 59px;
    left: 10px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ostw-cont.active {
    max-height: 200px;
    opacity: 1;
    padding: 15px;
    z-index: 999;
}

.ostw-btn span::before {
    content: '';
    height: 19px;
    width: 19px;
    background: var(--tab-text);
    mask: url(https://forumstatic.ru/files/001c/12/dd/22336.svg) no-repeat center left;
    -webkit-mask: url(https://forumstatic.ru/files/001c/12/dd/22336.svg) no-repeat center left;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    display: block;
}


#chfont {
    position: fixed; /*позиционирование*/
    top: 10px; /*отступ сверху*/
    right: 10px; /*отступ слева*/
    text-align: center; /*текст по центру*/
    line-height: 22px; /*высота строк*/
    -moz-opacity: .8; /*прозрачность*/
    opacity: .8;
    z-index: 999999;
}
#chfont:hover {
    opacity: 1; /*убирает прозрачность при наведении*/
    -moz-opacity: 1;
}
#chfontbut {/*иконка регулятора*/
    width: 26px; /*ширина*/
    height: 26px; /*высота*/
    background: url(https://i.gyazo.com/364c0e92a2be83cb87d9000ce2869eaf.png) center no-repeat; /*картинка иконки*/
    background-color: #d2c1b7; /*фон*/
    float: left; 
    border: solid 2px #70625a; /*рамка вокруг иконки*/
    margin-right: 2px;
    cursor: pointer;
    position: relative;
}
#chfontbut::after {/*крестик на иконке*/
    display: none;
    position: absolute;
    content: 'x';
    top: 0;
    right: 0;
    color: #920000; /*цвет крестика*/
    line-height: 7px; /*высота строки*/
    font-size: 12px; /*размер крестика*/
}
#chfont.active #chfontbut::after {
    display: block;
}
#chfont select {/*поле выбора вида шрифта*/
    display: none;
    background-color: #d2c1b7; /*цвет фона*/
    color: #150e0c; /*цвет текста*/
    margin-bottom: 2px; /*отступ снизу*/
    cursor: pointer;
}
#chfontsize {
    display: flex;
    flex-shrink: 0;
    height: 20px;
    gap: 4px;
}
#chfont.active select,
#chfont.active #chfontsize {
    display: block;
}
.fsizeplus, .fsizeminus {
    background: var(--accent);
    color: var(--tab-text);
    cursor: pointer;
    border: 1px solid var(--dark-bord);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 13px;
}
.fsizeplus::after {
    content: '+';
}
.fsizeminus::after {
    content: '-';
}
.fsize {
    background: var(--dark-bord);
    color: var(--tab-text);
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--main-font);
    font-weight: 600;
    border-radius: 4px;
}


.font-nav {
    display: flex;
    gap: 10px;
}

select#chfontfam {
    padding: 0;
    border-radius: 3px !important;
    background: var(--bord);
    width: 118px;
    height: 20px;
}


.banners {
    background: var(--footer);
    width: 1100px;
    height: 64px;
    margin: 30px 0;
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    border-radius: var(--radius);
    display: flex;
    justify-content: center;
    align-items: center;
}


.banners bnrs {
    padding-right: 10px;
    gap: 2px;
    display: flex;
    justify-content: space-between;
    height: 32px;
    overflow-y: auto;
    box-sizing: border-box;
    flex-wrap: wrap;
    /* border: 1px solid red; */
    margin: 0 49px;
}


.banners bnrs img {
    opacity: .7;
    transition: all .7s ease-in-out 0s;
}

.banners bnrs img:hover {
    opacity: .9;
}


.pa-gifts {
    display: none;
}


#post-form h2 span {
display: none;
}


.post .post-author ul {
    border: 1px solid var(--prof-bord);
    padding: 0 !IMPORTANT;
    margin: 25px 14px 25px;
    border-radius: 5px;
    background: var(--text);
    color: #ced1d0;
    box-shadow: 4px 4px 20px #272727;
}


.lz1 a {
    text-transform: lowercase;
    font-family: var(--sec-font);
    font-weight: 500 !important;
    font-size: 16px;
    color: var(--prof-text) !important;
    letter-spacing: 0;
    background: var(--accent);
    padding: 2px 10px;
    border-radius: 4px 4px 0 0;
    box-shadow: 3px 3px 10px #00000030;
    transition: all .6s ease-in-out 0s !important;
    background: linear-gradient(to right, var(--plash-top), var(--plash-bottom), var(--plash-top));
    background-size: 200%;
    background-position-x: 0%;
    font-family: var(--main-font);
    text-transform: uppercase;
    font-size: 11px;
}


.lz1 a:hover {
    color: var(--prof-text) !important;
background-position-x: 100%;
}

.lz2 {
    background: var(--navi-bg);
    margin: -2px 0 5px 0;
    border: 1px solid var(--prof-bord);
    border-width: 1px 0;
    font-size: 11px;
    padding: 10px;
    line-height: 15px;
}


.pa-fld5 {
    background: var(--category);
    border: 1px solid var(--prof-bord);
    border-radius: 0 0 var(--radius2) var(--radius2);
    text-transform: uppercase;
    margin: -6px 20px 10px;
    font-size: 9px;
}


/*Чекбокс*/
label.fm-toggle {
    display: inline-flex;
    cursor: pointer;
}

label.fm-toggle input {
    display: none;
}
label.fm-toggle {
    font-size: 0;
    display: none;
    position: absolute;
    top: -432px;
    left: 24px;
}

label.fm-toggle::before {
    content: "\f108";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    font-size: 20px;
}

label.fm-toggle:has(input:checked)::before {
    content: "\f3cd";
}

/* Эффект при клике (опционально) */
label.fm-toggle:active {
    opacity: 0.6;
}

#pun-stats .e2-1, #pun-stats .e3-1 {
    font-weight: 500 !important;
}



.post-links li a {
    background: var(--quote);
    font: 600 11px/100% var(--main-font);
    text-transform: uppercase;
    color: var(--text);
    padding: 3px 10px;
    border-radius: var(--radius);
}
.faraway {
    background: url(https://forumstatic.ru/files/001c/12/dd/80844.jpg);
    width: 234px;
    height: 214px;
    position: absolute;
    z-index: 1;
    top: -299px;
    left: 525px;
    opacity: 0;
    transition: all 0.7s ease-in-out;
}


.faraway:hover {
    opacity: 1;
}

#pun-index .category tr.inew::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, #a8a7a7, transparent), var(--sts-bg) top right no-repeat, #a8a7a7;
    top: -15px;
}



.post-content hr {
    padding: 0;
    height: 0;
    border: none;
    border-top: 1px solid var(--sec-text);
}

/*Категории*/
.punbb .category {
    position: relative;
}

.gbook {
    background: url(https://forumstatic.ru/files/001c/12/dd/92271.jpg) center/cover;
    width: 1000px;
    height: 530px;
    border-radius: var(--radius2);
    border: 1px solid #252424;
    overflow: hidden;
    box-shadow: 1px 1px 11px #0000007a;
    position: relative;
    margin: 0 9px;
    color: var(--tab-text);
}

.head-gues {
    display: flex;
    justify-content: center;
    height: 100px;
    align-items: center;
    gap: 39px;
}


.gbook:before {
    height: 270px;
    content: '';
    background: var(--vetvi);
    width: 317px;
    position: absolute;
    top: -108px;
    pointer-events: none;
    transform: scaleX(-1);
    right: -95px;
}


.gb_ams ams a {
    font-family: var(--sec-font);
    font-size: 17px;
    font-weight: 400 !important;
    color: var(--tab-text) !important;
}



.gbook:after {
    height: 270px;
    content: '';
    background: var(--vetvi);
    width: 317px;
    position: absolute;
    top: -108px;
    pointer-events: none;
    left: -95px;
}

.gbn {
    color: var(--podform);
    font-size: 112px;
    font-family: var(--sec-font);
}


.gb_in {
    color: var(--tab-text);
    font-family: var(--main-font);
    width: 200px;
    text-align: center;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gb_ams {
    gap: 5px;
    color: var(--tab-text);
    font-family: var(--main-font);
    display: flex;
    flex-direction: column;
    /* border: 1px solid red; */
    align-items: center;
    width: 200px;
    height: 40px;
    font-size: 14px;
}


.gb_ams span, .gb_in span {
    font-size: 11px;
}
.gb_tx {
    position: absolute;
    color: var(--tab-text);
    font-family: var(--main-font);
    top: 116px;
    left: 0;
    /* border: 1px solid red; */
    width: 100%;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
}

.gb_blocks {
    gap: 20px;
    position: absolute;
    /* border: 1px solid red; */
    top: 162px;
    height: 200px;
    width: 920px;
    margin: 0 40px;
    display: flex;
    justify-content: space-between;
}


.gb_vn {
    background: #16161666;
    flex-shrink: 0;
    width: 290px;
    border-radius: 5px;
    backdrop-filter: blur(6px);
}

.gbv {
    /* border: 1px solid red; */
    margin: 15px 20px;
    height: 169px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-family: var(--main-font);
}


.gbv span {
    font-family: var(--sec-font);
    font-weight: 400;
    font-size: 17px;
    text-align: center;
}


.gbv spis {
    overflow-y: auto;
    display: block;
    height: 138px;
    padding-right: 6px;
    /* border: 1px solid red; */
    margin-top: 3px;
    font-size: 11px;
}

.gbv spis::-webkit-scrollbar {
    width: 3px;
    height: 2px;
    background-color: #171717;
}

.gbv spis::-webkit-scrollbar-thumb {
    background-color: #70322f;
}

.gb_links {
    display: flex;
    margin: 15px 20px;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}


.gb_links a {
    display: flex;
    flex: auto;
    color: var(--tab-text) !important;
    font-family: var(--main-font);
    font-weight: 400 !important;
    padding: 2px 9px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    background: linear-gradient(to right, var(--plash-top), var(--plash-bottom), var(--plash-top));
    background-size: 200%;
    background-position-x: 0%;
    font-size: 10px;
}


.gb_links a:hover {
    background-position-x: 100%;
}


.gb_ust {
    margin: 15px 20px;
    font-family: var(--main-font);
    font-size: 11px;
    border-top: 1px solid #272727;
    padding-top: 15px;
}


.gb_blocks2 {
    gap: 20px;
    position: absolute;
    /* border: 1px solid red; */
    top: 388px;
    height: 100px;
    width: 920px;
    margin: 0 40px;
    display: flex;
    justify-content: space-between;
}


.gb_prv, .gb_prv2 {
    flex-shrink: 0;
    width: 370px;
    border-radius: 5px;
    backdrop-filter: blur(6px);
    background: #16161666;
}

.gb_prv span, .gb_prv2 span {
    font-family: var(--sec-font);
    font-weight: 400;
    font-size: 19px;
    text-align: left;
    display: block;
    margin: 10px 20px 3px;
    text-transform: lowercase;
}


.gb_prv text, .gb_prv2 text {
    margin: 0 20px;
    display: block;
    font-family: var(--main-font);
    font-size: 11px;
}

.gb_prv2 {
    width: 530px;
}



.gbook a {
    color: var(--red-accent);
}


.gbook a:hover {
    color: var(--tab-text) !important;
}

.post-content hr {
    opacity: 0.5;
    border: 1px solid var(--red-accent) !important;
    margin-bottom: 0.8em;
}

.isobr {
    width: 177px;
    height: 100px;
    position: relative;
    text-align: center;
}


.isobr:before {
    content: '';
    background: #e37a74;
    mix-blend-mode: overlay;
    border-radius: 5px;
    position: absolute;
    width: 177px;
    height: 100px;
    z-index: 9;
}


.isobr img {
    width: 176px;
    height: 100px;
    border-radius: 5px;
    object-fit: cover;
    filter: brightness(0.8) grayscale(1) contrast(90%);
    -webkit-filter: brightness(0.8) grayscale(1) contrast(90%);
}


/* хранилище
----------------------------------------------------------------------------------*/

.hrtabs {
    height: 145px;
    margin: 0px 0!important;
}
.hrtabs>input[type="radio"] {
    display: none;
}

.hrtabs>input[type="radio"]:checked+label {
    opacity: 1;
}

.hrtabs>label {
    padding: 6px 8px;
    margin: 5px 0 6px 0px;
    user-select: none;
    font-size: 13px;
    border-radius: 5px;
    font-family: var(--main-font);
    color: var(--tab-text);
    opacity: .5;
    left: 0;
    background: var(--accent);
    text-transform: lowercase;
    line-height: 17px;
    transition: color 0.15s ease-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    top: 0px;
    position: relative;
    display: flex;
    width: 87px;
    z-index: 99999;
    justify-content: space-around;
}

.hrtabs>label:hover {
 opacity: 1;
}

.hrtabs>label:not(:first-of-type) { 
 }

.hrtabs>div {display: none;padding: 10px 15px;font-size: 16px;}

#hrtab1:checked~#hrboxs, #hrtab2:checked~#hric, #hrtab3:checked~#hrpla, #hrtab4:checked~#hrpod {
    display: block;
}

#hric, #hrpla, #hrpod, #hrboxs {
    position: relative;
    text-transform: lowercase;
    top: -150px;
    left: 89px;
    overflow: hidden;
}

#ic cho, #pla cho, #pod cho, #boxs cho {
    position: relative;
    display: block;
    color: #607088!important;
    text-align: center;
    font-family: 'OwenPro';
    border-bottom: 1px dashed #4e5b72;
    text-transform: uppercase;
    font-size: 16px!important;
}

.hr-box {
    position: relative;
    padding: 8px 5px;
    width: 420px;
    text-align: center;
    height: 129px;
    font-size: 12px;
    overflow-y: auto;
}

.boxs-tw {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.twink {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    margin: 5px 8px!important;
}

.twink img {
    filter: grayscale(100%);
    width: 100px;
    height: 100px;
    border-radius: 30px!important;
    object-fit: cover;
}

.twink:before {
    content: "";
    background: var(--cl4);
    mix-blend-mode: multiply;
    border-radius: 30px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.twink-nm {
    text-align: center;
    font-family: var(--main-font);
    font-size: 10px;
    color: #ebedec;
}

.icons {text-align: center;margin-top: 0px!important;}
.icons pack {display: inline-block;font: 600 18px owenprol;width: 200px;margin-top: 4px;}
.icons img { margin: 5px 10px; }

.plash-mag { display: flex;
    justify-content: center;
    flex-wrap: wrap; }

.podarki {text-align: center;margin-top: 0px!important;}
.podarki pack { display: inline-block; font: 600 18px alegreyar; width: 200px; margin-top: 4px;}
.podarki img { width: 48px; margin: 9px 2px; }


#allbox-big {
    background: var(--base-bg) center/cover;
    width: 850px;
    border-radius: 5px;
    height: auto;
    margin: 0 auto 20px;
    box-shadow: 6px 6px 20px #1d1d1d0d;
    color: var(--tab-text);
    border: 1px solid var(--bord);
    padding: 10px 0;
}


.zg-tem-big {
    text-align: center;
    font: 400 29px/ 26px var(--sec-font);
    text-transform: lowercase;
    margin: 10px 20px;
}

.box-txt-big {
    background: #1717183d;
    border-radius: 5px;
    border: 1px solid #84838359;
    box-shadow: 5px 4px 20px #0e0e0e2e;
    margin: 10px 40px 20px !important;
    padding: 15px 20px;
    font-family: var(--main-font);
    color: #d1d5d4;
    line-height: 16px;
    backdrop-filter: blur(9px);
}

.cit {
    padding: 10px;
    width: 500px;
    text-align: center;
    background: var(--footer) center/cover;
    border-radius: 5px;
    margin: 10px auto !important;
    font-size: 11px;
}


.cit df {
    display: block;
    font: 42px / 46px var(--sec-font);
    color: var(--tab-text);
    text-transform: lowercase;
}


.que {
    background: var(--text);
    padding: 3px 10px;
    letter-spacing: 0.7px;
    text-transform: lowercase;
    font: 14px var(--sec-font);
    text-align: left;
    border-radius: 5px;
    display: inline-flex;
    margin: 10px 0 !important;
}


.eu {
    background: var(--base-bg2);
    border-radius: 5px;
    padding: 15px 23px;
    margin-bottom: 5px !important;
    text-align: justify;
    color: var(--text);
    font-size: 12px;
}



.karta {
    width: 1002px;
    height: 1002px;
    border-radius: 0px;
    margin: 0px auto !important;
    background: url(https://forumstatic.ru/files/001c/47/bc/58096.png) no-repeat;
}


/* НАВИГАЦИЯ */

.navig { position: absolute; cursor: pointer; z-index: 50; height: 594px; width: 900px; }

span.ost1, span.ost2, span.ost3, span.ost4, span.ost5, span.ost6, span.ost7, span.ost8, span.ost9, span.ost10, span.ost11, span.ost12, span.ost13, span.ost14 { position: absolute; }

span.ost1 {margin-top: 171px;margin-left: 17px;}
span.ost2 {margin-top: 206px;margin-left: 118px;}
span.ost3 {margin-top: 241px;margin-left: 362px;}
span.ost4 {margin-top: 422px;margin-left: 297px;}
span.ost5 {margin-top: 467px;margin-left: 51px;}
span.ost6 {margin-top: 552px;margin-left: 313px;}
span.ost7 {margin-top: 701px;margin-left: 313px;}
span.ost8 {margin-top: 906px;margin-left: 382px;}
span.ost9 {margin-top: 699px;margin-left: 647px;}
span.ost10 {margin-top: 433px;margin-left: 713px;}
span.ost11 {margin-top: 265px;margin-left: 784px;}
span.ost12 {margin-top: 340px;margin-left: 609px;}
span.ost13 {margin-top: 192px;margin-left: 805px;}
span.ost14 {
    margin-top: 175px;
    margin-left: 699px;
}



span.ost1 anim, span.ost2 anim, span.ost3 anim, span.ost4 anim, span.ost5 anim, span.ost6 anim, span.ost7 anim, span.ost8 anim, span.ost9 anim, span.ost10 anim, span.ost11 anim, span.ost12 anim, span.ost13 anim, span.ost14 anim {
    box-shadow: 0px 0px 15px 0px var(--cl3);
    position: absolute;
    border-radius: 20px;
    background: #d0d0d02b;
    transition: all 1s cubic-bezier(0.2, 0.2, 0.2, 1), color 0.3s 0.2s linear;
    opacity: 1;
}

span.ost14 anim {
    background: transparent;
}
span.ost14 anim img {
    width: 50px;
}

span.ost1 anim:hover, span.ost2 anim:hover, span.ost3 anim:hover, span.ost4 anim:hover, span.ost5 anim:hover, span.ost6 anim:hover, span.ost7 anim:hover, span.ost8 anim:hover, span.ost9 anim:hover, span.ost10 anim:hover, span.ost11 anim:hover, span.ost12 anim:hover, span.ost13 anim:hover, span.ost14 anim:hover {
    opacity: 1;
    transition: all 1s cubic-bezier(0.2, 0.2, 0.2, 1), color 0.3s 0.2s linear;
}

.ost1:hover ro1, .ost2:hover ro2, .ost3:hover ro3, .ost4:hover ro4, .ost5:hover ro5, .ost6:hover ro6, .ost7:hover ro7, .ost8:hover ro8, .ost9:hover ro9, .ost10:hover ro10, .ost11:hover ro11, .ost12:hover ro12, .ost13:hover ro13, .ost14:hover ro14 { visibility: visible; transform: translateX(50%)  scale(1); }

.teks1, .teks2, .teks3, .teks4, .teks5, .teks6, .teks7, .teks8, .teks9, .teks10, .teks11, .teks12, .teks13, .teks14 {
    width: 200px;
    min-height: 20px;
    position: absolute;
    z-index: 99;
    text-align: justify;
    background: var(--pn);
    box-shadow: 0px 0px 20px 0px inset #c3c3c385;
    border: 1px solid #7373732e;
    border-radius: 20px;
    padding: 0 10px 0px 10px;
    font-family: var(--1ft);
    font-size: 11px;
    text-transform: uppercase;
}

.ost1 ro1, .ost2 ro2, .ost3 ro3, .ost4 ro4, .ost5 ro5, .ost6 ro6, .ost7 ro7, .ost8 ro8, .ost9 ro9, .ost10 ro10, .ost11 ro11, .ost12 ro12, .ost13 ro13, .ost14 ro14 {
    position: absolute;
    display: block;
    z-index: 9;
    visibility: hidden;
    transition: all .0s ease-in-out 0s;
    letter-spacing: 0;
    max-height: 175px;
    line-height: 16px;
    font-size: 11px;
}




.teks1 nm, .teks2 nm, .teks3 nm, .teks4 nm, .teks5 nm, .teks6 nm, .teks7 nm, .teks8 nm, .teks9 nm, .teks10 nm, .teks11 nm, .teks12 nm, .teks13 nm, .teks14 nm {font-size: 17px;font-family: var(--basicfont);position: relative;color: var(--acc6);z-index: 999;display: block;margin: 4px 0px 3px 0px;width: 200px;text-align: center;text-transform: uppercase;}

.ost1 ro1, .ost2 ro2, .ost3 ro3, .ost4 ro4, .ost5 ro5, .ost6 ro6, .ost7 ro7, .ost8 ro8, .ost9 ro9, .ost10 ro10, .ost11 ro11, .ost12 ro120, .ost14 ro14 {
    position: absolute;
    display: block;
    z-index: 9;
    visibility: hidden;
    transition: all .0s ease-in-out 0s;
    letter-spacing: 0;
    max-height: 175px;
    line-height: 16px;
    font-size: 11px;
}

.ost1 ro1 {top: 47px;margin-left: -76px;}
.ost2 ro2 {top: 82px;margin-left: -67px;}
.ost3 ro3 {top: 59px;margin-left: -62px;}
.ost4 ro4 {top: 71px;margin-left: -39px;}
.ost5 ro5 {top: 89px;margin-left: -37px;}
.ost6 ro6 {top: 61px;margin-left: -41px;}
.ost7 ro7 {top: 112px;margin-left: -60px;}
.ost8 ro8 {top: 54px;margin-left: -75px;}
.ost9 ro9 {top: 62px;margin-left: -70px;}
.ost10 ro10 {top: 62px;margin-left: -65px;}
.ost11 ro11 {top: 142px;margin-left: -41px;}
.ost12 ro12 {top: 67px;margin-left: -81px;}
.ost13 ro13 {top: 63px;margin-left: -71px;}
.ost14 ro14 {
    top: 36px;
    margin-left: -71px;
}


/* ------------шаблон эстетики---------------*/
.clgram {
    width: 600px;
    height: 600px;
    background: var(--cl7);
    border-radius: 30px;
    margin: auto!important;
}



.clgram opis {position: absolute;display: flex;height: 40px;width: 510px;text-align: center;margin: 543px 40px 0;font-family: var(--1ft);padding: 0px 5px;font-size: 13px !important;justify-content: center;align-items: center;}


.clgram kart1 {
    height: 160px;
    width: 160px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: absolute;
    margin: 28px 0 0 30px!important;
    transition: 0.5s;
}

.clgram kart1:hover {
    transition: 1.0s;
    height: 460px;
    width: 500px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: absolute;
    margin: 48px 0 0 51px !important;
    z-index: 99;
}

.clgram kart2 {
    height: 160px;
    width: 160px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: absolute;
    margin: 28px 0 0 222px!important;
    transition: 0.5s;
}

.clgram kart2:hover {
    transition: 1.0s;
    height: 460px;
    width: 500px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: absolute;
    margin: 48px 0 0 51px!important;
    z-index: 99;
}

.clgram kart3 {
    height: 160px;
    width: 160px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: absolute;
    margin: 28px 0 0 412px!important;
    transition: 0.5s;
}

.clgram kart3:hover {
    transition: 1.0s;
    height: 460px;
    width: 500px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: absolute;
    margin: 48px 0 0 51px!important;
    z-index: 99;
}

.clgram kart4 {
    height: 160px;
    width: 160px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: absolute;
    margin: 200px 0 0 30px!important;
    transition: 0.5s;
}

.clgram kart4:hover {
    transition: 1.0s;
    height: 460px;
    width: 500px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: absolute;
    margin: 48px 0 0 51px!important;
    z-index: 99;
}

.clgram kart5 {
    height: 160px;
    width: 160px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: absolute;
    margin: 200px 0 0 222px!important;
    transition: 0.5s;
}

.clgram kart5:hover {
    transition: 1.0s;
    height: 460px;
    width: 500px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: absolute;
    margin: 48px 0 0 51px!important;
    z-index: 99;
}

.clgram kart6 {
    height: 160px;
    width: 160px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: absolute;
    margin: 200px 0 0 412px!important;
    transition: 0.5s;
}

.clgram kart6:hover {
    transition: 1.0s;
    height: 460px;
    width: 500px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: absolute;
    margin: 48px 0 0 51px!important;
    z-index: 99;
}

.clgram kart7 {
    height: 160px;
    width: 160px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: absolute;
    margin: 372px 0 0 30px!important;
    transition: 0.5s;
}

.clgram kart7:hover {
    transition: 1.0s;
    height: 460px;
    width: 500px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: absolute;
    margin: 48px 0 0 52px!important;
    z-index: 99;
}

.clgram kart8 {
    height: 160px;
    width: 160px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: absolute;
    margin: 372px 0 0 222px!important;
    transition: 0.5s;
}

.clgram kart8:hover {
    transition: 1.0s;
    height: 460px;
    width: 500px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: absolute;
    margin: 48px 0 0 52px!important;
    z-index: 99;
}

.clgram kart9 {
    height: 160px;
    width: 160px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: absolute;
    margin: 372px 0 0 412px!important;
    transition: 0.5s;
}

.clgram kart9:hover {
    transition: 1.0s;
    height: 460px;
    width: 500px;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: absolute;
    margin: 48px 0 0 51px!important;
    z-index: 99;
}


/* новости
----------------------------------------------------------------------------------*/
#doska {
    position: relative;
    height: 149px;
    margin: 9px 24px;
    border-radius: 20px;
    background: var(--bg-cat);
}

#doska acname  {position: absolute;display: flex;font-family: var(--1ft);font-size: 10px;gap: 4px;text-transform: lowercase;color: var(--cl4);top: 28px;right: 136px;align-items: center;justify-content: flex-start;}
#doska active {position: absolute;width: 140px;display: flex;justify-content: space-between;top: 45px;right: 104px;}
#doska active img {cursor: pointer;border-radius: 10px;width: 35px;height: 35px;/* opacity: 0.7; */filter: grayscale(1) contrast(80%);}




.ank {
    background: var(--quote);
    border: 1px solid var(--bord);
    border-radius: 5px;
    box-shadow: 6px 6px 20px #1d1d1d0d;
}

.ank-box {
    display: flex;
    position: relative;
    padding: 15px 0px;
    height: auto;
    justify-content: space-between;
    align-items: center;
    margin: 20px!important;
    gap: 20px;
}


.ank-pic-left:before, .ank-pic-right:before {
    content: "";
    background: #5c302d;
    mix-blend-mode: overlay;
    position: absolute;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9;
}

.ank-pic-left {
    position: relative;
    width: 350px;
    height: 160px;
    border-radius: 5px;
    margin: 0px 0px 0px 20px!important;
}
.ank-pic-left img, .ank-pic-right img {
    width: 350px;
    height: 160px;
    border-radius: 5px;
    object-fit: cover;
    filter: brightness(0.8) grayscale(1) contrast(90%);
    -webkit-filter: brightness(0.8) grayscale(1) contrast(90%);
}


.ank-box-info {
    padding: 10px 20px;
    border-radius: 5px;
    background: #a0a3a236;
    border: 1px solid var(--bord);
    box-shadow: 6px 6px 20px #1d1d1d0d;
    font-family: var(--main-font);
}

.ank-box-info .ru-name {
    font: 400 20px var(--sec-font) !important;
    color: var(--text);
    text-transform: lowercase;
    text-align: left;
    padding: 0 !important;
}

.ank-box-info .main {
    font-size: 13px !important;
    font-family: var(--main-font);
    text-align: left;
    margin: 5px 0 !important;
    padding: 0 !important;
    line-height: normal !important;
}



.ank-box-info .main dr:before {
    position: relative;
    font-size: 9px;
    color: var(--sec-accent);
    font-family: 'FontAwesome';
    top: 0px;
}


.ank-box-info .main dr:before {
    content: '\f054';
}


/* ОБЩАЯ ПОДЛОЖКА С ПРОФИЛЕМ
----------------------------------------------------------------------------------*/

#allbox {
    border: 1px solid #282c2f;
    background: var(--cat-fon) center/cover;
    border-radius: 5px;
    width: 635px;
    height: auto;
    margin: 0 auto 10px;
    padding: 4px 20px 20px;
    box-shadow: 5px 5px 20px #70707075;
}

.zg-tem {
    margin: 15px 28px 5px!important;
    width: auto;
    text-align: center;
    padding: 0 0px 0 5px !important;
    background: var(--text);
    border-radius: 5px;
    font: 500 15px / 25px var(--main-font);
    color: var(--tab-text);
    text-transform: uppercase;
    box-shadow: 5px 5px 20px #27272752;
}

.pod-zg-tem {
    margin: 0px 30px;
    width: 573px;
    height: auto;
    text-align: center;
    font-size: 10px;
}

.box-txt {
    margin: 0px auto 0px!important;
    width: 536px;
    height: auto;
    text-align: justify;
    font-size: 11px;
    padding: 3px 0px 0px;
    color: #d9d9d9;
    font-family: var(--main-font);
}

.box-txt ind { padding-left: 25px; }

.box-txt a { color: var(--cl3)!important;font-weight: 600; }
.box-txt a:hover { color: var(--cl5)!important; }

.raitn {
    position: absolute;
    top: -358px;
    right: 10px;
    font-family: var(--main-font);
}




/*------ Плашка ------*/
.pa-fld6 {
    height: 31px;
    background: var(--cat-fon);
    width: 208px;
    margin: 5px 0px 8px 0px;
    border: 1px solid #3a3a3a;
    box-sizing: initial;
    border-width: 1px 0;
}

.pa-fld6 img, #profile-right #pa-fld6 img {
    position: relative;
    object-fit: cover;
    filter: grayscale(1);
    top: -2px;
    height: 31px;
    width: 208px;
}


.pa-fld6 .plahprof, #profile-right #pa-fld6 .plahprof {
    position: relative;
    padding: 0px 10px;
    top: -33px;
    display: flex;
    width: 208px;
    flex-wrap: wrap;
    flex-direction: column;
    text-shadow: 0px 0px 7px #000000;
    color: #ebebeb;
}


.pa-fld6 .plahprof text1, #profile-right #pa-fld6 .plahprof text1 {
    text-transform: uppercase;
    font-size: 9px;
    height: 12px;
}

.pa-fld6 .plahprof text2, #profile-right #pa-fld6 .plahprof text2 {
    text-transform: lowercase;
    font-size: 10px;
}



.pa-fld7 {
    left: 0;
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    width: 100%;
    top: -3px;
}

.pa-fld7 img {
    background: var(--base-bg2);
    border-radius: 50px;
    padding: 0;
    margin: -14px 0px;
    width: 26px;
    object-fit: none;
    /* box-shadow: 4px 3px 20px #00000091; */
}


.pa-fld7 img:hover {
    filter: grayscale(.9);
}


.pa-fld8 {
    width: 240px;
    height: 150px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    mask: linear-gradient(0deg, rgb(0 0 0) 0%, #141c1b00 100%);
    -webkit-mask: linear-gradient(0deg, rgb(0 0 0) 0%, #141c1b00 100%);
    overflow: hidden;
    filter: grayscale(.4);
    border-radius: 10px;
    background: var(--profile-bg);
}


.pa-fld8 img {
    vertical-align: text-bottom !important;
}


#profile-right #pa-fld6 {
    height: auto;
    background: #b7bab9;
    width: auto;
    display: block;
    flex: none;
}


#profile-right #pa-fld6 strong {
    height: 32px;
}


#profile-right #pa-fld6 {
order: 1;
}

#profile-right #pa-fld7 {
order: 2;
}

#profile-right #pa-fld9 {
order: 3;
}

.pa-fld9 {
    top: 105px;
    left: 7px;
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    width: 20px;
    text-align: left;
}


.pa-fld9 img {
    filter: drop-shadow(2px 4px 6px #0000007d);
}


.hv-preview-pafld1 .lz2 {
    background: var(--quote);
    margin: -2px 0 5px 0;
    border: none;
    border-width: 1px 0;
    font-size: 11px;
    padding: 10px;
    line-height: 15px;
}


.pa-respect img {
    filter: brightness(0.5) grayscale(1);
    width: 8px;
}


/*** МОБИЛЬНЫЙ ***/
@media screen and (max-width: 540px) {

html.force-mobile, body.force-mobile, .force-mobile #pun, .force-mobile .punbb {
    width: 100% !important;
    height: 100% !important; 
    padding: 0; 
    -webkit-text-size-adjust: none; 
    overflow-wrap: break-word; 
    float: none; 
    margin: auto;
}

.force-mobile  #pun-searchtopics .tc2 {
    width: 100% !important;
    display: flex !important;
    font-size: 11px;
    margin-left: 5px;
}



body.force-mobile  {
    position: relative;
    background-position: center 0;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch!important;
    overflow-y: scroll !important;
    z-index: 1;
}

.force-mobile #pun {
    max-width: 540px;
    padding: 0!important;
    border-radius: 0;
    background: var(--base-bg2);
    position: relative;
    border: none;
}

.force-mobile .punbb .pa-avatar:after {
display: none;
}


.force-mobile #pun-ulinks, .force-mobile #pun-navlinks .container li a, .force-mobile #pun-navlinks .container li a:hover {
    margin: 0 5px;
}

.force-mobile #pun-ulinks:before {
    content: "\f0c9";
    font-family: 'Font Awesome 6 Pro'!important;
    font-size: 25px!important;
    color: var(--tab-text);
}

.force-mobile #pun-ulinks .container {
    width: 250px!important;
    top: 42px;
    padding: 10px !important;
    margin: 0 !important;
    left: 0;
    width: 140px;
    height: auto !important;
    background: var(--profile-bg);
    border-radius: 6px;
    border: none;
}

.force-mobile .notify-link {
    top: -1px;
    left: unset;
}


.force-mobile #pun-ulinks li {
    display: block !important;
    margin-bottom: 5px!important;
    background: var(--accent);
    text-align: center;
    border-radius: 5px;
    transition: all .5s linear 0s !important;
    padding: 6px;
}

.force-mobile #pun-ulinks li a {
    display: block !important;
    margin: 0!important;
    color: var(--navi-link);
    font-size: 12px!important;
    padding: 0;
}

.force-mobile #pun-title table {
    MARGIN: AUTO;
    box-sizing: border-box;
    background: var(--mob-head) center/cover;
    width: 100%;
    height: 268px;
    display: flex;
    align-items: center;
    border-bottom: none;
    justify-content: center;
}


.force-mobile #pun-ulinks {
    margin: -50px 0 0 10px !important;
    position: sticky;
    top: 9px;
    left: 0px;
    border: 0 !important;
    z-index: 2;
    width: 39px;
    box-shadow: 0px 0px 30px #171a1e36;
    background: var(--navi-bg);
    border-radius: 4px;
    border: none;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.force-mobile #pun-ulinks ul {
    display: none;
    z-index: 10000;
    position: absolute;
    top: 47px;
    right: 0;
}
.force-mobile #pun-ulinks:hover ul, .force-mobile #pun-ulinks:focus ul {display: block;}

.force-mobile #pun-ulinks > span.notify-bubble {display: block!important;}

.force-mobile #pun-navlinks .container li {padding: 0 1px !important; margin: 0!important; line-height: 19px !important;}
#navrules, #navextra2, #navextra3, #navextra4, #navextra5, #navextra6, #navextra7, #navextra8, #navextra9, #navextra10 {display: none !important;}
#pun-navlinks .container li a {
    display: inline-block !important;
    padding: 0 !important;
    font-size: 16px;
}
.force-mobile #pun-ulinks, .force-mobile #pun-navlinks .container li a, .force-mobile #pun-navlinks .container li a:hover {margin: 0 5px;}




.force-mobile #pun-status span {
    white-space: break-spaces;
    margin-right: 0.5em;
}



.force-mobile #pun-status .container {
    text-align: left!important;
    position: relative;
    box-sizing: border-box;
    top: -2px;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    height: auto;
    display: flex;
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
}
.force-mobile #pun-crumbs1 p.container, .force-mobile #pun-crumbs2 p.container {
    text-align: left!important;
    margin: 0 10px;
    height: auto;
    padding: 0;
    box-sizing: border-box;
}
.force-mobile #pun-crumbs1 p.container {
    margin: 10px 10px 34px;
}


.force-mobile .punbb .linkst {
    height: 20px;
    font-size: 8px;
    text-transform: uppercase;
    align-items: center;
    border-radius: 0;
    box-sizing: border-box;
    margin: 0 0 10px 0!important;
}

.force-mobile .punbb .linksb {
    margin: 0 10px;
}


.force-mobile .punbb tbody.hasicon td.tcl {
    padding: 0!important;
    display: block;
    width: 100%!important;
}


.force-mobile .forum td.tcr {
    margin-bottom: 0;
    display: block;
    text-align: right!important;
    width: 100% !IMPORTANT;
    margin-top: 2px;
    padding: 0;
}

.force-mobile #pun-index td div.tclcon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.force-mobile .pf-wrap {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.force-mobile #pun-stats .container {
    padding: 15px 15px 15px 15px!important;
    margin: 0;
    border-width: 1px 0;
    border-radius: 0;
}
.force-mobile #pun-stats li.item1, .force-mobile #pun-stats li.item2 {
    float: none !important;
    margin-bottom: 0px;
}
.force-mobile #pun-stats li.item3, .force-mobile #pun-stats li.item4 {
    text-align: left !important;
    margin-bottom: 0px;
}



.force-mobile #pun-crumbs2 .container {
    margin-left: 20px;
    margin-top: 0px;
}
.force-mobile .punbb .post .post-author {
    float: none!important;
    margin: 0 !important;
    border-width: 0;
    width: 100% !important;
    border-radius: 0 !important;
    background: transparent;
    box-shadow: none;
}
.force-mobile #pun-main .post-author ul {
    padding: 20px 0;
}




.force-mobile #pun-viewtopic .post h3 {
    border-radius: 0;
}

.force-mobile .punbb .post h3 strong {
    float: right;
    width: auto;
    text-align: center;
    font-weight: normal;
    margin-top: 0;
}


.force-mobile .post-author li {
    text-align: left;
}


.force-mobile .punbb .linksb {
    gap: 10px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 12px !important;
}

.force-mobile .punbb .modmenu .container {
    text-transform: none;
    margin: 0 10px;
}

.force-mobile .pa-avatar img {
    object-fit: cover;
    width: 60px !important;
    height: 60px !important;
    border-radius: 4px;
    border: 1px solid var(--bord);
    box-shadow: -6px 6px 10px #00000021;
}
.force-mobile .punbb .post-links ul {
    padding: 0;
    height: auto;
    border-top-width: 1px;
    background: transparent;
    font-size: 11px;
    font-family: var(--main-font);
    font-weight: 400;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    border: none;
    gap: 10px;
}

.force-mobile .punbb .post .container {
    padding-right: 0;
}




.force-mobile .punbb .post-box {
    padding: 10px 10px 0 10px!important;
}
.force-mobile .punbb .post-body {
    margin-left: 0px;
}

.force-mobile .punbb .formal .container {
    padding: 0;
}
.force-mobile .punbb fieldset {
    padding: 0 10px;
}


.force-mobile #pun-viewforum .main table {
    table-layout: fixed;
    width: 100%;
    padding: 10px;
}
.force-mobile #pun-searchtopics .main .tcl, #pun-viewforum .main .tcl {
    width: 100% !important;
    padding: 0px;
}
.force-mobile #pun-break1, .force-mobile #pun-break2, .force-mobile #pun-break3, .force-mobile #pun-break4, .force-mobile .category th, .force-mobile .category .tc2, .force-mobile .category .tc3, .force-mobile .forum th, .force-mobile .forum .tc2, .force-mobile .forum .tc3, .force-mobile #post-form legend {
    display: none !important;
    width: 0 !important;
}




.force-mobile #profile-right {
    width: 100% !important;
    display: block;
}
.force-mobile #profile-left {
    width: 100% !important;
    display: block;
}
.force-mobile #main-reply {
    width: 100% !important;
}

.force-mobile #form-buttons td {
    padding: 0 5px !important;
    display: inline-block;
    width: 31px;
}


.force-mobile #button-files_rusff {
    display: none !important;
}



.force-mobile #form-buttons td:hover {
    background-color: transparent !important;
}


.force-mobile #form-buttons td {
    background-image: none !important;
    display: inline-block;
    position: relative;
    width: 27px;
    height: 27px;
    margin: 0px 0px 0px 0px !important;
}
.force-mobile #profilenav li {
    padding: 7px 15px!important;
    display: inline-block;
}
.force-mobile #profilenav {
    float: none!important;
    width: 100%!important;
    margin-left: 0 !important;
}

.force-mobile #profile .container {
    padding: 0 !important;
}

.force-mobile #notify-settings {
    display: none;
}

.force-mobile #viewprofile h2, .force-mobile #profilenav h2 {
    margin: 0 0 10px 0!important;
}
.force-mobile #viewprofile ul, .force-mobile #profilenav ul {
    padding: 0!important;
    margin: 0 0 15px 0!important;
    border: none!important;
    background-color: transparent!important;
}
.force-mobile .punbb tbody.hasicon td.tcl {
    padding: 0!important;
    display: block;
    width: 100%!important;
}
.force-mobile #pun-messages .tclcon {
    padding: 10px 0 10px 17px!important;
}

.force-mobile #pun-messages .user-avatar {
    display: none !IMPORTANT;
}

.force-mobile #pun-messages table Div.icon, .force-mobile #pun-messages TR.inew Div.icon {
    margin-top: 13px;
}
.force-mobile #register input, .force-mobile #register select, .force-mobile #profile input, .force-mobile #profile select, .force-mobile #punbbsearch input, .force-mobile #punbbsearch select {
    max-width: 200px!important;
}
.force-mobile #pun-userlist .main .tcl, .force-mobile #pun-searchtopics .main .tcl, .force-mobile #pun-modviewforum .main .tcl {
    background-color: transparent;
    width: 20%;
}

.force-mobile #pun-userlist .user-avatar {
    display: none;
}
.force-mobile #pun-userlist .usertable .container {
    padding: 0 0.3em 2.3em 0.3em;
    border-top: none;
}

.force-mobile #pun-userlist .main .tc2, #pun-searchtopics .main .tc2 {
    width: 15%;
}


.force-mobile #BookmCntToggle {
    position: absolute !important;
    left: 10px !IMPORTANT;
    width: 20px !important;
    height: 20px !IMPORTANT;
    opacity: .7;
    cursor: pointer;
    z-index: 2;
    transition: opacity .3s ease-out;
    top: 12px;
}


.force-mobile #tags .container {
    position: absolute;
    right: 0px;
    top: 83px !IMPORTANT;
    left: 0px;
    z-index: 2;
    width: 350px;
    padding: 10px;
    box-sizing: border-box;
}



.force-mobile .punbb .section h2, 
.force-mobile #pun-main h1, 
.force-mobile #pun-main h2, 
.force-mobile #pun-debug h2 {
    margin: 0px 0px 10px 0px;
    display: none;
}
.force-mobile .post-img-Sp {
    width: 140px;
    margin: 10px 6px 0 !important;
    display: none;
}


.force-mobile #form-buttons tr {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
    gap: 8px;
    margin-bottom: 20px;
}



.force-mobile #pun-index .category table tr {
    -webkit-appearance: none;
    display: block !important;
    margin: 40px 40px 0;
    position: relative;
    overflow: visible;
}


.force-mobile #pun-index .category table tr + tr {
    margin: 15px 40px;
}

.force-mobile #pun-index .tcl h3 {
    text-align: left;
    height: auto;
    display: block;
    margin-top: 0px;
    letter-spacing: .5px;
    font-weight: 400;
}


.force-mobile .punbb .user-avatar {
    margin: 1px 0px 2px 20px!important;
    float: right !important;
    display: none;
}

.force-mobile #pun-viewforum .tcr {
    position: relative;
    display: block;
    width: 100%;
    gap: 0 10px;
    align-items: center;
}



.force-mobile #form-buttons table, 
.force-mobile #form-buttons tbody, 
.force-mobile #form-buttons tr {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    margin-top: 0px;
}



.force-mobile #pun-index .tcr {
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 10px;
}





.force-mobile .go-up, 
.force-mobile .go-down, 
.force-mobile #pun::before {
    display: none;
}


.force-mobile #pun-navlinks .container {
    padding: 0px;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
}

.force-mobile #pun-index .category h2 span, 
.force-mobile #pun-stats h2 span {
    font-size: 24px;
    justify-content: center;
}



.force-mobile .punbb .post h3 span {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px;
}


.force-mobile #pun-stats h2 span {
    font-size: 16px;
}



.force-mobile #pun-mod .category .tc2 {
    display: block !important;
    width: auto !important;
}



.force-mobile #pun-ulinks .container {
    display: none;
}



.force-mobile #pun-navlinks .container li a {
    /*display: inline-block !important;*/
    padding: 0 !important;
    font-family: 'FontAwesome';
    font-size: 20px;
}
.force-mobile #pun-ulinks, 
.force-mobile #pun-navlinks .container li a, 
.force-mobile #pun-navlinks .container li a:hover {margin: 0 5px;}
.force-mobile #pun-navlinks .container li a span {font-size: 0 !important;}
.force-mobile #pun-navlinks li#navindex a:before {content: "\f015";}
.force-mobile #pun-navlinks li#navuserlist a:before {content: "\f0c0";}
.force-mobile #pun-navlinks li#navsearch a:before {content: "\f002";}
.force-mobile #pun-navlinks li#navprofile a:before {content: "\f2bd";}
.force-mobile #pun-navlinks li#navpm a:before {content: "\f0e0";}
.force-mobile #pun-navlinks li#navadmin a:before {content: "\f013";}
.force-mobile #pun-navlinks li#navlogout a:before {content: "\f08b";}
.force-mobile #pun-navlinks li#navregister a:before {content: "\f234";}
.force-mobile #pun-navlinks li#navlogin a:before {content: "\f02e";}
.force-mobile #pun-navlinks li#navpr_1 a:before {content: "\f1d8";}
.force-mobile #pun-navlinks li#navpr_2 a:before {content: "\f02d";}
.force-mobile #pun-navlinks li#navprofiles a:before {content: "\f02d";}
.force-mobile #pun-navlinks li#navextra1 a:before {content: "\f02e";    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-size: 20px;}
.force-mobile #pun-navlinks li#navextraBL a:before {content: "\f05e";    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-size: 20px;}


.force-mobile .Add {
    display: none;
}
.force-mobile #pun-index .tcl h3 a {
    font-size: 17px;
}

.force-mobile .pf-text {
    margin-top: 3px;
}



.force-mobile .forum tr {
    margin: 10px 0;
    display: flex;
    gap: 0;
    font: 400 11px var(--main-font);
    background: var(--quote);
    text-transform: lowercase;
    border-radius: 6px;
    padding: 10px;
    height: auto;
    flex-direction: column;
}

.force-mobile .pa-author a {
    font-weight: 400 !important;
    padding: 1px 10px;
    font-size: 19px;
}

.force-mobile .pa-fld2 {
    text-align: center !IMPORTANT;
}



.force-mobile .prof-wrap {
    background: var(--quote);
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #8f8d8d63;
    box-shadow: 6px 7px 10px #91909042;
}


.force-mobile #form-buttons {
    margin-bottom: 10px !important;
    display: flex;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
}


.force-mobile #plng {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.force-mobile #form-buttons table tr {
    display: flex;
    gap: 4px;
    margin-bottom: 0;
    padding: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}


.force-mobile #pun-adnav ul {
    display: flex !Important;
    flex-wrap: wrap !Important;
}


.force-mobile #pun-adnav {
    float: none !Important;
    width: 100% !Important;
    margin-left: 0 !Important;
}

.force-mobile .adminmain {
    padding-left: 0 !important;
    margin-bottom: 0 !IMPORTANT;
}

.force-mobile .punbb {
    height: auto !important;
}

.force-mobile .punbb-admin .adminmain {
    padding: 0em 0px !important;
}

.force-mobile .punbb-admin #pun-adnav {
    float: none;
    clear: both;
    width: 100%;
    margin-left: 0em;
    display: block;
    box-sizing: border-box;
}

.force-mobile .punbb-admin {
    width: 100%;
    max-width: 540px;
    background: #c9c7c4;
}
.force-mobile #pun-admain fieldset {
    border-color: transparent;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
}

.force-mobile .admin-advert-block {
    width: 100% !IMPORTANT;
    height: 60px;
}

.force-mobile #pun-admain fieldset {
    border-color: transparent;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
}

.force-mobile #pun-admain fieldset .handle, 
.force-mobile #pun-admain fieldset p {
    border-left-width: 10em !important;
}

.force-mobile #pun-admain .adlabel {
    width: 11em !important;
    margin-left: -10em !important;
}

.force-mobile #pun-stats .statsinfo {
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}

.force-mobile #pun-ulinks.scroll_navi .container {
    display: none;
}

.force-mobile #pun-ulinks.scroll_navi:hover ul, 
.force-mobile #pun-ulinks.scroll_navi:focus ul {
    display: block;
    background: var(--profile-bg);
    border-radius: 6px;
}


.force-mobile #pun-navlinks.scroll_navi {
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--profile-bg) center/cover;
    height: 57px;
    left: auto;
    border-radius: 0;
    margin-left: -30px;
}

.force-mobile #pun-navlinks.scroll_navi .container {
    top: 0;
    height: 24px;
    margin-top: 0px;
}


/*Скрыть с мобильного*/
.force-mobile .activees, .force-mobile .activees2,
.force-mobile .bnrs:after, .force-mobile .bnrs:before, 
.force-mobile .arion-que, .force-mobile .arion-activs,
.force-mobile .arion-fl, .force-mobile .arion-post,
.force-mobile .arion-ams, .force-mobile .arion-info,
.force-mobile .twinkle, .force-mobile .arion-head,
.force-mobile .roses, .force-mobile .arion-name,
.force-mobile .arion-quote, .force-mobile .arion-moon {
display:none;
}


label.fm-toggle {
    display: flex;
}







/*Облегчение профиля*/



.force-mobile .pa-author {
    margin: 18px 0 0 96px;
    font-size: 20px;
    display: flex;
    gap: 20px;
    position: absolute;
    /* border: red 1px solid; */
    border-radius: 4px;
    border: 1px solid var(--prof-bord);
    padding: 2px 10px 0;
}

.force-mobile .pa-author a {
    border-radius: 4px;
}

.force-mobile .pa-fld1, .force-mobile .pa-fld2, .force-mobile .pa-fld3, .force-mobile .pa-fld5 {
    display: none;
}

.force-mobile .punbb .post .post-author .pa-avatar {
    width: 60px;
}

.force-mobile .accordion {
    position: absolute;
    z-index: 2;
    top: 32px;
    left: 50%;
    height: 40px;
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
    width: 150px;
}

.force-mobile .reveal-modal.xlarge {
    margin-left: 0 !important;
    width: 100% !important;
    left: 0;
}

.force-mobile .modal_wrap info {
    padding: 0;
    width: 100%;
    height: auto;
}


.force-mobile .reveal-modal .close-reveal-modal {
    right: 0;
}



.force-mobile #pun-index .category.category-1 .container::before, 
.force-mobile #pun-index .category.category-2 .container::before, 
.force-mobile #pun-index .category.category-3 .container::before, 
.force-mobile #pun-index .category.category-4 .container::before, 
.force-mobile #pun-index .category.category-5 .container::before, 
.force-mobile #pun-index .category.category-6 .container::before {
    height: 30px;
    width: 100%;
    border-radius: var(--radius) var(--radius) 0 0;
}

.force-mobile #pun-announcement {
    border-radius: 0;
    margin-top: 0;
    display: block;
    top: -117px;
    background: transparent;
}

.force-mobile #pun-title table::before {
    content: 'swamp';
    width: 100%;
    height: 226px;
    z-index: 0;
    pointer-events: none;
    font-size: 101px;
    top: 23px;
    position: absolute;
    left: 0;
    /* border: 1px solid red; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--sec-font);
    color: var(--base-bg2);
    text-shadow: 1px 1px 0 #0000003d;
}

.force-mobile .accordion-btn {
    font-size: 17px;
    text-align: center;
}


.force-mobile .ostw-btn {
    top: auto;
    bottom: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
}


.force-mobile .ostw-cont {
    top: auto;
    bottom: 75px;
}


.force-mobile .bnrs {
    background: var(--cfoot) center/cover;
    position: absolute;
    height: 60px;
    width: 100%;
    margin: 0;
    border-radius: 0;
    right: 0;
}

.force-mobile #pun-navlinks {
    margin-top: 0;
    border-radius: 0;
    left: 0;
    width: 100%;
    transform: none;
    top: 0;
    background: var(--navi-bg);
    height: 41px;
}

.force-mobile #pun-main {
    border-radius: 0;
    margin-top: -23px;
}

.force-mobile tr.inew div.icon {
    margin-left: 0;
    margin-top: 8px;
    width: 19px;
    height: 19px;
    border-radius: 4px;
}


.force-mobile .punbb .post-links {
    margin-left: 0;
}


.force-mobile #pun .pa-title {
    align-self: start;
    grid-area: title;
    margin: -22px 0 0 0  !important;
    text-align: left !important;
}


.force-mobile #pun .pa-avatar {
    grid-area: ava;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.force-mobile .allps {
    margin-top: 0 !important;
    width: 100%;
    display: flex;
    grid-area:reps;
}




.force-mobile .proffl {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-template-rows: minmax 1fr 1fr;
    gap: 16px;
    grid-template-areas: "ava author"
        "ava title"
        "reps reps";
    padding: 10px 20px !important;
    width: auto;
    border-radius: 6px;
    background: #413f3f12;
    margin: 11px;
}

.force-mobile #navpm .notify-link .unreads, .force-mobile #navprofile .notify-link .unreads {
    font-size: 1.3em;
    line-height: 18px;
    height: 20px;
    min-width: 20px;
    border-radius: 10px;
    right: auto;
    left: -30px;
    top: -37px;
    background: var(--sec-accent);
    font-size: 10px;
}

.force-mobile .banners {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
}

.force-mobile .header-swamp, .force-mobile .vetv {
    display: none;
}

.force-mobile #pun-announcement .container {
    padding: 0;
    top: 11px;
    text-align: center;
    /* border: 1px solid red; */
    z-index: 0;
    position: relative;
    width: 100%;
    left: 0;
    transform: none;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--navi-bg);
}

.force-mobile .dust {
    display: none;
}

.force-mobile #pun-index .category h2 {
    margin: 0px 0px 10px 0px;
    display: block;
    height: 30px;
    width: 100%;
    border-radius: var(--radius2) var(--radius2) 0 0;
    text-align: center;
}


.force-mobile #pun-index .category h2 seid {
    display: none;
}

.force-mobile #form-buttons td img {
    height: 5px;
    /* width: 100%; */
}

.force-mobile #pun-post .pa-author {
    margin: 0;
    font-size: 20px;
    display: flex;
    gap: 20px;
    position: absolute;
    padding: 0 20px !important;
    /* border: red 1px solid; */
    border-radius: 4px;
    border: 1px solid var(--prof-bord);
    padding: 2px 10px 0;
}

.force-mobile .faraway {
display: none;
}


.force-mobile label.fm-toggle {
    display: inline-flex;
    cursor: pointer;
    display: block;
    top: 57px;
}

.force-mobile .indOnline, .force-mobile .indOffline {
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: var(--text);
    border-radius: 100%;
    top: 0;
    left: auto;
    transform: none;
    right: -32px;
    /* box-shadow: 0px 7px 10px #00000036; */
}

.force-mobile .gbook {
    width: 100%;
    margin: 0;
    height: auto;
}

.force-mobile .gbook:before, .force-mobile .gbook:after {
display: none;
}

.force-mobile .head-gues {
    display: flex;
    height: auto;
    gap: 0;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}


.force-mobile .gbn {
    color: var(--podform);
    font-size: 56px;
    font-family: var(--sec-font);
    height: 50px;
}


.force-mobile .gb_ams {
    margin-top: 22px;
}

.force-mobile .gb_tx {
    position: relative;
    top: 0;
}

.force-mobile .gb_blocks {
    gap: 10px;
    position: relative;
    top: 0;
    height: auto;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.force-mobile #allbox-big {
    width: 100%;
}

.force-mobile .cit {
    width: 100%;
}

.force-mobile .karta {
    width: 100%;
    height: 1002px;
    border-radius: 0px;
    margin: 0px auto !important;
    background: url(https://forumstatic.ru/files/001c/47/bc/58096.png) no-repeat;
    display: none;
}

.force-mobile .raitn {
    position: absolute;
    top: 60px;
    right: 19px;
    font-family: var(--main-font);
}

.force-mobile .ank-box {
    display: flex;
    position: relative;
    padding: 15px 0px;
    height: auto;
    justify-content: space-between;
    align-items: center;
    margin: 20px!important;
    gap: 20px;
    flex-direction: column;
}

.force-mobile .gb_vn {
    background: #16161666;
    flex-shrink: 0;
    width: auto;
    border-radius: 5px;
    backdrop-filter: blur(6px);
    margin: 10px;
}


.force-mobile .gb_blocks2 {
    gap: 20px;
    position: relative;
    /* border: 1px solid red; */
    top: 0;
    height: auto;
    width: auto;
    margin: 0 10px 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.force-mobile .gb_prv2 {
    width: auto;
}

.force-mobile .gbv {
    /* border: 1px solid red; */
    margin: 15px 20px;
    height: 121px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-family: var(--main-font);
}

.force-mobile #allbox,
.force-mobile .box-txt {
    width: 100%;
}

.force-mobile #ship5 {
    width: 100%;
}

.force-mobile .hr-box {
    position: relative;
    padding: 8px 5px;
    width: 100%;
    text-align: center;
    height: 129px;
    font-size: 12px;
    overflow-y: auto;
}


.force-mobile #pun-index .category tr.inew::before,
.force-mobile .pa-fld6,
.force-mobile .pa-fld9 {
display: none;
}

.force-mobile .pa-ip {
    font-size: 9px;
    margin-top: -12px;
    text-align: center !important;
    margin-bottom: 10px;
}

.force-mobile #togglePreview {
    float: right;
    margin-top: 0;
    margin: 10px 0;
}



}

/*** КОНЕЦ МОБИЛЬНОГО  ***/



