/*************************************************************
design by тэн https://softpaw.rusff.me/profile.php?id=8 (https://imagiart.ru/profile.php?id=15449)
для soft paw https://softpaw.rusff.me/ 
июнь-июль 2024
сделан на стандартном стиле Classic DarkRed.
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1751042531.css);

#pun-announcement h2 {display: none}
#pun-main div.catleft, #pun-main div.catright {display: none}
.category .container thead {display: none;}
#post-form h2 {display:none;}
#topic-modmenu span {display:none;}
#pun-navlinks li#navawards {display: none;}
.lastedit {display:none;}
.sharelink {display: none;}
.topic a.sharelink {display:none!important;}
.post-links li.pl-reports {display:none;}
#pun-stats .section {display:none;}
div#pun-live-rusff {}
div.modmenu p.container span {display:none;}
.fs-box table .user-avatar {display:none;}

@font-face {
font-family: 'Segoe UI Light';
src: url('SegoeUI-Light.eot');
src: url('SegoeUI-Light.eot?#iefix') format('embedded-opentype'),
url('SegoeUI-Light.woff') format('woff'),
url('SegoeUI-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}



@font-face {
font-family: 'Hello France';
src: url('https://forumstatic.ru/files/001a/da/82/95393.eot?'),
url('https://forumstatic.ru/files/001a/da/82/38995.woff') format('woff'),
url('https://forumstatic.ru/files/001a/da/82/33385.ttf') format('truetype'),
url('https://forumstatic.ru/files/001a/da/82/43593.svg#svgFontName') format('svg');
font-weight: normal;
font-style: normal;
}


@font-face {
font-family: 'TalesianBold';
src: url('https://forumstatic.ru/files/001a/da/82/80941.eot?'),
url('https://forumstatic.ru/files/001a/da/82/93768.woff') format('woff'),
url('https://forumstatic.ru/files/001a/da/82/15441.ttf') format('truetype'),
url('https://forumstatic.ru/files/001a/da/82/35834.svg#svgFontName') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'British Shorthair';
src: url('https://forumstatic.ru/files/001a/da/82/93956.eot?'),
url('https://forumstatic.ru/files/001a/da/82/47617.woff') format('woff'),
url('https://forumstatic.ru/files/001a/da/82/66620.ttf') format('truetype'),
url('https://forumstatic.ru/files/001a/da/82/30149.svg#svgFontName') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Adelia';
src: url('https://forumstatic.ru/files/001a/da/82/24497.eot?'),
url('https://forumstatic.ru/files/001a/da/82/47043.woff') format('woff'),
url('https://forumstatic.ru/files/001a/da/82/98916.ttf') format('truetype'),
url('https://forumstatic.ru/files/001a/da/82/55085.svg#svgFontName') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'HumanSijung Regular';
src: url('http://forumstatic.ru/files/001b/e3/a1/74588.ttf?v=1'),
url('') format('woff'),
url('http://forumstatic.ru/files/001b/e3/a1/74588.ttf?v=1') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'ModernNo20';
src: url('http://forumstatic.ru/files/001b/e3/a1/53374.ttf'),
url('') format('woff'),
url('http://forumstatic.ru/files/001b/e3/a1/53374.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Typo_SSiMyungJo 170';
src: url('http://forumstatic.ru/files/001b/e3/a1/58538.ttf'),
url('') format('woff'),
url('http://forumstatic.ru/files/001b/e3/a1/58538.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Broken Heart';
src: url('https://forumstatic.ru/files/001a/da/82/73660.eot?'),
url('https://forumstatic.ru/files/001a/da/82/52417.woff') format('woff'),
url('https://forumstatic.ru/files/001a/da/82/90616.ttf') format('truetype'),
url('https://forumstatic.ru/files/001a/da/82/71128.svg#svgFontName') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Rochester Signature';
src: url('http://forumstatic.ru/files/001b/e3/a1/48368.ttf?'),
url('http://forumstatic.ru/files/001b/e3/a1/15393.otf') format('otf'),
url('http://forumstatic.ru/files/001b/e3/a1/48368.ttf') format('truetype'),
font-weight: normal;
font-style: normal;
}

@font-face {
    font-family: 'Rochester Signature Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Rochester Signature Regular'), url('http://forumstatic.ru/files/001b/e3/a1/24143.woff') format('woff');
    }
    
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display&display=swap');

@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");


/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0px;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: auto;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


/* A3 Text setup  Inter
-------------------------------------------------------------*/




body {
  font-size: 100.01%;
  font: 400 12px 'Nunito Sans', sans-serif;}

a {text-decoration: none;}

/* A3.2*/
.punbb {
  }


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
  margin: 86px auto 0px auto;
  width: 1000px;
  }

/* A5.2 тело */
.punbb {
  float: left;
  width: 1000px;
  height: auto;
  margin: -86px 0 0 0px;}

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }

#pun-redirect #pun-main {
  padding-top: 2em !important;
  }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

.punbb .section:last-child {
  margin-top: 5px;
  margin-bottom: 0
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: none;
  border-width: 0
  }
  
.punbb .formal {padding:10px}

/* A5.9 */
.punbb .container {
  }

#html-footer .container {  }

/* A5.10 */
#pun-main h1, .punbb .section h2, #pun-debug h2 {
  padding: 8px;
  margin-bottom: 5px;
  }

#pun-main h2 {
  margin-bottom: 0px;
  }

/* A5.11 */
.punbb .modmenu {
  margin-top: 5px;
  }


/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  }

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border-top: 1px dashed #e4e4e4;
  margin: 5px 0;
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 5px 0 10px 0;
  line-height: 175%;
  }

.punbb .post-content p.lastedit {
  font-size: .95em;
  font-style: italic;
  }

/* B1.4 */
.punbb .post-content img {

  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: auto;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {max-height: 150px;
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .code-box {
  }

.punbb .post-content .quote-box {
  }

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend, .punbb .spoiler-box > div {
  display: block;
  font-style: normal;
  }

.punbb .spoiler-box > div { line-height: 150%!important;
  border-bottom-width: 0px;
  padding-left: 24px !important;
  background-position: 8px center !important;
  }

.punbb .spoiler-box > .visible {
  border-bottom-width: 1px;
  }


/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {

  }

/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  height: 0;
  }

/* B3.2 */
.multipage { margin-left: 0px;
  margin-top: 1em;
  }

/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -35px;
  left: 0px;
  text-transform: lowercase;
  color: #333;
  }
  

