/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1682274246.css);

/*кириллица*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Comforter+Brush&family=Cormorant+Garamond:ital,wght@0,400;0,700;1,400;1,700&family=Cormorant+Infant:ital,wght@0,400;0,700;1,400;1,700&family=El+Messiri:wght@500&family=Jost:ital,wght@0,300;0,900;1,300;1,900&family=Montserrat:ital,wght@0,400;0,900;1,400;1,900&family=Reggae+One&family=Rubik+Mono+One&family=Sofia+Sans+Extra+Condensed:ital,wght@0,300;0,900;1,300;1,900&family=Tenor+Sans&family=Yeseva+One&family=Yuji+Boku&family=Zen+Antique&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&display=swap');

@font-face {
  font-family: 'Santa Catarina';
  src: url(http://forumstatic.ru/files/001b/c9/d8/51694.ttf);
}

@font-face {
  font-family: 'TenorSans';
  src: url(http://forumstatic.ru/files/001b/c9/d8/61201.ttf);
}

@font-face {
  font-family: 'Dahlia';
  src: url(http://forumstatic.ru/files/001b/c9/d8/34606.otf);
}

@font-face {
  font-family: 'karton';
  src: url(http://forumstatic.ru/files/001b/cb/72/83351.ttf);
}

@font-face {
  font-family: 'scratchy';
  src: url(http://forumstatic.ru/files/001b/cb/72/76908.ttf);
}

@font-face {
  font-family: 'AtomicMarker';
  src: url(http://forumstatic.ru/files/001b/cb/72/14425.otf);
}

@font-face {
  font-family: 'NaNSuccessTitling';
  src: url(https://forumstatic.ru/files/001b/cb/72/66266.ttf);
}


:root {
  --bg-virus: url(http://forumstatic.ru/files/001b/c9/d8/75264.webp);
  --header-virus: url(http://forumstatic.ru/files/001b/c9/d8/26793.webp);
  --guestbgg: url(http://forumstatic.ru/files/001b/c9/d8/90113.png);  
  --virusfoot: url(http://forumstatic.ru/files/001b/c9/d8/31420.png);

  --categoryone-virus: url(http://forumstatic.ru/files/001b/c9/d8/62246.svg);
  --categorytwo-virus: url(http://forumstatic.ru/files/001b/c9/d8/38462.svg);
  --categorythree-virus: url(http://forumstatic.ru/files/001b/c9/d8/71763.svg);
  --categoryfour-virus: url(http://forumstatic.ru/files/001b/c9/d8/69419.svg);
  --categoryfive-virus: url(http://forumstatic.ru/files/001b/c9/d8/96111.svg);
  --categorysix-virus: url(http://forumstatic.ru/files/001b/c9/d8/71454.svg);
  --categoryseven-virus: url(ссылка на картинку);  


  --mainmenu-virus: linear-gradient(180deg, #3a3a3ad9 0%, rgb(58 58 58 / 0%) 100%);
  --iconnew-virus: url(http://forumstatic.ru/files/001b/c9/d8/21851.svg);
 
  --iconnonew-virus: url(http://forumstatic.ru/files/001b/c9/d8/70440.svg);
  --spoilericon: url(https://forumstatic.ru/files/001b/b4/ca/42124.svg);

  --plusvirus: url(http://forumstatic.ru/files/001b/c9/d8/87290.svg);

    --actubox: (rgba(45, 45, 45, 0.9));
    --tooltip: #AAAEDC;
    --text2: #5a5a5a;
    --bg-1: #e0e1e3;
    --bg-2: #dfe1e5;
    --bg-3: #f1f1f1;
    --text: #101010;
    --links: #6f76b9;
    --links-header: #8a8fd7;
    --links-2: #5761a7;
    --scroll-1: #afb2df;
    --scroll-bg: #141114;


  --mainfont-virus: 500 12px/150% 'Raleway';
  --link-font: 24px/150% 'scratchy';
  --link-news: 32px/150% 'AtomicMarker';
}

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {
    margin: 0 auto 0px;
    padding: 0;
    background: var(--bg-virus) center center / cover fixed;
    background-color: #1c1c1c;
    object-fit: none;
}

/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
    table-layout: fixed;
    margin: 14px 0 0px 0px;
    border: none;
}

/* 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: auto;
  vertical-align: middle
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 100.01%;
  }

/* 3.3 */
.punbb textarea, .punbb optgroup {
    font: var(--mainfont-virus);
    box-sizing: border-box;
    background: var(--bg-1);
    border: 1px dashed var(--scroll-1);
    border-radius: 0px;
    color: var(--text);
    font-size: 12px;
}

.punbb select {
    font: var(--mainfont-virus);
    box-sizing: border-box;
    background: var(--bg-1);
    border: 1px dashed var(--scroll-1);
    border-radius: 15px;
    color: var(--text);
    width: 100% !important;
    font-size: 12px;
    height: 25px;
}

.lastedit {
  display: none;
}


/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
 /* font-size: 1em;
  font-weight: normal; */
  }


/* 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: none
  }

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }

  .post-content td {
    border:none transparent !important;
    }

.post-links {
  font-size: 10px!important;
}
/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/
/* A5.1 */

#pun {
    background: var(--bg-1);
    border-radius: 46px;
    width: 1000px;
    margin: auto auto 100px;
    top: 56px;
    box-sizing: border-box;
    position: relative;
}


/* A5.2 */
.punbb {
    font: var(--mainfont-virus);
    text-transform: lowercase;
    height: auto;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
}

.punbb .user-avatar .avatar-image {
    border: 3px solid var(--scroll-1);
}

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

  .category .container thead {
    display: none;
  }

/* 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: none;
  }

/* A5.9 */
.punbb .container {
  border: none;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  border: none;
  font-size: 0px;
  }

#pun-index .category h2, #pun-stats h2 {
    height: 56px;
    border: 0;
    opacity: 1;
    font-size: 0;
    width: 800px;
    margin-left: 78px;
}

#pun-index .category tr {
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    align-items: center;
    width: 928px;
    margin: 14px;
}

#pun-index .category tr.inew {
    border: 1px dashed var(--tooltip);
    background: var(--bg-2);
}

.category-1 h2 {
  background: var(--categoryone-virus) no-repeat top center;
}

.category-2 h2 {
  background: var(--categorytwo-virus) no-repeat top center;
}


.category-3 h2 {
  background: var(--categorythree-virus) no-repeat top center;
}


.category-4 h2 {
  background: var(--categoryfour-virus) no-repeat top center;
}

