/*************************************************************
GRAPHICS BY ЗЛАЯ, CODE STRUCTURE BY BLANCHE
**************************************************************

FONTS / ROOT / LINKS
-------------------------------------------------------------*/
@import url(style_cs.1756780906.css);
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,1,0");
@import url("https://kit-pro.fontawesome.com/releases/v5.15.1/css/pro.min.css");

/* fonts used in design */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://forumstatic.ru/files/001a/e6/32/15560.css"); /* helvetica neue */

/***************************************/

:root {
  --bg: url(https://forumstatic.ru/files/001c/86/ed/41331.webp) center / cover
    fixed var(--bg-color);
  --main-w: 1002px;
  --main-p: 30px;

  --title-bg: url(https://forumstatic.ru/files/001c/86/ed/30084.jpg);
  --title-h: 445px;

  --font: Montserrat;
  --font-fav: Unbounded;

  --bg-color: #404040;
  --pun: #fbfbfb;
--pun1: #f7f7f7;
  --color-accent1: #5b89fd;
  --color-accent2: #ffeca1;
  --color-accent3: #ddeeff;
  --color-accent4: #9a7bb6;
--color-accent5: #eecffb;
  --color-gray1: #aeaeae;
--color-gray2: #dfdfdf;
  --color-dark1: #5e5e5e;
  --color-dark2: #252525;
  --color-light1: #;
  --color-light2: #;

  --notify: var(--color-accent3);
  --link: var(--color-accent1);

  --border: 2px solid var(--color-gray1);
--border2: 1px solid var(--color-gray2);
  --content-icon: "\2736";

  --prof-w: 230px;
  --profnav-w: 110px;
  --post-p: 15px;
  --usav: 28px;

  --intd-gap: 25px;
  --main-icon-w: 35px;
  --main-icon-h: 33px;
  --icon-w: 24px;
  --icon-h: 24px;

  --arrows: 40px;

  --ls-w: 926px;
  --ls-h: 500px;

  --mat: "Material Symbols Outlined";
  --mat1: "Material Symbols Rounded";
  --faw: "Font Awesome 5 Pro";

--theme-bg-1: linear-gradient(180deg, #E7D5F6 0%, #BBB3C2 100%);
--theme-bg-2: #FBFBFB;
--theme-gray-1: #D4D4D4;
--theme-gray-2: #E2E2E2;
--theme-gray-3: #AAAAAA;
}

/***************************************/

a {
  text-decoration: none;
  transition: all 0.5s;
  color: var(--link);
}

#pun-admain a,
#MyBookmarks span.scrl {
  color: var(--link) !important;
}

a:hover,
a:focus,
a:active {
  color: var(--color-accent4);
}

:focus {
  outline: none !important;
}

.adlabel,
.adlabel a {
  color: var(--color-light) !important;
}

/* ETO BAZA: BODYb, PUNb, TITLEb
--------------------------------------------------------------------------------------------------------------------------*/
html,
body {
  margin: 0;
  padding: 0;
}

html * {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

body,
body.redirect-page {
  background: var(--bg);
}

/***************************************/

#pun {
  position: relative;
  width: var(--main-w);
  font: normal 68.75% verdana, arial, helvetica, sans-serif;
  color: #151515;
  margin: 90px auto 40px auto;
}

#pun-main, #pun-admain, .statscon, #pun-index .category .container {
  border: var(--border);
  background: var(--pun);
  padding: var(--main-p);
}

#pun-index .category .container {padding: 0;}

#pun-index #pun-main {background: transparent; border: none; padding: 0;}

#pun-admain {padding-left: 15em;}

/***************************************/
#pun-title, #pun-announcement {
    width: var(--main-w);
}

#pun-title {    background: var(--title-bg);
    box-shadow: 4px 4px 0 0px var(--color-gray1);
    margin-bottom: 4px;    height: var(--title-h);}
#pun-announcement {    position: absolute;
    top: 88px;
    height: calc(var(--title-h) - 88px);}
#pun-title:before {
    content: '';
    background: url(https://forumstatic.ru/files/001c/86/ed/76568.png);
    width: 148px;
    height: 181px;
    position: absolute;
    top: 44px;
    right: -31px;
}

#pun-title:after {
    content: '';
    background: url(https://forumstatic.ru/files/001c/86/ed/68502.png);
    width: 221px;
    height: 245px;
    position: absolute;
    top: 184px;
    left: -94px;
}

#pun-title table:before {
    content: '';
    background: url(https://forumstatic.ru/files/001c/86/ed/63761.png);
    width: 204px;
    height: 174px;
    position: absolute;
    top: 302px;
    right: 110px;
}

/* NAVLINKS / ULINKS
--------------------------------------------------------------------------------------------------------------------------*/
#pun-navlinks .container,
#pun-ulinks .container {
  text-transform: lowercase;
  margin: 0;
  width: 100%;
  position: absolute;
  display: flex;
}

/* navlinks */
#pun-navlinks .container {
  flex-direction: row;
  margin: 0;
  top: -19px;
  left: 25px;
  height: 21px;
  align-items: flex-end;z-index: 9;
}

/* ulinks */
#pun-ulinks .container {
    font: 600 8px var(--font);
    height: 22px;
    top: 44px;
    left: 178px;
    width: 567px;
    border-radius: 0 5px 5px 0;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;z-index: 8;
}

/* links color and animation */
#pun-ulinks a {
  color: #545454;
}

#pun-ulinks a:hover {
  color: var(--color-accent4);
}

#pun-navlinks a {
    background: var(--color-gray1);
    border: var(--border);
    min-width: 25px;
    height: 21px;
    justify-content: center;
    align-items: center;
    padding: 2px 0px 2px 10px;
    display: flex;
}

#pun-navlinks li:last-child a {
  border-top-right-radius: 5px;
}

#pun-navlinks li:last-child span {
    border: none;
}

li#navindex a {
  border-bottom: none;
  width: 102px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px 3px 0 0;
  background: var(--pun);
  padding: 0;
  gap: 2px;
}

li#navindex a:before {
  content: "f";
  font: 500 9px var(--font);
  color: #000;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-gray1);
  text-transform: uppercase;
  background: var(--color-accent2);
}

#pun-navlinks span {
    font-size: 0;
    height: 14px;
    border-right: 1px solid #d0d0d0;
    display: flex;
    align-items: center;
    padding-right: 10px;
}

li#navindex a span {
border: none; padding: 0; 
}

li#navindex a span:before {
  content: "нажми эф, чтобы...";
   font: 500 8px var(--font);
    color: #878787;
}

/* icons */
#pun-navlinks a:before {
  content: "";
  background: var(--pun);
  width: 10px;
  height: 10px;
  display: block;
}

li#navuserlist a:before {
  mask: url(https://forumstatic.ru/files/001c/86/ed/54885.svg) no-repeat
    center/contain;    width: 13px;
}

li#navsearch a:before {
  mask: url(https://forumstatic.ru/files/001c/86/ed/30007.svg) center/cover;
}

li#navprofile a:before {
  mask: url(https://forumstatic.ru/files/001c/86/ed/61877.svg) center/cover;
}

li#navpm a:before {
  mask: url(https://forumstatic.ru/files/001c/86/ed/65525.svg) center/cover;
}

li#navadmin a:before {
  mask: url(https://forumstatic.ru/files/001c/86/ed/12579.svg) center/cover;
}

li#navlogout a:before {
  mask: url(https://forumstatic.ru/files/001c/86/ed/96154.svg) center/cover;
}

li#navlogin a:before {
  mask: url(https://forumstatic.ru/files/001c/86/ed/10858.svg) center/cover;
}

li#navregister a:before {
  mask: url(https://forumstatic.ru/files/001c/86/ed/89297.svg) center/cover;
}

/* STATUS
--------------------------------------------------------------------------------------------------------------------------*/
#pun-status .container {
    font: 600 7px var(--font);
    text-transform: lowercase;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    gap: 5px;z-index: 10;
}

#pun-status .container:before {
    content: '';
    background: url(https://forumstatic.ru/files/001c/86/ed/60449.png);
    width: 17px;
    height: 17px;
    margin-top: -18px;
}

#pun-status strong {font-weight: 600;}

#pun-status,
#pun-status a {
  color: #5e5e5e;
}

#pun-status a:hover {
  color: var(--color-accent4);
}

/* CATEGORY
--------------------------------------------------------------------------------------------------------------------------*/
.category .container,
.statscon {
  position: relative;
}

.category h2 {
    margin: 33px 0 -2px 0;
    display: flex;
    align-items: flex-end;
    font: 600 10px var(--font);
    position: relative;
    z-index: 9;
    justify-content: center;
}

#pun-stats h2 {
  font-size: 0;
  margin: 0;
    background: url(https://forumstatic.ru/files/001c/86/ed/48408.png);
    height: 57px;
}

#pun-category1 h2 {
    margin-top: -24px;
}

#pun-index .category .container {
    display: grid;
    grid-template-columns: 154px 1fr;
    align-items: start;
}

#pun-index .category .container:before, #pun-index .category .container:after {
    content: '';
    border-right: var(--border);
    height: 100%;
}

