/* ПОДГРУЗКА ШРИФТОВ */

/* базовые шрифты - поддержка кириллицы */
@import url(style_cs.1729951362.css);
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Amatic+SC&family=Anton&family=Arima:wght@100&family=Bad+Script&family=Bebas+Neue&family=Caveat&family=Cinzel&family=Comfortaa:wght@300&family=Comforter+Brush&family=Cormorant+Garamond:wght@300&family=Cormorant+SC:wght@300&family=Edu+QLD+Beginner&family=Gloria+Hallelujah&family=Gochi+Hand&family=Great+Vibes&family=Hachi+Maru+Pop&family=Homemade+Apple&family=Indie+Flower&family=Kaushan+Script&family=Klee+One&family=Koulen&family=Lobster&family=Merienda&family=Montserrat+Alternates:wght@100&family=Nanum+Brush+Script&family=Neucha&family=Nothing+You+Could+Do&family=Pacifico&family=Playfair+Display+SC&family=Poiret+One&family=Roboto+Flex:opsz,wght@8..144,100&family=Roboto:wght@100&family=Ruslan+Display&family=Satisfy&family=Shadows+Into+Light&family=Sigmar+One&family=The+Nautigal&family=Yeseva+One&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2forumna?family=Comfortaa&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;1,200;1,300;1,400;1,600&display=swap');
@font-face {
font-family: 'FontAwesome';
src: local("FontAwesome"), url(http://forumstatic.ru/files/001b/ae/02/82214.otf);
url('http://forumstatic.ru/files/001b/ae/02/10475.eot'),
url('http://forumstatic.ru/files/001b/ae/02/33873.woff'),
url(http://forumstatic.ru/files/001b/ae/02/11858.ttf');
}


/* шрифты специально для данного форума*/
@font-face { font-family: Comic CAT;
src: local("ComicCATRegular"), url(https://forumstatic.ru/files/001b/94/c0/94728.ttf) format('truetype');}
@font-face { font-family: Beware;
src: local("BewareRegular"), url(http://forumstatic.ru/files/001b/bf/bc/58860.ttf) format('truetype');}


/* 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: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  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 шрифты*/
 
 /* A3.1 размер */
body {
  font-size: 1.1vw;
  }
  

/* A3.2 Шрифт в поле ввода */

/* A3.2 тело*/

#pun-index.punbb {
  padding-left: 5%;
  width: 95%;
  }


.punbb {
  font: normal 1vw 'Times New Roman', sans-serif;
  letter-spacing: 0.1px; 
  }



/* A3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
  font: 1em verdana, arial, helvetica, sans-serif
  }

/* A3.4 заголовки */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  z-index: 9999;
  font-size: 1.1vw;
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb legend span {
  font-size: 1.1vw;
  }
  
/* A3.6 */
.punbb pre {
  font-family: 'Times New Roman';
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: italic;
  }

/* господи помилуй */
.post-content .spoiler-box > div {
    font-family: 'Comic CAT';
    color: #8B7059;
    background: url(https://forumstatic.ru/files/001b/94/c0/73507.png) no-repeat left center!important;
}

.post-content .spoiler-box > div.visible {
    background-image: url(https://forumstatic.ru/files/001b/94/c0/54720.png)!important;
}

/* A3.8 */
.punbb .post-content em {
  font-style: italic
  }

li.pa-respect a {
  color: #e5decf!important;
  }

/* A3.9 подчеркнутый текст*/
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

/* A3.10 ссылки*/
.punbb a {
    transition: all 1s cubic-bezier(0.2, 0.2, 0.2, 1), color 0.5s 0.2s linear;
    text-decoration:none;
    color: #6f6c9e;}

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }


/* 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
-------------------------------------------------------------*/

/* фон */
body {margin: 0; padding: 0;}

body {
background: url("//forumstatic.ru/files/001b/bf/bc/55023.jpg")  bottom center no-repeat fixed #20281d;
    background-size: cover;                           
}

/* A5.1 тело */
#pun { 
    width: 70%;
    margin: auto;
    float: none;
    padding: 0px 0px 0px 0px;
    border: none;
    height: auto;
    position: relative;
    z-index: 9;
}

#pun-post .topic {  margin-top: 1em;  }

 
/* A5.2 */   
.punbb {
    height: auto;  
    padding: 0px 8px 0px 15px; 
    position: relative;    
    margin-bottom: 0px;
}

/* A5.3 переадресация */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.10 название категорий*/
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
    padding: 8px 10px; /* отступы в пикселях */
    color: #000; /* цвет текста */
    font-weight: bold; /* жирный */
    text-align: center; /* выравнивание текста по центру */
  }

/*************************************************************
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 solid #888;
  width: 250px;
  margin: 5px 0;
  }

/* B1.3 Абзацы внутри постов*/
.punbb .post-content p {
  margin: 0;
  padding: 0.5vw 0 0.5vw 0;
  line-height: 150%;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom;
 }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 Отступы у цитат и кодов*/
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  margin: 0.4vw 1.8vw 1.4vw 1.8vw;
  padding: 0.5vw;
  border-style: solid;
  }

/* B1.9 выделить код*/
.punbb .quote-box cite, .punbb .code-box strong.legend {
    display: block;
    padding: 0.5vw 0 0.5vw 0.5vw;
    font-style: normal;
    font-size: 1vw;
    font-family: 'Comic Cat';
    color: #8B7059;
    min-height: 1vw;
    border: 0.05vw solid #DBBE8F;
}

/* внешний вид цитаты кода и т д */
.punbb #pun-main .quote-box, .punbb #pun-main .code-box, .pun-modal .modal-inner {
    background-clip: padding-box;
    position: relative;
    color: #333;
    background-color: #EBDBC1;
    border: 0.15vw solid #DBBE8F;
    -webkit-border-radius: 0.2vw;
}

/* перекраска выделить код*/
.legend a {   
 color: #8B7059 !important;}

/* 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 {
  font-size: 1.1vw;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  font-size: 1.1vw;
  height: 0;
  }

/* B3.2 */
.multipage {
  margin-top: 3em;
  }

/* B3.3 номер страницы сверху*/
.linkst .pagelink {
  width: 24em;
  margin-top: -3%;
  font-size: 0vw;
}

  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 1em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }

/* B3.5 */
.punbb .linksb {
  text-align: right;
  padding: 0.4em 1em 0.5em 1em;
  font-size: 1.1vw;
  }

/* B3.6 строчка страница снизу*/
.linksb .pagelink {
  padding: 0.2vw;
  min-width: 10.6vw;
  min-height: 0.8vw;
  float: left;
  text-align: center;
   -webkit-border-radius: 0.4vw;
  font-family: 'Comic CAT';
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  padding: 0.2vw;
  min-width: 10.6vw;
  min-height: 0.8vw;
  text-align: center;
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  }


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
   padding: 1.7em 2.3em 1.1em 2.3em;
  text-align: left;
  }

/* 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: 0px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1vw;
  }

/* C1.6 */
.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0px 0 0 -15px;
  }

/* 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: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  border: 1px solid #7c7653;
  outline: 1px solid #b6af88;
  box-shadow: 0px 0px 4px 1px #b6af88 inset;
  background-color: #e8e1d2;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 50%;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
  }

/* C2.3 последняя активная тем и сообщение ширина*/
 .punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  width: 30%;
  position: relative;
  opacity: 0.8;
  font-family: 'Times New Roman';
  
  font-weight: 500;
  font-size: 1.2vw;
  }