.category-5 h2 {
  background: var(--categoryfive-virus) no-repeat top center;
}


.category-6 h2 {
  background: var(--categorysix-virus) no-repeat top center;
}

/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-transform: none;
  text-align: justify;
  }

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border: none;
    width: 250px;
  margin: 5px 0;
  }

/* B1.3 */
.punbb .post-content p {
    margin: 0;
    padding: 0 0 1em 0;
    line-height: 150%  !important;
    text-transform: none;
}

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 0.4em 0.8em 1.4em 0.8em;
    padding: 1em 2em 1em 2em;
    border-radius: 25px;
    background: var(--bg-1);
    outline: 1px dashed var(--scroll-1);
    outline-offset: -7px;
}


/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: var(--links);
  border-radius: 5px;
  background: var(--bg-2);
  padding: 5px 11px;
  font-style: normal;
  margin-bottom: 10px;
  }


  #pun-main .code-box .scrollbox pre {
    font: var(--mainfont-virus);
    font-size: 12px;
  }

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border: none;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  font-size: 1.1em;
  height: 0;
  }

/* B3.2 */
.multipage {
  margin-top: 3em;
  }

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -4em;
  left: 1em;
  width: 24em;
  }

#pun-main > div.linkst > div.pagelink > strong {
    padding: 0 4px;
}

#pun-main > div.linksb > div.pagelink > strong {
    padding: 0 4px;
}


/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

/* B3.5 */
.punbb .linksb {
    text-align: right;
    padding: 5px 11px;
    font-size: 10px;
}

/* B3.6 */
.linksb .pagelink {
  float: left;
  width: auto;
  text-align: left;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: auto;
  font-weight: bold
  }

/* B3.8 */
.subscribelink {
  margin-right: 70px;
  }


  .pa-reg {
    display: none;
  }

/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 0.7em 2.3em 1.1em 2.3em;
}

/* 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 {
  font: var(--mainfont-virus);
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
  border: none;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em
  }

/* C1.6 */
.punbb fieldset legend span {
  font-size: 10px;
  }

/* C1.7 */
.punbb fieldset fieldset {
  border: 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
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  /* overflow: hidden; */
  text-align: left;
  width: 0;
}


/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    text-align: center;
    font-weight: 400;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 12%;
}

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
  }

/* C2.5 */
#pun-userlist .main .tc2, #pun-searchtopics .main .tc2 {
  text-align: left;
  width: 13%;
  }


/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* C2.8 */

#pun-index .tcl h3 {
  font-size: 1.2em;
  font-weight: bold;
  }

/* 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: none;
    border-width: 0;
    padding: 0.8em 0em;
}

/* C2.12 */
.punbb .main th {
  border: none;
  padding: 0.4em 1em 0.4em 1em;
  }

  /* C2.13 */
.punbb .main .tcl {
    border-left-style: none;
    border-left-width: 0;
    padding-left: 25px;
}

* html .tclcon {height: 1px}

.punbb tbody.hasicon td.tcl {
    width: 60%;
    padding-left: 30px;
}

/* C2.15 */
.punbb div.icon {
  border: none;
  margin-left: -20px;
  }

/* C2.16 
.punbb  table div.icon {
  float: left;
  display: block; 
  }*/

.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    font-size: 11px;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 20px 0 90px;
    width: 40%;
    color: var(--text2);
}

  .punbb .main .tcr a.lastpost-link {
  font-size: 11px;
  font-weight: 800;
  color: var(--links);
  }


  #pun-index .tcr a.lastpost-link:hover {
    color: var(--text)
  }

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
  border: none;
  margin-top: -1px;
  padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {
  border: none;
  }

/* C3.3 */
.punbb .post h3 span {
  padding: 2px 20px;
  display: block;
  border: none;
  }

/* C3.4 */
a.permalink {
    background: var(--bg-2);
    border-radius: 0 30px 30px 0;
    display: flex;
    justify-content: space-around;
    margin-top: -4px;
    height: 19px;
    padding: 0px 12px;
    border-top: 1px dashed var(--scroll-1);
    border-right: 1px dashed var(--scroll-1);
    border-bottom: 1px dashed var(--scroll-1);
    padding-top: 1px;
}

.punbb .post h3 strong {
    float: right;
    text-align: right;
    font-weight: 800;
    background: var(--bg-1);
    border-radius: 30px 0 0 30px;
    width: 42px;
    display: flex;
    justify-content: space-around;
    height: 19px;
    margin-top: -4px;
    border: 1px dashed var(--scroll-1);
    padding-top: 1px;
}

/* C3.5 */
.punbb .post .post-author {
    float: left;
    width: 230px;
    border-radius: 20px;
    outline: 1px dashed var(--scroll-1);
    /* outline-offset: -6px; */
    overflow: hidden;
}

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    padding: 0 0em 1em 0em;
    line-height: 140%;
}

/* C3.7 */
.pa-author {
  font-size: 1.1em;
  font-weight: bold;
  }

/* C3.8 */
.pa-author a {
  text-decoration: none;
  font-weight: 900!important;
  }

.post-author {
    width: 210px;
    height: 100%;
    background: var(--bg-1);
    border-radius: 10px;
}

.post-author ul {
  line-height: 11px;
  text-align: center;
  width: auto;
}

.post-author .pa-author {
    text-align: center;
    font-size: 12px;
    text-transform: lowercase;
    margin-top: 15px;
}

.post-author li.pa-online {
    position: absolute;
    background: url('http://forumstatic.ru/files/001b/c9/d8/13410.svg') no-repeat;
    height: 14px;
    border: none;
    padding: 0;
    margin-top: -10px!important;
    margin-left: 6px;
    font-size: 0px!important;
    width: 14px;
}

.post-author li.pa-last-visit {
    position: absolute;
    background: url('http://forumstatic.ru/files/001b/c9/d8/63582.svg') no-repeat;
    height: 14px;
    border: none;
    padding: 0;
    margin-top: -10px!important;
    margin-left: 6px;
    font-size: 0px!important;
    width: 14px;
    filter: opacity(0.5);
}

.pa-title {
  text-align: center;
  font-weight: 500;
  font-size: 9px;
  color: var(--text2)
}