/* B3.4 */
.linkst .postlink {
    position: absolute;
    top: -30px;
    right: 10px;
    text-align: center;
    font-weight: bold;
    background: #fff;
    border-radius: 3px;
    height: 10px;
    padding: 5px;
    transition: .5s all;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 18%);
  }
  
.postlink.long {width: 200px!important;
    text-align: center;}

/* B3.5 */
.punbb .linksb {
  text-align: right;
  }

/* B3.6 Страница */
.linksb .pagelink { 
  float: left;
  text-align: left;
  text-transform: lowercase;
  color: #333;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  font-weight: bold;
    background: #fff;
    border-radius: 3px;
    height: 10px;
    padding: 5px;
    transition: .5s all;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 18%);
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  }

.linksb .postlink {}
.linkst .pagelink, .linksb .pagelink {border: 0px solid #f3f3f3; padding: 5px;
  font-size: 18px; color:#353535;font-family: 'ZX Spectrum-7', sans-serif;
  font-style: normal; padding: 5px 5px 5px 5px;}
.linkst .pagelink strong, .linksb .pagelink strong {
    border-radius: 3px;
    height: 10px;
    padding: 5px;
    transition: .5s all;background: #f1f1f1;  margin-right: 0px;box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 18%);
}

.linkst .pagelink a, .linksb .pagelink a {background: #fff;
    border-radius: 3px;
    height: 10px;
    padding: 5px;
    transition: .5s all; margin-right: 0px;box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 18%);}
    
.linkst .pagelink a.prev, .linksb .pagelink a.next {background: #fff;
    border-radius: 3px;
    height: 10px;
    padding: 5px;
    transition: .5s all;  margin-right: 0px;box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 18%);}
  
/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 профиль с пользователя */
.punbb .formal .container {
  }
  

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
    border-style: solid;
    border-width: 1px;
    padding: 0 18px 0 18px;
    margin: 0 0 1em 0;
    border-radius: 3px;
    border-color: #d3d3d3;
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 5px;
  margin: 0 0 0 0px;
  }

/* C1.6 */
.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0 0 0 0px;
  }

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
   margin-top: 5px;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 4em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

.punbb .helplinks span INPUT {
  margin: 0px 2px 2px 0px;
}

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }

/* C1.22 */
.category .container {
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 450px;
  }
  
 /* pm */ 
.punbb .main .fs-box .tcl {
  overflow: hidden;
  text-align: left;
  width: 450px!important;padding: 10px;
  }  
  .punbb .main .fs-box .tcl a {font-size: 10px!important;}
  
 .punbb .main .fs-box .tcl .intd  { display: flex;
    align-items: center;     background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
}

.punbb .main .fs-box .tc2.pmtc22 {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: absolute;
    align-items: center;
    height: 30px;    
    padding-top: 5px;
}
.punbb .main .fs-box .tc3.pmtc33, .punbb .main .fs-box .tc2.pmtc24 {padding-top: 12px!important;}

/* C2.2 */
.punbb .main .tc2 {  text-align: center;color: #b9b9b9;
  width: 50px;}

.punbb .main .tc3 {  text-align: center;color: #b9b9b9;
  width: 50px;}
  
#pun-index .category .tc2, #pun-index .category .tc3 { display: flex;
    flex-direction: column; }

.punbb .main .tcmod {padding: 10px!important;
  text-align: center;
  width: 50px;
  }

/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  /*text-align: center; */
  width: 305px;
  }
  
  
.main.multipage .forum .tcl {width: 450px;    padding: 10px;}
.main.multipage .forum .tc2 {width: 50px;    padding: 10px;}
.main.multipage .forum .tc3 {width: 50px;    padding: 10px;}
.main.multipage .forum .tcr {width: 305px;    padding: 10px;}


/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* C2.8 форумы название */
#pun-index .tcl h3 {text-align: center;
  margin-bottom: 5px; 
  padding: 2px;    margin-top: 0px;   
  }

#pun-index .tcl h3 a {
    margin-bottom: 5px;
    letter-spacing: 0px; 
    font: 400 20px 'TalesianBold'!important;
    text-transform: none;
    margin-left: 0px; color: #787878;
    padding: 2px;text-transform: lowercase;
}

#pun-index .tcl h3 a:hover {cursor: crosshair;
    background-color: #ededed;
    border-radius: 5px;}

 /*  ололо */
#pun-index td.tcl  div.tclcon a { font-size: 10px;}

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }

/* C2.11 */
.punbb .main td {
  padding: 0 0;
  }

.punbb .main tbody tr:first-child td {
  border-top: none 0 transparent;
  }
  
.punbb .main tbody tr:first-child td

.post-content table td {
    text-align: justify;
  }
  

/* C2.12 */
.punbb .main th {
  border: none;
  padding: 5px 1em 5px 1em;
  }

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0;
  }

.html .tclcon {height: 1px}

/* C2.14 описание категорий */
.punbb td div.tclcon h3 { 
  }
.punbb td div.tclcon {padding: 5px 5px 5px 50px;
    font-size: 8px;
    text-align: justify;}

.punbb .category td div.tclcon {box-shadow: 0px 0px 0px 0px #f5f5f5;
    border-left: 0px solid #3a3535 !important;background-color: #fff;
    padding: 0px 10px 0px 20px;
    font-size: 8px;
    text-align: justify;
    border-radius: 15px;
    font-weight: 500;
    margin-left: 10px; margin-right: 10px;
    margin-bottom: 15px;
    color: #b9b9b9;
    font-family: 'Nunito Sans', sans-serif;
}


#pun-main.main.multipage td div.tclcon, .punbb .fs-box td div.tclcon {
    padding: 5px 5px 5px 20px;
    font-size: 8px;
    text-align: justify;
}
 
    
.punbb .forum td div.tclcon {padding: 5px 5px 5px 10px;}
  
.punbb td div.tclcon a { font-size: 12px;
    text-transform: lowercase; 
    margin-right: 0px;}
    
    