.category-1 .container:before, .category-1 .container:after {
    background: url(https://forumstatic.ru/files/001c/86/ed/33118.jpg);
}
.category-2 .container:before, .category-2 .container:after {
    background: url(https://forumstatic.ru/files/001c/86/ed/43211.jpg);
}
.category-3 .container:before, .category-3 .container:after {
    background: url(https://forumstatic.ru/files/001c/86/ed/59040.jpg)
}
.category-4 .container:before, .category-4 .container:after {
    background: url(https://forumstatic.ru/files/001c/86/ed/33622.jpg)
}
.category-5 .container:before, .category-5 .container:after {
    background: url(https://forumstatic.ru/files/001c/86/ed/29222.jpg)
}
.category-6 .container:before, .category-6 .container:after {
    background: url(https://forumstatic.ru/files/001c/86/ed/23599.jpg)
}
.category-7 .container:before, .category-7 .container:after {
    background: url(https://forumstatic.ru/files/001c/86/ed/59811.jpg)
}

.category {
    padding: 0;position: relative;
}

#pun-index .category:nth-child(2n+1) .container {
    grid-template-columns: 1fr 154px;
}

#pun-index .category:nth-child(2n+1) .container:after {display: block !important; border-right: none;     border-left: var(--border);}

/***************************************/

.category h2 span, .crumbs span {
    border-radius: 3px 3px 0 0;
    background: var(--pun);
    border: var(--border);
    border-bottom: none;
    height: 26px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    width: fit-content;
    gap: 10px;
    position: relative;
    color: var(--color-dark2);
}

.category h2:after, .crumbs a {
    height: 22px;
    background: var(--color-gray1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding-right: 3px;
    box-sizing: border-box;
}

.category h2:after {
    content: '+';
    width: 25px;
    border-top-right-radius: 3px;
}

.category h2 span:before {
    content: '';
    width: 16px;
    height: 16px;
}

#pun-index .category:before {
    content: '';
    position: absolute;z-index: 9;
}

/* 1 */
.category-1 h2 span:before, .category-7 h2 span:before {
    background: url(https://forumstatic.ru/files/001c/86/ed/48034.png);
}
.category-1 h2 span:after {
    content: '';
    background: url(https://forumstatic.ru/files/001c/86/ed/87045.png);
    width: 13px;
    height: 18px;
    position: absolute;
    right: -65px;
    bottom: -6px;
}
.category-1:before {
    background: url(https://forumstatic.ru/files/001c/86/ed/25768.png);
    width: 141px;
    height: 249px;
    top: 0px;
    left: -42px;
}

/* 2 */
.category-2 h2 {
    justify-content: flex-start;
    padding-left: 95px;
}
.category-2 h2 span:before {
    background: url(https://forumstatic.ru/files/001c/86/ed/29332.png);
}
.category-2:before {
    background: url(https://forumstatic.ru/files/001c/86/ed/49498.png);
    width: 210px;
    height: 324px;
    top: -10px;
    right: -42px;
}

/* 3 */
.category-3 h2 {
    justify-content: flex-end;
    padding-right: 105px;
}
.category-3 h2 span:before {
    background: url(https://forumstatic.ru/files/001c/86/ed/85389.png) center no-repeat;
}
.category-3:before {
    background: url(https://forumstatic.ru/files/001c/86/ed/13388.png);
    width: 141px;
    height: 84px;
    bottom: 85px;
    left: -22px;
}

/* 4 */
.category-4 h2 span:before {
    background: url(https://forumstatic.ru/files/001c/86/ed/55598.png);
}
.category-4:before {
    background: url(https://forumstatic.ru/files/001c/86/ed/96118.png);
    width: 154px;
    height: 205px;
    top: 47px;
    right: -32px;
}

/* 5 */
.category-5 h2 {
    justify-content: flex-start;
    padding-left: 154px;
}
.category-5 h2 span:before {
    background: url(https://forumstatic.ru/files/001c/86/ed/96983.png);
}
.category-5:before {
    background: url(https://forumstatic.ru/files/001c/86/ed/64321.png);
    width: 141px;
    height: 84px;
    top: 109px;
    left: -32px;
}
.category-1 + .category-5:before {
    left: auto;
    right: -32px;
}

/* 6 */
.category-6 h2 {
    justify-content: flex-end;
    padding-right: 184px;
}
.category-6 h2 span:before {
    background: url(https://forumstatic.ru/files/001c/86/ed/48751.png) center no-repeat;
}
.category-6:before {
    background: url(https://forumstatic.ru/files/001c/86/ed/39880.png);
    width: 156px;
    height: 250px;
    bottom: -13px;
    right: -26px;
}

/* 7 */
.category-7:before {
    background: url(https://forumstatic.ru/files/001c/86/ed/51949.png);
    width: 153px;
    height: 210px;
    top: 46px;
    left: -38px;
}

/* HASICON / STRUCTURE EVERYWHERE
--------------------------------------------------------------------------------------------------------------------------*/
table {
  width: 100%;
}

.hasicon,
.statscon .container,
.usertable tbody,
#messages tbody,
#pun-respect .container tbody,
#pun-positive .container tbody,
#pun-online .container tbody {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
  width: auto;
  color: var(--color-dark2);
  text-transform: lowercase;
  font: 500 12px var(--font);
}

.hasicon tr,
thead tr,
.usertable tr,
#messages tr,
#pun-searchtopics tr,
#pun-respect tr,
#pun-positive tr,
#pun-online .online-list tr,
.profile-awards-container tr {
  display: grid;
  gap: 10px;
  grid-template-columns: 50% 7% 7% 32%;
  justify-content: space-between;
  color: var(--bg-color);
  position: relative;
  align-items: center;
}

#pun-index .hasicon {
  margin: 0;padding: 55px 35px;
}

/***************************************/

#pun-searchtopics tr {
  grid-template-columns: 40% 20% 6% 26%;
}

.usertable tr {
/*  grid-template-columns: 20% 32% 6% 6% 10% 10%;*/
}

#pun-messages .hasicon tr,
#messages thead tr {
  grid-template-columns: 1fr 18% 10% 3%;
  align-items: center;
}

#pun-respect tr,
#pun-positive tr {
  grid-template-columns: 11% 15% 32% 32%;
}

#pun-online .online-list tr {
  grid-template-columns: 40% 40% 20%;
}

#pun-mod .container tr,
.profile-awards-container tr {
  grid-template-columns: 20% 10% 40% 30%;
}

.profile-awards-container tr .tcl {
  width: inherit !important;
}

#pun-messages td,
#pun-messages th,
#pun-online .online-list td {
  width: auto !important;
  display: flex;
}

#pun-viewforum .tcr,
#pun-searchtopics .tcr,
.tc2,
/*.usertable .last_visit,*/
#pun-respect .tcr,
#pun-positive .tcr {
  text-align: right;
}

#pun-viewforum td.tcr,
#pun-searchtopics td.tcr {
  display: flex;
  align-items: center;
  justify-items: end;
  justify-content: end;
  gap: 5px;
  flex-direction: row-reverse;
}

#pun-viewforum td.tcr a,
#pun-searchtopics td.tcr a {
  grid-area: "time";
  white-space: nowrap;
  color: var(--color-dark);
}

th {
  text-transform: lowercase;
  text-align: left;
  color: var(--color-gray1);
  font: 500 9px var(--font);
}

/* fieldset */
fieldset {
  margin: 10px 0 !important;
  padding: 0;
  border: none !important;
}

/* fs-box */
.fs-box.inline {
    display: flex;
    gap: 10px;
    border: 1px solid;
    padding: 10px;
    align-items: center;
    border-radius: 7px;
}

#pun-login .fs-box.inline {
  margin-top: 10px;
  position: relative;
}

.inline .infofield {
  font: 500 9px var(--font);
  text-transform: lowercase;
  text-align: justify;
  color: var(--color-gray);
}

/* PUN-INDEX / PODFORUMS
--------------------------------------------------------------------------------------------------------------------------*/
#pun-index .hasicon tr {
    position: relative;
    gap: 40px;
    color: var(--bg-color);
    grid-template-columns: auto 1fr;
}

#pun-index .hasicon td.tc2,
#pun-index .hasicon td.tc3 {
    position: absolute;
    top: 4px;
}

#pun-index .hasicon td.tc3 {
    left: 320px;
}

#pun-index .hasicon td.tc2 {
    left: 360px;
}

.hasicon td.tc2,
.hasicon td.tc3,
.statscon .item1,
.statscon .item2,
.statscon .item3,
.statscon .item4 {
    font: 400 8px var(--font);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #838383;
}

.forum .tc2 a{font-size: 9px; color: var(--bg-color)}

.statscon .item1 strong,
.statscon .item2 strong,
.statscon .item3 strong,
.statscon .item4  strong {font-weight: 400;}

.statscon .item4 a {
  color: #838383;
}

/* соо */
.hasicon td.tc3:before,
.statscon .item2:before,
#pa-posts #user-posts {
    mask: url(https://forumstatic.ru/files/001c/86/ed/82942.svg);
}

/* тем */
.hasicon td.tc2:before,
.statscon .item1:before,
#pa-posts #user-topics {
    mask: url(https://forumstatic.ru/files/001c/86/ed/18771.svg);
}

.statscon .item3:before {
  mask: url(https://forumstatic.ru/files/001c/86/ed/40094.svg);
}
.statscon .item4:before {
  mask: url(https://forumstatic.ru/files/001c/86/ed/39458.svg);
}

.hasicon td.tc2:before,
.hasicon td.tc3:before,
.statscon .item1:before,
.statscon .item2:before,
.statscon .item3:before,
.statscon .item4:before,
#pa-posts strong a {
  content: "";
  width: 16px;
  height: 16px;
background: #838383;
}
#pa-posts strong a {
  margin-bottom: 0;
  display: block;
}

/* subforums */
#pun-index .hasicon .isub .tcl {
  padding-left: 0px !important;
}

#pun-viewforum .isub .tcl h3 {
  margin: 0 0;
}

/* left part */

#pun-index .tclcon {
    grid-area: for;
    text-align: justify;
    -webkit-text-size-adjust: none;
    width: 410px;
    display: flex;
    gap: 10px 0;
    flex-direction: column;
}

#pun-index .tcl h3 {
  margin: 0;
  text-align: left;
order: 1;
  text-transform: lowercase;
}

#pun-index .tcl h3 a {
  color: var(--color-accent1);
  position: relative;
  font: 700 18px var(--font);position: relative;    z-index: 0;
}

#pun-index .tcl h3 a:before {
    content: '\00BB';
    color: #ababab;
    margin-right: 5px;display: inline-block;
}

#pun-index .tcl h3 a:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    background: #dddddd;
    right: -3px;
    z-index: -1;
    transition: all .5s;
}

#pun-index .tcl h3 a:hover:after {
    width: calc(100% - 10px);
    left: 13px;
}