.pa-avatar {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

.pa-avatar img {
  border-radius: 5px;
  max-width: 180px;
  max-height: 180px;
}

.pa-fld1 .fld-name, .pa-fld2 .fld-name, .pa-fld5 .fld-name {
  display: none;
}

.pa-fld1 {
  margin-bottom: 8px;
}

.pa-posts, .pa-respect, .pa-fld3, .pa-fld4, .pa-fld5 {
    font-size: 9px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    color: var(--text2);
    width: 37px;
    margin: 5px 0;
}

.post-author .pa-fld4 {
    font-size: 9px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    color: var(--text2);
    width: 37px;
    margin: 5px 0;
}
  
.pa-posts .fld-name, .pa-respect .fld-name, .pa-fld3 .fld-name {
    font-size: 0;
    display: flex;
    height: 16px;
    justify-content: center;
}
    
.pa-fld4 .fld-name {
    font-size: 0;
    /* height: 16px; */
    position: absolute;
    display: flex;
    width: 37px;
    justify-content: center;
    margin-top: -15px;
    opacity: .8;
}

.lz-name {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 8px;
    margin-bottom: 4px;
}

.pa-online {
    margin-top: 20px;
    font-weight: 700;
    font-size: 10px;
    color: var(--daybg-3);
}


/* C3.9 */
li.pa-online {
  line-height: 0.8em;
  border: none;
  padding-left: 0.4em;
  }

/* C3.11 */
.punbb .post-body {
    margin-left: 19.5em;
    border: none;
    padding: 0 0 1px 0;
}

/* C3.12 */
.punbb .post-box {
  padding: 1em;
  }

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border: none;
  }

/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: -19em;
  border: none;
  background: transparent;
  text-align: right;
  margin-bottom: 30px;
}

/* 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: 0.5em 1em;
  text-align: right;
  font-size: 10px;
  }

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
  border: none;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
    border: none;
    margin: 0 14px -0.6em 14px;
    background: var(--bg-1);
    border: 1px dashed var(--scroll-1);
    border-radius: 19px;
    padding: 0px 38px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
}


/* 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
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border: none;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border: none;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
  display: none;
  }

/* D1.2 */
#pun-title h1 {
  display : block;
  height : 40px;
  padding: 2em 1em 0 1em;
  }

/* D1.3 */
#pun-title .container {
  border: none;
  }

/* D1.4 */
#pun-title h1 span  {
  display: none;
  }

#pun-title table {
	border: none;
	height: 40px;
	width: 100%;
}

#pun-title td.title-logo-tdl {
	border: none;
	width: 100%;
}

#pun-title td.title-logo-tdr {
	border: none;
	width: 468px;
}

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

/* D3 Forum navigation
-------------------------------------------------------------*/

/* D3.1 */
#pun-navlinks {
    width: 960px;
    text-align: center;
    margin-bottom: -11px;
    margin-top: -8px;
}

/* D.3 */
#pun-navlinks li {
  display: inline;
  margin: 0;
  }

/* D3.4 */
#pun-navlinks li a {
    font-style: normal;
    font-weight: 700;
    font-size: 9px;
    color: var(--links-2);
    text-transform: uppercase;
    transition: 0.5s;
}

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  border: none;

  }

/* D4.2 */
#pun-ulinks .container {
    text-align: center;
    text-transform: lowercase;
    background-color: transparent;
    font-family: var(--mainfont-virus);
    font-size: 10px;
    font-style: normal;
    border: none;
    width: 1000px;
}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
    display: inline;
    color: var(--scroll-bg);
}

/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.3em 0 0.6em;
  transition: all 0.5s linear 0s;
  }

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border: none;
  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border: none;
  background-color: transparent;
  }

/* D5.2 */
#pun-status .container {
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  color: var(--text);
  font-family: var(--mainfont-virus);
  font-size: 10px;
  }

  #pun-status .item4 {
    display: none
  }

/* D5.3 */
#pun-status span {
  border: none;
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  border: none;
  overflow: hidden;
  }

/* D5.5 */
#pun-crumbs1 p.container {
  font-family: var(--mainfont-virus);
  font-weight: bold;
  font-size: 10px;
  color: var(--text);
  border: none;
  background-color: transparent;
  }


/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border: none;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border: none;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
    padding: 0em;
    display: none;
}

/* D6.3 */
#pun-announcement .container {
    padding: 0em 1em 1em 1em;
    position: absolute;
    top: -42px;
    width: 939px;
}

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
    background: transparent;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    width: 936px;
    margin-left: 11px;
}

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  border: none;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
  border: none;
  }

  #pun-stats h2 {
    display: none;
  }
/* D7.4 */
li#onlinelist {
  border: none;
  }

/* D7.5 */
li#onlinelist div {
  border: none;
  }

/* 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: 0px;
    height: 0px;
}

/* D8.4 */
#pun-about .container {
    border: none;
    text-align: center;
    line-height: 150%;
    padding: 0.8em 1em;
    position: relative;
    top: 114px;
    z-index: 1;
    font-size: 9px;
}

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
  border: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
  border: none;
  padding: 0.8em 1em;
  font-size: 10px;
  }

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border: none;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border: none;
  }


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border: none;
  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-index.punbb th,#pun-viewforum.punbb th{
  font-size:0!important;
  color:transparent!important;
  height:0!important;
  padding:0!important;
  border:0!important;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: var(--scroll-bg);
  border-radius: 10px;
}

  ::-webkit-scrollbar-thumb {
  background-color: var(--scroll-1);
  border-radius: 10px;
}

  ::selection {
    background: var(--links-2);
    color: #101010;
  }


.plashesvirus::-webkit-scrollbar-thumb {
  background: var(--scroll-bg);
  border-radius: 10px;
}


.plashesvirus::-webkit-scrollbar {
  background: transparent;
  height: 3px;
}

/* CS1 Background and text colours
-------------------------------------------------------------*/
body {
  background: transparent;
}

/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend {
  background-color: transparent;
  color: var(--text);
  font: var(--mainfont-virus);
  }


/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3 {
  background-color: transparent;
  color: var(--text);
  }


/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  background-color: transparent;
  }

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
  background-color: transparent;
  color: var(--text);
  }


.punbb .modmenu .container span {
  display: none;
}

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: transparent;
  color: var(--text)
  }


/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
  background-color: transparent;
  color: var(--text);
  }

#pun-main .post h3 span {
    font-size: 11px;
    background: url(http://forumstatic.ru/files/001b/c9/d8/81136.svg?v=1) no-repeat center 8px;
    height: 17px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
}

/* CS1.7 */

  li#navlogout a span {
    text-align: right;
  }

.offline li.pa-online strong {
  font-weight: normal
  }

/* CS2 Border colours
-------------------------------------------------------------*/


/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  border: none;
  }


/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border: none;
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border: none;
  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border: none;
  }