.punbb td div.tclcon span.pagestext a {font-size: 8px!important;}

/* C2.15 иконки 
.punbb div.icon {
    float: none;
    display: block;
    width: 25px;
    height: 25px;
    margin-bottom: 0px;
    z-index: 9999;
    position: absolute;
    margin-top: 0px;
    margin-left: 25px;border-radius: 50%;
  }*/
  
  /* C2.15 иконки */
.punbb div.icon {
    float: none;
    display: block;
    position: absolute;
    left: 30px;
    top: 23px;
    width: 10px;
    height: 10px;
    margin-bottom: 10px;
    margin-top: 0px;
    border-radius: 0px;
  }
  

.punbb .multipage div.icon {margin-bottom: 5px;}

/* старое */
/* C2.16 категории топики табл
.punbb .main .category th, 
#pun-viewforum .forum th {
  font-size: 0;
  padding: 0 !important;
  border: 0 none;
  } */

/* C2.17 
.category .tc2, .category .tc3,
#pun-viewforum .forum .tc2,#pun-viewforum .forum .tc3 {
  display: list-item;
  clear: right;
  width: auto !important;
  padding-left: 30% !important;
  padding-right: 30% !important;
  list-style-type: none;
  text-align: right !important;
  }*/

/*  .category .tc3,#pun-viewforum .forum .tc3 {border-top: none 0 transparent;
  padding-top: 1px !important;
  padding-bottom: .9em !important;
  }

.category .tc2,#pun-viewforum .forum .tc2 {
  padding-bottom: 1px !important;
  padding-top: .9em !important;
  }

.category th {
  padding: 0 !important;
  }

.category .tcr,#pun-viewforum .forum .tcr {
  vertical-align: baseline;
  line-height: 1.5em;
  }
конец старое */

/* новое */
#pun-index .container table tr {position: relative;
    display: block; margin-left: 50px;background: #fff;
margin-right: 50px;}

#pun-index .category tbody tr {
    text-transform: lowercase; 
    font-size: 8px;
    vertical-align: middle;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 30px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0px 5px 0px;
    border-radius: 15px;    border: 1px solid #f1f1f1;}
    
    
.punbb .main .category .tcr {padding-right: 20px; 
    padding: 10px 0px 10px 0px;
    border-radius: 3px;font-size: 8px!important;text-align: center;}
    
    
#pun-index .category .user-avatar {position: absolute;
    top: 45px;
    right: 20px;
    z-index: 99;
}
    
    .punbb .main .category .tcr .lastpost-link {position: relative;
    top: 10px;
    right: 50px;
    text-align: center;
    display: block;
    width: 200px;
    border-radius: 3px;
    margin-left: 50px;
    margin-top: -10px;}
    
    .punbb .main .category .tcr .lastpost {
    padding-top: 5px;
    top: 20px;
    width: 250px;margin-left: -100px;color: #787878;
    }

/* C3 Topics
-------------------------------------------------------------*/

/* C3.1 пост пользователя опустить */
.punbb .post .container { 
  border-width: 0px;
  padding-bottom: 1px;
  margin-bottom: 25px;
  }

/* C3.2 */
.punbb .post h3 {
  border-width: 0px;
    width: 225px;
    margin-bottom: 0px; /* поднимает пост пользователя вверх если - */
  }
  
.punbb .main.multipage.show_user_posts h3 { margin-bottom: -20px;width: 300px;}
.punbb .main.multipage.show_user_posts .pa-replies { display:none;}
 
