@import url(https://forumstatic.ru/files/001c/52/c6/63066.css?v=2); /*Сброс стилей*/
@import url(style_cs.1777127782.css);

/*******************************************************
Подключение шрифтов
*******************************************************/
@import url('https://forumstatic.ru/files/001b/df/32/99049.css'); /*Font Awesome ver 6.5.1*/
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Alchemy';
    font-style: normal;
    font-weight: 500;
    src: url(//forumstatic.ru/files/001a/fa/19/54225.otf);
}

@font-face {
  font-family: 'mybb';
  src: url('./res/font/icons.woff2?3') format('woff2'),
       url('./res/font/icons.woff?3') format('woff'),
       url('./res/font/icons.ttf') format('truetype'),
       url('./res/font/icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/******************************************************
Корневые элементы
*******************************************************/
:root {
  /*Шрифты*/
  --font-family: "Lora", sans-serif;
  --second-family: "Roboto", sans-serif;
  --third-family: "Alchemy", sans-serif;
  --font3: "Verdana", sans-serif;

  /*Цвета шрифтов и ссылок*/
  --main-text-color: #343434;
  --secondary-text-color: #656565;
  --third-text-color: #c9c3ad;
  --accent-red: #924035;
  --accent-blue: #3b4559;
  --accent-yellow: #b8a467;
  --opacity-cover: rgba(108, 101, 80, 0.1);
  --cover: #bbb59f;
  --light-cover: #beb8a2;
  --borders-color: #9b917a;
  --borders-color-lighter: #bdb39c;
  --borders-for-dark-bg: #575d6a;
  --scrollbar-bg: rgba(0, 0, 0, 0.15);
}

/*Шапка*/
/*Описание к форумам*/
.textfor {
  border-left: 2px solid transparent;
  border-image: linear-gradient(to bottom, var(--borders-color) 0%, var(--borders-color) 66%, /* до сюда рисуем */ transparent 63% /* дальше прозрачный */) 1;
  padding: 0 0 0 10px;
  margin: 10px 0 0 20px;
  position: relative;
}

.textfor a {
  font-weight: 600;
}

.textfor::before {
  content: '';
  background: url(https://forumstatic.ru/files/001c/52/c6/25888.svg) no-repeat;
  position: absolute;
  top: 0;
  left: -16px;
  width: 12px;
  height: 12px;
}

.spd-link {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.spd-link a {
  background: var(--opacity-cover);
  border-radius: 5px;
  padding: 5px 10px 2px;
  text-shadow: 0 0 8px #f6eed1;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 11px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--accent-blue);
  transition: all 0.8s ease;
}

.spd-link a:hover {
  transition: all 0.8s ease;
  background: url(https://forumstatic.ru/files/001c/52/c6/87704.png) #3B4559;
  text-shadow: none;
  color: var(--borders-color-lighter);
}

/* Cтрелки © ForumD.ru, Gerda */
.scrollbuttons {
  position: fixed;
  width: 1048px;
  height: 0px;
  top: 55%;
  z-index: 10000;
}

.go-up, .go-down {
  opacity: 0;
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  padding: 0 8px 4px;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}

.go-up {
  right: 0;
  top: 0;
}

.go-down {
  right: 0px;
  top: 75px;
}

.go-up.show, 
.go-down.show {
  opacity: 1;
}

/*Спецпосты*/
/*Личная страница*/
.reveal-modal-bg { 
  position: fixed; 
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0,0,0,.8);
  z-index: 9999;
  display: none;
  top: 0;
  left: 0; 
}

.reveal-modal {
  display:none;
  visibility: visible;
  top: 100px;
  left: 50%;
  transform: translateX(-358px);
  position: fixed;
  z-index: 101;
}
	
.reveal-modal .close-reveal-modal {
  font-size: 24px;
  line-height: .5;
  position: absolute;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  top: 8px;
  right: 8px;
  color: var(--link-dark-hover);
  transition: color 0.8s ease;
}

.reveal-modal .close-reveal-modal:hover {
  color: var(--text);  
  transition: color 0.8s ease;
}

#pun-pages .character-container {
  margin: 0 auto;
  padding: 50px 0;
  width: 717px;
}

#character {
  width: 717px;
  height: 630px;
  top: 30px !important;
  z-index: 99999;
}

.character-container {
  position: relative;
}

/* Extra additions
-------------------------------------------------------------*/

#poll-special table.poll1 {
  width: auto;
}

#poll-special td.tar {
  text-align: right !important;
}

div.pa-respect span {
  font-size: 0.9em; 
  vertical-align: top;
}

.post-content .highlight-text {
  background-color: #ff0; 
  color: #000;
}

.post-content .spoiler-box > blockquote {
  padding-top: 1.4em; 
  display: none;
}

.post-content .spoiler-box > blockquote.visible {
  display: block; 
  overflow: auto;
}

.post-content hr {
  opacity: 0.5; 
  filter: alpha(opacity=50); 
  margin-bottom: 0.8em;
}

.post-content ul {
  padding: 0 0 1em 2.3em;
}

.post-content ul li {
  list-style: inherit; 
  margin-bottom: 0.3em;
}

.post-content ul li ul {
  padding-bottom: 0;
}

.post-content ul li > p {
  padding-bottom: 0.3em;
}

.post-content ul li > p:last-of-type {
  padding-bottom: 0;
}

#color-area, 
#table-area, 
#keyboard-area {
  width: auto;
}

