@import url(style_cs.1749138557.css);

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');

@font-face {
    font-family: 'Lato';
    src: url('https://forumstatic.ru/files/001b/e4/17/37332.eot'),
    url('https://forumstatic.ru/files/001b/e4/17/94242.woff') format('woff'),
    url('https://forumstatic.ru/files/001b/e4/17/21597.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bodoni';
    src: url('https://forumstatic.ru/files/001b/e4/17/28730.eot'),
    url('https://forumstatic.ru/files/001b/e4/17/69299.woff') format('woff'),
    url('https://forumstatic.ru/files/001b/e4/17/89741.woff2') format('woff2'),
    url('https://forumstatic.ru/files/001b/e4/17/70817.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*************************************************/
/********** Дизайн "Wind World" © ForumD.ru **********/
/********** Техподдержка: https://forumd.ru/ **********/
/*************************************************/

.acchide,
#pun-index #pun-main h1,
#pun-navlinks 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,
#pun-title h1,
#pun-announcement h2, #pun-title {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
}

* {margin: 0; padding: 0;}
body {margin: 0;}
ul, dl, li, dd, dt {list-style: none;}
address, em {font-style: normal}

#pun-about .container {text-align: right;}

.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 3px;}
p[class="checkfield"] *, div[class="checkfield"] *, fieldset[class="radiofield"] * {height: 20px; vertical-align: middle;}

optgroup {font-weight: bold;}

.formal .container {padding: 10px 20px;}
.formsubmit {
padding: 0 0 0 15px;
margin: 10px 0 0 0;
}
.formsubmit input, .formsubmit a, .formsubmit span {margin: 0 6px 0 0;}
fieldset {border: none;}
fieldset legend {
font-style: italic;
font-size: 12px;
}
fieldset fieldset {
border: none;
margin: 0;
padding: 0 0 8px 0
}
.fs-box {padding: 5px 0;}
.fs-box p, .fs-box fieldset {padding: 0 0 8px 0;}

.inline .inputfield, .inline .selectfield, .inline .passfield {float: left;margin-right: 1em;}
.inline .infofield {clear:both}
.datafield br {display: none}
.required label, .datafield span.input {font-size: 10px;}
textarea, .longinput input {width: 64%; margin: 0;}
.hashelp {position: relative;}

.punbb #main-reply {width: calc(100% - 22px);}
#form-buttons {margin: 8px auto;}

#pun-post .topic {margin-top: 10px;}

table {table-layout: fixed; width: 100%;}
#respect {width: auto;}

.tcl {width: 50%;}
.tc2, .tc3  {text-align: center; width: 10%;}
.tcmod {width: 2%;}
.tcr {width: 30%;}

td {padding: 15px 10px;}
th {padding: 6px 10px;}

table thead tr {background: rgba(255,255,255,0.15);}
table th {
opacity: 0.65;
font-weight: normal;
  font-size: 12px;
}
table th.tcl {text-align: left; padding: 6px 10px;}
#pun-modviewforum .tcl {width: 40%}

#pun-debug table .tcl {width: 15%;white-space:normal;}
#pun-debug .tcr {width: 90%; white-space: normal;}

#pun-userlist .formal, #pun-userlist .formal .container {margin-bottom: 0;}
#pun-userlist .tc2 {
text-align: left;
width: 20%;
}
#pun-userlist .tcl {width: 40%}

.info .container {padding: 5px 10px;}
.info .container .backlink {padding-top: 8px;}

.info-box {
padding: 10px 15px;
margin: 0 0 10px 0;
}
.info-box * {padding: 0 0 5px 0;}
.info-box .legend {font-weight: bold;}


/*************************************************/
/********** Дизайн "Wind World" © ForumD.ru **********/
/********************* Формы *********************/
/*************************************************/


.lastedit {
  display: none;
}

