/* By Stark aka Lawrenjin 2021 
------------------------------------------ */

@import url(style_cs.1626008286.css);
@import url(https://use.typekit.net/leu6mng.css);


* {
/*  font-size: 14px; */
  box-sizing: border-box;
/*  font-family: sans-serif; */
}



/* base objects stats */

html, body {
  margin: 0; padding: 0;
}

.punbb * {
  margin: 0;
 
}

#pun_wrap,
#pun-title,
#pun-navlinks,
#pun-ulinks,
#pun-main table {
  width:100%;
}

#pun-navlinks,
#pun-ulinks,
#pun-status {
  position: fixed;
  display:flex;
  justify-content: center;
}

#pun-about {
    position: fixed;
    height: 16px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #ebe5d7;
}

#pun_wrap {
  background: #242924;
  height:100%;
 /* height:100vh; */
}

#pun {
    height:100%;
    background:#d7d1c3;
    padding: 220px 20px 50px 20px;
}

#pun,
#pun-navlinks .container,
#pun-ulinks .container,
#pun-status .container {
    margin: auto;
    width: 70%;
    max-width:1100px;
}

#pun,
#pun-navlinks .container,
#pun-ulinks .container {
    min-width: 900px;
}


#pun-navlinks .container,
#pun-ulinks .container {
    display: flex;
    justify-content: left;
}

#pun-title {
  position:absolute;
  height:220px;
background:url('http://forumstatic.ru/files/001a/e9/cb/92722.jpg');
  border-bottom: 7px solid #ebe5d7;
  left:0;
  top:0;
}


#pun-navlinks .container a,
#pun-ulinks .container a,
.category .container h3 a  {
   color:#1e191a;
   text-decoration:none;
}

#pun-main a {
  text-decoration:none;
}

/* лишние заголовки */

#pun-navlinks h2,
#pun-ulinks h2,
#pun-status h2,
#pun-stats h2,
#pun-index h1 {
  display:none;
}


#pun-navlinks {
  height: 70px;
  padding-bottom: 20px;
  background: #ebe5d7;
  top:0;
  left: 0;
  z-index: 900;
}

#pun-navlinks ul li {
   font-family: "jakob";
   font-weight:bold;
   font-size: 18px;
   padding: 0px 10px 0px 0px;
}

#pun-ulinks {
  top:35px;
  left: 0;
  font-size: 11px;
  z-index: 991;
}

#pun-ulinks li {
  padding: 10px 10px 0px 0px;
}

#pun-navlinks ul li,
#pun-ulinks ul li {
  display:inline-block;
  z-index:1000;
}

#pun-status {
  width:300px;
  right:23%;
  height:50px;
  top:5px;
  text-align:right;
  z-index: 991;
}

#pun-index .category {
 background:#ebe5d7;
 padding:10px;
 margin: 20px 0;
}

#pun-main .category h2 {
    margin: 0 0 -7px 0;
}

#pun-index .category,
#pun-main .category h2,
#pun-index .main table tr,
#pun-main h1 {
   box-shadow: 0px 1px 5px 0px #bdb7ab;
}

#pun-index .category,
#pun-main .category h2,
#pun-main h1 {
   padding: 10px 6%;
}

#pun-main table tr td:first-of-type {
   padding: 15px 0px 15px 0px;
}

#pun-main table tr td:last-of-type {
   padding: 35px 0 22px 0px;
}


#pun-index .category {
  padding: 8px 8px 0px;
  border-radius: 3px;
}


#pun-title,
#pun-navlinks {
   box-shadow: 0px 1px 10px 1px #252321;
}

#pun-main .category h2,
#pun-main h1 {
 background:#252525;
 color:#ebe5d7;
 width:100%;
}

#pun-main table {
  border-collapse: separate;
  border-spacing: 0px 17px;
}


#pun-index .main table tr {
   background: #ebe5d7;
}