#keyboard-area {
  text-align: center; 
  padding-bottom: 4px;
}

#imageup-area {
  width: 170px;
}

#imageattach-area {
  width: 770px; 
  height: 200px; 
  padding: 0px !important;
}

#table-area div {
  margin-top: 1em; 
  text-align: center;
}

#table-layout {
  margin-right: 0.5em;
}

#font-area, #size-area {
  right: unset !important;
}

#font-area span, 
#font-area img, 
#size-area span, 
#size-area img {
  display: block; 
  position: relative; 
  top:0; 
  left:0;
}

#font-area span, 
#font-area img {
  height: 15px;
}

#size-area span, 
#size-area img {
  height: 24px;
}

#font-area span, 
#size-area span {
  padding: 1px 0;
}

#addition-area div {
  height: 24px; 
  vertical-align: middle;
}

#font-area img {
  width: 100%; 
  margin-top: -15px;
}

#size-area img {
  width: 100%; 
  margin-top: -24px;
}

#keyboard-span {
  text-align: center; 
  padding-bottom: 10px; 
  width:auto;
}

#imageup-area input {
  font-size: 0.8em;
}

#imageup-area p {
  padding: 0; 
  margin: 0;
}

#imageup-title {
  margin-bottom: 10px !important;
}

#imageup-submit {
  margin-top: 10px !important;
}

#pun-messages #post-form div.container {
  padding-left: 2.3em;
}

#similar-topics {
  margin-top: 1em;
}

#similar-topics div.container {
  padding-top: 1.1em;
}

#similar-topics td {
  border: 0; 
  padding: 0;
}

#similar-topics td.st-tcl {
  width: 60%;
}

#similar-topics td.st-tc2 {
  width: 25%; 
  padding-right: 1em; 
  text-align: right;
}

#similar-topics td.st-tcr {
  width: 15%; 
  padding-right: 1em; 
  text-align: right;
}

li.pa-ua {
  margin-top: 0.7em; 
  display: flex; 
  justify-content: center;
}

#pun-online .tcl.action {
  width: 25%;
}

.punbb .post.new-ajax > * {
  border-width: 3px;
}

.punbb .post.new-ajax {
  display: none;
}

#pun-index .isub .tcl {
  padding-left: 3em !important;
}

#pun-main #subforums {
  padding: 1em 0 1em 1em; 
  margin-bottom: 5px;
}

.notify-parent {
  position: relative;
}

.notify-bubble {
  background: lightblue;
  border-radius: 3px;
  color: black;
  font: bolder 12px/1.2 Tahoma;
  margin: 0;
  min-width: 14px;
  padding: 0 1px;
  position: absolute;
  text-align: center;
}

.notify-bubble:after {
  border-color: lightblue transparent;
  border-style: solid;
  border-width: 3px 3px 0;
  content: "";
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
}

#pun-statistic .tc3 {
  width: 15%;
}

#pun-statistic .tc-username {
  width: unset;
  text-align: left;
}

#pun-statistic .tc-title {
  width: 25%;
  text-align: left;
}

#pun-statistic .tc-registered {
  width: 20%;
}

#pun-statistic .tc-topic {
  width: 50%;
}