textarea, select, input {
outline: 0;outline-offset: 0;
background: rgba(211, 187, 113, 0.50);
border: 1px solid #EBE5B1;
box-shadow: 2px 2px 6px #0F1011B5;
padding: 10px;

transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
textarea:hover, select:hover, input:hover {
outline: 0;outline-offset: 0;
box-shadow: 2px 2px 6px #0F1011B5 inset;
}
textarea:focus, select:focus, input:focus {
outline: 0;outline-offset: 0;
box-shadow: 2px 2px 6px #0F1011B5 inset;
background: rgba(152, 88, 29, 0.3);
border: 1px solid #E99D3C;
} 

input.button, input[type="submit"] {
border: none;
  box-shadow: unset;
  color: #491B1B;
  font-size: 20px;
  cursor: pointer;
  background: rgba(91, 77, 62, 0.51);
  padding: 5px 10px;
}
input.button:hover, input[type="submit"]:hover,
input.button:focus, input[type="submit"]:focus {
color: #C7B689;
  box-shadow: unset;
}

* {scrollbar-width: thin; scrollbar-color: #cfba6a #523329;}
*::-webkit-scrollbar {width: 9px; height: 9px;}
*::-webkit-scrollbar-track {background-color: #523329;}
*::-webkit-scrollbar-thumb {background-color: #cfba6a;}



/*************************************************/
/********** Дизайн "Wind World" © ForumD.ru **********/
/*********** Тело Форума + Меню и баннеры ***********/
/*************************************************/

body {
background: #232c2b url(https://forumstatic.ru/files/001b/e4/17/48472.jpg) no-repeat top center fixed;
background-size: cover;
}

#pun_wrap {padding: 650px 0 165px;}

#pun {
width: 1205px;
  margin: 0 auto;
  background: 
    url(https://forumstatic.ru/files/001b/e4/17/36214.svg) no-repeat top center, 
    url(https://forumstatic.ru/files/001b/e4/17/32610.svg) no-repeat bottom center;
  position: relative;
  padding: 3px 2px;
}
#pun::before, 
#pun-navlinks::after, #pun-navlinks::before, 
#banners::after, #banners::before {
content: '';
  display: block;
  position: absolute;
  left: 0;
}
#pun::before, #pun-navlinks::after, #banners::after {
  border-left: 1px solid #F7A63D;
  border-right: 1px solid #F7A63D;
  width: calc(100% - 2px);
}
#pun::before {
top: 30px;
  height: calc(100% - 60px);
}

.punbb, #pun-navlinks .container, #banners .container {
max-width: 1200px;
  margin: auto;
  border: 3px solid #EBE5B1;
  background: #8b7d52f2;
  box-shadow: 2px 2px 6px 0px #0F1011;
}
.punbb {width: calc(100% - 40px); position: relative; padding: 50px 20px 0; z-index: 1;}

#pun-break1 {
background: url(https://forumstatic.ru/files/001b/e4/17/92730.svg) no-repeat top center;
position: absolute;
top: -28px;
  left: 50px;
  width: 152px;
  height: 44px;
}
#pun-break2 {
background: url(https://forumstatic.ru/files/001b/e4/17/66597.svg) no-repeat top center;
position: absolute;
top: 50px;
  right: -26px;
  width: 73px;
  height: 129px;
}

#pun-navlinks, #banners {
width: 1205px;
  left: -6px;
  position: absolute;
}
#pun-navlinks {top: -660px; padding: 0 2px 3px;}
#banners {
bottom: -170px;
  padding: 3px 2px 0;
  height: 96px;
}

#banners::before,
#pun-navlinks::before {
height: 47px;
width: 100%;
}
#pun-navlinks::before {background: url(https://forumstatic.ru/files/001b/e4/17/32610.svg) no-repeat bottom center; bottom: 0;}
#banners::before {background: url(https://forumstatic.ru/files/001b/e4/17/36214.svg) no-repeat top center; top: 0;}

#pun-navlinks::after {height: calc(100% - 30px); top: 0px;}
#banners::after {bottom: 0; height: calc(100% - 26px);}

#pun-navlinks .container, #banners .container {text-align: center;}
#pun-navlinks .container {padding: 20px 20px 48px;}
#banners .container {
padding: 15px 20px 5px;
border-width: 3px 3px 0;
}

#pun-navlinks .container::before, #pun-navlinks .container::after {content: ''; position: absolute; display: block;}
#pun-navlinks .container::before {
background: url(https://forumstatic.ru/files/001b/e4/17/74256.svg) no-repeat;
width: 100px;
  height: 29px;
  bottom: -15px;
  left: 82px;
}
#pun-navlinks .container::after {
background: url(https://forumstatic.ru/files/001b/e4/17/22070.svg) no-repeat;
width: 26px;
  height: 64px;
  right: -10px;
  top: 0;
}