#pun-index .category:nth-child(2n+1) .tcl h3 a, #pun-index .category:nth-child(2n+1) .lastpost-link, #onlinelist .e1 a {
  color: #b288e1 !important;
}

#pun-index .tcl h3 a:hover, #pun-index .category:nth-child(2n+1) .tcl h3 a:hover, #pun-index .category:nth-child(2n+1) .lastpost-link:hover, #pun-index .lastpost-link:hover {
  color: var(--color-dark1) !important;
}

podfor {
order: 2;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 2px;
    white-space: nowrap;
}

t_name, #onlinelist .e2, #onlinelist .e3, .forum .byuser, #pun-viewforum .byuser, #pun-respect td.tc3 a, #pun-positive td.tc3 a, #pun-online td.tcl a.registered-user, #pun-reputation .inner strong {
    font: 700 italic 9px var(--font) !important;
    height: 13px;
    padding: 0 3px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
}

t_name, .forum .byuser, #pun-respect td.tc3 a, #pun-positive td.tc3 a, #pun-online td.tcl a.registered-user, #pun-reputation .inner strong, #pun-viewforum .byuser {    background: var(--color-accent2);}
#onlinelist .e2, #onlinelist .e3 {    background: var(--color-accent3);}


t_info, .forum .tclcon a, #profile .tclcon a, #pun-messages td, #pun-viewforum td.tcr a, #pun-searchtopics td.tcr a, .usersname, td.pmtc22 a, #pun-respect #pun-main td, #pun-positive #pun-main td, #pun-respect #pun-main td a, #pun-positive #pun-main td a,  #pun-online .online-list td,  #pun-online .online-list td a, #pun-viewforum .category h3 a {
    font: 500 9px var(--font) !important;    color: var(--bg-color);
}

t_info:before, .forum .tclcon a:first-child:after, .forum .tcr .user-avatar + a:before, #pun-viewforum .isub .datetime:before {
    content: '\2022';
}

.forum .tclcon a:after {margin-left: 3px;}
.forum .tcr a:before, #pun-viewforum .isub .datetime:before {margin-right: 3px;}

#pun-index t_links,
#pun-index .subforums {
  position: relative;
  display: flex;
  gap: 11px;
  margin: 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#pun-index t_links {
order: 3;
}

#pun-index .subforums {
order: 4;
font-size: 0;
}

#pun-index .subforums a:first-of-type {
margin-left: -11px;
}

#pun-index #forum_f4 .subforums {
    margin: -26px 0 0 122px;
}

#pun-index #forum_f18 .subforums {
    margin: -26px 0 0 117px;
}

#pun-index t_links a,
#pun-index .subforums a, #profilenav a {
    color: #5c5c5c;
    text-align: center;
    font: 500 9px var(--font);
    background: var(--color-accent3);
    border-radius: 5px;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    border: 1px solid #cecece;
    outline: 2px solid #eeeeee;
    height: 16px;
    padding: 0 15px 1px 15px;
    white-space: nowrap;
}

#pun-index .category:nth-child(2n+1) t_links a, #pun-index .category:nth-child(2n+1) t_links .subforums a {background: #f3ddff;}

#profilenav a {    padding: 0 9px 1px 9px;    background: #e8e8e8;}

#pun-index t_links a:hover,
#pun-index .subforums a:hover,
#profilenav a:hover {
    border-top-width: 7px;
    border-bottom-width: 7px;background: #cecece;
}

/* right part */
#pun-index .tcr,
#pun-viewforum .isub .tcr {
    display: grid;
    grid-template-columns: var(--usav) 1fr;
    grid-template-rows: auto auto;
    gap: 2px 15px;
    grid-template-areas: "ava lastpost1"
    "ava lastpost2";
    justify-content: start;
    align-items: center;
    justify-items: start;
    align-content: center;
    font: 500 9px var(--font);
}

#pun-viewforum .isub .tcr {
    grid-template-columns: 1fr var(--usav);
    grid-template-areas: "lastpost1 ava"
        "lastpost2 ava";
    justify-items: end;
}

#pun-viewforum .isub .lastpost {
    font-size: 0;
    display: flex;
    gap: 3px;
    flex-direction: row-reverse;
}

#pun-viewforum .isub span.datetime, #pun-viewforum .isub span.byuser {
    font-size: 9px;
}

.lastpost-link {
  grid-area: lastpost1;
  color: var(--color-accent1) !important;
  text-align: left;
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: flex-start;
  text-transform: lowercase;
}

.lastpost {
  grid-area: lastpost2;
  text-transform: lowercase;
  text-align: right;
}

#pun-viewforum .lastpost {
  text-transform: lowercase;
}

/* user-avatar */
.user-avatar {
    margin: 0 !important;
    width: var(--usav) !important;
    height: var(--usav) !important;
    grid-area: ava;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    border: var(--border);border-width: 1px;
    box-sizing: content-box;
}

.user-avatar a {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.user-avatar,
.avatar-image {
  border-radius: 50% !important;
}

.avatar-image {
  opacity: 1 !important;
  filter: grayscale(1);
  width: var(--usav) !important;
  height: var(--usav) !important;
}

.isonline {
    background: #d7bdf0 !important;
    top: auto !important;
    right: auto !important;
    width: 8px !important;
    height: 8px !important;
    animation: none !important;
}

.usertable .isonline {
    top: -2px !important;
    right: -2px !important;
}

/* ICONb
--------------------------------------------------------------------------------------------------------------------------*/
.intd {
  display: grid;
  gap: var(--intd-gap);
  align-items: center;
}

#pun-index .category .intd {
   grid-template-areas: "for icon"; 
   grid-template-columns: 1fr var(--main-icon-w); 
}

#pun-viewforum .category .intd,
.forum .intd,
#profile .intd {
  grid-template-columns: var(--icon-w) 1fr;
}

.intd .icon {
  margin: 0;
  position: relative;
}

#pun-viewforum .category .icon,
.forum .icon,
#profile .intd .icon {
    width: var(--icon-w);
    height: var(--icon-h);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font: 500 12px var(--mat);
    border: var(--border2);
    color: var(--bg-color);
}

#pun-index .category .icon {
    width: var(--main-icon-w);
    height: var(--main-icon-h);
    grid-area: icon;
    mask: url(https://forumstatic.ru/files/001c/86/ed/72595.png);
    background: #e9e9e9;
    transform: scale(-1,1);
}

#pun-index .intd .icon.inew {
  background: url(https://forumstatic.ru/files/001c/86/ed/72595.png);
mask: none; transform: none;
}

#pun-viewforum .category .icon:before,
.forum .icon:before,
#profile .intd .icon:before {
    content: '\e91d';
}

.forum .isticky .icon {
background: var(--color-accent3);
    color: var(--color-accent1);
}

.forum .iclosed .icon {
    color: var(--color-gray1);
    background: var(--color-gray2);
}

#pun-viewforum .category .icon.inew,
.forum .icon-new,
#profile .icon-new,
#profile .intd .icon.inew {
    background: var(--color-accent5);
    color: var(--color-accent4);
}

/* CRUMBS
--------------------------------------------------------------------------------------------------------------------------*/
.crumbs {
  margin: -2px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  font: 600 10px var(--font);
    position: relative;
}

#pun-crumbs1 {
    background: url(https://forumstatic.ru/files/001c/86/ed/30910.png) no-repeat 210px 0px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#pun-index #pun-crumbs1 {
    background: url(https://forumstatic.ru/files/001c/86/ed/72632.png) no-repeat 210px 0px;
}

#pun-crumbs2 {
    margin-bottom: -24px;
    position: relative;
    z-index: 1;
}

#pun-crumbs2 .crumbs span {
    border-top: none;
    border-radius: 0;
}

.crumbs a {
    border-top-left-radius: 3px;    padding: 0 10px;
}

.crumbs a:first-of-type {
  font-size: 0px; 
background: #9d9d9d;
    padding-right: 13px;
    margin-right: -3px;
}

#pun-crumbs2 .crumbs a {
border-top-left-radius: 0px;border-bottom-left-radius: 3px;
}

.crumbs a:hover {
  color: var(--color-dark1);
  background: var(--color-accent5);
}
.crumbs a:first-of-type:hover {
    background: var(--color-accent3);
}

.crumbs a:nth-child(3n+1) {
    background: #bcbcbc;margin-left: -2px
}

.crumbs a:nth-child(3n+1):hover {
    background: var(--color-accent2);
}


.crumbs a:first-of-type:before {
  content: "http://pressf.rusff.me";
  font-size: 10px;
}

.crumbs a:after {
    content: 'x';
    width: 10px;
    height: 10px;
    background: #d0d0d0;
    border: var(--border);
    border-width: 1px;
    outline: 1px solid #d0d0d0;
    font: 700 8px var(--font);
    color: #9c9c9c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    padding-bottom: 2px;
    box-sizing: border-box;
    margin-top: 1px;transition: all .5s
}

.crumbs a:hover:after {
    background: var(--pun);
    outline-color: var(--pun);
}

.crumbs span:before {
content: '';
background: url(https://forumstatic.ru/files/001c/86/ed/86913.png);
width: 14px;
height: 14px;}

/* STATSCON
--------------------------------------------------------------------------------------------------------------------------*/
#pun-stats .container {
  /* display: grid; */
  /* grid-template-columns: auto auto auto auto; */
  text-transform: lowercase;
  gap: 5px 30px;
  /* grid-template-areas: "tem soo reg last"
    "active active active active"
    "day day day day"; */
  margin: 0;
  font: 500 11px/151% var(--font);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  color: var(--color-gray1);
}

.statscon .item1 {
  grid-area: tem;
}
.statscon .item2 {
  grid-area: soo;
}
.statscon .item3 {
  grid-area: reg;
  text-align: right;
}
.statscon .item4 {
  grid-area: last;
  text-align: center;
}