#video-host-list {
  margin-top: .3em; 
  line-height: 1.8em;
}

#video-area-msg, 
#image-source-list, 
#image-area-actions, 
#spoiler-sels {
  line-height: 2em;
}

p[class="checkfield"] img, 
div[class="checkfield"] img, 
fieldset[class="radiofield"] img {
  height: auto; 
  max-height: 50px;
}

.pa-fld1 img, 
.pa-fld2 img, 
.pa-fld3 img, 
.pa-fld4 img, 
.pa-fld5 img, 
.pa-fld6 img, 
.pa-fld7 img, 
.pa-fld8 img, 
.pa-fld9 img, 
.pa-fld10 img, 
.pa-fld11 img, 
.pa-fld12 img, 
.pa-fld13 img, 
.pa-fld14 img, 
.pa-fld15 img, 
.pa-fld16 img, 
.pa-fld17 img, 
.pa-fld18 img, 
.pa-fld19 img, 
.pa-fld20 img {
  vertical-align: text-top;
}

#image-area-tcon-computer {
  margin: 0 0 1em;
}

#image-area-tcon-computer td {
  border: none !important; 
  padding: 0;
}

#imageupload-left {
  width: 140px;
}

#imageupload-right {
  padding-left: 9px !important; 
  background: transparent !important; 
  max-width: 380px;
}

#image-area-actions {
  text-align: right;
}

* html #imageQueue {
  max-height: 66px;
  overflow-y: auto;
}

* html #uploaded-images {
  max-height: 144px;
  overflow-y: auto;
}

#imageQueue {
  max-height: 72px; 
  overflow-y: auto; 
  margin-bottom: 10px;
}

#uploaded-images {
  max-height: 144px; 
  overflow-y: auto;
}

#upload-button-container, 
#image-width, 
#image-thumb-width, 
#image-insert-format, 
#insert-all-images-container {
  margin-top: 10px;
}

#insert-image-tip {
  margin-top: 10px;
}

#upload-button-container img {
  cursor: pointer; 
  width: 120px; 
  height: 30px;
}

#image_upload_input {
  position: absolute; 
  z-index: -1; 
  left: -9999px;
}

#selected-image-width, 
#selected-thumb-width {
  width: 6em;
}

#upload-button-container input[type=button] {
  font-weight: bold;
}

#image-width, 
#image-thumb-width, 
#image-insert-format strong {
  font-size: .9em;
}

.uploadQueueItem.error {
  border-color:rgba(255,0,0,0.25); 
  background-color:rgba(255,0,0,0.08);
}

.tipsy {
  padding: 5px; 
  font-size: 11px; 
  font-family: tahoma,helvetica,verdana,arial; 
  position: absolute; 
  z-index: 100000;
}

.tipsy-inner {
  padding: 5px 8px 4px; 
  background-color: black; 
  color: white; 
  max-width: 200px; 
  text-align: center; 
  border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px;
}

.tipsy-arrow {
  position: absolute; 
  width: 0; 
  height: 0; 
  border: solid 5px; 
  border-color: transparent transparent black transparent;
}

.tipsy-n .tipsy-arrow {
  top: 0; 
  left: 50%; 
  margin-left: -5px; 
  border-top: 0;
}

.tipsy-nw .tipsy-arrow {
  top: 0; 
  left: 11px !important; 
  border-top: 0;
}

.tipsy-ne .tipsy-arrow {
  top: 0; 
  left: auto !important; 
  right: 11px; 
  border-top: 0;
}

.tipsy-s .tipsy-arrow {
  bottom: 0; 
  left: 50%; 
  margin-left: -5px; 
  border-color: black transparent transparent transparent; 
  border-bottom: 0;
}

.tipsy-sw .tipsy-arrow {
  bottom: 0; 
  left: 11px !important; 
  border-color: black transparent transparent transparent; 
  border-bottom: 0;
}

.tipsy-se .tipsy-arrow {
  bottom: 0; 
  left: auto !important; 
  right: 11px; 
  border-color: black transparent transparent transparent; 
  border-bottom: 0;
}

.tipsy-e .tipsy-arrow {
  top: 50%; 
  margin-top: -5px; 
  left: auto !important;
  right: 0; 
  border-color: transparent transparent transparent black; 
  border-right: 0;
}