#pun-ulinks {
text-align: center;
  position: absolute;
  top: -595px;
  width: 100%;
}

#pun-navlinks li {position: relative; z-index: 20;}
#pun-navlinks li, #pun-ulinks li  {display: inline; margin: 0 10px;}

#pun-navlinks li#navadmin a {font-size: 0;}
#pun-navlinks li#navadmin a::before {font-size: 24px; content: 'Админка';}

#pun-status {
position: absolute;
top: -42px;
width: calc(100% - 40px);
  text-align: center;
}

#pun-status .container {
background: #786a45;
margin: 0 auto;
  border: 1px solid #b1a77b;
  display: inline-block;
  box-shadow: 2px 2px 6px #0F1011;
text-align: left;
padding: 14px 20px 14px 94px;
position: relative;
}

#pun-status strong {font-weight: normal;}
.punbb #pun-status .status-right {
float: unset; 
display: block;
font-size: 14px;
 padding: 0;
}
#pun-status span {
    display: inline-block;
    padding: 0 0 10px;
    color: #f4f0c0;
    font-size: 16px;
}
#pun-status .item3 {position: absolute; right: 20px;}

#pun-status .ava {
position: absolute;
  width: 100px;
  height: 100px;
  background-size: cover;
  border-radius: 50%;
  left: -20px;
  top: -12px;
}
#pun-status .ava::before {
content: '';
background: url(https://forumstatic.ru/files/001b/e4/17/37607.svg);
width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  top: -9px;
  left: -9px;
}

.crumbs {padding: 15px 10px 8px 10px;}


/*************************************************/
/********** Дизайн "Wind World" © ForumD.ru **********/
/************* Категории и статистика ****************/
/*************************************************/

.category thead, .category td.tcr br {display: none;} 
.category {padding: 0 0 40px;}
.category table {background: transparent; border: none;}
.category table, .category tr, .category td {display: block;}
.category tbody {
display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-grid-template-columns: repeat(2, 1fr);
  gap: 40px 24px;
}
.category td {width: 97%;}

.category tr {
position: relative;
padding: 0 0 40px;
box-shadow: 8px 8px 4px 0px rgba(0, 0, 0, 0.25);
margin-left: 26px;
margin-top: 28px;
}

.category .tclcon {padding: 10px;}
.category h3 {
display: block;
padding: 0 0 8px; 
margin: 0 0 15px;
}

.category .tc2, .category .tc3 {display: inline; padding: 0 10px;}
.category .tc2::before {content: 'Тем: ';}
.category .tc3::before {content: 'Сообщений: ';}

