@import url(https://forumstatic.ru/files/001c/52/c6/63066.css?v=2); /*Сброс стилей*/
@import url(style_cs.1768861980.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=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap'); /*IBM Plex Sans*/

@font-face {
  font-family: 'Constantine';
  src: url('https://forumstatic.ru/files/001c/52/c6/40898.eot'),
    url('https://forumstatic.ru/files/001c/52/c6/38152.woff2') format('woff2'),
    url('https://forumstatic.ru/files/001c/52/c6/39865.woff') format('woff'),
    url('https://forumstatic.ru/files/001c/52/c6/27883.ttf') format('truetype'),
    url('https://forumstatic.ru/files/001c/52/c6/64852.svg') format('svg');
  font-style: normal;
  font-weight: 400;
}

@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-accent: 'Constantine';
  --font-basic: 'IBM Plex Sans';

  /*Цвета шрифтов и ссылок*/
  --link-light: #B3D3C8;
  --link-light-hover: #2DD399;
  --link-dark: #035639;
  --link-dark-hover: #14A673;
  --text-basic-light: #485752;
  --text-basic-dark: rgba(8, 14, 14, .8);
}

/*Шапка*/
/* 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;
}

.character-header {
  display: flex;
  justify-content: flex-end;
  padding: 30px 30px 0 20px;
  gap: 20px;
  background: url(https://forumstatic.ru/files/001c/52/c6/44731.png) no-repeat 8px 8px, url(https://forumstatic.ru/files/001c/52/c6/44731.png) no-repeat 8px calc(100% - 4px), var(--bg-panel);
  border: 1px solid #2D3D3D;
  max-width: 717px;
  position: relative;
  margin-bottom: 42px;
}

.character-header::before {
  content: '';
  position: absolute;
  background: url(https://forumstatic.ru/files/001c/52/c6/22573.png) no-repeat;
  width: 697px;
  height: 43px;
  bottom: -43px;
  right: 0;
}

.character-header__left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-basis: 100%;
  gap: 38px;
  z-index: 1;
}

.character-header__left::before {
  content: '';
  position: absolute;
  background: url(https://forumstatic.ru/files/001c/52/c6/72173.png) no-repeat;
  width: 212px;
  height: 151px;
  top: -43px;
  left: -23px;
  z-index: -1;
}

.character-header__name {
  font-family: var(--font-accent);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: var(--text-basic-light);
}

.character-header__stats {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.character-header__stats-item {
  flex-basis: 33.33%;
}

.stats-item__title {
  color: var(--text-basic-light);
  font-size: 8px;
  text-transform: uppercase;
  text-align: end;
  margin-bottom: 5px;
}

.stats-item__loader {
  background: url(https://forumstatic.ru/files/001c/52/c6/69320.svg) no-repeat left, url(https://forumstatic.ru/files/001c/52/c6/90865.svg) no-repeat right, url(https://forumstatic.ru/files/001c/52/c6/40722.svg);
  width: 100%;
  height: 19px;
  margin-bottom: 5px;
  padding: 3px 4px 3px;
  position: relative;
}

.stats-loader__color {
  background: #49AAAA;
  height: 100%;
  margin-top: 0.15px;
  opacity: .5;
}

.stats-loader__numbers {
  position: absolute;
  top: 2px;
  left: 50%;
  font-weight: 500;
  color: var(--text-basic-light);
  font-size: 12px;
}

.character-header__left,
.character-header__right {
  position: relative;
}

.character-header__right::before {
  content: '';
  position: absolute;
  background: url(https://forumstatic.ru/files/001c/52/c6/38988.png) no-repeat;
  width: 131px;
  height: 203px;
  top: -20px;
  right: -105px;
}

.character-header__right-img {
  width: 120px;
  height: 120px;
}

.character-images {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.5) grayscale(0.6);
}

.character-achievements {
  background: url(https://forumstatic.ru/files/001c/52/c6/72314.png);
  width: 687px;
  margin: -43px auto -100px;
  padding: 50px 20px 140px;
  box-shadow: 0px 0px 40px 21px rgba(0, 0, 0, 0.12) inset;
  border-radius: 0 0 20px 20px;
}

.character-achievements #tabs {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 15px;
  position: relative;
}

.character-achievements #tabs::before {
  content: '';
  width: 100%;
  position: absolute;
  bottom: -5px;
  height: 2px;
  border-radius: 1px;
  background: #888C8C;
}

.inner-tab-underline {
  position: absolute;
  bottom: -5px;
  height: 2px;
  background: #0C3433;
  border-radius: 2px;
  transition: left 0.5s ease, width 0.5s ease;
  z-index: 0;
  pointer-events: none;
}


.character-achievements #tabs button {
  text-transform: uppercase;
  font-family: var(--font-accent);
  color: var(--link-dark);
}

.tab-content {
  display: none;
  height: 271px;
  overflow: auto;
}

.tab-content.active {
  display: block;
}

.general-container__top {
  display: flex;
  justify-content: space-between;
}

.gifts-item,
.awards-item {
  width: 175px;
}

.general-container__title {
  text-align: right;
  border-bottom: 1px solid rgba(2, 15, 15, .3);
  font-size: 16px;
  font-family: var(--font-accent);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 140%;
  text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.63);
  height: 13px;
  overflow: hidden;
  padding: 0 5px;
}

.general-container__title span {
  opacity: .3;
}

.gift-item,
.award-item {
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: var(--bg-basic-right);
  height: 115px;
  overflow: auto;
  gap: 15px;
}

.gift-images,
.award-images {
  width: 40px;
  height: 40px;
  object-fit: cover;
  filter: grayscale(1);
  transition: all 0.8s ease;
}

.loves-container {
  padding-top: 10px;
  padding-right: 5px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  height: 115px;
  overflow-x: hidden;
}

.love-item {
  border-radius: 5px;
  border: 1px rgba(52, 66, 70, 0.37) solid;
  display: flex;
  padding: 5px;
  gap: 10px;
  width: 256px;
}

.love-img {
  width: 33px;
  height: 33px;
}

.love-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.love-title {
  font-family: var(--font-accent);
  text-transform: uppercase;
  font-weight: 600;
  color: var(--link-dark-hover);
  letter-spacing: -0.6px;
}

.love-title del {
  text-decoration: line-through;
  filter: none;
}

.love-name {
  font-family: var(--font-accent);
  font-style: italic;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 2px;
}

.general-container__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.plaque-container {
  padding: 10px 5px 0 0;
  height: 106px;
  overflow-x: hidden;
}

.personal-plash__wrap {
  text-transform: uppercase;
  text-align: center;
  color: #889896;
  padding: 10px 4px 7px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  background: var(--bg-panel);
  width: 256px;
  height: 43px;
  overflow: hidden;
}

.personal-plash__wrap:not(:last-child) {
  margin-bottom: 10px;
}

.personal-plaque {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .4;
}

.artefacts-container {
  padding: 20px 15px;
  width: 370px;
  display: flex;
  gap: 20px;
  overflow-y: auto;
}

.artefact-item {
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  border: 1px rgba(52, 66, 70, 0.37) solid;
  justify-content: center;
  align-items: center;
}

.character-bottom {
  background: url(https://forumstatic.ru/files/001c/52/c6/44731.png) no-repeat calc(100% - 8px) 8px, url(https://forumstatic.ru/files/001c/52/c6/44731.png) no-repeat calc(100% - 8px) calc(100% - 4px), url(https://forumstatic.ru/files/001c/52/c6/44731.png) no-repeat 8px calc(100% - 4px), var(--bg-panel);
  border: 1px solid #2D3D3D;
  color: var(--text-basic-light);
  display: flex;
  justify-content: space-around;
  padding: 0 32px 20px;
  gap: 75px;
  position: relative;
  z-index: 1;
}

.character-bottom::before {
  content: '';
  position: absolute;
  background: url(https://forumstatic.ru/files/001c/52/c6/49810.png) no-repeat;
  width: 307px;
  height: 32px;
  left: -1px;
  top: -32px;
  z-index: -1;
}

.character-twins {
  text-transform: uppercase;
  margin-top: -10px;
}

.character-twins__title {
  font-family: var(--font-accent);
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 10px;
  font-size: 12px;
}

.twin-link {
  color: var(--link-light);
  font-size: 10px;
}

.twin-link:hover {
  color: var(--link-light-hover);
}

.character-quote {
  position: relative;
  padding-top: 10px;
}

.character-quote__icon {
  font-family: var(--font-accent);
  font-weight: 500;
  font-size: 50px;
  position: absolute;
  left: -20px;
}

.character-quote__text {
  padding: 20px 0 0 0;
  font-style: italic;
  font-weight: 200;
  text-align: end;
  font-size: 12px;
}

.ingredients-box {
  display: flex;
  gap: 20px;
  position: relative;
}

.ingredients-list input {
  display: none;
}

.ingredients-list .item {
  display: none;
  position: absolute;
  width: 180px;
  right: 0;
  top: 0;
  padding: 10px;
  height: 236px;
  overflow: auto;
}

.ingredients-descr {
  height: 236px;
  border-radius: 5px;
  border: 1px rgba(52, 66, 70, 0.37) solid;
  flex-basis: 42.33%;
}

#ingredients-sagebrush:checked~.sagebrush__descr {
  display: block;
}

/* 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;
}

/* Statistic */
#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-Button
---------------------------------------------------------------*/
#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-Button
---------------------------------------------------------------*/
#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 {height:expression( this.scrollHeight > 65 ? "66px" :"auto" )} /* sets max-height for IE */
* html #uploaded-images {height:expression( this.scrollHeight > 143 ? "144px" :"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)}


/** jQuery plugins
---------------------------------------------------------------*/
.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 icons
---------------------------------------------------------------*/
.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}

/** Avatars
---------------------------------------------------------------*/


.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;
}