.punbb .main .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer, #pun-title, #pun-title .container, .punbb th, #setmods dl, .punbb .section .container, .punbb .post-body, .punbb td.tc2, .punbb td.tc3, .punbb .formal fieldset .post-box, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend, #pun-viewtopic .post-rating .container, .punbb .post .container, .punbb .post-links, .punbb .modmenu .container, #pun-navlinks .container, #pun-ulinks .container, #viewprofile li strong, #viewprofile li div {
  background: transparent;
  color: var(--h3-gray);
}

#pun-index h2, #pun-searchposts h1, #pun-multidelete h1, #pun-multimegre h1, #pun-multimove h1, #pun-viewtopic h1, #pun-debug h2, #pun-redirect h1, #pun-userlist h1, #pun-mod h2, #pun-search h1, #pun-profile h1, #pun-searchtopics h1, #pun-message h1, #pun-viewforum h1, #pun-viewtopic .main h2, #pun-edit h1, #pun-modviewforum h1, #pun-register h1, #pun-login h1, #pun-online h1, #pun-viewforum h1, #pun-respect h1, #pun-poll h1, #pun-post h1, #pun-delete h1, #pun-movetopic h1, #pun-vip h1, #pun-deletetopic h1, #pun-upavatar h1, #pun-changepass h1, #pun-positive h1, #pun-deleteuser h1, #pun-upavatar h1, #pun-pages h1, #pun-rules h1 {
  padding: 0;
  font-size: 0;
}

#pun-searchposts h1 span, #pun-multidelete h1 span, #pun-multimegre h1 span, #pun-multimove h1 span, #pun-viewtopic h1 span, #pun-index h2 span, #pun-stats h2 span, #pun-debug h2 span, #pun-redirect h1 span, #pun-userlist h1 span, #pun-mod h2 span, #pun-search h1 span, #pun-profile h1 span, #pun-searchtopics h1 span, #pun-message h1 span, #pun-viewtopic h1 span, #pun-viewforum h1 span, #pun-viewtopic .main h2 span, #post-form h2 span, #pun-edit h1 span, #pun-modviewforum h1 span, #pun-register h1 span, #pun-login h1 span, #pun-online h1 span, #pun-respect h1 span, #pun-poll h1 span, #pun-post h1 span, #pun-post h2 span, #pun-delete h1 span, #pun-searchposts h1 span, #pun-movetopic h1 span, #pun-vip h1 span, #pun-deletetopic h1 span, #pun-upavatar h1 span, #pun-changepass h1 span, #pun-multimove .main h1 span, #pun-positive h1 span, #pun-deleteuser h1 span, #pun-upavatar h1 span, #pun-pages h1 span, #pun-rules h1 span {
  font-size: 0;
}

#pun-index h2 {
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

#pun-index h2:before, #pun-index h2:after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--h1_line);
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#pun-index h2 span {
  background: url(http://forumstatic.ru/files/001b/a8/4b/81372.jpg) no-repeat center;
  width: 207px;
  height: 33px;
  display: block;
}

.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
  color: var(--link);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.punbb a:hover, .punbb a:focus, .punbb a:active, .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: var(--black);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

#pun-ulinks a {
  color: var(--link);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

#pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active {
  color: var(--dactiv);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

div.icon, tr.inew div.icon, tr.isticky div.icon, tr.iclosed div.icon {
  width: 8px;
  height: 8px;
  border-radius: 10px;
}

div.icon {
  background: transparent;
  border: solid 1px var(--line);
  box-sizing: border-box;
}

tr.inew div.icon {
  background: var(--line);
  border: none;
}

tr.isticky div.icon {
  background: var(--link);
  border: none;
}

tr.iclosed div.icon {
  background: var(--select);
  border: none;
}

#pun-index div.icon {
  width: 12px;
  height: 12px;
  border: none;
  position: absolute;
}