/* CS2.5 */
.punbb th {
  border: none;
  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border: none;
  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border: none;
  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border: none;
  }

.punbb .divider {
  border: none;
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: none;
  }

li.pa-online {
  border: none;
  }


/* CS3 Links
-------------------------------------------------------------*/

/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
  color: var(--links);
  font-weight: 500;
  }


.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: var(--links);
  font-weight: 500;
  }


/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: var(--text);
  font-weight: 500;
  }

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: var(--text2);
  text-decoration: none
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: transparent;
  color: var(--links);
  }


/* CS4 Post status icons
 -------------------------------------------------------------*/

div.icon {
  border: none;
}
tr.iredirect div.icon {
  border-color: none;
}
div.inew {
  border: none; 
}

#pun-main div.catleft, #pun-main div.catright {display: none}

/*Скрыть список Модераторов на Главной*/
.punbb .tcl .modlist {
  display: none;
}

#pun-index .tc2, #pun-index .tc3, #pun-index .tcmod {
  display: none;
}

li#onlinelist div {
    border: none;
    padding: 6px 20px;
    text-align: justify!important;
    color: var(--text);
    font: var(--mainfont-virus);
    font-size: 11px;
    font-weight: 400;
    text-transform: lowercase;
}

li#onlinelist {
  margin-top: 10px;
  width: 960px;
  color: var(--text);
  font: var(--mainfont-virus);
  font-size: 10px;
  text-transform: lowercase;
}


#pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 {
    display: flex;
    padding-top: 2px;
    padding-bottom: 2px;
    color: var(--text);
    text-transform: lowercase;
    text-align: center;
    font: var(--mainfont-virus);
    font-size: 9px;
    width: 225px;
    border: 1px dashed #afb2df96;
    border-radius: 30px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    background: var(--bg-1);
}

#pun-index .tclcon h3 a {
    color: var(--links-2);
    padding: 0px 10px;
    font: var(--link-font);
    text-transform: uppercase;
}

#pun-index .tcl {
    padding: 14px;
}

#pun-main > div > h2 > span {
    font-size: 0px;
}


/*стиль подфорума*/

.tclcon {
    position: relative;
    padding-left: 15px;
    text-align: justify;
    font-weight: 500;
    font-size: 11px;
    margin: -5px 0px 9px;
    color: var(--text2);
}

.tclcon::before {
    content: "";
    position: absolute;
    left: 0px;
    height: 100%;
}

#pun .user-avatar .avatar-image {
    width: 26px;
    height: 26px;
    filter: grayscale(1);
    opacity: .5;
}

#pun-index .user-avatar {
  display: block
}

#pun-navlinks .container {
    background-color: transparent;
    color: var(--daybg-1);
    text-transform: lowercase;
    font: var(--text);
    display: inline-block;
    margin: 0px;
    position: relative;
    height: auto;
    word-spacing: 20px;
    top: -19px;
}

#pun-main .pagelink {
    font: var(--mainfont-virus);
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    text-align: justify;
    color: var(--text);
    margin-top: 10px;
}


  #pun-main .postlink {
  color: var(--links);
  font-size: 10px;
  }


  .linksb a, .linkst a {
  background: var(--bg-3);
  padding: 4px 8px;
  border-radius: 306px;
  transition: all .3s cubic-bezier(.64,.51,.55,1.16) 0s !important;
  }


  .linksb a:hover, .linkst a:hover {
  color: var(--links) !important;
  background: var(--scroll-bg) !important;
  }

.punbb table Div.icon {
    float: left;
    display: block;
    width: 38px;
    height: 38px;
    border-style: none;
    position: relative;
    z-index: 1;
    margin-left: 7px;
    margin-top: 3px;
    background: var(--iconnonew-virus) no-repeat;
}

.punbb table div.inew {
    background: var(--iconnew-virus) no-repeat;
}

.tclcon .byuser {
    display: block;
    color: var(--text)!important;
    margin-top: 4px !important;
}

#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
  background: var(--text);
  background-position-y: 93px;
  display: block;
  float: left;
  height: 6px;
  margin-left: 0px;
  margin-right: 15px;
  margin-top: 7px;
  position: relative;
  width: 6px;
  border-radius: 100%;
  box-sizing: border-box;
}


#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon {
  background: var(--links)!important;
}


#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon {
  background: var(--text);
}


#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon {
  background: var(--text);
}


#pun-viewforum .forum a, #pun-messages a .forum, #pun-searchtopics .forum a {
  color: var(--links)
}


#pun-viewforum .forum a:hover, #pun-messages a:hover .forum, #pun-searchtopics .forum a:hover {
  color: var(--links);
}


#pun-viewforum .tcr, #pun-messages .tcr, #pun-searchtopics .tcr {
  color: var(--links);
}


 /*кнопки*/
.go-up, .go-down {
    cursor: pointer;
    display: none;
    margin-bottom: 160px;
    margin-left: 1000px !important;
    opacity: 1;
    position: fixed;
    z-index: 9999;
    padding: 0px 0px;
    transition: transform 1s cubic-bezier(0.72, -0.01, 0, 1) 0s;
    width: 34px;
    height: 34px;
}

.go-up {
    top: 50%;
}

.go-down {
    top: 54%;
}

.go-up:hover, .go-down:hover {
    transform: scale(1.2)
}

/*ползунок размер шрифта*/
.FNTslider {
    position: absolute;
    z-index: 99;
    background: var(--bg-1);
    width: 110px;
    height: 4px;
    margin: 3px 5px;
    border: solid 1px var(--scroll-1);
    border-radius: 10px;
    left: 852px;
}

.FNTslider .before {
    height: 3px;
    border: solid 1px  var(--scroll-1);
    border-right: none 0;
    position: absolute;
    background: var(--scroll-1);
    margin: -1px 0px;
    border-radius: 5px;
}

.FNTslider .thumb {
    width: 9px;
    height: 9px;
    position: relative;
    top: -6px;
    background: var(--bg-1);
    cursor: pointer;
    border: 3px solid var(--scroll-1);
    border-radius: 10px;
}



/*разделитель тем*/
.td-divider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
}


.td-divider span {
    background: var(--bg-2);
    font-size: 12px;
    padding: 0px;
    border-radius: 5px;
    color: var(--text);
    font-weight: 400;
    text-align: center;
    width: 960px;
    position: absolute;
    left: 18px;
}

 /*это интересно*/

div#pun-live-rusff {
    display: none;
}


/*кнопки*/

#file_upload_input {
  padding: 10px 10px 0px 10px!important;
}