.statscon .item5 {
  text-align: justify;
  line-height: 15px;
  width: 100%;
}
.statscon .item5 + .item5 {
  margin-top: 20px;
}
.statscon .item5.onlinelist {
  grid-area: active;
}
.statscon .item5.users_24h {
  grid-area: day;
}

#onlinelist a {
  color: var(--bg-color);
}

/*li#onlinelist span*/
#onlinelist .e4 {
    display: block;
    margin-top: 10px;
    font: 400 11px var(--font);
}

/*li#onlinelist div>a*/
#onlinelist .e1 a {
    font: 700 14px var(--font);
    display: block;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 7px;
}
#onlinelist .e1 a:before {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    background: var(--color-gray1);
}
.onlinelist .e1 a:before {
    mask: url(https://forumstatic.ru/files/001c/86/ed/91892.svg?v=1) center/contain;
}
.users_24h .e1 a:before {
    mask: url(https://forumstatic.ru/files/001c/86/ed/96888.svg?v=1) center/contain;
}

/*li#onlinelist div*/
#onlinelist .e2,
#onlinelist .e3 {
    display: inline-flex;
    color: var(--bg-color);
    gap: 3px;
}
#onlinelist .e2 {
    margin-right: -3px;
}

/* FOOTER
--------------------------------------------------------------------------------------------------------------------------*/
#pun-about {
    display: flex;
    justify-content: center;
    position: relative;
    width: var(--main-w);
    background: url(https://forumstatic.ru/files/001c/86/ed/62189.jpg);
    height: 94px;
    border: var(--border);
    border-top: none;
}

#pun-about .container {
    font: 500 7px var(--font);
    text-transform: lowercase;
    position: absolute;
    margin-top: 110px;
    width: 100%;
    text-align: center;
}

#pun-about,
#pun-about a {
  color: var(--color-dark1);
}

/* PROFILEb
--------------------------------------------------------------------------------------------------------------------------*/
.post-author {
    width: var(--prof-w);
    min-height: 65px;
    position: relative;
    height: fit-content;
    padding: 9px 9px 38px 9px;
    margin-bottom: 15px;
}

.post-author:before {
    width: calc(100% + 18px);
    border-radius: 6px 6px 0 0;
    height: 200px;
    position: relative;
    top: -9px;
    left: -9px;
    margin: auto;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    display: block;
    margin-bottom: -172px;
}

#pun-post .post-author, #pun-searchposts .post-author {padding-bottom: 0;}

.post[data-group-id="3"] .post-author {
    padding-bottom: 9px;
}

.post-author, .post-author ul, .indOnline, .indOffline, #pa-online{
    border: var(--border2);
    border-radius: 7px;
    background: var(--pun);
}

.post-author ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    text-transform: lowercase;
    position: relative;
}

.post-author li {
  width: inherit;
  position: relative;
}

/* author & title */
.pa-author, li#profile-name strong {
    font: 800 12px var(--font) !important;
    margin: 15px 0 !important;
    text-align: center;
    display: block;
}

.pa-author strong {
  font-weight: 800;
}

.pa-author,
.pa-author a, li#profile-name strong {
  color: var(--bg-color);
}

.pa-author a:hover {
  color: var(--color-accent4);
}

/* avatar */
.pa-avatar {
  margin: 0 0 15px 0;
}

.pa-avatar img,
#pa-avatar img {
  max-width: 180px;
  max-height: 180px;
  position: relative;
  z-index: 9;
  box-sizing: content-box;
    border: var(--border);border-width: 1px;
}

.pa-avatar.item2 img.allow_change:hover {
  outline-color: var(--color-accent4) !important;
}

/* posts/respect */
.pa-respect,
.pa-posts,
.pa-fld3,
.pa-fld4 {
    width: calc(calc(var(--prof-w) - 22px) / 4) !important;
    z-index: 3;
    -webkit-text-size-adjust: none;
    margin: 0px 0 -30px 0;
    font: 400 8px var(--font);
    display: flex;
    justify-content: center;
    align-items: center;gap: 3px;
}

.pa-respect a, .pa-posts a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pa-respect,
.pa-respect a,
.pa-posts,
.pa-fld3,
.pa-fld4 {
  color: var(--color-dark2);
}

.pa-respect .fld-name,
.pa-posts .fld-name,
.pa-posts .fld-name,
.pa-fld3 .fld-name,
.pa-fld4 .fld-name {
    display: inline-block;
    position: relative;
    font-size: 0;
    width: 12px;
    height: 100%;
    background: var(--color-gray1);
    mask-repeat: no-repeat !important;
    mask-position: center !important;
    z-index: 9;
}

.pa-respect .fld-name {
  mask: url(https://forumstatic.ru/files/001c/86/ed/41246.svg);
}
li.pa-posts .fld-name {
  mask: url(https://forumstatic.ru/files/001c/86/ed/62067.svg);
}
.pa-fld3 .fld-name {
  mask: url(https://forumstatic.ru/files/001c/86/ed/65722.svg);
}
.pa-fld4 .fld-name {
  mask: url(https://forumstatic.ru/files/001c/86/ed/51020.svg);
}

.pa-respect .fld-name,
.pa-respect .fld-name a,
.pa-posts .fld-name,
.pa-fld4 .fld-name {
}

.pa-respect img {
opacity: 0;
}

/* FLDb */
a.modal-link, a.prof_main, #pa-edit a {
    position: absolute;
    width: 24px;
    height: 24px;
    background: var(--pun);
    border: var(--border2);
    border-radius: 3px 0 0 3px;
    top: 20px;
    left: -35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: none;
transition: all .3s
}

a.modal-link:hover, a.prof_main:hover, #pa-edit a:hover {
    padding-right: 3px;
    width: 27px;
    transform: translateX(-3px);
}

.pa-fld2 {
    position: static !important;
}

a.modal-link + a.prof_main {
    margin-top: 30px;
}

#pun-profile a.modal-link, #pun-profile a.prof_main, #pa-edit a {
    top: 60px;
    left: -25px;
}

prof_icon {
    position: absolute;
    top: -15px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-sizing: content-box;
    background: var(--pun);
    border: var(--border2);
    left: calc(50% - 24px / 2);
}

prof_icon img {
    width: 16px;
    height: 16px;
}

#pun-profile prof_icon {
    left: calc(238px/2 - 24px/2);
    top: 2px;
}

plash {
    background: #556780;
    display: flex;
    flex-direction: column;
    height: 32px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0 0 7px 7px;
    border-top: var(--border2);
    color: #fefefe;width: 208px;
}

#pun-profile plash {
    margin-bottom: -15px;
}

plash b, plash i {
    font: 500 8px var(--font);
}

.pa-fld1, #pa-fld1 {
    font: 400 8px var(--font);
    width: 180px !important;
    text-align: justify;
    color: #252525;
    margin-bottom: 15px;
}

#profile-left #pa-fld1 strong {font-weight: 400 !important;}

.pa-fld6, #pa-fld6 strong {
    display: flex;
    justify-content: center;
    margin-bottom: 7px;
}

a.prof_ank {
    background: var(--pun);
    border: var(--border2);
    border-radius: 7px 0 7px 7px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: var(--bg-color);
    padding: 0 15px !important;
}

prof_sns {
    background: #ffeca1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    border-radius: 7px 0 0 7px;
    padding-right: 5px;
    margin-right: -6px;
    border: var(--border2);
    box-sizing: content-box;
}

prof_sns:before {
    content: '';
    mask: url(https://forumstatic.ru/files/001c/86/ed/64358.svg);
    background: var(--bg-color);
    width: 10px;
    height: 10px;
}

a.prof_ank:hover {
    background: var(--color-gray2);
    border-top-width: 10px;
    border-bottom-width: 10px;
}

a.modal-link:before, a.prof_main:before {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--color-dark1);
}

a.modal-link:before {
    mask: url(https://forumstatic.ru/files/001c/86/ed/54959.svg);
}

a.prof_main:before {
    mask: url(https://forumstatic.ru/files/001c/86/ed/65683.svg);
}

/* online */
.indOnline,
.indOffline, #pa-online {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 16px;
    bottom: -47px;
}

#pa-online {
    bottom: -7px;
}

.indOnline:before, .indOffline:before, #pa-online:before {
    content: '';
    mask: url(https://forumstatic.ru/files/001c/86/ed/70473.svg);
    width: 16px;
    height: 16px;
    background: var(--color-gray1);
}

.indOnline:after, .indOffline:after, #pa-online:after {
    content: '';
    position: absolute;
    height: 6px;
    left: 7px;
    border-radius: 1px;
}

.indOnline:after, #pa-online:after {
    background: #4caf50;
    width: 11px;
}

.indOffline:after {
    background: var(--color-gray1);
    width: 2px;
}

/* ip */
li.pa-ip {
  position: absolute;
  bottom: -30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 600 10px var(--font);
  transition: all 0.5s;
  opacity: 0;
}

li.pa-ip a {
  color: var(--color-dark2);
}

li.pa-ip:hover {
  opacity: 1;
}

/* QUOTEb / SPOILERb / TEXTAREA
--------------------------------------------------------------------------------------------------------------------------*/
/*.quote-box,
.code-box,*/
blockquote,
.blockcode,
textarea,
.inner,
.modal-inner,
.editBookmark,
#MyBookmarks,
.hvStickerPackModal,
#post-mentions #mentions-area {
    box-shadow: 3px 3px 0 var(--color-gray2) !important;
    border: var(--border2) !important;
    background: var(--pun1) !important;
    border-radius: 7px !important;
}

.quote-box,
.code-box {
  display: flex;
  flex-direction: column;  align-items: flex-start;
}

.quote-box,
.code-box {
  margin: 20px 3px;
  position: relative;
}

td .spoiler-box {
  margin: 20px 6px;
}

cite,
.code-box .legend,
.spoiler-box > div {
  display: block;
  position: relative;
  margin: 0 20px -1px 20px;
  padding: 6px 8px 6px 8px !important;
  text-transform: lowercase;
  text-align: left;
  font: 700 9px var(--font);
  z-index: 9;
    box-shadow: 3px 0px 0 var(--color-gray2) !important;
    border: var(--border2);
    background: var(--pun1) !important;
    border-radius: 7px 7px 0 0;
}