#pun-index .main .tc2, #pun-index .main .tc3 {
  width: 0px;
  overflow:visible;
  padding:0;
  position:absolute;
  display: inline-block;
  margin-top: 65px;
  color: #beb7a6;
  font-size: 12px;
}

#pun-index .main .tc2 {
  margin-left: -140px;
}

#pun-index .main .tc3 {
  margin-left: -25px;
}

#pun-index .main .tc2:before {
  content: "Тем: ";
  position: absolute;
  left: -35px;
}

#pun-index .main .tc2:after {
  content: ",";  
}

#pun-index .main .tc3:before {
  content:"Сообщений: ";
  position: absolute;
  left: -85px;
}

#pun-status .container span.item1 img {
   width:50px;
   height:50px;
   margin: 5px 15px;
   float: right;
   border-radius: 3px;
}

#pun-status .container span.item1 {
  font-size:13px;
}

#pun-status .container span.item2 {
   display: block;
   font-size:11px;
   color: #a9a292;
}

#pun-status .container {
   width:100%;
}

.main table tr td.tcl {
  width:60%;
  vertical-align: top;
}

.main table tr td.tcl .intd {
  position:relative;
}

#pun-main .category h2,
#pun-main h1,
.main table tr td.tcl,
.main table tr td.tcr {
  border-radius: 3px;
}

.main table tr td.tc2,
.main table tr td.tc3 {
  border-radius:0px;
}

#pun-index .main table tr td.tcr {
  display: grid;
  align-items: start;
  grid-template-columns: 50px;
  grid-template-rows: auto;
}

#pun-index .main table tr td.tcr em.user-avatar {
   grid-column: 1;
   grid-row: 1;
   align-self:start;
   align-items: center;
   justify-items: center;
}

#pun-index .main table tr td.tcr > a {
    grid-column: 2;
    grid-row: 2;
    align-self:start;
    margin-top: 14px;
}

#pun-index .byuser:before {
   font-family:'icomoon';
   content:"\e9f2 ...";
    font-size: 21px;
    font-weight: normal;
    position: absolute;
    margin-top: 25px;
    margin-left: -12px;
    color: #252525;
}

#pun-index .main table tr td.tcr .lastpost {
    grid-column: 2;
    grid-row: 1;
}

.subforums {
    width: 100%;
    padding: 20px 5px;
    font-size: 12px;
    color: #beb7a6;
    font-weight: bold;
    position: absolute;
    z-index: 10;
}

/* 
.subforums:after {
    position: relative;
    display: block;
    margin-top: -5px;
    right: -27px;
    float: right;
    content: ".";
    font-size: 0;
    background-color: #e0d9c8;
    width: 30px;
    height: 25px;
} */

.lastpost {
    width: auto;
    margin-left: -28px;
    min-height: 26px;
    padding: 5px 28px;
    background-color: #252525;
    color: #ebe5d7;
    font-size: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.datetime,
.byuser {
   font-size: 11px;
   text-transform: uppercase;
}

.datetime {
   padding: 0 10px; 
   opacity: 0.7;
}

.byuser {
  font-weight:bold;
  z-index:10;
}

.byuser:after {
  content:",";
  font-weight:normal;
}

/** Avatars
---------------------------------------------------------------*/
.punbb .user-avatar {
    position:relative; 
}

#pun-index .user-avatar {
    height:50px; 
    vertical-align:middle;
}

.punbb .user-avatar a {
    padding:0!important; 
    background:none transparent!important;
}

.punbb .user-avatar a:after {
    content:none!important;
}

.punbb .user-avatar .avatar-image {
   position: absolute;
    margin-top: 6px;
    margin-left: 2px;
    height: 40px;
    width: 40px;
   opacity:0.85; 
   background-position:center center; 
   background-size:cover; 
   background-repeat:no-repeat;
   clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  z-index:20;
}

.punbb .user-avatar .avatar-image:hover {
   opacity:1;
}

.user-avatar:before {
  content:".";
  font-size:0;
  position:absolute;
    display: block;
   margin-top: 8px;
    margin-left: 4px;
    height: 36px;
    width: 36px;
   background-color:#252525;
   transform: rotate(45deg);
   z-index:10;
   opacity:1;
}