input.button, #pa-edit strong a {
    font: var(--mainfont-virus);
    background: var(--links) !important;
    color: var(--bg-3) !important;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 10px !important;
    font-weight: 500 !important;
    text-transform: lowercase;
    border: none !important;
    transition: all .3s cubic-bezier(.64,.51,.55,1.16) 0s !important;
}

input.button:hover, #pa-edit strong a:hover {
  background: var(--bg-3) !important;
  color: var(--links)!important;
}

#pun-main .formal textarea {padding: 10px;}

input, textarea, input:active, textarea:active, :focus  {
  outline: none;
}  

.topic a.sharelink {
  display: none;
}

.punbb div.icon {
  float: left;
  display: block;
  width: 60px;
  height: 60px;}

.tc2 .user-avatar, .tcr .user-avatar {
  display: none;
}

/*ссылки в подфорумы и подфорумы*/

.virusdescription {
    font-size: 9px;
    line-height: 13px;
    margin-left: 41px;
}

.viruslinks {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    height: 12px;
    border-radius: 0px 0px 5px 5px;
    font-weight: 500;
    font-size: 10px;
    padding: 5px 0px;
    color: var(--scroll-1);
}

.viruslinks a {
    color: var(--links-header) !important;
}

#onlinelist a {
  color: var(--links-2);
}


#onlinelist a:hover {
  color: var(--links-2);
}

#onlinelist a[href$="/online.php"], #onlinelist a[href$="/userlist.php"] {
  color: var(--links-2)!important;
}

#onlinelist a[href$="/online.php"]:hover, #onlinelist a[href$="/userlist.php"]:hover {
  color: var(--text)!important;
}


.punbb .section h2 span, #pun-stats h2 span, #pun-debug h2 span, .punbb h1 span, #post-form > h2, .punbb legend span {
  font-weight: 700;
  font-size: 12px!important;
  font-style: normal;
  text-align: center;
  display: block;
  margin: auto;
  height: 17px;
  color: var(--text);
}

#pun-main > div.forum > div > table > tbody > tr:nth-child(1) > td.tcl {
    width: 50%;
}

#pun-main > div.forum > div > table > tbody > tr:nth-child(2) > td.tcl {
    width: 50%;
}


#post > fieldset:nth-child(2) > legend {
  display: none;
}

#pun-main h1 span {
  display: none;
}

#pun .post-content .spoiler-box > div {
    padding: 4px 10px;
    border-radius: 8px;
    background: var(--bg-2);
    color: var(--links);
    font-weight: 500;
    font-size: 11px;
    text-align: center;
}

#pun .post-content .spoiler-box > div.visible:before {
  transform: rotate(180deg);
}

#pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -135px 0 0 -384px;
  width: 768px;
  z-index: 9999;
  border-radius: 15px;
  background: var(--bg-3);
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  -khtml-box-shadow: none!important;
}



.pa-respect a[href*="&v=0&cod"], .pa-respect a[href*="&v=1&cod"] {
    display: inline-block;
    position: absolute;
    margin-top: -4px;
    margin-left: -11px;
}

.pa-respect a[href*="&v=1&cod"] img, .pa-respect a[href*="&v=0&cod"] img {
  visibility: hidden;
  /*размеры для картинок  +/- */
  height: 10px;
  width: 10px;
}
.pa-respect a[href*="&v=1&cod"] {
    background: var(--plusvirus) center 100% no-repeat; /*картинка для  + */
    opacity: .7;
}


.pa-respect a[href*="&v=0&cod"] {
  background: var(--plusvirus) center  100% no-repeat; /*картинка для  - */
}

.punbb input {
    background: var(--bg-2);
    color: var(--text);
    height: 23px;
    border-radius: 196px;
    border: 1px dashed var(--scroll-1);
    padding: 0 10px;
}

#font-area, .popup_graffiti, #size-area, #image-area, #color-area, #addition-area, #video-area, .inner .popup_graffiti, #table-area, #keyboard-area, #smilies-area, #spoiler-area {
    color: var(--text);
    border: 1px solid var(--scroll-1) !important;
    background: var(--bg-1);
    border-radius: 0 0 5px 5px;
    padding: 10px !important;
    margin-top: -18px;
}

#font-area, #size-area, #color-area, #table-area, #smilies-area, #image-area, #imageup-area, #imageattach-area, #keyboard-area, #video-area, #addition-area, #spoiler-area {
  top: 70px !important;
}

#font-area {
  height: 200px;
  overflow-y: auto;
}

.pun-modal .modal-inner {
  background: var(--bg-2);
  border-radius: 5px;
  margin: auto;
  top: -100px;
}

td#button-graffiti_rusff {
  display: none !important;
}

td#button-files_rusff {
  display: none !important;
}

#rep_form .tcl {
    width: 20%!important;
}

li.pa-ip {
    font-size: 7px;
    margin-top: 5px;
    color: #7a7a7a;
}

/*страница репутации*/

#pun-main > div.section > div > table > tbody > tr {
    width: 955px;
    font-size: 11px;
}

#pun-main > div.section > div > table > tbody > tr > td.tcr {
    width: 355px!important;
}

/*отключить пожаловаться и поделиться*/

li.pl-share { 
    display: none!important; 
} 
 
li.pl-reports { 
    display: none!important; 
}

#pun-main > div.linksb > div.postlink > span.closed  { 
    display: none; 
}

#messages > fieldset > div > div > table {
    width: 673px;
}

#pun-main > div.topic > div > div > div.post-author > ul {
    color: var(--text);
}


/*всплывающие подсказки при наведении*/
#tooltip {
    position: absolute;
    background: var(--tooltip);
    z-index: 999;
    max-width: 180px;
    border: none;
    border-radius: 15px;
    font-family: 'Mulish';
    font-size: 10px;
    display: none;
    color: #ffffff;
    text-align: center;
    padding: 5px 10px;
    text-transform: lowercase;
}

/*маска*/
#mask_dialog .inner {
    background: var(--bg-1);
    border-radius: 10px;
}

.punbb .user-avatar .isonline {
    background: var(--links) !important;
}
.scrollbox {
    min-height: 1em !important;
}

hr {
    border-top: 1px dashed var(--links);
    height: 0px;
    margin-bottom: 1em !important;
}


/*лз*/
.lz1 {
    color: var(--text2);
    font-size: 9px;
    font-weight: 500;
    width: 229px;
    margin-left: 1px;
    margin-top: 1px;
    line-height: 11px;
    padding: 4px 0;
    border-top: 1px dashed var(--scroll-1);
    border-bottom: 1px dashed var(--scroll-1);
}