/* 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 {
height: 2vw;
padding: 0.2vw;
font-family: 'Comic CAT';
}

/* в спокойном состоянии*/
.tcl h3 a {
color: #31311b!important;
font-size: 1.5vw;
text-align: left;
}

/* при наведении*/
.tcl h3 a:hover {
color: #a4602c!important;
font-size: 1.5vw;
text-align: left;
}

/* 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: 8px 10px; /* для ячеек таблицы */
  }

/* C2.12 */
.punbb .main th {
   padding: 5px 10px 5px 10px; /* для заголовка таблицы (где надписи "форум", "тем", "сообщений") */
  }

/* текстовое название быстрый ответ */
#post-form.formal h2 span { 
  position: relative;
  font-family: 'Comic CAT';
  text-transform: lowercase;
  font-size: 1.5vw!important;
  text-align: center;
  color: #1f2820;
  text-shadow: 
		-0   -0.5px 0   #E2AF80,
		 0   -0.5px 0   #E2AF80,
		-0    0.5px 0   #E2AF80,
		 0    0.5px 0   #E2AF80,
		-0.5px -0   0   #E2AF80,
		 0.5px -0   0   #E2AF80,
		-0.5px  0   0   #E2AF80,
		 0.5px  0   0   #E2AF80,
		-0.5px -0.5px 0   #E2AF80,
		 0.5px -0.5px 0   #E2AF80,
		-0.5px  0.5px 0   #E2AF80,
		 0.5px  0.5px 0   #E2AF80,
		-0.5px -0.5px 0   #E2AF80,
		 0.5px -0.5px 0   #E2AF80,
		-0.5px  0.5px 0   #E2AF80,
		 0.5px  0.5px 0   #E2AF80;
}