.tipsy-w .tipsy-arrow {
  top: 50%; 
  margin-top: -5px; 
  left: 0 !important; 
  border-color: transparent black transparent transparent; 
  border-left: 0;
}

.jGrowl {
  z-index: 9999; 
  color: #fff; 
  font-size: 12px; 
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
  position: fixed;
}

.jGrowl.top-left {
  left: 0; 
  top: 0;
}

.jGrowl.top-right {
  right: 0; 
  top:0;
}

.jGrowl.bottom-left {
  left: 0; 
  bottom: 0;
}

.jGrowl.bottom-right {
  right: 0; 
  bottom: 0;
}

.jGrowl.center {
  top: 0; 
  width: 50%; 
  left: 25%;
}

.jGrowl.center .jGrowl-closer,
.jGrowl.center .jGrowl-notification {
  margin-left: auto; 
  margin-right: auto;
}

.jGrowl-notification {
  background-color: #000; 
  opacity: .9; 
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); 
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); 
  zoom: 1; 
  width: 250px; 
  padding: 10px; 
  margin: 10px; 
  text-align: left; 
  display: none; 
  border-radius: 5px; 
  min-height: 40px;
}

.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
  border: 1px solid #000; 
  background: #000; 
  color: #fff;
}

.jGrowl-notification .jGrowl-header {
  font-weight: 700; 
  font-size: .85em;
}

.jGrowl-notification .jGrowl-close {
  background-color: transparent; 
  color: inherit; 
  border: none; 
  z-index: 99; 
  float: right; 
  font-weight: 700; 
  font-size: 1em; 
  cursor: pointer;
}

.jGrowl-closer {
  background-color: #000; 
  opacity: .9; 
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); 
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); 
  zoom: 1; 
  width: 250px; 
  padding: 10px; 
  margin: 10px; 
  display: none; 
  border-radius: 5px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  cursor: pointer; 
  font-size: .9em; 
  font-weight: 700; 
  text-align: center;
}

.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
  border: 1px solid #000; 
  background: #000; 
  color: #fff;
}

@media print {
  .jGrowl {
    display: none;
  }
}

.pun-modal {
  position: fixed; 
  width: 100%; 
  height: 100%; 
  top: 0; 
  left: 0; 
  bottom: 0; 
  z-index: 100000;
}

.pun-modal .modal-bg {
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background: rgba(0,0,0,.5); 
  cursor: pointer; 
  z-index: 110000;
}

.pun-modal h2,
.pun-modal h1 {
  max-width: 700px; 
  margin: 0!important;
}

.pun-modal .container {
  padding: .6em 1em; 
  max-height: 40em; 
  overflow: auto;
}

.noscroll {
  overflow: hidden!important;
}

.social {
  background-image: url('/i/social.1.png'); 
  background-repeat: no-repeat; 
  float: left; 
  display: block; 
  margin: 3px 5px; 
  width: 16px; 
  height: 16px;
}

.social-facebook {
  background-position: 0 0;
}

.social-google {
  background-position: -26px 0;
}

.social-mailru {
  background-position: -52px 0;
}

.social-odnoklassniki {
  background-position: -78px 0;
}

.social-twitter {
  background-position: -104px 0;
}

.social-vkontakte {
  background-position: -130px 0;
}

.social-yandex {
  background-position: -156px 0;
}

.social-youtube {
  background-position: -182px 0;
}

.social-instagram {
  background-position: -312px 0;
}

.social-linkedin {
  background-position: -338px 0;
}

.social-reddit {
  background-position: -442px 0;
}

.social-share {
  background-position: -468px 0;
}

.social-tumblr {
  background-position: -546px 0;
}

.post-share-tip {
  width: 164px; 
  height: 124px;
}

.post-share-legend {
  background: rgba(255,255,255,0.2); 
  text-align: center;
}

.post-share-tip span {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
  color: #fff; 
  font-size: 13px; 
  line-height: 27px;
}

.post-share-icons {
  padding: 10px;
}

.post-share-tip a {
  margin: 5px 10px;
}

.punbb .flag-i {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
  margin-right: 1em;
}

.punbb .pa-author .flag-i {
  margin-right: 0.5em;
}

.punbb .flag-i:before {
  content: '\00a0';
}

i[class^="icons-"]:before, 
i[class*=" icons-"]:before, 
.i[class*=" icons-"]:before, 
.i[class^="icons-"] {
  font-family: "mybb";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}