.punbb .post {background-color: #fff; border-radius: 20px; border: 0px dashed #bbbbbb40;box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 18%);}

/* C3.3 время в посте*/
.punbb .post h3 span {
    padding: 0px 10px 10px 10px;
    display: flex;
    margin-left: 240px; 
    margin-bottom: -110px;
    font-size: 7px;
    color: #959595;
    /* background: white; */
    /* border-bottom: 2px solid #e1b9b9; */
    border-radius: 3px;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: nowrap;gap: 30px;
    width: 700px;height: 90px; border-bottom: 1px dashed #f1f1f1;}
    
   .punbb  .main.multipage.show_user_posts .post h3 span {
    display: flex;
    flex-direction: row!important;
    align-items: flex-end!important;
    justify-content: center!important;
    flex-wrap: nowrap!important;
    gap: 10px!important;
   }

.punbb .post h3 span a.permalink {color: #a1a1a1;  padding: 2px;  font-weight: normal;}
.punbb .post h3 span a.permalink:hover {color: #7dd1d4;cursor: crosshair;
    background-color: #ededed;border-radius: 5px;}
.punbb .fs-box .post h3 span { margin-left: 200px; height: 0px;margin-bottom: 0px;width: 100px;border-bottom: 0px dashed #f1f1f1;}

/* C3.4 номер поста */
.punbb .post h3 strong {
  float: none;
  padding-right: 5px;
  text-align: right;
  font-weight: normal;
  }

.punbb .post h3 strong:before {
  content: "#";
  }

/* C3.5 профиль */
.punbb .post .post-author {
  float: left;
  width: 220px;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  border-top:none;border-left:none;
  margin-left: 0px;
  padding: 2px;
  text-align: center;
  border-radius: 0px 0px 15px 15px;
  }
  
 .punbb .fs-box .post .post-author {margin-left: 0px;}

/* C3.6  растянуть строки в профиле */
.punbb .post .post-author ul, .punbb .post .post-author p {
  line-height: 100%;
  }

/* C3.7 автор ник font-family: 'Cinzel'!important;*/
.pa-author, .pa-author strong {  margin-top: 0px;margin-bottom: 3px; color: #939393!important; font-weight: normal; position: relative; z-index: 6; }
 
.pa-author strong {}

/* C3.8 */
.pa-author a {color: #353535!important;font: 400 26px "Bellarosta"!important;text-transform: none!important;}
.pa-author a:hover {background: transparent!important;color: #db3b3b!important;}

/* C3.9 статус с иконкой */
li.pa-title { font-family: 'Bad Script'!important;
    padding: 5px; margin-left: 30px;margin-bottom: 0px;
    font-size: 8px;
    color: rgb(34, 34, 34);
    letter-spacing: 1px;
    width: 150px;
    border-radius: 3px;
}
  
  
li.pa-title, li.pa-fld2 { /*margin-top: 10px;margin-bottom: 10px;*/vertical-align: middle!important; /*display: inline-block;*/  position: relative; z-index: 4; }
li.pa-fld2 img { vertical-align: middle!important; margin-left: 5px; margin-top: -10px;}
li.pa-fld2 {mix-blend-mode: darken;}


li.pa-online {
  line-height: 0.8em;
  border-top: 1px dashed #e7e7e7;
  border-left-width: 0;
  text-transform: lowercase;
  color: #b3b3b3;font-size: 9px;
  margin-top: 5px;
  padding-bottom: 10px;padding-top: 10px;
  }
li.pa-online strong { display: inline-block;}

li.pa-online:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #61ae73;
  margin-right: .4em;
  border-radius: 50%;
  }

/* C3.11 */
.punbb .post-body {
  margin-left: 225px;
  padding: 0 0 0 0;
  border-top: 1px solid #f2f2f2;
  }

/* C3.12 ширина поста и настройки содержание поста*/
.punbb .post-box {
  padding: 15px 15px 15px 30px;
  text-align: justify;
  font-size: 12px;
  color: #414141;
  margin-top: 40px;
  }

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 0em; /* смещение ссылок профиля */
  }

/* C3.15 */
.punbb .post-links ul {
  padding: 20px 10px 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: 0em; /* смещение ссылок профиля */
  border-top-style: none;
  border-top-width: 0px;
  background: transparent;
  text-align: right;
  }

/* C3.16 удалить цитировать */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  height: 10px;
  }

.punbb .post-links li a {
    color: #222222;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }
  
div.post-rating a, div.post-vote a {
    font-size: 10px!important;
    text-decoration: none !important;
}

/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 под темой просматривают */
.punbb .modmenu .container {
    text-transform: lowercase;
    color: #222222;
    margin-left: 10px;
  }



/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 раскрыть, есть надо rss влево*/
.punbb .modmenu .container strong {
  /* float: left;*/
 
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 0em;
  }

/* C6.2 */
#profilenav {
    border-left: #ae6c70 solid 0px;
    text-align: center;
    width: 1000px;
    margin-left: -10px; 
    border-radius: 3px;    
    height: 20px;    
    z-index: 3;
    position: relative;
    margin-bottom: 20px;
  }

/* C6.3 */
#profilenav li {
  margin-bottom: 0px;
  font-weight: normal;
  display: inline-block;
  }
  
 #profilenav li.item9 {display:none; }



/* C6.4 профиль общее */

.punbb #profile.formal {}
#pun-profile #pun-main.main h1 {display:none;}
#pun-profile #pun-main.main h1 span {}    

#viewprofile ul {
  border: 1px #e4e4e4 solid;
  padding: 10px;
  margin: 0 0 1em 0; border-radius: 3px;
  display: block;
    font: 400 10px 'Inter';
    margin: 0px auto;
    background: #fff;
    color: #000;
    box-shadow: 0 0 80px rgba(0,0,0, .1);
    border-radius: 2px;
    text-align: justify;
    overflow: hidden;  
    width: 660px;
    margin-right: 170px!important;
    margin-left: 170px!important;
  }
  
#profilenav ul {width: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch; margin: 0px 0px 0px 0px;gap:5px;}
    

#profilenav li a {
  padding: 5px 5px;
  border-radius: 4px;
  text-decoration: none;
  border: 0px solid #f3f3f3;
  border-radius: 2px;
  font-size: 8px;margin: 0px;color:#353535;
  }
  
 #profile-left li, #profile-left li * {padding: 5px;text-align: center;}
 
 #profile-left #profile-name {color: #8d7f7f!important;font-family: 'Cinzel'!important;}

#profile-left #profile-title {padding: 5px;
    margin-bottom: 10px;margin-left: 10px;
    font-size: 8px;
    color: rgb(34, 34, 34);
    letter-spacing: 1px;
    margin-top: 0px;
    border: 0px solid #d5d5d5;
    width: 150px;
    outline: rgb(229 229 229) solid 0px;
    border-radius: 3px;
    background: #fff;}
    
#profile-left #pa-avatar {    border-top: 1px solid #d5d5d5;
    padding-top: 10px;
    padding-bottom: 10px;}
    
#profile-left #pa-online { line-height: 0.8em;
    border-top: 1px solid #d5d5d5;
    border-left-width: 0;
    text-transform: lowercase;
    color: #b3b3b3;
    font-size: 9px;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-top: 10px;}
    
#profile-left #pa-edit {display:none;}
#viewprofile #profile-gifts {display:none;}
#viewprofile #pa-gifts {display:none;}
 #profile-left li div img {
  max-width: 180px;
    max-height: 180px;
    padding: 5px 5px 5px 5px;
    background: url() #fff 5px bottom no-repeat;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
  }
  
 #profile-right li {
    border: 0px solid #e1e1e1;
    font-weight: 600;
    color: #a1a1a1;
    font-size: 8px;
    text-transform: uppercase;
    text-align: left;}
 
#profile-right #pa-fld3 {text-transform: none!important;} 
    
#profile-right     {padding-left: 20px!important;}
#profile-right a {text-transform: uppercase;}
#profilenav {text-align: center;}
  
#viewprofile td#profile-left {    /* text-align: center; */
    /* background-color: #3e3e3e; */
    /* margin-left: 50px; */
    border: 1px solid #f3f3f3;
    padding: 5px;
    border-radius: 2px;
    background-color: #fbfbfb;
    font-size: 10px;}

#profile-right li strong {    padding-left: 2em;
    text-align: center;
    border-left: 0px solid #e1e1e1;}

#viewprofile #profile-signature ul {margin-right: 0px!important;margin-left: 0px!important;    padding: 10px!important; width: auto!important;}

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 0px -20px 0px;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile #profile-right li  {
 /* padding: 0 0 0 150px;*/
  margin-bottom: 0em;
display: flex;
    flex-direction: row;
    align-items: center;
  }