/* текстовое название категории и статистики */
.punbb .main h2 span, #pun-stats h2 span { 
  position: relative;
  top: 0.3vw!important;
  margin-left: 1vw!important;
  font-family: 'Comic CAT';
  text-transform: lowercase;
  font-size: 1.8vw!important;
  color: #1f2820;
  text-shadow: 
		-0   -0.5px 0   #E2AF80,
		 0   -0.5px 0   #E2AF80,
		-0    0.5px 0   #E2AF80,
		 0    0.5px 0   #E2AF80,
		-0.5px -0   0   #E2AF80,
		 0.5px -0   0   #E2AF80,
		-0.5px  0   0   #E2AF80,
		 0.5px  0   0   #E2AF80,
		-0.5px -0.5px 0   #E2AF80,
		 0.5px -0.5px 0   #E2AF80,
		-0.5px  0.5px 0   #E2AF80,
		 0.5px  0.5px 0   #E2AF80,
		-0.5px -0.5px 0   #E2AF80,
		 0.5px -0.5px 0   #E2AF80,
		-0.5px  0.5px 0   #E2AF80,
		 0.5px  0.5px 0   #E2AF80;
}




/* C2.14 иконки в подфорум на главной*/
.punbb tbody.hasicon td.tcl {
  padding-left: 3.2vw; /* отступ описания форума от левого края для размещения иконки */
  }

/* подфоорум на главной */
.punbb .main .tcl, punbb .main th { 
  position: relative;
  opacity: 0.8;
  padding: 2%;
  font-family: 'Times New Roman';
  font-weight: 500;
  font-size: 1.2vw;}


/* C2.15 иконки на главной*/
.punbb div.icon {
  border-style: solid;
  border-width: 0.6em 0.6em 0.6em 0.6em;
  height: 0;
  line-height: 0.0;
  margin-top: 0.1em;
  width: 0;
}

#pun-messages.punbb div.icon{
  margin-top: 0px!important;
}

/* C2.16 */
.punbb  table div.icon {
  font-size: 1.05vw;
  position: absolute;
  margin-left: -2.2em;
  }


 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container, #post-form.formal #post.container {
  position: relative;
    display: inline-block;
    border-image-source: url(http://forumstatic.ru/files/001b/bf/bc/39055.png);
    border-image-slice: 55 200 35 fill; /* Вырезка рамки верх-право-низ-лево 3 значения — верх, одинаковые бока и низ, 2 значения — верх-низ и бока, 1 значение — одинаковая толщина со всех 4 сторон */
    border-image-repeat: repeat round;    
    border-image-width: auto; /* можно просто auto, эффект будет тот же */
    width: 92%; /* ширина строки */
    margin: 0px 0; /* отступы блоков сверху и снизу */
    padding: 1vw 2.5vw; /* отступы блоков справа и слева */
  }

div .post-rating, div.post-vote {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 0.8vw !important;
    margin-left: 95%;
}

div.post-vote p>a {
    margin-left: 90%;
}