/*
.user-avatar:after {
    content:".";
  font-size:0;
  position:absolute;
    display: block;
   margin-left: 22px;
    height: 26px;
    width: 36px;
   background-color:#252525;
   z-index:10;
   opacity:1;
} */

.punbb .user-avatar .isonline {
    margin-top: 10px;
    margin-left: 6px;
    width: 32px;
    height: 32px;
   display:block; 
   position:absolute; 
   transform: rotate(45deg);
   animation:blinkColor .9s linear infinite; 
   -moz-animation:blinkColor .9s linear infinite; 
   -webkit-animation:blinkColor .9s linear infinite; 
   background:#8ac176; z-index:19;
}


.main table tr td.tcl .icon {
    margin-top: 8px;
    position:absolute;
    height: 76px;
    width: 40px;
    background-color: #beb7a6;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    z-index: 10;
}

.tclcon h3 {
    height: 30px;
    font-size: 24px;
}

.tclcon h3:after {
    content: ".";
    font-size: 0;
    border-top: 2px solid #beb7a6;
    display: block;
    background-color: #e0d9c8;
    width: auto;
    height: 25px;
    margin-top: 10px;
    margin-left: -50px;
    margin-right: -23px;
    z-index: 5;
}

/*
.tclcon h3:before {
    content: ".";
    font-size: 0;
    margin-top: 29px;
    display: block;
    position: absolute;
    width: 60px;
    height: 24px;
    z-index: 2;
    background-color: #e0d9c8;
} */

.tclcon h3,
.tclcon .subforums {
   padding-left: 8%;
}

.tclcon h3,
.tclcon .subforums,
.main table tr td.tcr,
#pun-main .category h2,
.forumDescription,
#pun-ulinks,
#pun-status,
.main .tc3,
.main .tc2 {
    font-family: 'proxima-soft-condensed', 'Verdana', sans-serif;
}

.forumDescription {
    padding: 55px 15px 0px 4%;
    font-size: 16px;
}

#pun-navlinks li#navpm {
   font-size:0;
   position:fixed;
   right:21%;
   margin-right:5px;
   width:30px;
   height:30px;
}

li#navpm a {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 10;
}

li#navpm:before {
    font-family:'icomoon';
    font-size:18px;
    content:'\f2b6';
    display:block;
    position:absolute;
    z-index:1;
    opacity:0.5;
}

li#navpm.inewPM:before {
    font-family:'icomoon';
    font-size:18px;
    content:'\f0e0';
    display:block;
    position:absolute;
    z-index:1;
    opacity:1;
}

#pun-ulinks li.item8 {
   font-size:0;
   position:fixed;
   right:21%;
   margin-right:5px;
   margin-top: -5px;
   width:30px;
   height:30px;
}

#pun-ulinks li.item8 a {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 10;
}

#pun-ulinks li.item8:before {
    font-family:'icomoon';
    font-size:18px;
    content:'\f0f3';
    display:block;
    position:absolute;
    z-index:1;
}

#pun-status .item4 {
    font-size: 11px;
    text-align:left;
}

#pun-status .item4 a {
   position:absolute;
   width: 100px;
    margin-left: -95px;
}

#pun-status .item4 a:after {
    font-family:'icomoon';
    content:'\f006';
    margin-left:10px;
}

/* Forum pages and multipage
------------------------------------ */

/*
#pun-main h1 {
  display:block;
} */

#pun-crumbs1,
#pun-crumbs2,
.linkst,
.linksb {
  padding: 20px 0;
}

.topic {
    padding: 8px 8px 0px;
    border-radius: 3px;
    background: #ebe5d7;
    box-shadow: 0px 1px 5px 0px #bdb7ab;
    font-family:'proxima-soft', 'Verdana', sans-serif;
}

.post-author ul li {
    list-style-type: none;
    list-style-image: none;
    display:block;
}