.category td.tcr {
 position: absolute;
    width: calc(100% - 115px);
    left: 45px;
    padding: 6px 10px 6px 40px;
    bottom: -28px;
    color: #f4f0c0;
    text-transform: lowercase;
    background: rgb(211 187 113 / 18%);
    border: 1px solid #EBE5B1;
    box-shadow: 2px 2px 6px #0F1011;
    text-shadow: 0px 0px 0px #f4f0c094;
    letter-spacing: 0.05em;
} 
.category .lastpost-link {
    display: block;
    padding: 0 0 4px;
    margin: 0 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0px 0px 2px #5233296e;
    letter-spacing: 0em;
}
.punbb .category .user-avatar {position: absolute; left: -30px; z-index: 20; top: -4px;}
.punbb .category .user-avatar .avatar-image {height: 60px; width: 60px; opacity: 1; }
.category .user-avatar a::before {
content: '';
  background: url(https://forumstatic.ru/files/001b/e4/17/31489.svg);
width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
}

#pun .punbb .user-avatar .isonline {display: none;}
.user-avatar.no-avatar .avatar-image {background-image: url(https://forumstatic.ru/files/001b/e4/17/24077.jpg) !important;}

.inew div.icon {
position: absolute;
background: url(https://forumstatic.ru/files/001b/e4/17/85912.svg);
width: 52px;
  height: 52px;
  z-index: -1;
}
.category .inew div.icon {top: -26px; left: -26px;}

#pun-stats {
padding: 60px 0 0;
position: relative;
text-transform: uppercase;
font-weight: 700;
}
#pun-stats a {font-weight: 700;}
#pun-stats .container {
background: url(https://forumstatic.ru/files/001b/e4/17/34012.png) repeat-y top center;
background-size: cover;
padding: 34px 20px  20px;
box-shadow: 0px 4px 7px 0px #262525;
}

.grouplist, .statblock {display: flex; gap: 20px;}
.statblock {
border: 1px solid #EBE5B1;
background: rgba(211, 187, 113, 0.40);
position: absolute;
padding: 15px;
top: 35px;
backdrop-filter: blur(10px);
font-weight: normal;
}

#pun-stats h2 {
position: absolute;
  font-size: 0;
  right: 10px;
top: 28px;
  padding: 0;
}
#pun-stats h2::before {content: 'Статистика'; font-size: 30px;}
li#onlinelist {padding: 20px 0 0;}


/*************************************************/
/********** Дизайн "Wind World" © ForumD.ru **********/
/******************** Список тем *******************/
/*************************************************/

#pun-viewforum h1, .forum thead, .forum .newtext,
.polltext, .stickytext, .tcl .byuser, .closedatafield {display: none;} 

.linkst {position: relative;}
.linkst .pagelink {display: inline-block;}
.linkst .postlink {float: right; text-align: right;}
.linkst, .linksb {padding: 20px 0px;}
.linksb {text-align: right;}
.linksb .pagelink {float: left; text-align: left;}
.linksb .postlink {float: right;}

.modmenu .container {padding: 20px 0 0; text-align: right;}
.modmenu .container strong {float: left;}
.modmenu input {margin-left: 10px;}

.forum .tcl a {
max-width: 424px;
  display: block;
float: left;
}

#pun-viewforum .forum .tcl {width: 55%;}
#pun-viewforum .forum .tc2, #pun-viewforum .forum .tc3 {
display: list-item;
  clear: right;
  width: auto;
  list-style-type: none;
  text-align: left;
  color: #5c523a;
  }

#pun-viewforum .forum .tc2 {padding-bottom: 0;}
#pun-viewforum .tcr::before {width: 300px;}
#pun-viewforum .forum .tc2::before {content: 'Ответов: '; margin-right: 40px;}
#pun-viewforum .forum .tc3::before {content: 'Просмотров: '; margin-right: 40px;}


.forum .pagestext {
letter-spacing: 4px;
float: right;
line-height: 3;
padding-right: 40px;
}
.forum .pagestext a {display: inline; max-width: auto; float: unset;}

.forum .tcr a, .forum .pagestext a {color: #98581D;}
.forum .inew .tcl a, .forum .tcr a, #messages .inew .tcl a {font-weight: 700;}
.forum .inew .tcl .pagestext a {font-weight: normal;}

.forum .tcr .byuser {display: block; position: relative; left: -3px;}

.punbb .forum .user-avatar, .punbb .forum .user-avatar .avatar-image {height: 50px; width: 50px; border-radius: 0;}

#pun-searchtopics .tc3,
#pun-searchtopics .pagestext {display: none;}
#pun-searchtopics .tc2 {width: 20%; text-align: left;}
#pun-searchtopics .tcr {width: 20%;}
#pun-searchtopics .tcl a {max-width: 554px;}

.forum tr .tcl {position: relative; padding: 20px 20px;}
.forum tr .tcl .intd {position: relative; z-index: 20;}
.forum tr.isticky.iclosed .tcl::before,
.forum tr.isticky .tcl::before,
.forum tr.iclosed .tcl::before {
font-size: 86px;
font-weight: 900;
color: #514b15;
  opacity: 0.12;
position: absolute;
top: -20px;
}
.forum tr.isticky.iclosed .tcl::before, .forum tr.isticky .tcl::before {content: 'ATTENTION';}
.forum tr.iclosed .tcl::before {content: 'CLOSED';}

.forum .inew div.icon {top: -10px; left: -20px; opacity: 0.65;}


/*************************************************/
/********** Дизайн "Wind World" © ForumD.ru **********/
/**************** Окантовка профиля ****************/
/*************************************************/
.post .post-author {
width: 244px;
float: left; 
margin-left: -244px; margin-top: -40px;
 z-index: 1;
}
#viewprofile td#profile-left {width: 214px; margin: 0 20px;}

.post .post-author, .punbb #viewprofile td#profile-left {
padding: 15px 0 95px;
position: relative;
overflow: unset;
}
.post-author::before,
#viewprofile td#profile-left::before {
content: '';
position: absolute; top: 0;
display: block; width: 100%; min-height: 120px;
z-index: -1;
}