cite,
cite a,
.code-box .legend,
.code-box .legend a,
.spoiler-box > div {
  color: var(--color-accent4);
}

.answer-box cite:before {
    content: '\00BB';
    margin-right: 3px;
    color: var(--bg-color);
}

.hide-box cite {
    color: var(--bg-color);
}

a.qc-post-link:before {
  font: 100 11px var(--mat);
  margin: -1px 0 0 5px;
  content: "\e0e6";
  vertical-align: middle;
  display: inline-block;
}

a.qc-post-link img {
  display: none;
}

blockquote,
.blockcode {
  padding: 10px !important;
  position: relative;
  margin: 0;
  width: 100%;
  font: 500 11px var(--font);
  color: #000;
}

blockquote p:last-child {
  padding: 0;
}

.scrollbox {
  overflow: auto;
  font-size: 10px;
  max-height: 60px;
}

.scrollbox pre {
  margin: 0;
}

/* spoiler animation © BLANCHE. free for use only with copy */
.spoiler-box > blockquote {
    transform: translateY(20px) rotateX(90deg);
    transition: all .3s;
    display: block !important;
    transform-origin: top;
    height: 0;opacity: 0;
}

.spoiler-box > blockquote.visible {
    transform: none;
    height: auto;opacity: 1;
}

.spoiler-box > div {
    border-radius: 7px;
    transition: all .5s;margin-bottom: -30px;
}

.spoiler-box > div.visible {
    border-radius: 7px 7px 0 0;margin-bottom: -1px;
}

.post-content .spoiler-box > div:before, .post-content .spoiler-box > div:after {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: -1px 6px -2px 0;
    content: '';
    background: var(--color-gray1);
    vertical-align: middle;
}

.post-content .spoiler-box > div:before {
    mask: url(https://forumstatic.ru/files/001c/86/ed/69056.svg);
}

.post-content .spoiler-box > div:after {
    mask: url(https://forumstatic.ru/files/001c/86/ed/46645.svg);
    position: absolute;
    top: 8px;
    left: 8px;
    opacity: 0;
}

.post-content .spoiler-box > div.visible:after {
  opacity: 1;
}

.post-content .spoiler-box > div.visible:before {
  opacity: 0;
}

/* textareab */
textarea {
  overflow: auto;
  padding: 10px;
  font: 500 11px/15px Verdana !important;
  width: 100% !important;
}

#form-buttons + #tags + p textarea,
#form-buttons + #tags + p + p + p textarea,
#form-buttons + #tags + p + p textarea,
#form-buttons + #tags + span textarea,
#pun-poll textarea {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

#post-form p.inputfield.required, #post p.inputfield.required {
    margin: 0 0 -1px 0;
    padding: 5px 10px 10px 10px;
    border: var(--border2);
}

#post-form p.checkfield + p.inputfield.required, #post p.checkfield + p.inputfield.required {
  background: transparent;
border: none;
    padding: 0;
}

/* FORMA OTVETA
--------------------------------------------------------------------------------------------------------------------------*/
#pun-viewtopic .post-box #post,
#pun-viewtopic .post-box fieldset {
  margin: 0 !important;
  padding: 0;
}

.post-box {
  padding-bottom: 20px;
  height: 100%;
}

#post .areafield {
  margin: 0;
}

#pun-edit #post .areafield span.input a {
    margin: 10px 0;
    display: block;
    text-transform: lowercase;
    font: 500 10px var(--font);
    color: var(--bg-color);
}

.hashelp {
  position: relative;
}

#main-reply {
  height: 213px;
}

.grippie {
  margin-top: 5px;
}

/* FONT CATEGORY © BLANCHE. free for use only with copy */
#font-area div.latynfont,
#font-area div.cyrfont {
    width: inherit !important;
    box-shadow: none !important;
    text-align: center;
    font-size: 0;
    margin: 7px -10px;
    grid-column: 1 / -1;
    justify-content: center;
    border: var(--border2);
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: 5px;background: var(--pun) !important;
}
#font-area div.latynfont:before,
#font-area div.cyrfont:before {
    font: 700 italic 13px var(--font);
    color: var(--color-accent1);
}
#font-area div.latynfont:before {
  content: "латинские шрифты";
}
#font-area div.cyrfont:before {
  content: "кириллические шрифты";
}

/* CUSTOM FORM-BUTTONS WITH WRITTEN SYMBOLS © BLANCHE. free for use only with copy */
#form-buttons {
    display: grid;
    grid-template-columns: 80px 1fr;
    margin: 0px 0 -1px 0;
    position: relative;
    padding: 5px 10px;
    height: 30px;
    border-radius: 7px 7px 0 0;
    border: var(--border2);gap: 3px;
}

#form-buttons table {
  width: 100% !important;
}

#form-buttons tr {
  width: 100%;
  display: flex;
  height: 18px;
  justify-content: space-between;gap:3px;
}

#plng,
#form-buttons td {
  display: flex;
  justify-content: center;
  gap: 3px;
  align-items: center;
  height: 18px;
  color: var(--color-dark2);
}

#form-buttons td {
    font: 500 15px var(--mat) !important;
    background-image: none !important;
    width: inherit !important;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 7px;
    border: 1px solid transparent !important;
}

#form-buttons td:hover {
    border-color: var(--color-gray2)!important;
    box-shadow: 2px 2px var(--color-gray2);
    transform: translateY(-1px);
}

#plng {
    font: 600 italic 11px var(--font);
    text-transform: lowercase;
    gap: 5px;
    color: var(--color-accent4);
    background: var(--pun1);
    border: var(--border2);
    border-radius: 7px 7px 7px 0;    cursor: default !important;
}

#plng:before {
    content: '';
    mask: url(https://forumstatic.ru/files/001c/86/ed/30619.svg) center/contain;
    background: var(--color-gray1);
    width: 12px;
    height: 12px;
}

#form-buttons td:hover {
  color: var(--color-accent1);
}

#form-buttons td img {
  z-index: 9;
}

#form-buttons td:before {
  position: absolute;
}

#button-font:before {
  content: "\e264";
}

#button-size:before {
  content: "\eae2";
}

#button-bold:before {
  content: "\e238";
}

#button-italic:before {
  content: "\e23f";
}

#button-underline:before {
  content: "\e249";
}

#button-strike:before {
  content: "\e257";
}

#button-transL:before {
  content: "\e8e2";
}

#button-indent:before {
  content: "\e23e";
}

#button-left:before {
  content: "\e236";
}

#button-center:before {
  content: "\e234";
}

#button-right:before {
  content: "\e237";
}

#button-justify:before {
  content: "\e235";
}

#button-link:before {
  content: "\e157";
}

#button-spoiler:before {
  content: "\e875";
}

#button-spoilerams:before {
  content: "\f835";
}

#button-image:before {
  content: "\e412";
}

#button-imagetwo:before {
  content: "\e3f4";
}

#button-video:before {
  content: "\e1c4";
}

#button-hide:before {
  content: "\e898";
}

#button-quote:before {
  content: "\e625";
}

#button-code:before {
  content: "\ead1";
}

#button-html:before {
  content: "\ef54";
}

#button-color:before {
  content: "\e40a";
}

#button-table:before {
  content: "\f088";
}

#button-smile:before {
  content: "\e87d";
  display: none;
}

#button-sticker:before {
  content: "\e813";
}

#button-keyboard:before {
  content: "\f028";
}

#button-addition:before {
  content: "\e145";
}

#button-mask:before {
  content: "\e853";
}

#floatbut:before {
  content: "\e3b5";
}

#button-ChangeСase:before {
  content: "\e262";
}

/* tags */
#tags .container,
#float {
    overflow-y: auto;
    padding: 10px !important;
    height: 197px;
    font: 500 11px/15px var(--font);
    text-transform: lowercase;
    z-index: 99999;
    top: 29px !important;
    margin: 0 -6px 0 0px;
    color: var(--color-dark1);
    background: var(--pun);
    border-bottom-right-radius: 7px;
    border: var(--border2);
}

#pun-edit #tags .container {
    top: 52px !important;
}

#addition-area {
    border-bottom-right-radius: 0px;    border-bottom-left-radius: 7px;
}

#font-area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2px;
  font-size: 13px !important;
}

#font-area div,
#size-area div,
#addition-area div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: all 0.5s;
    padding: 3px;
    position: relative;
    border-radius: 3px;
}

#font-area div:hover,
#size-area div:hover,
#addition-area div:hover {
    background: var(--color-accent3);
}

#font-area div img,
#size-area div img {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}

#font-area span,
#size-area span,
#addition-area div {
  height: auto !important;
}

#uploaded-images img {
  object-fit: cover;
}

#image-area,
#color-area,
#video-area,
#spoiler-area {
  height: auto !important;
}

#spoiler-area a,
#image-area a {
  color: inherit;
}

#float {
  left: 43%;
  z-index: 2;
  height: auto;
  position: absolute;
  display: none;
}

/* INPUT / BUTTONS
--------------------------------------------------------------------------------------------------------------------------*/
input,
select,
option,
.hvStickerPackModalTab, #pa-email strong a {
    background: var(--pun1) !important;
    border: var(--border2);
    font: 600 10px var(--font) !important;
    padding: 2px 7px;
    color: var(--color-dark2);
    border-radius: 7px;transition: all .2s
}

input:hover,
select:hover,
option:hover,
.hvStickerPackModalTab:hover {border-color: var(--color-accent5)}

select,
option {
  text-transform: lowercase;
}

#topic-modmenu {
  margin-top: 20px;
}

/* button */
.button,
.hvStickerPackModalTab, #profile-right #pa-email strong a {
    padding: 4px 10px !important;
    text-transform: lowercase;
    transition: all 0.5s;
    cursor: pointer;
    font: 700 italic 10px var(
  --font) !important;
    color: var(
  --color-accent4) !important;
    border-top-left-radius: 0px;
}