#setmods dl {}
/* C6.8 */
#viewprofile li span {
  /* float: left;
  width: 14em;
  margin-left: -16em*/
  padding: 5px;
    font-weight: bold;
    border: 1px solid #f3f3f3;
    margin: 5px;
    border-radius: 2px;
    background-color: #fbfbfb;
    font-size: 8px;
    width: 120px
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: 0em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  /*padding: 0.5em 1em;*/
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  padding: 10px;
  }

/* C7.2 юзерлист */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
    text-transform: uppercase;
  }
  
#pun-userlist td.tcl.username {display: flex;
    flex-direction: row; align-items: center;
    }
  
#pun-userlist .usertable table a {font-size: 10px!important;}

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 0px;
  font-size: 8px;
  text-transform: lowercase;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 шапка */
#pun-title {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  }

/* D1.2 */
#pun-title h1 {
       display: block;
    height: 100px;
    margin: 0px 0px 20px 656px;
    text-align: right;
    line-height: 1px;
    width: 300px;
  }

/* D1.3 */
#pun-title .container {
  border-style: none solid none solid;
  padding: 0.2em 1em 0.8em 1em;
  }

/* D1.4 */
#pun-title h1 span {
  font-size: 50px;
  line-height: 82px;
    line-height: 40px;
    color: #ab2736;
  }

/* шапка D1.4 */
#pun-title table {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  }

#pun-title TD.title-logo-tdl {
  border: none;
  width: 100%;
  display: none;
  }

#pun-title TD.title-logo-tdr {
  border: none;
  width: 468px;
  padding-right: 4px;
  }

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

/* D3 Forum navigation
-------------------------------------------------------------*/

/* D3.1 главное меню*/
#pun-navlinks {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  height: 30px;
 /*  background-color: #17130e;*/
  width: 100%;
  }
  

#pun-navlinks .container {
  display: block; margin: 0 auto;
   /*margin: 0 auto;  меню ссылки по середине если включить*/
  }

#pun-navlinks, #pun-navlinks .container {
  border: none;
  }

#pun-navlinks + div {width: 1000px;    text-align: center;
  margin-top: 0px;
  position: relative;
  top: -520px;
  left: 0px;
  }


/* D3.2 главное меню ссылки
#pun-navlinks .container {width: auto;
    height: 20px;
    font-size: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 20px;
    background-color: rgb(255 255 255 / 9%);
    border-bottom: 1px solid #ffffff;
    padding: 10px 0px 10px 0px;
  }  */
  
  
/* D3.2 главное меню ссылки */
#pun-navlinks .container {
    width: 450px;
    height: 70px;
    font: 500 16px 'Montserrat';
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 20px;
    padding: 120px 0px 10px 480px;
  }  

/* D.3 меню ссылки 2 */
#pun-navlinks li a {
  float: left;  /*убрать - в список меню */
  vertical-align: text-bottom;
  text-align: center;
  outline: 0 none;
  line-height: 10px;
  padding: 5px;
}

  
#pun-navlinks li#navindex a {}
/* D4 User links
-------------------------------------------------------------*/

/* D4.1 подменю */
#pun-ulinks  {
  margin-top: 0;
  }

/* D4.2 */
#pun-ulinks .container {
  width: 1000px; padding-left: 0px;
  display: flex;
    height: 10px;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row;
  }

/* D4.3 */
#pun-ulinks li {
  float: left;
  padding: 1px;    height: 10px;
  }

#pun-ulinks li, #pun-ulinks li a { 
  
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
  padding: 0 5px;
  margin-top: 3px;

  }


/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 Привет, гость  position: absolute; */
#pun-status .container {
  text-transform: inherit;
  text-align: left;
  position: relative;
  margin-left: 20px;
  margin-top: -80px;
  margin-right: 0px;width: 300px;
  }
#pun-status .container .item1 strong {font-weight: normal; text-transform: capitalize;margin-top: -30px;margin-bottom: -65px;height: 100px;}


/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: normal;
  overflow: hidden;
  margin-top: 10px;
  }

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  text-transform: lowercase;
  color: #30282a;
  text-align: center;font-size: 10px;
     border: 0px solid #f3f3f3; padding: 10px;
    border-radius: 2px;
    font-size: 10px;box-shadow: 0 0 80px rgba(0,0,0, .1);}

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 0px 0;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

/* D6.3 */
#pun-announcement .container {
  padding: 1em 1em 1em 1em;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
  }

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%; 
  text-transform: uppercase; font-size: 8px;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
  text-align: right;
  line-height: 150%;
  text-transform: uppercase; font-size: 8px;
  }
  
#pun-stats li.item1 span:hover, #pun-stats li.item2 span:hover, #pun-stats li.item3 span:hover, #pun-stats li.item4 span:hover {
    background-color: #ededed;
    border-radius: 5px;transition: 0.2s ease-in;}

/* D7.4 */
li#onlinelist {text-transform: lowercase;
  margin-top: 10px;
  float: left;
  width: 100%;text-align: justify;
  line-height: 175%;letter-spacing: .7px;
  }

/* D7.5 */
li#onlinelist div {
  border-top-style: solid;
  border-top-width: 0px;
  padding: 0.7em 0 0 0;
  }
  
li#onlinelist div span {color:#fff; padding: 3px 0px;}  
li#onlinelist div span a {  } 
li#onlinelist div span a:hover {cursor: crosshair;
    background-color: #ededed;
    border-radius: 3px;}

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 20px;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: right;
  line-height: 150%;
  padding: 0.8em 1em;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;    text-align: center;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: normal;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
  border-top: none;
  text-transform: lowercase;
  text-align: center;box-shadow: 0 0 80px rgba(0,0,0, .1);   
  border: 0px solid #f3f3f3; padding: 10px;
    border-radius: 2px;
    font-size: 10px;
  }

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 0px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 0px;
  }


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;

  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }


/* D10 Links in right column
-------------------------------------------------------------*/

/* D10.1 */
.punbb .main .tcr a {font-size: 8px; font-family: 'Nunito Sans', sans-serif!important; /*margin-right: 7px;*/}
  
.punbb .main .tcr .lastpost-link  {

  }
.punbb .main .tcr .lastpost {padding-top:5px;}