#pun-index div.icon:before {
  content: "+";
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: var(--link);
  width: 12px;
  height: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#pun-index DIV.inew:before {
  content: "+";
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: var(--link);
  background: var(--line);
  border-radius: 0 5px 5px 5px;
  width: 12px;
  height: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#pun-main div.catleft, #pun-main div.catright {
  display: none;
}

/**оформление форумов**/
.forum_nav {
  padding: 5px;
  margin-top: 10px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 1px var(--line);
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.forum_nav a {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.forum_text {
  font-size: 6px;
  text-transform: uppercase;
  padding-top: 10px;
  letter-spacing: 1px;
  line-height: 1.7;
  color: var(--l2-gray);
}

/**звезды в шапке**/
.star {
  width: 36px;
  height: 46px;
  position: absolute;
  top: 80px;
  left: 452px;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.star:hover, .tabl img:hover {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

/**процент готовности**/
.start {
  font: 400 36px Mirra;
  color: var(--link);
  position: absolute;
  top: 97px;
  right: 78px;
  width: 90px;
  height: 65px;
  background: var(--body);
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/**табличка в шапке**/
.tabl {
  position: absolute;
  top: 250px;
  left: 37px;
  width: 900px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabl span {
  background: var(--l-gray);
  padding: 5px 10px;
  border-radius: 20px;
  color: var(--body);
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 2px;
}

.tabl div:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.tabl span:last-child {
  gap: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    font-size: 6px;}

.tabl img {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.tabl span a {
  color: var(--body) !important;
}

.tabl span a:hover {
  color: var(--h3-gray) !important;
}

/**новостные плашки**/
.plash {
  width: 920px;
  height: 80px;
  position: absolute;
  top: 300px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab_plash {
  display: grid;
  overflow-x: auto;
  width: 900px;
  height: 60px;
  gap: 7px;
  grid-auto-flow: column;
  margin: 0 auto !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plas {
  width: 173px;
  height: 33px;
  display: grid;
  font-size: 10px;
  background: var(--l-gray);
  border-radius: 10px;
  grid-template: 1fr 1fr/0.3fr 1fr;
  padding: 0 5px;
  box-sizing: border-box;
}

.plas_img {
  height: 33px;
  display: grid;
  grid-area: 2/1/2;
  grid-row: 1/-1;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  justify-items: center;
}

.plas_img img {
  width: 16px;
  height: 16px;
}

.text_up {
  height: 22px;
  display: grid !important;
  grid-area: 1/2/3;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  text-transform: uppercase;
  font: 400 11px Cormorant Garamond;
}

.text_up a {
  color: var(--body) !important;
}

.text_up a:hover {
  opacity: 0.5;
}

.text_down {
  height: 15px;
  grid-area: 2/2/3;
  font-size: 9px;
  color: var(--link);
}

/*кнопки вверх-вниз*/
.go-up, .go-down {
  display: none;
  position: fixed;
  z-index: 99;
  cursor: pointer;
  margin-bottom: 5px;
  text-decoration: underline;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.go-up {
  top: 425px;
  margin-left: 1000px !important;
}

.go-down {
  top: 483px;
  margin-left: 1000px !important;
}

.go-down:hover, .go-up:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

/**картинка быстрого перехода на цитату**/
.qc-post-link img {
  width: 9px;
  margin-bottom: 1px;
}

/*увеличение шрифта*/
.FNTslider {
  position: relative;
  z-index: 10;
  background: var(--body);
  width: 140px;
  height: 5px;
  margin: 4px 40px !important;
  float: right;
  border-radius: 5px;
  box-sizing: border-box;
}

#pun-messages .FNTslider {
  margin: 1px 39px !important;
}

.FNTslider .before {
  height: 5.5px;
  position: absolute;
  background: var(--link);
  border-radius: 5px;
  margin-top: 0px;
  margin-left: -1px;
  box-sizing: border-box;
}

.FNTslider .thumb {
  width: 11px;
  height: 6px;
  position: relative;
  top: 0px;
  cursor: pointer;
  background: var(--h3-gray);
  background-size: cover;
  border-radius: 5px;
  margin-left: -7px;
}

/**закладки**/
#BookmCntToggle.default-style {
  color: var(--link) !important;
  background: var(--body) !important;
}

#MyBookmarks h2 {
  display: block;
  background: var(--line) !important;
  text-transform: uppercase;
  padding: 5px !important;
  font-size: 10px !important;
  letter-spacing: 1px;
  height: auto !important;
}

#MyBookmarks h2:before, #MyBookmarks h2:after {
  display: none;
}

#MyBookmarks h2 span {
  width: 100% !important;
  height: auto !important;
  text-align: left;
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
  font-size: 10px !important;
  background: none !important;
}

.editBookmark h1 {
  border-radius: 4px 4px 0 0;
  font-size: 10px !important;
  text-align: center;
  padding: 7px !important;
  background: var(--line);
}

.editBookmark span {
  width: auto !important;
  font-size: 10px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text);
}

#MyBookmarks #bm2 {
  color: var(--link);
}

#MyBookmarks .container, .editBookmark {
  background: var(--body) !important;
}

#MyBookmarks span.scrl {
  color: var(--black) !important;
  text-shadow: none !important;
}

/**html в гостевой**/
.guest_book {
  width: 430px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto !important;
}

.guest_inf {
  width: 429px;
  padding: 15px 25px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  box-shadow: inset 0 0 0 1px #eaeaea;
}

.guest_inf:before, .guest_inf:after, .guest_inf h6:before, .guest_inf h6:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  position: absolute;
}