.button:hover,
.hvStickerPackModalTab:hover,
.hvStickerPackModalTab.active,
#pun-viewtopic .button.submit, #profile-right #pa-email strong a:hover {
    background: var(--color-accent3) !important;
    color: var(--color-dark1) !important;
    border: var(--border2) !important;
}

#imageupload-left input[type="button"] {
  width: auto !important;
  border: var(--border2) !important;
}

.button:hover, .hvStickerPackModalTab:hover, #pa-email strong a:hover {
    box-shadow: 2px 2px var(--color-gray2);
    transform: translateY(2px);
}

.button + .button {
    border-top-left-radius: 7px;
    border-bottom-right-radius: 0;
}

/* POST-LINKS / LINKST / LINSKB
--------------------------------------------------------------------------------------------------------------------------*/
.post-links {
  width: 100%;
}

.post-links ul {
  text-align: right;
  margin: 0;
}

#pun-searchposts .post-links ul {
  text-align: left;
}

#pun-searchposts .post:last-child .post-links {
  margin-bottom: 10px;
}

.post-links li {
  display: inline-block;
}

.pl-email {
  float: left;
}

.pl-reply,
.pl-quiet_quote {
  margin-left: 10px;
}

.post-links li + li {
    margin-left: 8px;
}

.pl-email + .pl-email {
  margin-left: 10px;
}

#pun-viewtopic h3,
#pun-searchposts h3,
#pun-multimove h3,
#pun-post h3 {
  margin: 0;
}

.post h3 span,
.linkst,
.linksb {
  display: flex;
  justify-content: space-between;
    align-items: center;
}

.post h3 span {
    flex-direction: row-reverse;
    margin: 0 0 -23px calc(var(--prof-w) + var(--post-p));
    position: relative;
    text-transform: lowercase;
    background: #f3f3f3;
    border: var(--border2);
    height: 23px;
    border-radius: 7px;
    padding: 0 15px;
}

.post h3 span, .post h3 span strong {
    font: 600 8px var(--font) !important;
}

.postlink {
  display: flex;
  gap: 10px;
  align-items: baseline;
  height: 13px;
}

#pun-messages .postlink {
  height: auto;
}

.pagelink {
  order: 1;
  display: flex;
  align-items: center;
  font-size: 0;
  gap: 5px;
}

.pagelink strong {
    font-weight: 800 !important;
    font-style: italic !important;
    color: var(--color-accent1);
}

.postlink {
  order: 3;
  width: auto !important;
}
.subscribelink {
  order: 2;
}

#pun-viewforum noindex {
  order: 3;
}

.post-links,
.postlink,
.subscribelink,
#pun-viewforum .modmenu strong,
.postlink .button,
.pagelink,
#togglePreview .button {
  font: 600 9px var(--font) !important;
  text-transform: lowercase !important;
}

.post h3 a {color: var(--color-accent4)}
.post h3 span, .post-links a, .linkst, .linkst a, .linksb, .linksb a {color: var(--color-dark2)}

.post-links a,
.pagelink,
.postlink,
.post h3 span a,
.post h3 span strong {
  position: relative;
  z-index: 9;
}

.post-links a,
.postlink a,
.pagelink,
.subscribelink a,
#togglePreview .button,
#pun-viewforum .modmenu a,
.postlink .button {
  border: var(--border2) !important;
  padding: 1px 10px 2px 10px !important;
  transition: all 0.5s;
background: var(--pun) !important;
border-radius: 7px 1px 7px 7px;cursor: pointer
}

.post-links a:hover, .postlink a:hover, .pagelink:hover, .subscribelink a:hover, #togglePreview .button:hover, #pun-viewforum .modmenu a:hover, .postlink .button:hover {     box-shadow: 2px 2px var(--color-gray2);}

.post-links .pl-email a, .pagelink {border-radius: 1px 7px 7px 7px;}

.linkst {margin-bottom: 15px;}

/* PAGES: VIEWTOPIC / POST / PUN-POST
--------------------------------------------------------------------------------------------------------------------------*/
.post + .post, #pun-viewtopic .linksb {margin-top: 30px;}
.post .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--post-p);
    justify-content: center;
    position: relative;
    align-items: flex-start;
}

/* rating */

.post .post-rating a,
.post .post-vote a {
  font: 600 12px var(--font) !important;
  color: var(--bg-color);
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
}

.post .post-vote a {
    font-size: 0 !important;
}

.post-rating a:before,
.post-vote a:before {
    content: "";
    transition: all 0.5s;
    background: #90bfeb;
    width: 14px;
    height: 14px;
    margin-top: 1px;
}
.post-rating a:before {
    mask: url(https://forumstatic.ru/files/001c/86/ed/76792.svg);
}
.post-vote a:before {
mask: url(https://forumstatic.ru/files/001c/86/ed/18419.svg);
}

.post-rating a:hover:before,
.post-vote a:hover:before {background: var(--color-accent4)}

.mylike .post-rating a:before {
    background: var(--color-gray1);
}

.post-body {
    display: block;
    width: calc(100% - var(--prof-w) - var(--post-p));
    position: relative;
    padding: 33px 15px 0 15px;
}

.post-content {
  width: 100%;
  text-align: justify;
  /*  overflow: hidden;*/
}

.post-content img.postimg {
  vertical-align: middle;
}

.post-content table {
  table-layout: fixed;
}

.post-content table td {
  border: none !important;
  vertical-align: top;
}

.post-content p {
  margin: 0;
  padding-bottom: 10px;
  line-height: 150%;
  text-align: justify;
}

#topic-users-in {
    text-transform: lowercase;
    margin: 20px 0;
    color: var(--color-gray1);
    font: 500 11px var(--font);
}

#topic-users-in a {
  color: var(--color-dark2);
}

#topic-users-in span {
  font-weight: 600 !important;
}

#topic-users-in a:after {
  content: ",";
  margin-right: 2px;
}

.formsubmit {
  display: flex;
  gap: 10px;
  align-items: center;
  text-transform: lowercase;
  color: var(--color-gray1);
  font: 500 10px var(--font);
}

#profile1 > p > input {
  margin-left: 123px;
}

#post-form ~ .post {
  margin-top: 40px;
}

#pun-post #post-preview legend span,
#pun-userlist legend span,
#pun-search legend span,
.modal-inner legend span,
#pun-delete legend span {
  display: block !important;
  margin-bottom: 10px;
}

#pun-login label {
  white-space: nowrap;
}

#pun-post .post h3 span {
  margin-top: 0px;
}

#pun-messages h3 {
  margin: 0;
}

/* font size */
.settings_wrap {
    position: fixed;
    top: 90px;
    left: calc(50% + 509px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.slide_button:before {
    content: "\e245";
    font: 500 16px var(--mat1);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s;
    background: var(--pun);
    border: var(--border);
    color: var(--color-accent1);
    box-sizing: border-box;
}

.slide_block {
    display: none;
    padding: 10px;
    font: 700 italic 13px var(--font);
    text-transform: lowercase;
    border: var(--border);
    background: var(--pun);
  color: var(--color-dark2);
}

.slide_button.i_active:before {
  color: var(--color-accent3);
    border-width: 12px;
  background: var(--color-gray1);
}

div#chfont {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

div#chfontsize {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;font-style: normal;
}

.fsizeplus,
.fsizeminus {
  font-size: 14px;
}

.fsize {
  color: var(--color-accent1);
}

/* new theme */
.required label,
.datafield .input,
.selectfield label,
.inputfield label,
/*.inputfield.required.longinput,*/
#pun-admain legend span,
#setmods dt {
  background-color: transparent !important;
  font: 400 10px var(--font) !important;
  text-transform: lowercase;
  display: inline-block;
  margin-bottom: 7px;
  color: var(--color-gray1);
}

.required label {
    margin-right: 5px;
}

p.checkfield {
    text-transform: lowercase;
}

.inputfield.required.longinput:last-child {
  display: flex;
  align-items: center;
}

/* checkboxes */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  vertical-align: middle;
  font: 400 10px var(--font);
  padding: 2px 0;
  display: inline-block;
}

/* PAGES: VIEWFORUM, SEARCHPOSTS, ETC
--------------------------------------------------------------------------------------------------------------------------*/
.newtext {
  font-size: 0px;
}

.newtext a {
    color: var(--color-accent1) !important;
    background: var(--color-accent3);
    border-radius: 3px;
    padding: 1px 5px;
}

.pagestext a {
  color: var(--link) !important;
}

#pun-viewforum .category {
  margin-bottom: 10px;
}

#pun-searchposts h3 span {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 10px;
}

#pun-searchposts h3 strong {
  position: absolute;
  right: 10px;
}

#pun-searchposts .FNTslider {
  position: absolute;
  right: 0;
  top: -50px;
}

#pun-searchposts h3 span a {
  display: inline-flex;
  align-items: center;
}

#pun-searchposts h3 span a:after {
    content: 'x';
    margin-left: 10px;
    color: var(--bg-color);
}

#pun-reputation .inner {
    font: 500 10px var(--font);
    color: var(--color-dark1);text-transform: lowercase;
}

#pun-reputation .inner td.tc2 {
    padding: 7px 0;
}

/* PAGES: VIEWPROFILEb
--------------------------------------------------------------------------------------------------------------------------*/
#viewprofile tr {
    display: grid;
    grid-template-columns: 208px 1fr;
    font: 500 11px var(--font);
    align-items: start;
    position: relative;
    gap: var(--post-p);
    padding: 15px;
    border: var(--border2);
    border-radius: 7px;
}

#profile-signature tr {
  display: block;
  margin: 0px 0 0 0;
  border: none !important;
  background: none !important;
}
#profile-signature {
  margin-top: -10px;
}

#profile-signature ul {
  border: none !important;
  padding: 0px !important;
}