.lz2 {
    margin: 4px 0 0 0;
    font-size: 9px;
    font-weight: 400;
    color: var(--scroll-bg);
    width: 210px;
    margin-left: 10px;
    line-height: 12px;
}

.pa-posts .fld-name:before {
    content: "";
    display: flex;
    background: url(http://forumstatic.ru/files/001b/c9/d8/58281.svg) no-repeat;
    width: 14px;
    height: 14px;
    justify-content: center;
    align-items: center;
    filter: opacity(0.4);
}

.pa-fld3 .fld-name:before {
    content: "";
    display: block;
    background: url(http://forumstatic.ru/files/001b/c9/d8/40691.svg) no-repeat;
    width: 16px;
    height: 16px;
}

.pa-fld4 .fld-name:before {
    content: "";
    display: block;
    background: url(http://forumstatic.ru/files/001b/c9/d8/96737.svg) no-repeat;
    width: 16px;
    height: 16px;
}

.pa-respect .fld-name a:before, .gid3 .pa-respect .fld-name:before {
    content: "";
    display: flex;
    background: url(http://forumstatic.ru/files/001b/c9/d8/60724.svg) no-repeat;
    width: 14px;
    height: 14px;
    justify-content: center;
    align-items: center;
    filter: opacity(0.4);
}

.ls {
    position: absolute;
    margin-left: 213px;
    margin-top: -20px;
    padding: 4px 0 0px 0;
    border-radius: 16px;
    width: 30px;
    height: 26px;
}

.ls img {
    max-height: 20px;
}

/*откл подар*/
li.pa-gifts {
    display: none;
}



/*личная страница*/

.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
	}
.reveal-modal {
	visibility: hidden;
	top: 20px !important; 
	left: 50%;
	margin-left: -300px;
	width:860px;
	position: fixed;
	z-index: 101;
	}

#pun .reveal-modal.xlarge {
    width: 860px;
    margin-left: -420px;
    background: #181818 !important;
    border-radius: 20px;
    padding-left: 25px;
    box-sizing: border-box;
    height: 400px;
    top: 33% !important;
}
	
.reveal-modal .close-reveal-modal {
	font-size: 30px;
	line-height: .5;
	position: absolute;
	top: 0px;
	right: -30px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
        text-decoration: none;
}

.modal_wrap {
  display: flex
}

.menu span {
    cursor: pointer;
    display: block;
    text-align: left;
  padding: 3px 16px 4px 10px;
  background: #181818;
  border-radius: 20px 0px 0px 20px;
  font: 700 12px 'Raleway';
  text-transform: lowercase;
  color: #898056;
  min-width: 82px;
  box-sizing: border-box;
}
.menu-links {
  width: 110px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 21px;
  align-items: flex-end
}
#submenu {
    display: inline-block;
}

.menu .tabactive {
	color: #101010;
        background: #fff;
}
#submenu {
	padding: 12px 32px 12px 48px;
	height: auto;
	width: 726px;
  background: #F6F5EE;
  box-sizing: border-box;
  height: 400px;
  border-radius: 20px;
}    
.submenutext {
	display: none; 
	height: 100%;
}