.guest_inf:before {
  top: 0;
  left: 0;
  border-bottom-right-radius: 100%;
  border-bottom: solid 1px #eaeaea;
  border-right: solid 1px #eaeaea;
}

.guest_inf:after {
  bottom: 0;
  right: 0;
  border-top-left-radius: 100%;
  border-top: solid 1px #eaeaea;
  border-left: solid 1px #eaeaea;
}

.guest_inf h6:before {
  top: 0;
  right: 0;
  border-bottom-left-radius: 100%;
  border-bottom: solid 1px #eaeaea;
  border-left: solid 1px #eaeaea;
}

.guest_inf h6:after {
  bottom: 0;
  left: 0;
  border-top-right-radius: 100%;
  border-top: solid 1px #eaeaea;
  border-right: solid 1px #eaeaea;
}

.guest_inf h6 {
  font: 700 8px Arial;
  letter-spacing: 6px;
  color: #6c6b6b;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
}

.guest_inf div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-top: 15px;
}

.guest_inf span {
  color: #a3a3a3;
  font: 400 48px Arial;
}

.guest_inf p {
  font: 400 8px Arial;
  color: #6c6b6b;
  text-transform: lowercase;
  letter-spacing: 1px;
  text-align: center;
}

.guest_inf p:last-child {
  text-align: left;
  color: #888787;
}

.guest_need {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.guest_girl, .guest_boy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.guest_need h11 {
  font: 700 8px Arial;
  color: #fff;
  background: #c4c4c4;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 10px;
  border-radius: 20px;
}

.guest_girl ul, .guest_boy ul {
  width: 160px;
  height: 190px;
  overflow-y: scroll;
}

.guest_girl ul span, .guest_boy ul span {
  font: 700 10px Arial;
  letter-spacing: 1px;
  text-decoration: underline;
  text-align: center;
  color: #6c6b6b;
  display: inline-block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 5px;
}

.guest_girl ul span:first-child, .guest_boy ul span:first-child {
  padding-top: 0px;
}

.guest_girl ul li, .guest_boy ul li {
  font: 400 8px Arial;
  color: #6c6b6b;
  letter-spacing: 1px;
  line-height: 1.5;
}