#pun-searchtopics .main .tcr a,
.en #pun-viewforum .main .tcr a {
  /*margin-right: 11px;*/
  }

.punbb .main .tcr a:after {
  content: '';
  /*position: absolute;*/
  margin-left: .2em;
  /*margin-top: .2em;*/
 /* font-size: 1.2em;*/
  font-weight: 700;
  }

/* D11 Post form
-------------------------------------------------------------*/

/* D11.1 */
#post {
  margin: 0;
  padding: 0;
  }

/* D11.2 */
#post fieldset {
  border: none;
  }

/* D11.3 */
#post legend {
  display: none;
  }
#post legend span {
  display: none;
  }
/* D11.4 */
#post .formsubmit {
  padding: 0 1.5em 1.4em 2.5em;
  margin: 0 !important;
  }

/* D11.5 */
#post .fs-box.hashelp, #post .fs-box .areafield {
  padding-bottom: 0;
  }

/* D11.6 */
#post #main-reply {
  width: 99.5%;
  width: calc(100% - 6px);
  }

/* D12 Other sections and content
-------------------------------------------------------------*/

/* D12.1 */
.punbb > .section[style], .punbb > .main > .section[style] {
  overflow: hidden;
  }

/* D12.2 */
#pun-admain textarea {
  font-family: Courier new, monospace !important; 
  font-size: 13px !important;
  }


/*************************************************************
E - STYLE CORRECTION FOR SMALLER SCREENS
**************************************************************/

/* E1 Main content correction
-------------------------------------------------------------*/

/* E1.1 media */



