@import url(style_cs.1676021797.css);

/* Стандартные коды майбб, которые пригодятся */

.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {padding: 0; list-style: none;}
.punbb img {border:none}
.punbb .main table {table-layout: fixed; width: 100%;}
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
}

.punbb .post-content em {font-style: italic}
.punbb optgroup {font-weight: bold;}

#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
}

.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
}

/***позиция ширина последний пост в категориях***/
#pun .tcr { display: flex;
flex-wrap: wrap;
font-size: 20px;
 width: 99%;
padding: 1px;
background: #FFDEAD;} 


/* INDEX & VIEFORUM  */
@media screen and (max-width: 450px) {
   #pun-index .tcr, #pun-index .tc2, #pun-index .tc3, .modlist, #pun-viewforum .tcr, #pun-viewforum .tc2, #pun-viewforum .tc3 {display: none !important;}
   #pun-index .tcl, #pun-viewforum .tcl {display: table-cell !important;}
}
@media screen and (max-width: 500px) {
   #pun-viewforum .tcr {display: none !important;}
   #pun-viewforum th.tcl {display: table-cell !important;}
   #pun-viewforum .tc2 {margin-top: -1em;}
}
@media screen and (max-width: 375px) {
  #pun-viewforum .modmenu .container span {display: none !important;}
}
#pun-index .tcl, #pun-index .tc2, #pun-index .tc3, #pun-viewforum .tcl, #pun-viewforum .tc2, #pun-viewforum .tc3 {display: block; text-align: left;}
#pun-index .tc2, #pun-index .tc3, #pun-viewforum .tc2, #pun-viewforum .tc3 {border: medium none;  padding: 0 0 0 38px;}
#pun-index .tcl, #pun-viewforum .tcl {padding: 0;}
#pun-index th.tcl, #pun-index .tcl .intd, #pun-viewforum th.tcl {padding: 0.6em;}
#pun-viewforum .tclcon {padding: 5px 0 0;}
#pun-viewforum div.icon {margin: 5px 0 5px 5px;}
#pun-index .tc3, #pun-viewforum .tc3 {padding-bottom: 0.6em;}
#pun-index .tc2 {margin-top: -0.5em;}
#pun-index .tc2:before {content: 'Темы: '}
#pun-index .tc3:before {content: 'Посты: '}
#pun-viewforum .tc2:before {content: 'Ответы: '}
#pun-viewforum .tc3:before {content: 'Читали раз: '}
#pun-index th.tc2, #pun-index th.tc3,
#pun-viewforum th.tc2, #pun-viewforum th.tc3 {display: none;}



/* Топики  */
.punbb .post .container {position: relative;}
.punbb .post {position: relative;}
.punbb .post .post-author {
    border-bottom: 1px solid #ccc;
    margin: 0 5px;
    overflow: hidden;
    padding-bottom: 5px;
    width: auto;
  }
#pun-viewtopic .post-author {min-height: 70px;}
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 5px;
  line-height: 140%;
  }
#pun-viewtopic .post h3 {
    border: medium none;
    left: 80px;
    position: absolute;
    top: 30px;
    z-index: 1000;
    text-align: left;
  }
.post h3 {
    border: medium none;
    position: absolute;
    right: 6px;
    text-align: right;
    top: 6px;
    width: auto;
    z-index: 1000;
}
.punbb .post h3 span {
    border: medium none;
    display: block;
  }
.post h3 span a:link, .post h3 span a:visited {
  font-weight: normal;
  text-decoration: none;
}
.punbb .post-body {
    border-top: 1px solid #fff;
    margin: 0 5px;
}
.punbb .post-box {padding: 1em;}
.punbb .post-links ul {
  background: transparent;
    padding-left: 80px;
 text-align: right;
}
.pl-email, .pl-website {float: left;}
.punbb .post-links {
    position: absolute;
    top: 46px;
    width: 100%;
background: transparent;
}
.punbb .post-links li {
    display: inline-block;
    padding-right: 8px;
  }
@media screen and (max-width: 300px) {
   .topic .pl-quote {display:none !important;}
}
@media screen and (max-width: 450px) {
   .punbb .post-links li {display: block; !important;}
   .topic .pl-delete {margin-top:-20px;}
   .topic .pl-email {margin-top: 20px;}
}
.post-rating {
    position: absolute;
    right: 5px;
    top: 5px;
}

.punbb .post-rating a {font-size: 100% !important;}
.post-rating a:before {content:'\2661 : '} /**рейтинг**/
.post-vote {
border: 1px solid coral !important;}
    position: absolute;
    right: 65px;
    top: 5px;
}
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }

/* Поля профиля в топике (С ВЫРУБЛЕННЫМ СКРИПТОМ СПОЙЛЕРА)  */
.post-author li, .post-author img {display: none !important;}
.punbb .post-author li.pa-author, .punbb .post-author li.pa-avatar, .punbb .post-author li.pa-avatar img {display: inline-block !important;}
.post-author li.pa-avatar {float:left; width: 70px;}
.post-author li.pa-avatar img {
    max-height: 60px;
    max-width: 60px;
    border: 1px solid #fff;
-webkit-box-shadow: 1px 1px 5px  #585858;
-moz-box-shadow: 1px 1px 5px #585858;
box-shadow: 1px 1px 5px #585858;
}
.online li.pa-avatar img {
    border: 1px solid #00aeff;
-webkit-box-shadow: 1px 1px 5px  #afeefa;
-moz-box-shadow: 1px 1px 5px #afeefa;
box-shadow: 1px 1px 5px #afeefa;
}
.online .pa-author:after {content:'  \1F51B' }  /**я онлайн**/ 
.online .pa-author:after { animation: blinker 1s linear infinite;
}
@keyframes blinker {  
  100% { opacity: 0; } }

.punbb .pa-author a {
text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
}



/* Пагиноторы и создание тем */
.multipage {margin-top: 40px;}
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  font-size: 1.1em;
  height: 0;
}
.linkst .pagelink {
  position: absolute;
  top: -80px;
  left: 1em;
  width: 24em;
  }
.linkst .postlink {
  position: absolute;
  top: -80px;
  right: 1em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
  font-size: 1.1em;
  }
.linksb .pagelink {
  float: left;
  width: 24em;
  text-align: left;
  }
.linksb .postlink {
  float: right;
  width: 16em;
  font-weight: bold
  }
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  }





/* Юзерлист */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }
#pun-userlist .tcl, #pun-userlist .tc2, #pun-userlist td:nth-child( 3 ), #pun-userlist td:nth-child( 4 ), #pun-userlist .tc3:nth-child( 5 ) {display: block;}
#pun-userlist .tcl {padding-bottom: 0;}
#pun-userlist .tc2, #pun-userlist .tc2, #pun-userlist td:nth-child( 3 ), #pun-userlist td:nth-child( 4 ) {padding-top: 0; padding-bottom: 0;}
#pun-userlist .tc3:nth-child( 5 ) {padding-top: 0;}
#pun-userlist .tc2, #pun-userlist td:nth-child( 3 ), #pun-userlist td:nth-child( 4 ), #pun-userlist .tc3:nth-child( 5 ) {border: none;}
#pun-userlist th.tc2, #pun-userlist th:nth-child( 3 ), #pun-userlist th:nth-child( 4 ), #pun-userlist th:nth-child( 5 ) {display: none !important;}
#pun-userlist td:nth-child( 3 ):before {content:'Лайков: '} 
#pun-userlist td:nth-child( 4 ):before {content:'Постов: '} 
#pun-userlist td:nth-child( 5 ):before {content:'С нами с: '} 
#pun-userlist .tc3:nth-child( 6 ) {width: 30%}
@media screen and (max-width: 410px) {
 #pun-userlist .infofield {display: none !important;}
}


/***профиль***/
#profile-left {
  width: 100% !important;
}
#profile-left li {
  text-align: center;
  margin: 0 !important;
}
#viewprofile li strong, #profile-left li div {
  background: transparent !important;
}
#profile-left #profile-name strong, #profile-left #profile-title strong {
  color: #000 !important;
}
#profile-left #profile-name {
  background: #E9967A;
  border-bottom: 1px solid #808080;
}
#viewprofile li strong {
  display: block;
  font-weight: 100% !important;
  padding: 6px 1em;
}
#profile-left #profile-title {
  background-color: #FFA07A;
  border-top: 1px solid #696969;
}
#profile-left li img {
  background: #fff!
  margin-top: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  max-width: 300px;
    max-height: 300px;
}
#profile-left li:nth-child(3) {
background-image: url(https://forumstatic.ru/files/001b/8c/9a/83219.gif);
    border-bottom: 4px solid #FFA07A;
}
#profile-left li:last-child {
  background: #eff7f3;
  border-bottom: 4px solid #FFA07A;
}
#profile-right {
  position: relative;
  right: -4px;
}
#profile-right li {
  display: inline-block !important;
  background: #FFA07A;
  border-left: 4px solid #eee;
  margin-bottom: 2px !important;
  padding: 0 !important;
  width: 100% !important;
}
#viewprofile li span {
  float: none !important;
  display: inline-block;
  font-weight: 700;
  padding: 10px 10px 5px;
  margin: 0 0 10px;
}
#profile-right li strong {
  font-size: 16px;
  line-height: 1.1;
  padding: 0 10px 10px !important;
}
#profile-right li strong a {
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  color: #292929;
  font-size: 13px;}