.post .post-author ul, .post .post-author p {width: 214px;}
.post-author li, #viewprofile td#profile-left li {
    padding: 0 20px;
    color: #ebe5b1;
    text-align: center;
}

.post-author .pa-author,
#viewprofile td#profile-left li#profile-name {
background: transparent !important;
text-align: center;
}

.post-author .pa-title,
#viewprofile td#profile-left li#profile-title {
padding: 4px 20px 8px;
font-style: italic;
font-weight: 500;
background: transparent !important;
text-align: center;
max-height: 500px;
}

.post-author .pa-avatar {padding: 0; text-align: center;}
.pa-avatar img,
#pa-avatar img {
border: 1px solid #AB8D60;
max-width: 180px;
max-height: 280px;
}
.pa-online {display: none; !important;}
.indOnline {
position: absolute;
  bottom: 20px;
  left: 91px;
  cursor: help;
}

#pun-post .post .post-author,
#pun-searchposts .post .post-author {padding: 9px 0 95px;}
#pun-post .post-author::before,
#pun-searchposts .post-author::before {min-height: 9px;}
#pun-post .post .post-author p,
#pun-searchposts .post .post-author ul {padding: 10px 0 0;}


/*************************************************/
/********** Дизайн "Wind World" © ForumD.ru **********/
/***************** Страница топика *****************/
/*************************************************/

.toppost, .topicpost {margin-top: 0;}
.post {
margin-top: 30px;
margin-left: 234px; 
padding: 10px 20px; 
position: relative;
min-height: 120px;
}

.post h3 {padding: 0 0 6px;margin: 0 0 10px;}
.post h3 span {display: block;}
.post h3 strong {
float: right;
text-align: right;
font-weight: normal;
}
.post h3 strong::before {content: '#';}

.post-links {padding: 10px 0 0;margin: 10px 0 0;}
.post-links {font-size: 14px;}
.post-links ul {padding: 0 10px 0 0; text-align: right; width: 70%;}
.post-links li {display: inline; padding-right: 15px;}
.pl-website {display: none;}
.pl-email, .pl-website {float: left;}
.clearer {clear: both; height: 0; font-size: 0;}

.post-vote {
display: block !important;
position: absolute;
  right: -10px;
  bottom: 5px;
}
.post-vote a.positive {font-size: 0 !important;}
.post-vote a.positive::before {
font-family: 'mybb';
content: '\e818';
font-size: 16px !important;
}
.post-vote a.positive::after {
content: 'Нравится';
font-size: 16px !important;
padding-left: 10px;
}