/* left part */
#viewprofile #profile-left {
    width: inherit !important;
    text-transform: lowercase;
    height: 100%;
    display: flex;
    border: var(--border2);
    padding: 0 15px 15px 15px !important;
    flex-direction: column;
    border-radius: 7px;
    align-items: center;
}

li#pa-avatar {
  margin-bottom: 7px;
}

/*#profile-left #profile-title strong,
#profile-left #pa-online strong {
  color: var(--color-light);
  font: 400 9px var(--font) !important;
}*/

#pa-edit a, #pa-online {
    font-size: 0;  
}

#pa-edit a {
    top: 29px;
    color: var(--color-dark1);
}

#pa-edit a:before {
  content: "\f4fa";
  font: 500 14px var(--mat);
}

/* right part */
#profile-right {
    width: 100% !important;
    overflow: visible !important;
    height: 100%;
    gap: var(--post-p);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
}

#profile-right li {
    gap: 12px;
    text-transform: lowercase;
    display: grid;
    grid-template-rows: 24px 30px;
    align-items: start;
    padding: 2px;
}

#profile-right li span:first-child,
#pa-email strong a {
    text-transform: lowercase;
    border-radius: 7px 7px 7px 0px;
    font: 600 0px var(--font);
    width: calc(100% - 50px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: var(--color-accent5);
    border: var(--border2);
    border-width: 1px;
    outline: 2px solid #eeeeee;
    margin-left: 30px;
    position: relative;padding-bottom: 1px;
}

#profile-right li span:before {
    font: 500 14px var(--mat);
    position: absolute;
    left: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: var(--border2);
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #eeeeee;
    bottom: -3px;
}

#pa-posts span:before, td.tc3.num_posts:before {
    content: '\e7d1';
}

#pa-respect span:before, td.tc3.relation:before {
    content: '\f4b9';
}

#pa-positive span:before {
    content: '\f292';
}

#pa-fld3 span:before {
    content: '\e2eb';
}

#pa-fld4 span:before {
    content: '\f524';
}

#pa-register-date span:before {
    content: '\e8df';
}

#pa-time-visit span:before {
    content: '\e20c';
}

#pa-last-post span:before {
    content: '\f563';
}

#pa-last-visit span:before, td.tc3.last_visit:before {
    content: '\e4cb';
}

#pa-email strong a {
  white-space: nowrap;
  width: fit-content;
    height: 23px;margin: 0 !important;
}

a.sendemail {
    border-radius: 0 7px 7px 7px !important;
}

a.sendpm {
    border-radius: 7px 7px 0 7px !important;
}

#profile-right li span:first-child,
#profile-right li span:first-child a {
    color: var(--color-dark1);
}

#profile-right strong {
    font: 600 italic 10px var(--font);
    padding: 0 !important;
    text-align: center;
    border: var(--border2);
    border-radius: 7px 0px 7px 7px;
    margin-left: 20px;
    height: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

#profile-right strong,
#profile-right strong a {
    color: var(--color-dark1) !important;
}

#profile-right #pa-posts strong a {
  font-size: 0;
}

#pa-posts {
  order: 1;
}

#pa-respect {
  order: 2;
}

#pa-positive {
  order: 3;
}

#pa-fld3 {order: 4;}
#pa-fld4 {
  order: 5;
}

#pa-posts,
#pa-respect,
#pa-positive,
#pa-fld4,
#pa-fld5,
#pa-register-date,
#pa-time-visit,
#pa-last-post,
#pa-last-visit {
/*  width: calc(100% / 6.5);*/
}

#pa-posts strong {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

#pa-fld5 {
  order: 6;
}

#pa-register-date {
  order: 7;
}

#pa-time-visit {
  order: 8;
}

#pa-last-post {
  order: 9;
}

#pa-last-visit {
  order: 10;
}

#profile-right #pa-email {
    order: 11;
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
}

#pa-email strong {
  font-size: 0;
  display: flex;
  gap: 5px;
  justify-content: center;    border: none;margin: 0;
}

#profile-right li span:first-child:after, #profile-right li span:first-child a:after {
    font-size: 9px;
}

li#pa-posts span:after {
    content: 'соо';
}

li#pa-respect span a:after {
    content: 'лайки';
}

li#pa-positive span a:after {
    content: 'лайкнул';
}

li#pa-fld3 span:after {
    content: 'поинты';
}

li#pa-fld4 span:after {
    content: 'посты';
}

li#pa-register-date span:after {
    content: 'создал учетку';
}

li#pa-time-visit span:after {
    content: 'провел на форуме';
}

li#pa-last-post span:after {
    content: 'последнее соо';
}

li#pa-last-visit span:after {
    content: 'заходил';
}

/* navigation */
#profilenav {
  display: flex;
  justify-content: space-between;
  background: var(--color-light2);
  border-radius: 5px;
  padding: 3px;
}

#profilenav ul {
  margin: 0 -2px;
  display: flex;
  gap: 11px;
  text-transform: lowercase;
  flex-wrap: wrap;
}

.messages-container #profilenav ul:first-of-type a:hover {background: #cecece}

#profilenav .isactive a, .messages-container #profilenav ul:first-of-type .isactive a {
    background: var(--color-accent5);
    border-width: 1px !important;
}

/* inside */
#profile fieldset,
.adformal {
  padding: 20px;
}

#pun-messages #profile fieldset {
  padding: 0;
}

#pun-profile fieldset,
#pun-profile .adfs-box {
  text-transform: lowercase;
  font: 500 11px var(--font);
}

#profile fieldset fieldset {
  margin-left: 0px !important;
  padding: 0px;
}

#filetable thead tr {
  display: table-row;
}

#pun-profile #profile {
  min-height: 280px;
}

span.files-page-select select {
  padding: 0px 7px;
}

/* PAGES: USERLIST, RESPECT, ONLINE
--------------------------------------------------------------------------------------------------------------------------*/
.usertable td,
.usertable th {
  text-align: center;
}

.usertable .tcl,
#pun-respect .tcl,
#pun-positive .tcl {
  text-align: left;
}

#pun-respect td,
#pun-respect th,
#pun-positive td,
#pun-positive th {
  width: auto !important;
  text-align: center;
  overflow: hidden;
}

/* userlist */
.username,
td.pmtc22 {
  display: grid;
  grid-template-columns: 36px auto;
  grid-template-areas: "ava user";
  gap: 10px;
  align-items: center;
}

#pun-online .username {
  display: block;
}

/*td.pmtc22 {
justify-content: end;
}*/

.usersname,
td.pmtc22 a,
#pun-viewforum td.tcr .byuser,
#pun-searchtopics td.tcr .byuser {
  grid-area: user;
}

/* style */
.usertable tbody {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.usertable td.tcl.username {
    grid-column: -1/1;
    order: 1;
}

.usertable tr {
    background: var(--pun1);
    grid-template-columns: 1fr 1fr 1fr;
    border-radius: 0 7px 7px 7px;
    border: var(--border2);
    padding: 10px;
    margin-left: 50px;
    position: relative;
}

.usertable .user-avatar {
    position: absolute !important;
    left: -50px;
    top: -23px;
}

span.usersname a {
    font: 700 italic 12px var(--font) !important;
    color: var(--color-accent1);
    position: absolute;
    background: var(--color-accent3);
    right: 10px;
    border-radius: 7px 0 7px 7px;
    padding: 0px 10px;
    top: -11px;
    border: var(--border2);
    height: 21px;
    display: flex;
    align-items: center;
}

span.usersname a:hover {background: var(--color-gray2);
    border-top-width: 5px;
     border-bottom-width: 5px; 
}

.usertable .user-avatar, .usertable .avatar-image {
    border-radius: 7px !important;
    width: 40px !important;
    height: 40px !important;
}

td.tc3.relation {
    order: 2;
}

.usertable tr td {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font: 600 italic 10px var(--font);
    color: var(--color-dark1) !important;
    gap: 5px;
}

.usertable tr td:before {
    font: 500 14px var(--mat);
    background: #eeeeee;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: var(--border2);
}

td.tc3.num_posts {
    order: 1;
}

td.tc3.last_visit {
    order: 3;
}

/* PAGES: MESSAGESb
--------------------------------------------------------------------------------------------------------------------------*/
#pun-messages .hasicon {
  margin: 0 0 10px 0;
}

#pun-messages .post-links {
  margin-bottom: 13px;
}

.postlink.long .new-topic {
  padding: 0 !important;
}

#profile.formal.messages-container .container {
  min-height: 70px;
}

#notify-settings {
  font: 400 9px var(--font);
  text-transform: lowercase;
  color: var(--color-gray1);
  margin-left: calc(var(--profnav-w) + 15px);
}

input#OnOff_Notify {
  margin-top: -2px;
}

#volSlider.vol_slider {
  margin-top: 1px;
}

/* SCROLLBAR / SELECTION
--------------------------------------------------------------------------------------------------------------------------*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: var(--color-gray1);
}
::-webkit-scrollbar-thumb {
  background: #3070ff;
}

.scrollbox::-webkit-scrollbar-track {
  background: var(--color-gray1);
}

/* selection */
::selection,
.highlight-text {
  color: var(--color-dark1);
  background: var(--color-accent5) !important;
}

