@import url(https://forumstatic.ru/files/001c/52/c6/73890.css); /* */
@import url(style_cs.1764615387.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&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap'); /*Playfair Display and IBM Plex Sans*/

@font-face {
  font-family: 'Redfighter';
  src: url('https://forumstatic.ru/files/001c/5a/de/13666.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Waterway';
  src: url('https://forumstatic.ru/files/001c/5a/de/59652.eot'),
    url('https://forumstatic.ru/files/001c/5a/de/34064.woff2') format('woff2'),
    url('https://forumstatic.ru/files/001c/5a/de/28244.woff') format('woff'),
  url('https://forumstatic.ru/files/001c/5a/de/15666.ttf') format('truetype'),
  url('https://forumstatic.ru/files/001c/5a/de/23215.svg') format('svg');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Stieglitz';
  src: url('https://forumstatic.ru/files/001c/5a/de/51122.eot'),
    url('https://forumstatic.ru/files/001c/5a/de/54098.woff2') format('woff2'),
    url('https://forumstatic.ru/files/001c/5a/de/75128.woff') format('woff'),
  url('https://forumstatic.ru/files/001c/5a/de/19208.ttf') format('truetype'),
  url('https://forumstatic.ru/files/001c/5a/de/62319.svg') format('svg');
  font-style: normal;
  font-weight: 400;
}

/******************************************************
 
*******************************************************/
:root {
  /**/
  --font-accent: 'Playfair Display';
  --font-basic: 'IBM Plex Sans';
  --font-ank: Redfighter;
  --font-icon: fontawesome;

  /*   */
  --link-light: #889cac;
  --link-light-hover: #c8dce9;
  --link-dark: #405573;
  --link-dark-hover: #1c222d;
  --text-basic-light: rgba(171, 205, 216, .7);
  --text-basic-dark: #1c222d;
  --opacity-text-7: rgba(0, 3, 4, 0.70);
  --opacity-text-5: rgba(0, 3, 4, 0.50);

  /**/
  --bg-basic-right: linear-gradient(90deg, rgba(201.79, 198.49, 198.49, 0) 0%, rgba(99.79, 98.16, 98.16, 0.10) 100%);
  --bg-basic-left: linear-gradient(90deg, rgba(99.79, 98.16, 98.16, 0.10) 67%, rgba(201.79, 198.49, 198.49, 0) 100%);
  --bg-green-left: linear-gradient(90deg, rgba(7, 109, 109, 0.15) 0%, rgba(201.79, 198.49, 198.49, 0) 100%);
  --bg-red-right: linear-gradient(90deg, rgba(201.79, 198.49, 198.49, 0) 0%, rgba(109, 7, 7, 0.15) 100%);
  --bg-red-left: linear-gradient(90deg, rgba(109, 7, 7, 0.15) 0%, rgba(201.79, 198.49, 198.49, 0) 100%);
  --bg-turquoise-left: linear-gradient(90deg, rgba(201.79, 198.49, 198.49, 0) 0%, rgba(6, 153, 153, 0.15) 100%);
  --bg-turquoise-right: linear-gradient(90deg, rgba(6, 153, 153, 0.15) 0%, rgba(201.79, 198.49, 198.49, 0) 100%);
  --bg-darkgreen-left: linear-gradient(90deg, rgba(201.79, 198.49, 198.49, 0) 0%, rgba(6.59, 108.87, 108.87, 0.15) 100%);
  --bg-closed-left: linear-gradient(90deg, rgba(201.79, 198.49, 198.49, 0) 0%, rgba(17, 53, 53, 0.15) 100%);
  --bg-poll-left: linear-gradient(90deg, rgba(201.79, 198.49, 198.49, 0) 0%, rgb(6 153 100 / 15%) 100%);

  /* */
  --bg-basic: #000304;
  --bg-panel: #020F0F;

  /*  */
  --accent: #069999;               /*     */
  --glow: 40%;                     /*   */
  --pulse-dur: 3.2s;               /*   */
}


/*  */
.global-burger {
  position: fixed;
  top: 20px;
  left: 10px;
  z-index: 10000;
}

.burger-icon {
  font-size: 15px;
  cursor: pointer;
  background: #182741;
  padding: 7px;
  border-radius: 4px;
  box-shadow: 0px 0px 18px rgb(136 143 196 / 45%);
  color: var(--link-light);
}

.burger-menu {
  position: fixed;
  top: 0;
  left: -300px;
  width: 280px;
  height: 100vh;
  background: #182741;
  transition: left 0.3s ease;
  overflow-y: auto;
  padding: 20px;
  border: 1px solid #44719c;
  box-shadow: 0px 0px 18px rgb(136 143 196 / 79%);
  color: var(--link-light);
}

#global-burger-toggle:checked ~ .burger-menu {
  left: 0;
}

.burger-section {
  margin-bottom: 20px;
}

.burger-section h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.close-burger {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

/* */
.searchtopics-active__container {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-height: 300px;
  overflow: hidden;
}

.topics-active__item {
  border-radius: 5px;
  border: 1px rgba(52, 66, 70, 0.37) solid;
  padding: 5px 15px;
}

.topics-active__title {
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--font-accent);
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topics-active__subtitle {
  font-size: 10px;
  font-family: var(--font-accent);
  font-style: italic;
  font-weight: 300;
  text-transform: uppercase;
}

.topics-active__descr {
  font-size: 10px;
  font-family: IBM Plex Sans;
  font-style: italic;
  font-weight: 300;
  text-transform: lowercase;
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: 4px;
}

.topics-active__switch {
  background: #9C9C9C;
  width: 40px;
  height: 11px;
  border: 1px solid var(--link-dark);
  border-radius: 21px;
  padding: 3px;
  display: flex;
  align-items: center;
  transition: all 0.8s ease;
}

.topics-active__circl {
  width: 7px;
  height: 7px;
  border-radius: 20px;
  border: 1px solid var(--link-dark);
  transition: transform 0.4s ease, background 0.4s ease;
  transform: translateX(26px);
}

.topics-active__item:hover .topics-active__switch {
  background: #0C3433;
}

.topics-active__item:hover .topics-active__circl {
  background: rgba(0, 255, 255, .50);
  transform: translateX(0);
}

/*   */
.removeprofile.post > .container {
  margin: 0 45px 0 45px;
}

.removeprofile .post-body {
  grid-column: 1 / -1;
}

.removeprofile .post-author,
.removeprofile .pl-email,
.removeprofile .pl-website, 
.removeprofile .about-pers, 
.removeprofile .post-sig {
  display:none!important;
}

.post.removeprofile h3{
  display:none;
}

/* */
.spellslist-box {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 15px;
}

.spellslist-filter {
  margin: 0 0 0 -25px;
  align-self: start;
  grid-row: 1 / span 10;
}



.synopsis {
  width: 75%;
  margin: 0 auto;
}

.synopsis__head {
  width: 70%;
  margin: 0 auto 25px;
  text-align: end;
}

.synopsis__head-top {
  font-size: 12px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.synopsis__head-title {
  font-family: var(--font-accent);
  font-size: 20px;
  text-align: end;
  text-transform: uppercase;
}

.synopsis__head-raiting {
  font-size: 16px;
  font-family: var(--font-accent);
  font-style: italic;
}

.synopsis__item {
  display: flex;
  gap: 20px;
}

.synopsis__item-text {
  padding-right: 20px;
  border-right: 1px solid rgba(8, 14, 14, .8);
}

.briefly-left .synopsis__item-text {
  padding-left: 20px;
  border-left: 1px solid rgba(8, 14, 14, .8);
  padding-right: 0;
  border-right: 0;
}

.synopsis__item-briefly {
  margin-top: 40px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--font-accent);
  line-height: 140%;
}

.briefly-left .synopsis__item-briefly {
  text-align: end;
}

.synopsis__item:not(:last-child) {
  margin-bottom: 40px;
}

.custom_tag_questionaryheader {
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

.custom_tag_questionaryheader::before {
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0.77) 100%), url(https://forumstatic.ru/files/001c/52/c6/84184.png) no-repeat top center;
  position: absolute;
  top: 0;
  left: -36px;
  width: calc(100% + 36px);
  height: 138px;
  z-index: -1;
}

.custom_tag_questionaryname {
  font-family: var(--font-ank);
  font-size: 30px;
  padding-top: 15px;
  text-transform: uppercase;
  color: var(--text-basic-light);
}

.post-content .custom_tag_questionaryname p,
.post-content .custom_tag_questionarysubname p {
  padding: 0;
}

.custom_tag_questionarysubname {
  color: var(--text-basic-light);
}

.custom_tag_questionaryheader img.postimg {
  margin: 20px 20px 5px 20px;
}

.custom_tag_questionarycontainer:not(:last-child) {
  margin-bottom: 15px;
}

.custom_tag_questionarytext {
  background: var(--bg-basic-right);
  padding: 15px 15px 0;
}

.custom_tag_questionarycontainertitle {
  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;
}

.post-content .custom_tag_questionarycontainertitle p {
  opacity: .3;
  text-align: end;
  padding: 0;
}

.custom_tag_questionaryplayercontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.custom_tag_questionaryplayeritem {
  width: 30%;
}

.custom_tag_questionaryitemtitle p {
  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%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.custom_tag_questionaryplayeritem .custom_tag_questionaryitemtitle p {
  padding: 0;
}

/**/
/*   popup  BBCode */
[block="popup"] {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #0000EE; /*   */
    text-decoration: underline;
}

[block="popup"]:hover {
    color: #551A8B; /*    */
}

[block="event"] {
    display: none;
    position: fixed;
    background: white;
    border: 2px solid #4a6fa5;
    border-radius: 6px;
    padding: 20px;
    z-index: 10000;
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
    min-width: 250px;
    max-width: 350px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
}

[block="event"].fdk-popup-show {
    animation: fdkPopupFadeIn 0.3s ease;
}

[block="close"] {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 20px;
    line-height: 1;
    color: #999;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.2s;
}

[block="close"]:hover {
    color: #333;
    background: #f0f0f0;
    transform: scale(1.1);
}

/*   */
@keyframes fdkPopupFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*   */
.fdk-popup-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 9999;
    display: none;
}

.fdk-popup-backdrop.show {
    display: block;
    animation: fdkBackdropFadeIn 0.3s ease;
}

@keyframes fdkBackdropFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/**/
#html-footer > .container {
  height: 15px;
}

.footer-box {
  display: flex;
  margin-right: 35px;
  justify-content: space-between;
}

.footer-box__emblem {
  flex-basis: 70%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 28px;
}

.emblem-img {
  mix-blend-mode: luminosity;
}

.footer-box__info {
  display: flex;
}

.footer-box__decorate {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}

.footer-decorate__top {
  position: relative;
  z-index: 1;
  right: -1px;
}

.footer-decorate__crystal {
  position: absolute;
  top: 67px;
  right: -4px;
}

.footer-decorate__bottom {
  position: absolute;
  bottom: -2px;
}

.footer-decorate__bottom::before {
  content: '';
  background: url(https://forumstatic.ru/files/001c/52/c6/94443.png) no-repeat;
  width: 119px;
  height: 99px;
  position: absolute;
  top: -51px;
  right: 0;
}

.footer-box__container {
  background: url(https://forumstatic.ru/files/001c/52/c6/44731.png?v=1) no-repeat calc(100% - 8px) calc(100% - 8px), url(https://forumstatic.ru/files/001c/52/c6/44731.png?v=1) no-repeat calc(100% - 8px) calc(100% - 394px), var(--bg-panel);
  border: 1px solid #2D3D3D;
  border-left: none;
  display: flex;
  flex-direction: column;
  position: relative;
}

.footer-box__container::before {
  content: '';
  background: url(https://forumstatic.ru/files/001c/52/c6/64237.png) no-repeat;
  width: 58px;
  height: 172px;
  position: absolute;
  right: -59px;
}

.footer-box__container::after {
  content: '';
  background: url(https://forumstatic.ru/files/001c/52/c6/66423.png) no-repeat;
  width: 64px;
  height: 164px;
  position: absolute;
  right: -27px;
  bottom: 29px;
}

.footer-container__items {
  display: flex;
  padding: 46px 25px 35px 25px;
  justify-content: space-between;
  gap: 23px;
}

.footer-container__needed {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-needed__item {
  aspect-ratio: 1;
  width: 60px;
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid #2C838A;
}

.footer-needed__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.6);
}

.footer-container__date {
  display: flex;
  flex-direction: column;
  color: #2C838A;
  justify-content: flex-end;
  gap: 5px;
  align-items: center;
}

.footer-date__line {
  margin-bottom: 10px;
  width: 1px;
  background: #2C838A;
  height: 100%;
  align-self: center;
  justify-self: center;
}

.footer-container__banners {
  padding: 10px;
  aspect-ratio: 1;
  height: 300px;
  background: url(https://forumstatic.ru/files/001c/52/c6/93433.png) no-repeat bottom left, url(https://forumstatic.ru/files/001c/52/c6/80922.png) no-repeat bottom right, url(https://forumstatic.ru/files/001c/52/c6/30874.png) no-repeat top left, url(https://forumstatic.ru/files/001c/52/c6/76423.png) no-repeat top right;
}

.banners-box {
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 3px;
  height: 100%;
  padding-right: 6px;
}

.banners-box a {
  opacity: .25;
}

.banners-box a:hover {
  transition: all 0.8s ease;
  opacity: 1;
}

.footer-container__signature {
  text-transform: uppercase;
  color: var(--text-basic-light);
  padding-bottom: 10px;
  position: relative;
}

.footer-container__signature::before {
  content: '';
  background: url(https://forumstatic.ru/files/001c/52/c6/74163.png) no-repeat;
  width: 171px;
  height: 64px;
  position: absolute;
  bottom: -28px;
  left: 20px;
}

.footer-signature__copy {
  font-family: var(--font-accent);
  font-size: 9px;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
}

.footer-signature__copy a {
  color: var(--link-light-hover);
}

.footer-signature__copy-forum {
  text-align: center;
  font-size: 8px;
  line-height: 145%;
}

.footer-signature__copy-forum a {
  color: var(--link-light);
}

/* -*/
.scrollbuttons {
  position: fixed;
  width: 1053px;
  height: 0px;
  top: 40%;
  z-index: 10000;
}

.go-up, 
.go-down {
  opacity: 0;
  position:absolute;
  z-index:9999;
  cursor:pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}

.go-up.show, 
.go-down.show {
  opacity: 1;
}

.go-up {
  right: 0;
  top: 0;
}

.go-down {
  right: 0;
  top: 90px;
}

/* */
.post[data-user-id="2"] .plash-wrap::before {
  background: linear-gradient(180deg, #060C0C 0%, rgba(6, 12, 12, 0) 50%, #060C0C 100%), url(https://forumstatic.ru/files/001c/52/c6/67420.gif) no-repeat center;
}

/* */
.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}
#pun-status .status-right {float:right;}
.post-content td {padding:0.4em 0.5em; overflow:hidden}
.post-content td p:last-child {padding-bottom:0}
.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 abbr {cursor:help}
.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}
#tags .container {position:absolute; right:6px; top:43px; z-index:2;}
#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%;}


/* New profile style
-------------------------------------------------------------*/
#viewprofile td {border:0; padding:0; overflow:hidden}
#profile-name strong {font-size:1.2em}
#profile-left strong {font-weight:bold !important}
#profile-left {width:30%; padding-top:0 !important}
#profile-left li,
#profile-left li * {padding-left:0; margin-left:0}
#profile-right {width:70%}
#profile-right li strong {padding-left:2em}
#profile-signature {padding:1.5em 1.5em 1em 1.5em}
#profile-signature ul {border-style:dashed; border-width:1px 0 0 0; margin:0; padding:1em 1em 0 1em}

/** 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 .modal-inner {width:700px; max-width:94%; height:auto; max-height:44em; margin:12% auto 0; box-shadow:0 0 14px rgba(0,0,0,.3); position:relative; z-index:120000; overflow:hidden}
.pun-modal h2,.pun-modal h1 {max-width:700px; margin:0!important}
.pun-modal .container {padding:.6em 1em; max-height:40em; overflow:auto}
.pun-modal .closer {position:absolute; font-size:1.5em!important; line-height:.8em; right:.4em; padding:.3em!important; margin:-.3em!important; cursor:pointer; background:none 0 transparent!important}
.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';
}


@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;
}
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;
}

.icons-search:before { content: '\e095'; } /* '' */
.icons-font:before { content: '\e800'; } /* ' ' */
.icons-size:before { content: '\e801'; } /* ' ' */
.icons-video:before { content: '\e802'; } /* ' ' */
.icons-image:before { content: '\e803'; } /* ' ' */
.icons-plus:before { content: '\e804'; } /* ' ' */
.icons-cancel:before { content: '\e805'; } /* ' ' */
.icons-minus:before { content: '\e806'; } /* ' ' */
.icons-star:before { content: '\e807'; } /* ' ' */
.icons-cog:before { content: '\e808'; } /* ' ' */
.icons-play:before { content: '\e809'; } /* ' ' */
.icons-pause:before { content: '\e80a'; } /* ' ' */
.icons-fast-fw:before { content: '\e80b'; } /* ' ' */
.icons-fast-bw:before { content: '\e80c'; } /* ' ' */
.icons-code:before { content: '\e80d'; } /* ' ' */
.icons-table:before { content: '\e80e'; } /* ' ' */
.icons-spoiler:before { content: '\e80f'; } /* ' ' */
.icons-calendar:before { content: '\e810'; } /* ' ' */
.icons-pencil:before { content: '\e811'; } /* ' ' */
.icons-hide:before { content: '\e812'; } /* ' ' */
.icons-list:before { content: '\e813'; } /* ' ' */
.icons-indent-left:before { content: '\e814'; } /* ' ' */
.icons-indent-right:before { content: '\e815'; } /* ' ' */
.icons-trash-empty:before { content: '\e816'; } /* ' ' */
.icons-off:before { content: '\e817'; } /* ' ' */
.icons-heart:before { content: '\e818'; } /* ' ' */
.icons-user:before { content: '\e819'; } /* ' ' */
.icons-left:before { content: '\e81a'; } /* ' ' */
.icons-center:before { content: '\e81b'; } /* ' ' */
.icons-right:before { content: '\e81c'; } /* ' ' */
.icons-italic:before { content: '\e81d'; } /* ' ' */
.icons-bold:before { content: '\e81e'; } /* ' ' */
.icons-comment:before { content: '\e81f'; } /* ' ' */
.icons-resize-full:before { content: '\e820'; } /* '  ' */
.icons-resize-small:before { content: '\e821'; } /* ' ' */
.icons-quote:before { content: '\e822'; } /* ' ' */
.icons-share:before { content: '\e823'; } /* ' ' */
.icons-smile:before { content: '\e824'; } /* ' ' */
.icons-youtube:before { content: '\e825'; } /* ' ' */
.icons-link:before { content: '\e826'; } /* ' ' */
.icons-volume-off:before { content: '\e827'; } /* ' ' */
.icons-volume-down:before { content: '\e828'; } /* ' ' */
.icons-volume:before { content: '\e829'; } /* ' ' */
.icons-volume-up:before { content: '\e82a'; } /* ' ' */
.icons-addition:before { content: '\e82b'; } /* ' ' */
.icons-infinity:before { content: '\e82c'; } /* ' ' */
.icons-facebook:before { content: '\f09a'; } /* '' */
.icons-strike:before { content: '\f0cc'; } /* '' */
.icons-underline:before { content: '\f0cd'; } /* '' */
.icons-mail:before { content: '\f0e0'; } /* ' ' */
.icons-keyboard:before { content: '\f11c'; } /* '' */
.icons-help:before { content: '\f128'; } /* '' */
.icons-vkontakte:before { content: '\f189'; } /* '' */
.icons-color:before { content: '\f1fb'; } /* '' */
.icons-odnoklassniki:before { content: '\f263'; } /* '' */
.icons-vimeo:before { content: '\f27d'; } /* '' */

.icons-cancel-outline:before { content: '\e82d'; } /* ' ' */
.icons-ok-outline:before { content: '\e82e'; } /* ' ' */