.post div.post-rating a {
border: 1px solid #E99D3C;
  background: #98581D;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: help !important;
  display: inline-block;
  padding: 3px 5px;
  font-size: 16px !important;
  letter-spacing: 4px;
}
div.post-rating a, div.post-rating a:hover {color: #F4F0C0;}

.subscribelink {font-size: 0; float: right; margin-right: 20px;}
.subscribelink a[href*="unsubscribe"]::before {content: 'Подписаться';}
.subscribelink a[href*="subscribe"]::before {content: 'Отписаться';}

#pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner {box-shadow: 0 0 0px #000 !important;}


/*************************************************/
/********** Дизайн "Wind World" © ForumD.ru **********/
/****************** Контент постов *****************/
/*************************************************/

.post-content em {font-style: italic}
.post .post-content td {border-width: 0px !important;}
.post-content em.bbuline {font-style: normal; text-decoration: underline;}
.post-content p {
margin: 0;
    line-height: 150%;
    padding: 0 0 12px 0;
    text-align: justify;
    color: #070603;
}
.post-content img {vertical-align: middle;}
.scrollbox {
width: 100%;
overflow: auto;
max-height: 200px;
}

.quote-box, .code-box {margin: 0 0 12px;}
.quote-box blockquote {
    border: 1px dashed #ebe5b1;
    background: #86794f29;
    box-shadow: 0px 0px 5px 2px #e4c88391;
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}

.quote-box.hide-box::before,
.quote-box blockquote::before {
font-family: 'mybb';
color: #625944;
  opacity: 0.25;
  position: absolute;
  z-index: -1;
}
.quote-box blockquote::before {top: -50px; left: 50px; font-size: 170px;}

.quote-box cite {
display: block;
border: 2px solid #EBE5B1;
background: #c1ae72;
padding: 10px 20px;
position: relative;
top: 4px;
font-style: normal;
z-index: 5;
}

.code-box {
border: 2px solid #E99D3C;
background: #181C18;
box-shadow: 0px 0px 10px 5px #2A2C2D inset;
padding: 10px 20px;
color: #F4F0C0;
}
.code-box strong {
display: block;
border-bottom: 1px solid #AE9C6F;
  padding: 0 0 8px;
  margin: 0 0 10px;
}
.code-box strong, .code-box strong a, .spoiler-box > div {color: #F4B30C;}
.code-box strong a:hover, .spoiler-box > div:hover {color: #fff;}

.quote-box.spoiler-box blockquote::before {display: none;}
.post .post-content .spoiler-box > div {
border: 1px solid #E99D3C;
background: url(https://forumstatic.ru/files/001b/e4/17/96772.png) no-repeat 0 -600px;
background-size: cover;
padding: 10px 20px;
font-family: Bodoni;
text-transform: uppercase;
}
.post .post-content .spoiler-box > div.visible {
box-shadow: 0px 4px 10px 0px #272829;
background: url(https://forumstatic.ru/files/001b/e4/17/96772.png) no-repeat 0 -600px;
background-size: cover;
}

.spoiler-box > div::before {
font-family: Verdana;
  display: inline-block;
  background: #000;
  text-align: center;
  border: 1px solid #d5ba83;
  margin-right: 10px;
  font-size: 11px;
  padding: 0 2px 2px;
  line-height: 11px;
  position: relative;
  top: -2px;
}
.spoiler-box > div::before {content: '+';}
.spoiler-box > div.visible::before {content: '-'; padding: 0 4px 2px;}

.post .post-content .spoiler-box > blockquote {
border-right: 1px solid #AB8D60;
border-bottom: 1px solid #AB8D60;
border-left: 1px solid #AB8D60;
border-top: none;
background: rgba(58, 57, 56, 0.60);
color: #F4F0C0;
  box-shadow: 0 0 0 #000;
  margin: 0 20px 12px;
  padding: 10px 20px;
  border-radius: 0px 0px 10px 10px;
}

.quote-box.hide-box {
padding: 10px 20px;
border: 2px solid #E99D3C;
background: rgba(211, 187, 113, 0.40);
position: relative; z-index: 1; overflow: hidden;
}
.quote-box.hide-box cite {padding: 0 0 10px; top: 0;}
.quote-box.hide-box blockquote {padding: 0;}
.quote-box.hide-box cite, .quote-box.hide-box blockquote {
border: none;
background: transparent;
box-shadow: 0 0 0 transparent;
}
.quote-box.hide-box blockquote::before {display: none;}
.quote-box.hide-box::before {content: '\e812'; top: -10px; left: -8px; font-size: 100px;}

.post-sig {padding: 10px 0 0; margin: 20px 0 0;}


/*************************************************/
/********** Дизайн "Wind World" © ForumD.ru **********/
/****************** Профиль + ЛС ******************/
/*************************************************/

#viewprofile .container, #viewprofile table tr,
.messages-container .post .container {
padding: 0;
  border: none;
  background: transparent;
}

#viewprofile-next #profilenav, #pa-online,
.messages-container .post-author li {display: none; !important;}

#viewprofile table {padding: 15px 0; min-height: 390px;}
#viewprofile td {display: inline-block; vertical-align: top;}
#viewprofile #profile-left {padding-top: 15px !important; z-index: 1;}
#viewprofile td#profile-left li {width: 174px; text-align: center;}
#viewprofile td#profile-left li#pa-avatar {padding: 0; width: 214px;}
#viewprofile #profile-left strong {font-weight: normal !important;}
#viewprofile #profile-name strong {font-size: 15px;}
#viewprofile td#profile-left li#pa-edit {position: absolute; background: transparent; bottom: -20px;}
#profile-right li {padding: 0 0 5px;}
#viewprofile  #profile-right li strong {padding-left: 0; font-weight: normal;}
#viewprofile #profile-right span {opacity: 0.8;}
#viewprofile #profile-signature {margin: 15px 0 0; padding: 10px;}
#viewprofile #profile-signature ul {border: none; padding: 0;}

img.avatardemo {float: right;margin: 0 0 8px 18px;}

#profilenav {padding: 0 0 15px;}
#profilenav h2 {display: none;}
#profilenav li {display: inline; margin: 0 10px 10px;}

.messages-container .post-author li.pa-author,
.messages-container .post-author li.pa-title,
.messages-container .post-author li.pa-avatar {display: block;}

.messages-container .post-links ul {width: 100%;}

#messages .container {overflow: hidden;}
#messages .tcl {position: relative; z-index: 1;}
#messages .inew div.icon {top: 5px; left: -20px; opacity: 0.65;}



/*************************************************/
/********** Дизайн "Wind World" © ForumD.ru **********/
/************** Мелкие фиксы и прочее **************/
/*************************************************/

.adcontainer, .adformal {background: #fff;}


@media (max-width: 1200px) {

html:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: 100vh;
  z-index: -10;
  background: #232c2b url(https://forumstatic.ru/files/001b/e4/17/48472.jpg) no-repeat top center/cover;
}

.punbb #pun-navlinks .container::after, #pun-break2 {display: none;}
.punbb #slider {right: 30px;}


 }

/********** Дополнительные штуки **********/
/************** Lirad **************/
/*****************(пока отключены)**********************/

/* Стиль для форума с виджетом (табличный стиль категорий) */
.category {position: relative;}
.vidj-container {width: 540px;} /* ширина строки виджета */
.vidj-container .tc2, .vidj-container .tc3, .vidj-container .tcr, 
.vidj-container .tclcon h3,
.vidj-container .icon {display: none !important;}
.punbb .main .vidj-container .tcl {
width: calc(100% - 20px);
position: relative;
display: block;
padding: 10px;
}
#pun .punbb td div.tclcon {margin: 0; padding: 0; color: #3f361f;}


/* Стиль кнопок сворачивания/разворачивания */
.vidj-close, .vidj-show {
position: absolute;
top: 10px;
right: 10px;
background: #BCA784;
padding: 2px 4px;
border-radius: 3px;
color: #3f361f;
cursor: pointer;
transition: all 0.6s;
-webkit-transition: all 0.6s;
}
.category .vidj-close:hover, .category .vidj-show:hover {
background: #9e8a6d;
color: #BCA784;
}

/* Стиль сворачивания/разворачивания виджета */
.category .vidj-close {display: inline-block;}
.category:not(.vidj-visible) .vidj-show { display: block; }
.category.vidj-visible .vidj-show { display: none; }
.category:not(.vidj-visible) .vidj-container { display: none; }
.category.vidj-visible .vidj-container { display: block; }

/* Стиль виджета */
.cat-vidj .forum-recent-loader {
  max-width: 40px;
  padding: 10px;
}

.cat-vidj .forum-recent-message {
  padding: 0 0 5px;
  margin: 0 0 6px;
  border-bottom: 1px solid #ddd;
}
.cat-vidj h5 {
font-size: 12px;
margin: 0 auto 10px;
}

.cat-vidj a.forum {
  display: inline-block;
  background: #BCA784;
  color: #3f361f;
  font-weight: normal;
  font-size: 14px;
  padding: 1px 3px 2px;
  border-radius: 3px;
text-decoration: none;
border: none;
transition: all 0.6s;
-webkit-transition: all 0.6s;
}
.cat-vidj a.forum:hover {background: #BCA784; color: #fff;}
.cat-vidj time {
  color: #ddcbbb;
  font-size: 12px;
}