/* C3.2 подложка под дату и номер поста в теме*/
.punbb .post h3 {
display: block;
    margin-bottom: -2%;
    margin-left: 5%;
    font-family: 'Times New Roman';
    height: 25px;
    width: 85%;
    border-image-source: url(http://forumstatic.ru/files/001b/bf/bc/97992.png);
    border-image-slice: 25 200 15 fill;
    border-image-repeat: repeat round;
    border-image-width: auto;
    padding: 1% 1%;
  }

/* C3.3 */
 .punbb .post h3 span {
  display: block;
  width: 70%;
  margin-left: 30%;
  }
  

/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: center;
  font-weight: normal;
  }

/* C3.5 оформление аватара*/
.punbb .post .post-author {
  float: left;
  text-align: center;
  position: relative;
  border-image-source: url(http://forumstatic.ru/files/001b/bf/bc/97992.png?v=1);
    border-image-slice: 55 200 35 fill; /* Вырезка рамки верх-право-низ-лево 3 значения — верх, одинаковые бока и низ, 2 значения — верх-низ и бока, 1 значение — одинаковая толщина со всех 4 сторон */
    border-image-repeat: repeat round;    
    border-image-width: auto; /* можно просто auto, эффект будет тот же */
    border-image-outset: 8px 10px 2px 10px;
    width: 20%; /* ширина строки */
    margin-left: -10%; 
   padding: 2% 2%; /* отступы блоков справа и слева */ 
   box-shadow: -11px 0px 9px 0px rgba(0,0,0,0.55);
  }

/* C3.6 */
.punbb .post .post-author p {
  padding: 0 1em 1em 1em;
  line-height: 140%;
  }

.punbb .post .post-author ul {
     padding: 0px;
    margin-top: 10px;
    line-height: 140%;
}

/* C3.7 */
.pa-author {
    color: #d3b163 !important;
    font-size: 1.4vw;
    font-family: 'Comic CAT';
    margin-top: 0;
    width: 100%;
  }

/* C3.8 */
.pa-author a {
 text-decoration: none;
    color: #d3b163 !important;
    font-weight: 600;
}

/* C3.9 */
li.pa-title {
  padding-bottom: 0.5em;
    font-size: 1.1vw;
    width: 100%;
    line-height: initial;
   color: #bbb8b0 !important;
    text-transform: lowercase;
}

/* cтатус онлайн в теме рядом с ником */
li.pa-online {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 2%;
    right: 2%;
    font-size: 0px;
    animation: blinkColor .9s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;
    background: #8ac176;
    z-index: 100;
}

/* сообщений/репутация в теме рядом под авой */
li.pa-posts, li.pa-respect {
font-size: 0.8vw;
    font-family: 'Comic CAT';
    display: inline-block;
    width: 30%;
    color: #e5decf;
    letter-spacing: .5px;
    text-transform: lowercase;
    text-align: center;
    padding-top: 0.4vw;
  }

li.pa-respect {
    padding-left: 1.9vw;
  }

/* должность/возраст */
li.pa-fld1 {
    font-size: 0.8vw;
    font-family: 'Comic Cat';
    color: #e5decf!important;
    padding-top: 3.5%;
    width: 120%;
    min-height: 3vw;
    text-align: center;
    margin-left: -9%;
}
li.pa-fld1 a {
  color: #e5decf !important;
}

li.pa-fld1 a:hover {
  color: #fff !important;
}

.pa-fld2 {
  font-size: 1vw!important;
  line-height: 125%;
  text-align: center;
}
 
.pa-fld3 {
  font-size: 1vw!important;
  line-height: 125%;
  padding: auto;
  text-align: center;
}



/* C3.11 сдвиг поста в теме*/
.punbb .post-body {
  margin-left: 10.5em;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 0 1px 0;
  }

/* C3.12 отступ в посте от края*/
.punbb .post-box {
  padding: 0.8vw 0.2vw 0vw 1.5vw;
  margin-left: 0vw;
  }

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 20em;
  border-left-style: solid;
  border-left-width: 12px;
  margin-top: 10px;
  font-family: 'Comic CAT';
  }

/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 1em;
  margin-left: -19em;
  border-top-style: dashed;
  border-top-width: 1px;
  background: transparent;
  text-align: right;
  }

/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-top: 1.5vw;
  padding-left: 0.4vw;
  padding-right: 0.4vw;
  }