/* HIDDEN ELEMENTS
--------------------------------------------------------------------------------------------------------------------------*/
.acchide,
h1,
#pun-navlinks h2,
#pun-status h2,
#pun-ulinks h2,
.multipage .topic h2,
form#post.container legend span,
.post-sig dt span,
.crumbs strong,
.divider hr,
#pun-userlist .main h2,
#pun .modlist,
.stickytext,
.closedatafield,
#pun-viewforum #pun-main h2,
#pun-announcement h2,
#pun-break4,
#pun-messages .post-sig,
.tipsy-arrow,
.clearer,
#pun-searchtopics #pun-main h2,
.num_msg:before,
#topic-users-in a:last-child:after,
#topic-modmenu span,
#pun-viewforum .modmenu span,
#post-form h2,
#pun-index thead,
.forum thead,
#pun-viewforum thead,
#profile thead,
#pun-index .tcr br,
/*#pun-index .tc2,
#pun-index .tc3,*/
.lastedit,
.pa-reg,
.pa-gifts,
.pa-replies,
.sharelink,
.pl-share,
.pl-reports,
.pa-last-visit,
#viewprofile-next #profilenav,
#pa-invites,
#profile-gifts,
#pun-live-rusff,
.crumbs em,
#pun-searchposts em,
#pun-searchtopics .modmenu,
.bubble:after,
#pun-post .topic h2,
.hide-box .qcn,
#topic-feed,
.modal-inner h2 span,
.catleft,
.catright,
#button-smile,
#button-files_rusff,
#button-graffiti_rusff,
#pun-index .subforums em,
.reactions-root,
.qcn,
.pa-ip .fld-name,
#pun-searchposts h3 span a:last-child:after,
#pun-index .tclcon span a:last-child:after,
#pun-index .subforums a:last-child:after,
#pa-email span:first-child,
.pa-online,
.mylike .post-vote,
.statscon .item1 span,
.statscon .item2 span,
.statscon .item3 span,
.statscon .item4 span,
#post #post-preview legend,
#pun-searchtopics td.tc2:before,
#pun-messages .tc2:before, #pun-messages .tc3:before,
#pun-userlist .linkst,
.pa-title,
.postlink .closed,
#profile-title,
#pa-fld1 span,
#pa-fld2 span,
#profilenav h2,
#messages legend,
#profilenav li.item9,
#profilenav li.item12,
#pun-index .crumbs,
#pun-index #pun-crumbs2,
#pun-navlinks li:last-child a:after,
#navindex a:after,
#h-unanswered,
#h-replies,
#pun-status .status-right,
tabla_duo a:last-child:after,
#pa-fld5,
.tc2.user_title,
.usertable thead,
td.tc3.registered,
#pa-name,
#pa-birthdate,
#pa-location, 
#pun-respect td.tc2, 
#pun-positive td.tc2,
#pun-respect thead,
#pun-positive thead,
.category .container:after, .category:nth-child(2n+1) .container:before, 
#pun-viewforum .isub .tcr br,
#BookmCntToggle.default-style:after,
.guestbook br,
.esthetics br,
.guestbook-ams a:last-child:after,
.theme br,
.theme-line-block p:before,
.theme-grid-block .theme-text:after,
.twins .theme-grid-block-title p:before,
.theme-text.codes:before,
.dossier .theme-text:after, 
.theme .spoiler-box > div:after,
.shop .theme-grid-block + .theme-text:before,
.shop .theme-grid-block + .theme-text:after,
#pa-fld6 > span,
.bp .theme-text + .theme-text:before,
.bp .theme-text + .theme-text:after,
.bp-user .theme-text:before,
.bp-user .theme-text:after {
  display: none !important;
}

.pun-modal.unread-notifications .modal-inner h2 span,
.pun-modal.rating_theme h2 span {
  display: inline-block !important;
}

/* MOBILE / MOZILLA
--------------------------------------------------------------------------------------------------------------------------*/
@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
  }
  #form-buttons {
    margin-bottom: -2px;
  }
}

/*html{min-width: 1200px!important;}для мобил*/
@media screen and (max-device-width: 480px) {
  /*  a,
  a:hover,
  a:focus,
  a:active,*/
  #pun-status,
  .crumbs,
  #pun-stats ul.container,
  .modmenu .container,
  #pun-index .tcr .lastpost,
  #pun-respect td,
  #pun-respect th,
  #pun-positive td,
  #pun-positive th,
  #pun-viewforum td,
  #pun-searchtopics td,
  .quote-box a,
  .quote-box,
  .code-box a,
  .code-box {
    -webkit-text-size-adjust: none;
  }
  .hashelp center div a button,
  .button,
/*  input,*/
  select {
    -webkit-appearance: none !important;
  }
  .go-up,
  .go-down {
    display: none !important;
  }
.settings_wrap {
    left: auto;
    right: 10px;
  align-items: flex-end;
    z-index: 9;
}
}

.pa-fld5 {
  opacity: 0;
  height: 0;
}


/*************************
Стиль для Быстрой смены аккаунтов
Deff
*************************/
/*Cкрытие формы входа без клика*/
#pun-navlinks a:not(.NextShow)+span.odd{
display:none!important;
}
#pun-navlinks a:not(.NextShow)+span.odd{
  display:none!important;
}
#pun-navlinks a.NextShow+span.odd{
position: absolute!important;
}
/*Стиль доп-иконки Выход!*/
#pun-navlinks a#New-exit {
    position: absolute;
    z-index: 100000!important;
    margin-top: -21px !important;
    margin-left: 31px !important;
    display: inline-block!important;
    filter: hue-rotate(135deg);
}
#pun-navlinks #New-exit img{
position: absolute;
left: 0;
top: 0px;
width: 18.5px;
height: auto;
transition: .63s;
}
#pun-navlinks #New-exit:hover img{
transition: .63s;
opacity: .42;
}
.punbb #pun-navlinks a#New-exit:before {
    content:none;
}

.punbb #pun-navlinks #form-login input[type="submit"] {
    margin-top: 10px;
}


/*Стиль формы входа*/
.punbb #pun-navlinks #form-login *,
.punbb #pun-navlinks #form-login {
   box-sizing:content-box;
}
.punbb #pun-navlinks #form-login {
    background: var(--pun);
    min-height: 183px;
    border: var(--border2);
    border-radius: 0px 0px 6px 6px;
    color: #000000;
    display: block;
    font: 500 10px var(--font);
    left: 0px;
    padding: 8px 12px;
    margin: 1px 0;
    position: absolute !important;
    text-align: center;
    word-spacing: normal;
    white-space: normal;
    text-transform: none;
    top: 21px;
    width: 122px;
    z-index: 100000!important;
}
#pun-navlinks #navlogin #form-login {
  margin-left: -30px;/*Подвижки формы влево от вход*/
}
#pun-navlinks #navlogout #form-login {
  margin-left: -30px;/*Подвижки формы влево от выход*/
}
.ismoderator #pun-navlinks #navlogout #form-login {
  margin-left: -30px!important;/*Подвижки формы влево от выход для АМС*/
}
/*Стиль ссылок в форме "Не зарегистрированы" и "Забыли пароль" */
#pun-navlinks #form-login input[value="Войти"]+p{
margin: 11px 0;
}
.punbb #pun-navlinks #form-login a.Rega,
.punbb #pun-navlinks #form-login a.Forgot{
position:relative;
text-transform: none!important;
z-index:20;
cursor:pointer;
font: normal normal 200 10px/normal Verdana!important;
letter-spacing: 0.4!important;
display:inline;
background: none!important;
padding: 0 0 0 3px!important;
color: #76333C!important;
font-size: 9px!important;
/*text-shadow: 1px 1px 1px rgba(40, 52, 61, 0.39);*/
}
.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:-9px;
min-height:90px;
width:220px;
right:100%;
padding: 12px 19px 12px 17px;
    background: var(--pun);
    min-height: 183px;
    border: var(--border2);
border-radius:0 0 0px 6px;
text-align:center;/
}

.punbb #pun-navlinks #form-login span {
    font-size: 10px;display: block;
}
/*Стиль контейнера под список Ников*/
.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: var(--color-accent3);
    text-transform: none!important;
    text-align: left;
    padding-left: 5px!important;
    margin: 1px auto!important;
    padding: 2px 0;
    transition: .33s;
}
.punbb #List-UserNames li:hover{
opacity:.84;
/*background:#83693E!important;*/
}
/*Стиль Ников*/
.punbb #List-UserNames li>b{
    cursor: pointer;
    opacity: .9;
    color: #55728f;
    font-weight: 600;
}
/*Скролл контейнера с никами*/
#List-UserNames ul::-webkit-scrollbar {
width: 3px;
height: 5px;
}
#List-UserNames ul::-webkit-scrollbar-track {
background-color: #393A38;
border: 0px solid #d7d8d9;
box-shadow: none;
}
#List-UserNames ul::-webkit-scrollbar-thumb {
background-color: #C0BFBD;
border: 0px solid #d7d8d9;
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;
}
#pun:not(.isguest) #navlogout .Rega,
#pun:not(.isguest) #navlogout .Forgot {
display:none!important;
}
/*Стиль блока с инпутом для переноса и вставки запомненных Аккаунтов*/
#List-UserNames ul+span{
display:inline-block;
padding:6px 0 8px 0;
text-align:left;
font: normal normal 400 10.56px/normal Verdana;
}

/*Стрелочки к инпуту*/
#List-UserNames ul+span b{
font: normal normal 400 13px/normal Verdana;
padding:0 3px;
color: #000000;
}
/*Кликалка слева, чуть выше инпута*/
#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 Verdana!important;
margin-top:-22px!important;
margin-left: 148px!important;
max-width:170px;
}
/*************************
//Конец Стиля для Быстрой смены аккаунтов
*************************/




/*****************
Стиль "Тихой Цитаты"
*****************/
.quiet-quote{
  position:relative;
  display: table;
  margin: 4px 15px 0px 19px!important; /*Отступы*/
  font-style: italic;
  font-size: 11px;
  color: #695f5f;
  /*text-align:justify;
  border:red solid 1px;*/
}
.quiet-quote>p{
  line-height:normal!important;
}
.quiet-quote:before, /*Шрифт, Цвет, Размер иконок*/
.quiet-quote:after{
  font-size: 17px;
  display: inline-block;
  position:absolute;
  z-index:1000;
  font-weight: 900;
  color: #695f5f; /*Цвет Кавычек*/
  font-family:System, Arial, sans-serif;
}
.quiet-quote:before{
  content: "\201C";  /*Код левой кавычки к Тихой цитате*/
  left:-13px;
  top:5px;
}

/*Код правой кавычки к Тихой цитате
Cкрыл Правую кавычку

.quiet-quote:after{
  content: "\201D";
  right: -15px;
  bottom: -20px;
} */ 
/*************************
/END//Стиль "Тихой Цитаты"
*************************/