/*Быстроплюсы для Топика!*/
div .post-rating p a {
    text-align: center;
    outline: 1px solid transparent;
    background: url(https://forumstatic.ru/files/001a/fc/23/26514.svg) no-repeat center;
     background-size:36px auto;
     position:relative;
    z-index:100;
    width: 36px;
    height: 36px;
    text-align:center;
    font-size: 14px !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    letter-spacing: -.1px;
    font-family: 'Single Day', cursive;
}
.noNull:before, div .post-rating p a:before {content: "";
    display: inline-block;
    margin-left: -1px;
    font-size: 10px;
    letter-spacing: 0!important;
}   
/* конец плюсы */


/* шапка */
.title_soft_paw {
    position: absolute;
    width: 1000px;
    margin-left: 0px;
    top: -40px;
    background-image : url(https://forumstatic.ru/files/001b/e2/14/91580.png); 
    background-repeat : no-repeat;
    background-position: top center;
    height: 700px;
    } 


.sp_post_autor { 
    top: 370px;
    margin-left: 620px;
    position: absolute; 
    text-transform: uppercase;
    text-align: left; 
    color: #fff; z-index:4;} 
.sp_post_autor p {padding-top: 5px;text-transform: none;color: #fff;font: 400 10px "Nunito Sans"!important;}
.sp_post { 
    top: 485px;
    margin-left: 640px;
    position: absolute;  
    text-transform: none;
    text-align: center; 
   }
.sp_post p {font: 400 8px "Nunito Sans"!important;
    line-height: 70%;
    color: #fff; 
    text-transform: none; 
    text-align: justify; 
    width: 300px;
    height: 60px;
    padding: 10px 10px 10px 10px;}
 
.sp_active { transform: rotate(0deg);} 
.sp_active p {text-transform: none;color:#939393;text-align: center;  background: linear-gradient(to right, rgba(255,175,175,1) 0%,rgba(192,220,249,1) 100%); border-radius: 50%;width: 40px;  height: 40px;}
.sp_post_img img, .sp_active img {
    border: 0px solid #fff;
    width: 30px; 
    height: 30px;    
    border-radius: 0%;
    filter: grayscale(100%) contrast(120%);opacity: .7;}
.sp_active p img {border:none;}
.sp_post_img img:hover, .sp_active img:hover {opacity: 1;filter: grayscale(0%) contrast(100%);transition: .3s;}
 
.sp_sns {background-color:#fff;border-radius: 5px 5px 0px 0px;
    font-family: 'Nunito Sans', sans-serif!important; font-size: 11px;
    position: absolute;
    color: #1f1f1f;border-left: #ae6c70 solid 10px;
    width: 200px;
    margin-left: -10px; padding: 5px 2px 20px 2px;
    top: 400px;
    overflow-y: auto; height: 200px;} 
    
.sp_sns_name {background-color:#fdfdfd;text-align: center; 
    font-family: 'Nunito Sans', sans-serif!important; font-size: 9px;
    position: absolute;
    color: #1f1f1f;border-left: #ae6c70 solid 10px;
    width: 194px;
    margin-left: -10px; 
    padding:5px;
    top: 625px;
    height: 10px;border-radius: 0px 0px 5px 5px;}
.sp_sns_name a {display: block;  margin-top: -10px; color:#ca5d45!important;font-size:14px; font-family: 'Bad Script', cursive!important;}   
.sns {width: 180px;
    border-radius: 5px;
    cursor: default;
    padding: 2px;
    margin: 5px;
    background: #fafafa;
    overflow: hidden;
    box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.9);
    line-height: 1.4em;
    transition:  0.2s ease-in;
}
.pic {border-radius: 50%;
    float: left;
    max-width: 30px;
    max-height: 30px;
    margin: 0;
    vertical-align: top;
    margin-right: 4px;
}
.sns > .dtxt {min-width: 6em;}
.dtxt {
    color: #aaa;
    font-size: 7px;
    line-height: 15px;
    text-align: right;
    float: right;
    padding: 0 0.5em;
}
.netizenname {
    color: #7dd1d4;
    display: inline;
    font-weight: 100;
}
.sns.Netizen .netizenname:after {content: 'online';margin-left: 2px; font-family: 'Nunito Sans', sans-serif!important; font-size: 6px;}
.sns.Netizen .netizenname {color: #ed8071;}
.sns.Netizen {background-color:#f1f1f1;}
.sns:hover { outline: 1px dashed #ed8071;}
.netizenname:hover {cursor: crosshair;background-color:#ededed;   border-radius: 3px;}

.body_m {text-align: justify; padding-left: 3px;padding-right: 3px;font-size:9px;font-family: 'Nunito Sans', sans-serif;}


.sp_news_icons {
    position: absolute;
    margin-left: 255px;
    top: 590px;z-index: 10;} 
.sp_news_icons img {height: 25px;width:auto;border: 2px solid #fff;} 
.notification_num {
  position: absolute;
  cursor: default;
  font-size: 11px;
  font-family: 'Nunito Sans', sans-serif!important;
  background: rgba(255, 82, 82, 1);
  width: 12px;padding:5px;
  height: 12px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: -2px;
  right: -4px;
  box-sizing: border-box;animation: pulse 2s infinite;}
  
.sp_ep {font-family: 'Nunito Sans', sans-serif!important; font-size: 11px;
    position: absolute;
    color: #1f1f1f;
    width: 100px;
    height: auto;
    margin-left: 220px; padding: 5px 15px 5px 15px;background-color:#fafafa;
    top: 400px;text-align: center; border-radius: 3px;
    }
    
.sp_ep p {background-color:#fafafa;    font-size: 9px;
    font-family: 'Nunito Sans', sans-serif;background: #fafafa;
    overflow: hidden;
    line-height: 130%;text-align: justify;}   
    
.sp_ams {font-size: 10px;z-index:5;
    /* border: 1px solid #353535; */
    position: absolute;
    color: #939393;
    width: 220px;
    height: 30px;
    margin-left: 790px;
    padding: 5px 13px 5px 13px;
    /* background-color: #fff; */
    top: 155px;
    text-align: right;}
.sp_ams a {color:#353535!important;font-size:11px; font-family: Komang2803!important;}

.sp_str { position: absolute;font: 200 11px "TalesianBold";
    color: #939393;
    width: 300px;
    height: 20px;
    margin-left: 650px;
    top: 440px;    transform: rotate(0deg);
    text-align: left;border-radius: 0px;}
 .sp_str a { font: 200 16px "TalesianBold"!important;color:#fff!important;}
  .sp_str a:hover { color:#242424!important;}
 
.category .sp_fm_nav { text-align: right;}
.sp_fm_nav a { font-size: 9px!important;font-family: 'Nunito Sans', sans-serif!important;}
.sp_fm_nav a:hover{cursor: crosshair;background-color: #ededed;border-radius: 3px;}
/* шапка */

/* снс новый */
 .phone_sns {
    margin: 10px auto;
    width: 300px;
    background: #f5f5f5;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 18%);
}
.phone_sns .msg_fld { min-height: 100px;
    max-height: 300px;
    overflow: auto;
    display: block;
    padding: 30px;
    text-align: justify;
}

.phone_sns .msg_fld::-webkit-scrollbar {
  width: 3px;}

.phone_sns .msg_fld::-webkit-scrollbar-track {
  background-color: #f9f9fd;}
.phone_sns .msg_fld::-webkit-scrollbar-thumb {
  background-color: #356184;
  background-image:  linear-gradient(to right, #ffafaf 0%,rgba(192,220,249,1) 100%);}

.phone_sns .msg_fld p {font-size: 10px; font-family: 'Nunito Sans', sans-serif!important;
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    max-width: 75%;
    background: #fff;    width: fit-content;
    border-radius: 20px 20px 0px 20px;
    padding: 10px;
    color: #353535;   line-height: 15px;
}

.phone_sns .msg_fld .voice_msg {animation: anim_voice 2s infinite;    animation-play-state: running!important; font-style: italic;font-size: 9px;font-family: 'Nunito Sans', sans-serif!important; }
.phone_sns .msg_fld .voice_msg::before {content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-mic'%3e%3cpath d='M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z'/%3e%3cpath d='M10 8a2 2 0 1 1-4 0V3a2 2 0 1 1 4 0v5zM8 0a3 3 0 0 0-3 3v5a3 3 0 0 0 6 0V3a3 3 0 0 0-3-3z'/%3e%3c/svg%3e");}
.phone_sns .msg_fld .call_msg {font-style: italic;font-family: 'Nunito Sans', sans-serif!important;
    display: block;
    margin-bottom: 10px;
    margin: auto;
    min-width: 90%; max-width: 90%;
    background-image:  linear-gradient(to right, #ffafaf 0%,rgba(192,220,249,1) 100%);    
    width: fit-content;
    border-radius: 20px 20px 0px 20px;
    padding: 0px;
    color: #fff;  }
.phone_sns .msg_fld .call_msg .call_pic { border-radius: 50%;width: 50px;height: 50px;min-width: 50px;   min-height: 50px;margin: 5px;    margin-top: -25px;    position: relative;    top: 30px;    right: 25px;animation: anim_voice 1.1s infinite;    animation-play-state: running!important;border:3px solid #fff;object-fit: cover;}

.phone_sns_profile {width:290px;
    border-radius: 0px;color:#fff;
    cursor: default;
    padding: 10px 0px 10px 10px;
    background: #fafafa;    background: linear-gradient(to right, #ffafaf 0%,rgba(192,220,249,1) 100%);
    overflow: hidden;
}
.phone_sns_profile .netizenname {color:#fff;font-weight: bold;}
.phone_sns_profile .netizenname:hover {color:#353535;}
.phone_sns_profile  .dtxt { margin-right: 10px;color:#fff;font-size: 10px; }
.phone_sns_profile .pic {width: 30px;  height: 30px; min-width: 30px;   min-height: 30px;object-fit: cover;}
.phone_sns_profile .icon {width: 15px;height: 15px; min-width: 10px;   min-height: 10px;}
 .phone_sns .footer_msg {float:left; width: 255px;  border-radius: 20px;  height: 10px;  background-color: #fff; margin: 15px; padding: 10px;  font-size: 8px;  text-align: left; color: #959595;font-family: tahoma;}
/* снс новый конец  */

/* новый код твиттера */
.sp_tw_post {width: 320px; margin: 10px auto; background: #f5f5f5;    border-radius: 20px; font-size: 10px; box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 18%);padding-bottom: 10px!important;font-family: 'Nunito Sans', sans-serif!important;}

.sp_tw_post p {padding: 10px!important;}
.sp_tw_post table {cursor: default; border-radius: 20px 20px 0px 0px;  /* background: linear-gradient(to right, #ffafaf 0%,rgba(192,220,249,1) 100%);*/ color:#353535;}
.sp_tw_post table img {padding: 5px!important;}
.sp_tw_post video {width: 300px;height:auto;} 
.sp_tw_post iframe {} 

/*иконка кнопки в форме ответа*/
#button-ep {background-image:url('https://i.imgur.com/UHdzkyh.png'); padding:0; line-height:0; background-position:center;  background-repeat:no-repeat;} 
#button-template_sns {background-image:url('https://i.imgur.com/8rcBXJQ.png'); padding:0; line-height:0; background-position:center;  background-repeat:no-repeat;}
/*иконка кнопки в форме ответа*/
/*Настройки для кастомных блоков в постах*/

/* настройка количества новых сообщений в категориях 
.icon[data-new-topics]:before, .subforums span[data-new-topics]:before {
background: #c16572!important;    
border-radius: 10%!important;
    color: #000!important;
    content: attr(data-new-topics)!important;
    display: inline-block!important;
    font-size: 14px!important;
    font-weight: 700!important;
    height: 20px!important;
    width: 20px!important;
    line-height: 28px!important;
    margin: 0px!important;
    min-width: 20px!important;
    padding: 0px!important;
    position: absolute!important;
    left: -45px!important;
    text-align: center!important;
    font-family: 'Souses', sans-serif!important;box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 18%)!important;}*/
.icon[data-new-topics]:before, .subforums span[data-new-topics]:before {
    background: transparent!important;
    border-radius: 10%!important;
    color: #d08a94!important;
    content: attr(data-new-topics)!important;
    display: inline-block!important;
    font-size: 14px!important;
    /* font-weight: 700!important; */
    height: 20px!important;
    width: 40px!important;
    line-height: 28px!important;
    margin: 0px!important;
    margin-top: 0px!important;
    min-width: 40px!important;
    padding: 0px!important;
    position: absolute!important;
    left: -70px!important;
    text-align: center!important;
    font-family: 'Montserrat', sans-serif!important;
}

/* https://www.flaticon.com icons created by Freepik - Flaticon */
li.pa-fld1:before {display: block; content: url("https://i.imgur.com/jNMhmpx.png");}
li.pa-respect span.fld-name, li.pa-posts span.fld-name {display:none;}
li.pa-respect:before {display: block; content: url("https://i.imgur.com/IAKPVnK.png");}
li.pa-posts:before {display: block; content: url("https://i.imgur.com/EqnczpG.png");}
li.pa-awards:before {display: block; content: url(https://i.imgur.com/y497Hgf.png); margin-right:5px;}

/* Самопечатающийся текст (c) Fover 
.samo_text {
    font-family: 'Nunito Sans', sans-serif!important;
    font-size: 9px; 
    color: #dfdfdf; 
    text-transform: none; 
    text-align: justify; 
    width: 350px; 
    height: 140px;
    padding:3px;
}
.random_text{
  color:#dfdfdf;
  border:0px solid #000;
}*/ /* Самопечатающийся текст (c) Fover */


/* банк кодов */
.sp_html_1 {  width: 60%;  border-radius: 40px;    padding: 10px 20px 20px 20px;  margin: 10px auto;}
.sp_html_1_text {  font-family: 'Rubik', sans-serif!important;  border-radius: 25px;    padding: 20px;    background: #fcfcfc;    margin-top: 10px;    text-align: justify;    font-size: 11px;    font-weight: 200;  color: #353535;}


.sp_html_2 { margin: 0 auto;    max-width: 60%;  overflow: hidden;    box-shadow: 0 0 5px #fdfdfd;}
.sp_html_2 .top {  text-align: center; padding: 10px;}
.sp_html_2_text {  font-family: 'Rubik', sans-serif!important;     padding: 20px;    background: #fcfcfc;   text-align: justify;  font-size: 11px;  color: #353535;}

.sp_html_1_text outline, .sp_html_2_text outline {color: #fff; text-shadow: 1px 1px #cf3f67, -1px 1px #5b8493, 1px -1px #5b8493, -1px -1px #cf3f67; font-size:14px;}
.sp_html_1_text b, .sp_html_2_text b  {background:linear-gradient(to right, rgba(255,135,135,1) 0%,rgba(66,130,169,1) 100%);  -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding: 0px 5px;}

.sp_html_3 {    width: 100%;     box-sizing: border-box;    padding: 30px;    background: #f7f7f7;}
.sp_html_3_2 {    width: 100%;    box-sizing: border-box;    padding: 20px 10px;    display: flex;    justify-content: center;    text-align: center;    color: #353535;    font: 900 27px 'Montserrat';    text-transform: uppercase;}
.sp_html_3_1 {    width: 100%; height: auto;    box-sizing: border-box;        text-align: justify;    color: #353535;    font: 400 12px "Nunito Sans";    line-height: 150%;}
.sp_html_3_1 p::first-letter {font: 900 18px "Nunito Sans";}
.sp_html_3_1 b {font: 900 13px "Nunito Sans";}

.sp_html_4 {    border-radius: 0px;    margin: 0px auto;    background: #fff;    padding: 20px;    background-color: #f9f9f9;}
.sp_html_4_text {color: #505050;background-color: #fff;border-right: 3px solid #353535;font: 600 12px "Nunito Sans";    text-align: justify;    margin-top: 0px; padding: 30px;}
.sp_html_4_text b {font: 900 12px "Nunito Sans";color:#a089d6;    text-transform: none;    color: #505050;    background: #a089d640;    padding: 1px 5px 1px 5px;    border-radius: 20px;    text-shadow: -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff;}

.sp_html_5 { background: #222;   padding: 30px;}
.sp_html_5_1 { color:#e2e2e260; border: 1px solid #171717;    background: #333;    padding: 30px 20%;    border-radius: 4px;    border: 1px solid #171717;
    font: 500 12px 'Nunito Sans';    text-align: justify;    margin: 0px auto;}
.sp_html_5_1 b {color: #f1f1f180;font: 900 12px 'Nunito Sans';}
.sp_html_5_1 one {    color: #f1f1f1;    font: 900 20px 'Komang2803';    float: left;    margin: -15px 15px 0 5px;}

.punbb .post-content table {
    margin: 0px auto;}