/* C3.17 профиль/лс/мыло под профилем в теме*/
 .pl-email, .pl-website {
  position: relative;
  float: left;
  text-align: center;
  top: -1.1vw;
  }

 .pl-email.profile  {
   left: -2.6vw;
   position: relative;
  }

 .pl-email.pm  {
   left: -1.8vw;
   position: relative;
  }

 .pl-email.email  {
   left: -0.5vw;
   position: relative;
  }


/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
  padding: 0.5em 1em;
  text-align: right;
  }

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

#pun-profile #pun-main.main {
    text-align: center;
    display: block;
    width: 94%;
    border-image-source: url(http://forumstatic.ru/files/001b/bf/bc/39055.png);
    border-image-slice: 55 200 35 fill;
    border-image-repeat: repeat round;
    border-image-width: auto;
    padding: 1%;
    margin: 1%;
    
}

/* колонка на стр профиля с именем аватаром активностью и редактировать*/

li#pa-avatar img {
  width: 100%;
  height: 100%;
  background-position: center center;
  }

li#profile-name, li#profile-title, li#pa-online , li#pa-edit {
  text-align: center !important;
  }

/*блок аватар в теме*/
li.pa-avatar.item2{
  width: 100%!important;
  margin-left: 0%;
  background-size: contain;
  }

/* аватар_картинка в теме*/
li.pa-avatar.item2 img {
    border: 4px solid #d3b163;
    width: 100%!important;
    margin-left: -1%;
    background-size: contain;
  }

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 страница профиля */
#viewprofile ul, #profilenav ul {
  text-align: left;
  border-style: solid;
  border-width: 0px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0px 14px -0.6em 14px;
  }

/* C6.6 заголовки папки и действия на странице сообщений*/
#viewprofile h2 span, #profilenav h2 span {
  height: 16px;
  position: relative;
  top:-10px!important;
  font-family: 'Times New Roman';
  text-transform: lowercase;
  font-size: 1.2vw!important;
  text-align: left;
  margin-left: -15px;
  color: #343b29;
  text-shadow: 0px 1px 1px #a8ad9f;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  margin-left: 1.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -15em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
  margin: 0;
  border-style: solid solid none solid;
  border-width: 1px 1px 0 1px;
  }

/* D1.2 */
#pun-title h1 {
  display : block;
  height : 40px;
  padding: 2em 1em 0 1em;
  }

/* D1.3 */
#pun-title .container {
  border-style: none solid none solid;
  margin-top: -100px;
  }

/* D1.4 текстовое название форума в шапке*/
#pun-title h1 span  {
  font-size: 0em;
  }

#pun-title, #pun-title .container { 
    background-color: transparent; 
    border-color: transparent;
    border: 0px !important; 
}

#pun-title table tbody tr .title-logo-tdr {  
    position: absolute; 
    z-index: 1; 
    left: 0px;   
    top:0px;  
    opacity: 0.3;
}


#pun-title h1 {  display : block;  padding: 2em 1em 0 1em;  }
#pun-title .container {  border-style: none none none none;  }
#pun-title h1 span  {  font-size: 1.5vw;  }
#pun-title h1 span  {  display: none;  }

#pun-about {  margin-top: 0;  }
#pun-about p span { margin-top: 10px;}

div#html-footer {margin: -95px 0px 0px 0px;}

#pun-qjump {  margin: 0;  border: none;  width: 50%;  position: relative;  float: left;  }
#pun-qjump .container {  border: none;   background: transparent;  padding: 0.8em 1em;  }
div.punbb-admin #pun-about .container {  border-top-style: solid;  border-top-width: 1px;  }

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2vw;
  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 форум участники поиск и т д */

/* D3.1 */
#pun-navlinks, #pun-navlinks .container {
    text-align: center;
}


/* D3.2 */
#pun-navlinks .container {
    font-family: 'Comic Cat';
    font-size: 1.1vw;
    margin-top: -0.2vw;
    margin-left: -2.1vw;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
}

/* D.3 */
#pun-navlinks li {
  display: inline;
  padding-right: 1em;
  }

/* D3.4 Ссылки навигации */
#pun-navlinks li a {
    letter-spacing: 0.1vw;
    color: #efe1c9!important;
  }
  
 /* при наведении */
#pun-navlinks li a:hover {  
    color: #d2691e!important;
}