.char_info_wrap {
position: absolute;
  width: 140px;
  top: 111px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.char_block {
  background: url(https://forumstatic.ru/files/001b/c0/a4/81003.png);
  padding: 12px 12px 12px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: #898056;
  font: 800 18px Raleway;
  text-transform: lowercase;
  margin-bottom: 14px;
  width: 140px;
  height: 183px;
}

.char_img {
  position: absolute;
  left: 37px;
  top: 46px;
  width: 70px;
  height: 70px;
}
.char_img img {
  border-radius: 100%;
  object-fit: cover;
  width: 70px;
  height: 70px;
}

.char_info_wrap a {
  font: 700 10px Raleway;
  text-transform: lowercase;
  background: #181818;
  border: 1px solid #898056 !important;
  border-radius: 45px 45px 45px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 67px;
  min-height: 26px;
  padding: 4px 10px 4px 8px;
  box-sizing: border-box;
  color: #898056 !important;
  transition: all .6s linear 0s !important;
}

img.love {
      background: #898056;
  mask: url(https://forumstatic.ru/files/001b/c0/a4/71966.svg) no-repeat center top;
-webkit-mask: url(https://forumstatic.ru/files/001b/c0/a4/71966.svg) no-repeat center top;
  mask-size:cover;
 -webkit-mask-size: cover;
  width: 15px;
  height: 14px;
  margin-right: 5px
}

img.diary {
      background: #898056;
  mask: url(https://forumstatic.ru/files/001b/c0/a4/59523.svg) no-repeat center top;
-webkit-mask: url(https://forumstatic.ru/files/001b/c0/a4/59523.svg) no-repeat center top;
  mask-size:cover;
 -webkit-mask-size: cover;
  width: 15px;
  height: 14px;
  margin-right: 5px
}

.char_info_wrap a:hover {
  color: #fff !important;
  background: #898056
}

.char_info_wrap a:hover img.love {
      background: #fff;
  mask: url(https://forumstatic.ru/files/001b/c0/a4/71966.svg) no-repeat center top;
-webkit-mask: url(https://forumstatic.ru/files/001b/c0/a4/71966.svg) no-repeat center top;
  mask-size:cover;
 -webkit-mask-size: cover;
  width: 15px;
  height: 14px;
  margin-right: 5px
}

.char_info_wrap a:hover img.diary {
      background: #fff;
  mask: url(https://forumstatic.ru/files/001b/c0/a4/59523.svg) no-repeat center top;
-webkit-mask: url(https://forumstatic.ru/files/001b/c0/a4/59523.svg) no-repeat center top;
  mask-size:cover;
 -webkit-mask-size: cover;
  width: 15px;
  height: 14px;
  margin-right: 5px
}

.track_name {
  position: absolute;
  font: 400 9px Raleway;
  color: #000;
  text-transform: lowercase;
  top: 144px;
  left: 16px;
}

.group_name {
  position: absolute;
  font: 700 8px Raleway;
  color: #8A8A8A;
  text-transform: lowercase;
  top: 157px;
  left: 16px;
}

.sm1_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 30px;
    margin-top: 2px;
}

.sm1_item.profil {
  width: 100%;
}

.sm_header {
  background: #F2EDD5;
  font: 700 12px Raleway;
  text-transform: lowercase;
  border-radius: 15px 15px 15px 0 ;
  padding: 5px 15px 15px 15px
}

.sm1_item.profil .sm_header {
  background: #F2EDD5;
  font: 700 12px Raleway;
  text-transform: lowercase;
  border-radius: 15px 0 0 15px;
  padding: 5px 25px 6px 15px
}

.scrolling_box {
  background: #FAF8F5;
  border: 1px solid #EFE9CB;
  border-radius: 10px;
  overflow: auto;
  position: relative;
  flex: 1;
}

.sm1_item.profil {
  display: flex;
  align-items: center;
}

.sm1_item.profil .scrolling_box {
  margin-left: -15px;
  height: 38px;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden
}

.sm1_item.profil .scrolling_box img {
    max-height: 20px;
}

.no {
  opacity: .5;
  filter: grayscale(100%)
}

.yes {
  opacity: 1;
  filter: grayscale(0)
}

.sm1_item.episodes {
  width: 237px;
  height: 300px
}

.sm1_item.episodes .scrolling_box {
  height: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 16px;
  box-sizing: border-box;
  flex-wrap: wrap;
  flex: 1;
  margin-top: 5px;
  overflow: hidden
}

.sm1_item.episodes .scrolling_box_inner {
  overflow: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 3px
}

.episode_box {
  display: grid; 
  grid-template-columns: 22px 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 0px 8px; 
  grid-template-areas: 
    "img episode-name"
    "img players"; 
  background: #FFFFFF;
  border-radius: 10px;
  padding: 6px 10px;
  box-sizing: border-box;
  align-items: center;
  font: 400 11px Raleway;
  transition: background .3s linear 0s
}

.episode_box:hover {
  background: #EFE9CB
}
.episode_box img { grid-area: img; background: #898056; padding: 6px; border-radius: 100%;}
.episode_box a { grid-area: episode-name; font-weight: 700; color: #898056 !important;}
.episode_box span { grid-area: players; font-size: 9px; color: #8A8A8A}

.sm1_item.cupons {
  flex: 1;
  height: 300px
}

.sm1_item.cupons .scrolling_box {
  height: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  box-sizing: border-box;
  flex-wrap: wrap;
  flex: 1;
  margin-top: 5px;
  overflow: hidden;
  padding: 10px
}

.sm1_item.cupons .scrolling_box_inner {
  overflow: auto;
  height: 100%;
}

.sm1_item.cupons .scrolling_box_inner span {
  position: relative;
  display: inline-block;
}

.sm1_item.cupons .scrolling_box_inner span em {
  position: absolute;
  left: 14px;
  top: 11px;
  font: 800 italic 12px Raleway;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.sm2_item.tarot .scrolling_box {
  height: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  box-sizing: border-box;
  flex-wrap: wrap;
  flex: 1;
  margin-top: 5px;
  overflow: hidden;
  padding: 5px 10px;
}

.sm2_item.tarot .scrolling_box .scrolling_box_inner {
  overflow: auto;
  height: 175px;
}

.sm2_item.tarot .scrolling_box .scrolling_box_inner span {
  display: block;
  background: #F2EDD5;
  border-radius: 16px;
  font: 700 10px Raleway;
  text-align: center;
  padding: 3px 0 4px;
  margin: 5px
}

.sm2_item.tarot .scrolling_box .scrolling_box_inner span:first-child {
  margin-top: 0
}

.sm2_item.artifacts {
  margin-top: 40px
}

.sm2_item.artifacts .scrolling_box {
    height: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    box-sizing: border-box;
    flex-wrap: wrap;
    flex: 1;
    margin-top: 5px;
    overflow: hidden;
    padding: 5px 10px;
    width: 609px;
}

.sm2_item.artifacts .scrolling_box .scrolling_box_inner {
  overflow: auto;
  height: 52px;
}

.sm3_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 30px;
    margin-top: 7px;
}

.sm3_wrap .scrolling_box {
    height: 343px;
    padding: 16px;
    box-sizing: border-box;
    overflow: hidden;
    width: 655px;
}

.sm3_wrap .scrolling_box_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px;
  overflow: auto;
  height: 100%;
}

.sm3_wrap .scrolling_box_inner div {
  width: 150px;
  height: 101px;
  position: relative;
}

.sm3_wrap .scrolling_box_inner div:before {
  content: attr(data-text);
    position: absolute;
    top: 8px;
    left: 50%;
  transform: translateX(-50%);
    color: #fff;
    height: auto;
background: #BFBAA2;
border-radius: 22px;
  padding: 2px 10px 4px;
  white-space: nowrap;
  transition: top .5s cubic-bezier(.64,.51,.55,1) 0s;
  font-weight: 500;
  font-size: 10px;
  z-index: 1
}

/*переключение раскладки*/
#button-transL {
    background-image: url(https://forumupload.ru/uploads/000f/09/5e/6201/44477.png);
}

/************************* 
Стиль для Быстрой смены аккаунтов 
Deff 
*************************/ 
/*Cкрытие формы входа без клика*/ 
#pun-navlinks a:not(.NextShow)+span.odd{ 
display:none!important; 
}
#pun-navlinks #New-exit img{ 
position:absolute; 
margin: 0; 
width: 20px; 
height:auto;
opacity:.92;
}
#pun-navlinks #New-exit:hover{
 opacity: .4;
}
/*Стиль доп-иконки Выход!*/ 
.punbb #pun-navlinks a#New-exit {
  position:absolute;
  z-index:100000!important;
  margin-top: 6px!important;
  margin-left: 30px!important;
  float:none!important;
}
.punbb #pun-navlinks a#New-exit:before {
    content:none;
}

.punbb #pun-navlinks #form-login input {
    text-align: center;
    height: auto;
    text-rendering: auto;
    padding: 5px 5px 3px 5px;
    color: #fff!important;
    margin-top: 4px!important;
    border-radius: 5px;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block!important;
    text-align: center;
    font: normal normal 400 11px/normal Arial!important;
    rgb(250, 255, 189): ;
    /* background-color: rgb(250, 255, 189); */
}

.punbb #form-login #fld1, #form-login #fld2 {
    background-color: rgb(37 37 37);
}

.punbb #pun-navlinks #form-login input.button[type="submit"] {
    outline: none;
    box-shadow: none!important;
    color: #EFEFEF!important;
    background: var(--links) !IMPORTANT;
    cursor: pointer;
    padding: 2px 10px 3px 10px!important;
    font-weight: 600!important;
    margin-top: 10px!important;
    height: 33px;
    box-sizing: border-box;
    transition: .36s;
    vertical-align: middle;
    border-radius: 30px;
    width: 100px;
}

.punbb #pun-navlinks #form-login input.button[type="submit"]:hover{
background-color: #988E4B!important;
box-shadow: none!important;
border: 2px inset #A29489!important;
transition:.66s;
}
/*Стиль формы входа*/ 
.punbb #pun-navlinks #form-login {
    word-spacing: normal!important;
    letter-spacing: normal!important;
    text-shadow: 1px 1px 0 rgb(0 0 0);
    display: block;
    font: normal normal 400 11px/normal Tahoma;
    color: #E7EAF0;
    text-transform: none;
    position: absolute!important;
    left: 0px;
    top: 10px;
    z-index: 100000!important;
    padding: 7px 12px;
    background: rgb(36 36 36);
    background-size: 36px auto;
    border-radius: 15px 15px;
    text-align: center;
    box-shadow: 0 0 0em rgb(23 23 13 / 99%);
}

#pun-navlinks #navlogin #form-login { 
 margin-left: -43px/*Подвижки формы влево от вход*/ 
} 
#pun-navlinks #navlogout #form-login { 
 margin-left:  -43px/*Подвижки формы влево от выход*/ 
} 
.ismoderator #pun-navlinks #navlogout #form-login {
  margin-left:  -43px!important;/*Подвижки формы влево от выход для АМС*/
} 
/*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */ 
#pun-navlinks #form-login input[value="Войти"]+p{ 
margin-bottom: 11px; 
margin-top: 11px; 
} 
.punbb #pun-navlinks #form-login a.Rega, 
.punbb #pun-navlinks #form-login a.Forgot{ 
position:relative;
text-transform: none!important; 
z-index:20;
/*text-shadow:none;*/
color: #EFF4F2!important;
cursor:pointer; 
font: normal normal 400 9.5px/normal Tahoma!important;
letter-spacing: .5px!important;
}
.punbb #pun-navlinks #form-login a.Rega:before, 
.punbb #pun-navlinks #form-login a.Forgot:before{
  content:none;
}
/* Помечаем красным незаполненные поля!*/ 
#form-login input.none{ 
outline:red dashed 2px!important; 
} 
/*Форма слево(с Никами) */ 
#List-UserNames {
    position: absolute;
    margin-top: -7px;
    min-height: 90px;
    width: 220px;
    right: 101%;
    padding: 12px 19px 12px 17px;
    background: rgb(36 36 37);
    border-radius: 15px;
    text-align: center;
    /* box-shadow: inset 0.23em 0 3.4em rgba(20,20,11,.99); */
}