/* D4 ссылки акт темы,мои сообщения и тд */

/* D4.1 */


/* D4.2 */
#pun-ulinks .container {
    position: absolute;
    width: 90%;
    text-align: center !important;
    text-decoration: none !important;
    font-style: normal;
    font-weight: bold;
    top: 2vw;
    font-size: 1.05vw!important;
    font-family: 'Times New Roman'!important;
    background-color: transparent;
    border-color: transparent;
  }
  
/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
    display: inline;
    white-space: nowrap;
}

/* D4.4 */
#pun-ulinks li a {
    padding-left: 1vw;
    color: #dcd6c8!important;
}

/* D4.5 */
#pun-ulinks li a:hover{
    padding-left: 1vw;
    color: #847d5b!important;
}

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 контейнер привет ваш визит */
#pun-status .container {
  padding: 1.5vw;
  background-color: transparent;
  border: none;
  margin-bottom: 1.5vw;
  font-family: 'Comic CAT';
  }


/* D5.3 текст привет ваш последний визит*/
#pun-status span {
  white-space: nowrap;
  margin-right: 0.2vw;
  color: #000000;
  }

/* D5.4 сдвигаем начало тела форума */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: -3.5vw;
  }

/* D5.5 верхний контейнер название форума - форум- тема*/
#pun-crumbs1 p.container {
   position: absolute !important;
   text-align: center!important;
   margin-top: -4vw;
   width: 100%;
   background-color: transperent;
  }
  
#pun-crumbs1 p.container a {
    color: #dcd6c8 !important;
}

#pun-crumbs1 p.container a:hover {
    color: #847d5b !important;
}

#pun-crumbs1 p.container, #pun-crumbs2 .container {
    letter-spacing: 0.5px;
    word-spacing: 2px;
    white-space: nowrap;
    font-size: 1vw;
    font-family: "Times New Roman";
    color: #dcd6c8 !important;
}

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 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: 4.3em 1em 1em 1em;
  }

/* D7 Statistics
-------------------------------------------------------------*/

.punbb .flag-i
{
    display:none!important;
}

/* D7 Статистика */

/* D7.1 контейнер статистики*/
#pun-stats .container {
    width: 95%;
    min-height: 5vw;
    text-align: center;
    border-image-source: url(http://forumstatic.ru/files/001b/bf/bc/39055.png);
    border-image-slice: 55 200 35 fill; /* Вырезка рамки верх-право-низ-лево 3 значения — верх, одинаковые бока и низ, 2 значения — верх-низ и бока, 1 значение — одинаковая толщина со всех 4 сторон */
    border-image-repeat: repeat round;    
    border-image-width: auto; /* можно просто auto, эффект будет тот же */
    padding: 0.5vw;
}

/* D7.2 ссылки в статистике*/
#pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 {
    display: inline-block;
    text-align: center;
    line-height: 150%;
    font-size: 1vw;
    padding: 0.3vw 0.6vw;
    letter-spacing: .5px;
    font-weight: bold;
    color: #343d2d !important;

}

#pun-stats li.item4 a {
    color: #847d5b !important;
}

#pun-stats li.item4 a:hover {
    color: #847d5b !important;
}


/* D7.4 список актив за сутки */
li#onlinelist {
    margin-top: 1vw;
    margin-left: 2vw;
    margin-bottom: 1vw;
    border-top-style: solid;
    border-top-width: 1px;
    float: left;
    width: 95%;
    text-align: justify;
    line-height: 140%;
    font-family: 'Times New Roman';
    font-size: 1vw;
    letter-spacing: .3px;
    color: #343d2d;
}

li#onlinelist a {
    color: #847d5b;
}

li#onlinelist a.group1 {
    color: #847d5b;
}

li#onlinelist a:hover {
    color: #a7ac9e;
}

/* D7.5 */
li#onlinelist div {
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0.7em 0 0 0;
}

/* 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: 0vw!important;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: right;
  line-height: 150%;
  padding: 0.8em 1em;
  }
  
/* Рейтинг и создание форума внизу*/
#pun-about .container .item1 {
    position: absolute;
    margin-top: 1.5vw;
    margin-left: 70%;
    width: 20%;
    font-family: 'Times New Roman';
    font-size: 1vw;
    text-align: right;
    color: #ffffff;
}

#pun-about .container .item1 a {
    color: #847d5b;
}

#pun-about .container .item1 a:hover {
    color: #ffffff;
}

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 2.1vw;
  border-bottom: none;
  }

/* D8.7 нижний контейнер название форума - форум - тема*/
#pun-crumbs2 .container {
  border-bottom: none;
  position: absolute;
  margin-top: 3.5vw!important;
  padding-bottom: 1vw;
  }
  
#pun-crumbs2 p.container a {
   color: #dcd6c8 !important;
}

#pun-crumbs2 p.container a:hover {
    color: #847d5b !important;
}

#pun-crumbs2 p.container, #pun-crumbs2 .container {
    width: 90%;
    white-space: nowrap;
    text-align: left;

}

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 1px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
  }


/* 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;
  font-size: 1.1vw;
  }

/* 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;
  }
  
/* расположение аватара на главной и на странице подфорума */
.punbb .user-avatar .avatar-image {
    border-radius: 10px 10px 10px 10px!important;
    border: 1px solid #343b29;
    height: 35px !important;
    width: 35px !important;
    opacity: 1 !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin: 0px -6px !important;
    box-shadow: 0 0 6px #343b29 !important;
}
  

    
  


/* убираем границы блоков*/
.punbb .container {border-color: transparent;}
.punbb .post-body {border-color: transparent;}
.post h3 {border-color: transparent;}
#pun-title {border-color: transparent;}
.punbb .section {border-color: transparent;}
.punbb .forum {border-color: transparent;}
.punbb .formal {border-color: transparent;}
.punbb .modmenu {border-color: transparent;}
.punbb .info {border-color: transparent;}
.punbb .category {border-color: transparent;}
.punbb .post {border-color: transparent;}
/* #pun-stats h2 {border-color: transparent;}*/ /*граница статистики*/
.punbb .main h1 {border-color: transparent;}
/*.punbb .main h2 {border-color: transparent;}*/ /*граница категорий*/
#pun-debug h2 {border-color: transparent;}
.punbb-admin #pun-admain h2 {border-color: transparent;}
.punbb td {border-color: transparent;}
#profilenav ul {border-color: transparent;}
.punbb .post .post-body {border-color: transparent;}
/*.punbb .post h3 span {border-color: transparent;}*//*подложка под дату и номер поста в теме*/
.post-links ul {border-color: transparent;}
.post-links {border-color: transparent;}
.usertable table {border-color: transparent;}
#pun-ulinks li {border-color: transparent;}
#pun-announcement h2 span {border-color: transparent;}
li#onlinelist {border-color: transparent;}
#pun-help .formal .info-box h3.legend span {border-color: transparent;}
#pun-ulinks li a {border-color: transparent;}
#pun-announcement h2 {border-color: transparent;}
li#onlinelist div {border-color: transparent;}
#pun-help .formal .info-box h3.legend {border-color: transparent;}
.punbb .divider {border-color: transparent;}
.punbb .quote-box {border-color: transparent;}
.punbb .code-box {border-color: transparent;}
/*.punbb .formal fieldset .post-box {border-color: transparent;}*/
.punbb .info-box {border-color: transparent;}
.punbb .post-sig dt {border-color: transparent;}

/* шапка */
#pun_wrap {
 background: url(http://forumstatic.ru/files/001b/bf/bc/21331.png) top no-repeat;
 padding-top: 40%;
  background-size: contain;
   min-width:100%;
  } /*что б был виден левый край на мобиле*/


  /* сокрытие элементов */