/*Стиль контейнера под список Ников*/ 
.punbb #List-UserNames ul{
padding:0;
overflow:hidden; 
overflow-y:auto; 
min-height:36px; 
max-height:72px;/*Видимое число Ников без прокрутки! сейчас - 4*/ 
} 
.punbb #List-UserNames li {
display: block!important;
position: relative;
background: #2F2F2F;
text-align: left;
box-shadow: 2px 2px 1px rgba(84,106,107,.7);
padding-left: 5px!important;
font: normal normal 700 11px/normal Verdana!important;
margin: 1px auto!important;
padding: 2px 0;
transition: .33s;
}
.punbb #List-UserNames li:hover{ 
opacity:.84; 
/*background:#546a6b!important;*/
} 
/*Стиль Ников*/ 
.punbb #List-UserNames li>b{ 
cursor: pointer;
opacity: .9;
color: #FFFFFF;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.31);
} 
.punbb #List-UserNames li>b:hover{ 
opacity:.93; 
text-shadow:1px 1px 1px rgba(0,0,0,.6); 
} 
/*Скролл контейнера с никами*/ 
#List-UserNames ul::-webkit-scrollbar { 
width: 7px; 
height: 5px; 
} 
#List-UserNames ul::-webkit-scrollbar-track { 
background-color: #919190; 
border: 1px solid #919190; 
box-shadow: none; 
} 
#List-UserNames ul::-webkit-scrollbar-thumb { 
background-color: #bdbdbc; 
border: 2px solid #888887; 
box-shadow: none; 
} 
/*Кнопки Удалить (правее ников)*/ 
#List-UserNames ul li>span { 
display:inline-block; 
padding:0 3px; 
position:absolute; 
opacity:.88; 
cursor:pointer; 
top:0;bottom:0; 
right:2px; 
color:#fff; 
font: normal normal
 
700 10.56px/normal Verdana; 
text-shadow:1px 1px 1px rgba(0,0,0,.6); 
} 
/*Текст при отсутствии запомненных Ников!*/ 
#List-UserNames ul:empty:before{ 
display:inline-block; 
content: "У Вас нет запомненных ников, введенных через форму справо, или через перенос ниже!"; 
} 
/*Кнопка выход-2*/ 
#navlogin #exit-2 { 
display:none; 
} 
#navlogin #form-login, 
#pun-navlinks #navlogout .Rega, 
#pun-navlinks #navlogout .Forgot { 
background-image:none!important;
  display:none; 
} 
/*Стиль блока с инпутом для переноса и вставки запомненных Аккаунтов*/ 
#List-UserNames ul+span{ 
display:inline-block; 
padding:6px 0 8px 0; 
text-align:left; 
font: normal normal 400 10.56px/normal Verdana;
} 
/*Сам инпут*/ 
.punbb #List-UserNames input {
    background: #2f2f2f !important;
    border-radius: 6px;
    text-shadow: none!important;
    color: #282828!important;
    background-color: #C5C3C3;
    font: normal normal 400 11px/normal Arial!important;
    /* box-shadow: inset 0px 0px 3px rgba(100,102,80,.97); */
    margin-top: 9px;
    padding: 2px !important;
    vertical-align: middle;
}

/*Стрелочки к инпуту*/ 
#List-UserNames ul+span b{ 
font: normal normal 400 13px/normal Verdana; 
padding:0 3px; 
color: #E7EAF0;
} 
/*Кликалка слево, чуть выше инпута*/ 
#List-UserNames .a1-copy{ 
display:inline-block!important; 
cursor:pointer; 
float:left; 
} 
/*Кликалка справо*/ 
#List-UserNames .a1-paste{ 
cursor:pointer; 
display:inline-block!important; 
float:right; 
} 
/*Подсказки на кликалках*/ 
.tipsy.a11 { 
font: normal normal 400 11px/normal Tahoma!important; 
margin-top:-22px!important; 
margin-left: 148px!important; 
max-width:170px; 
} 
/************************* 
//Конец Стиля для Быстрой смены аккаунтов 
*************************/