#pun-main.main.mod-page, #pun-main div.catleft, .subscribelink, .linkst .postlink, .acchide, .punbb h1, #pun-navlinks h2, #pun-ulinks h2, .punbb .multipage .topic h2, form#post.container legend span, .punbb dl.post-sig dt span, .punbb p.crumbs strong, .punbb .divider hr, #pun-userlist .main h2,.lastedit, #pun .modlist, .stickytext, .closedatafield, div#pun-live-rusff, .topic a.sharelink, .postlink .closed, li.pl-share, li.pl-reports, .pa-last-visit, #pun-announcement h2, #pun-break4, #pun-index #pun-main thead, .pa-reg, .pa-gifts, .pa-replies, #pun-main div.catright, #pun-viewforum .modmenu .container span, #pun-searchtopics .modmenu .container span,  #pun-messages .post-sig, #pun-profile #viewprofile-next #profilenav, #profile-right li#pa-invites, #profile-gifts, #pun-post #pun-main h2, .tipsy-arrow, .clearer, #pun-main .info h2, div#pun-searchposts h3 em, li.pa-ip, #pun-messages .pa-title, #pun-profile #profile-signature, #pun-searchtopics #pun-main h2, #pun-searchposts h3 a:last-child:after, #pun-respect .multipage .container tr:last-child td.tcl:after, #pun-positive .multipage .container tr:last-child td.tcl:after, #onlinelist .e2, #onlinelist .e3, span.num_msg:before, .pl a:last-child:after, #topic-feed.modmenu, #topic-modmenu.modmenu .container span, #BookmCntToggle.default-style:before, #BookmCntToggle.default-style:after, #pun-searchtopics table Div.icon, #pun-searchtopics .tcr .user-avatar, .newtext .bracket.bracket-left, .newtext .bracket.bracket-right, #pun-online tr:last-child td.tcl.username:after, #pun-searchtopics .multipage .container tr:last-child td.tcl:after, #pun-index .tcl a:last-child:after, #pun-index .main .tcr .user-avatar a:before, #pun-index .main .tcr .user-avatar a:after, .ban a:last-child:after, #pun-viewforum tr:last-child .tclcon:after, #pun-userlist thead tr:after,  #pun-userlist tr:last-child:after, #pun-userlist .container thead tr:before, #profile-right li#pa-email span, #profile-right li#pa-email strong a:first-child, .punbb .post-content .quote-box hr:before, .punbb .post-content .code-box hr:before, .tem tem1:first-child:before, .tem1:first-child:before, #pun-index .subforums:last-child:after, .post-content .tem span hr:before, .gost span p:first-child:before, .gost span p:last-child:before, .pa-fld4 span a:before, .pa-fld4 span a:after, #pun-profile #profile-right li#pa-fld4 span:last-child, #pun-navlinks #form-login .Rega:before, #pun-navlinks #form-login .Rega:after, #pun-navlinks #form-login .Forgot:before, #pun-navlinks #form-login .Forgot:after, #pun-messages #image-area.container tr:before, #pun-main .forum h2, .modal-inner.section.moved h2 span:first-child, .hv-mask-field.title, #mask_dialog .hv-preview-block .hv-preview-title
    {display: none !important;}
    
  /*убираем отображения*/

/* убираем загрузки в пользовательских ссылках */
#pun-ulinks .item5 {
    display: none;
}
/* убираем подписка в пользовательских ссылках */
#pun-ulinks .item6 {
    display: none;
}

/* убираем загрузки в пользовательских ссылках */
#pun-ulinks .item5 {
    display: none;
}

/* убираем последнее изменение и награды*/
.lastedit {
    display: none !important;
}

/* не отображать подарки*/
.pa-gifts {
    display: none;
}

/* убираем айпи под авой*/
.pa-ip {
    clear: both;
    color: #5f5446!important;
    width: 190px;
    font-size: 7px;
    display: none;
}
/* убираем приглашения под авой*/
.pa-invites {
    display: none;
}

/* убираем провел на форуме под авой*/
.pa-time-visit {
    display: none;
}

/* убираем иконку страны*/
.pa-author img {
    display: none;
}
/* убираем кнопку поделиться*/
.topic a.sharelink {
    display: none;

}
/* убираем награды*/
.pa-awards, li#navawards, li#pa-awards {
    display: none;

}

/* убираем "улучшить профиль"*/
span.item4.status-right {
    display: none;
}

/* убираем систему оценки постов самйлами*/
div.reactions-container{
    display: none;
}

/* двигаем рекламу*/
.punbb div#yandex_rtb_R-A-1623045-1 {
    margin-top: 20px;
}






#pun.ru.isguest.gid3 #pun-main.main.multipage .punbb {background-color: #FFA07A!important;}
