@import url(https://forumstatic.ru/files/001c/52/c6/63066.css?v=2); /*Сброс стилей*/
@import url(style_cs.1770553859.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: #52645E;
  --link-light-hover: #4B7E6C;
  --link-dark: #3F3F3F;
  --link-dark-hover: #3D6B54;
  --text-basic-light: #485752;
  --text-basic-dark: rgba(8, 14, 14, .8);
  --text-gradient: linear-gradient(180deg, #62A18B 0%, #83BDA8 50%, #4E8F79 100%);
}

/*Шапка*/
.pun-header {
  position: relative;
}

.pun-header__container {
  position: relative;
  max-width: 1200px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 1009px;
  margin: 0 auto;
}

.header-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  height: 300px;
  overflow: hidden;
  z-index: -1;
  background-image: url(https://forumstatic.ru/files/001c/9d/fc/89296.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1200px 300px;
}

.header-plash {
  border: 1px solid transparent;
  border-radius: 10px;
  background: linear-gradient(#181D1C, #181D1C) padding-box, linear-gradient(270deg, #253836 0%, #4D5A59 50%, #253836 100%) border-box;
  background-clip: padding-box, border-box;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, .55), 0 0 10px 0 #000;
  padding: 13px 16px;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  color: #52645E;
}

.header-row__top {
  display: flex;
  justify-content: space-between;
  margin: 0 52px 23px 56px;
  align-items: flex-end;
}

.header-ams {
  align-self: center;
  text-shadow: 1px 1px 0 #000;
  margin: 0 0 6px;
}

.ams-link {
  color: #52645E;
}

.header__winner-team {
  width: 112px;
  position: relative;
  text-shadow: 1px 1px 0 #000;
}

.header-row__bottom {
  display: flex;
  justify-content: center;
  gap: 75px;
  margin: 0 0 46px;
}

.quick-nav__toggle {
  width: 112px;
  text-shadow: 1px 1px 0 #000;
  padding: 8px 10px;
  cursor: pointer;
}

.quick-nav__icon {
  text-align: center;
}

.winner-icon {
  position: absolute;
  top: -13px;
  left: -51px;
}

.team-name {
  display: block;
  padding: 12px 10px 12px 30px;
}

.quick-nav {
  position: relative;
}

.quick-nav__dropdown {
  position: absolute;
  z-index: 1000;
  display: none;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.quick-nav__content {
  display: flex;
  border: 1px solid transparent;
  border-radius: 10px;
  background: linear-gradient(#181D1C, #181D1C) padding-box, linear-gradient(270deg, #253836 0%, #4D5A59 50%, #253836 100%) border-box;
  background-clip: padding-box, border-box;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, .55), 0 0 10px 0 #000;
  padding: 15px 25px;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  color: #52645E;
  flex-direction: column;
  gap: 5px;
}

.quick-nav__link {
  text-align: center;
  color: #52645E;
  background: #202625;
  padding: 3px;
  white-space: nowrap;
}

.quick-nav__link:hover {
  background: #161b1a;
}

.project-block {
  text-align: center;
  padding: 4px 50px 3px;
}

.project-title {
  background: var(--text-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 1));
  font-family: var(--font-accent);
  font-size: 23px;
}

.project-meta {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  margin: 4px 0 0;
  background: var(--text-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 1));
}

.quest-item {
  display: flex;
  white-space: nowrap;
  gap: 10px;
}

.wanted-img {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  object-fit: cover;
  filter: grayscale(1);
  opacity: .5;
  margin: 1px 1px;
  border-radius: 8px;
}

/*Плашки*/
.news-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 52px;
  gap: 20px;
  margin: 30px 0 20px;
}

.news-item {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid #969696;
  border-radius: 10px;
  padding: 8px 30px;
  line-height: 1;
  font-weight: 500;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  transition: all 0.8s ease;
}

.news-item:hover {
  background-color: rgba(0, 0, 0, .2);
  box-shadow: inset 1px 1px 4px 0 rgba(0, 0, 0, .7);
}

.news-item__title {
  text-align: center;
  text-transform: uppercase;
}

.news-item__descr {
  text-align: center;
  text-transform: lowercase;
}

/*Индивидуальные плашки*/
/*Оформление команды победителя*/
.winner-comm.post-author ul {
  background: linear-gradient(180deg, rgba(142.21, 120.52, 32.13, 0.20) 0%, rgba(0, 0, 0, 0) 50%), rgba(0, 0, 0, 0.30);
}

.winner-comm .pa-author {
  border: 1px solid #584C1B;
}

.winner-comm .pa-author a {
  color: #B99E30;
  background: none;
  -webkit-text-fill-color: unset;
  text-shadow: 0 0 5px rgba(185, 158, 48, .7), 1px 1px 0 #000;
}

/*Настройки*/
#chfont {
  position: absolute;
  top: 10px;
  left: -8px;
}

#chfontbut {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px 2px inset, rgb(0, 0, 0) 0px 0px 10px 0px;
  color: rgb(109, 109, 109);
  text-shadow: rgb(0, 0, 0) 1px 1px 0px;
  border-radius: 10px;
  background: rgb(26, 26, 26);
  border: 1px solid #2F2F2F;
  padding: 5px 10px;
  cursor: pointer;
}

#chfont-settings {
  display: none;
  gap: 10px;
  align-items: center;
  flex-wrap: nowrap;
  padding: 5px 15px;
  background: #cfccc5;
  z-index: 5;
  top: 43px;
  border: 2px solid #969696;
  box-shadow: 0 0 10px 0 #000;
  border-radius: 10px;
}

#chfont.active #chfont-settings {
  display: flex;
  position: absolute;
}

#chfont select, 
#chfontsize, 
#chlineheight, 
#resetfont {
  display: flex;
  align-items: center;
  gap: 5px;
}

.fsizeplus, 
.fsizeminus, 
.lhminus, 
.lhplus {
  cursor: pointer;
  font-size: 11px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 6px;
  line-height: 18px;
  font-family: FontAwesome;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid #969696;
}

.fsizeplus::after, 
.lhplus::after {
  content: '\2b';
}

.fsizeminus::after, 
.lhminus::after {
  content: '\f068';
}

.btn__episode-decor {
  position: absolute;
  top: 60px;
  left: -8px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px 2px inset, rgb(0, 0, 0) 0px 0px 10px 0px;
  color: rgb(109, 109, 109);
  text-shadow: rgb(0, 0, 0) 1px 1px 0px;
  border-radius: 10px;
  border: 1px solid #2F2F2F;
  padding: 5px 10px;
  cursor: pointer;
  width: 35.6px;
  height: 35.4px;
}

.btn__episode-decor {
  background: url(https://forumstatic.ru/files/001c/9d/fc/70744.svg) no-repeat center, rgb(26, 26, 26);
}

.btn__episode-decor.off {
  background: url(https://forumstatic.ru/files/001c/9d/fc/60911.svg) no-repeat center, rgb(26, 26, 26);
}

/*Подвал*/
.pun-footer__container {
  position: relative;
  max-width: 1028px;
  height: 156px;
  display: flex;
  flex-direction: column;
  width: 1009px;
  margin: 0 auto;
  padding: 40px 25px 0 60px;
}

.footer-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 10px);
  max-width: 1028px;
  height: 136px;
  overflow: hidden;
  z-index: -1;
  background-image: url(https://forumstatic.ru/files/001c/9d/fc/18997.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1028px 156px;
}

.footer-container {
  display: flex;
  gap: 68px;
  margin: 31px 0 0;
}

.footer-section__right {
  flex-basis: 100%;
}

.footer-lable {
  width: 112px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: linear-gradient(#181D1C, #181D1C) padding-box, linear-gradient(270deg, #253836 0%, #4D5A59 50%, #253836 100%) border-box;
  background-clip: padding-box, border-box;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, .55), 0 0 10px 0 #000;
  padding: 9px 26px 10px;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  color: #52645E;
}

.footer-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.footer-section__left .footer-lable {
  padding: 9px 8px 10px;
}

.wanted-container {
  display: flex;
  gap: 5px;
}

.wanted-link {
  width: 44px;
  height: 44px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: linear-gradient(#181D1C, #181D1C) padding-box, linear-gradient(270deg, #253836 0%, #4D5A59 50%, #253836 100%) border-box;
  background-clip: padding-box, border-box;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, .55), 0 0 10px 0 #000;
  overflow: hidden;
}

.partners-container {
  height: 44px;
  overflow: auto;
  display: flex;
  gap: 3px 5px;
  flex-wrap: wrap;
}

.partners-container img {
  opacity: .6;
}

/*Маска*/
#mask_dialog .hv-bg .inner {
  background: #CECCC4;
  overflow-x: hidden;
  max-height: fit-content;
}

#mask_dialog .hv-form-block {
  padding: 0 15px 0;
}

/*Попапы*/
.event.fdk-popup-initialized {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  opacity: 0;
  z-index: 10000;
  transition: transform 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
  background: #CFCDC5;
  border: 1px solid #969696;
  border-radius: 0 10px 10px 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  width: 500px;
  max-height: 80vh;
  overflow-y: auto;
  box-sizing: border-box;
}

.event.fdk-popup-active {
    display: block;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
}

.event-title {
  display: block;
  padding: 5px 25px 5px;
  background: rgba(0, 0, 0, .05);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}

.event-list {
  padding: 15px 25px;
  text-align: justify;
}

.event-list p:not(:last-child) {
  padding: 0 0 1.6em 0;
}

.event-list a {
  font-weight: 700;
}

.fdk-popup-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.fdk-popup-backdrop.show {
    display: block;
    opacity: 1;
}

@keyframes fdk-popup-fade-in {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes fdk-backdrop-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

.event.fdk-popup-active {
    animation: fdk-popup-fade-in 0.3s ease;
}

.fdk-popup-backdrop.show {
    animation: fdk-backdrop-fade-in 0.3s ease;
}

.close {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 5px;
  line-height: 1;
  color: #666;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.2s;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close:hover {
  transform: scale(1.1);
  color: var(--link-dark-hover);
}

.close p {
    font-size: 16px;
}

.popup {
    cursor: help;
    display: inline-block;
    text-decoration: underline;
    transition: 0.2s;
    position: relative;
    font-weight: 700;
}

.popup:hover {
  color: var(--link-dark-hover);
  text-decoration: none;
}

/*Личная страница*/
#pun-pages .main {
  padding: 0 19px;
}

#pun-pages .character-container {
  margin: 0 auto;
  padding: 50px 0;
  width: 900px;
}

.character-box {
  background: url(https://forumstatic.ru/files/001c/9d/fc/89616.png);
  border: 1px solid #000;
  box-shadow: 0 0 0 1px #3C3C37, 0 0 25px 0 rgba(0, 0, 0, .5);
  padding: 40px 30px 15px;
}

.character-wrapper {
  background: rgba(0, 0, 0, .3);
  border: 1px solid #2F2F2F;
  box-shadow: 0 0 0 1px #000, inset 0 0 3px 2px rgba(0, 0, 0, .5);
  border-radius: 10px;
}

.character-header {
  display: flex;
  gap: 48px;
  margin: 0 0 10px;
}

.character-header__left {
  position: relative;
  margin: -33px 0 0 -25px;
}

.character-header__left::before {
  content: '';
  pointer-events: none;
  background: url(https://forumstatic.ru/files/001c/9d/fc/14254.png?v=1) no-repeat center / cover;
  width: 222px;
  height: 264px;
  position: absolute;
  top: -37px;
  left: -35px;
  z-index: 1;
}

.character-header__img {
  filter: grayscale(.6);
}

.character-header__right {
  width: 100%;
  padding: 0 25px 0 0;
}

.character-header__name {
  background: #1A1A1A;
  border-radius: 40px;
  padding: 4px 10px 2px;
  border: 1px solid #2F2F2F;
  box-shadow: 0 0 5px 0 #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -20px 0 20px;
}

.character-header__name strong {
  background: var(--text-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-accent);
  font-weight: 700;
  font-size: 18px;
  filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 1));
  line-height: 1.5;
}

.character-header__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
  justify-content: center;
}

.character-header__stats-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 1px solid #2F2F2F;
  border-radius: 10px;
  box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, .5), 0 0 10px 0 #000;
  background: #1A1A1A;
  color: #6D6D6D;
  text-shadow: 1px 1px 0 #000;
  width: 200px;
}

.stats-item__title {
  padding: 5px 10px;
  text-transform: uppercase;
  color: #52645E;
  font-size: 10px;
  font-weight: 600;
  text-shadow: 1px 1px 0 #000;
}

.stats-item__loader {
  background: #1A1A1A;
  border: 1px solid #2F2F2F;
  border-radius: 10px;
  margin: 0 0 -1px;
  padding: 2px;
  line-height: 1;
  font-size: 10px;
  font-weight: 500;
  text-shadow: 1px 1px 0 #000;
  color: #52645E;
  position: relative;
}

.stats-loader__color {
  background: #17332A;
  height: 16px;
  border-radius: 10px;
  border: 1px solid #161616;
}

.stats-loader__numbers {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 500;
  color: var(--text-basic-light);
  font-size: 12px;
  transform: translateX(-50%) translateY(-50%);
}

.character-header__quote {
  color: #6D6D6D;
  font-weight: 500;
  font-size: 13px;
  text-shadow: 1px 1px 0 #000;
  text-transform: lowercase;
  margin: 23px 15px 28px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.character-header__quote p {
  display: inline-block;
  color: #598d7a;
  font-family: var(--font-accent);
  font-weight: 700;
  font-size: 30px;
  filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 1));
  line-height: 1;
}

.character-header__quote p:first-child {
  margin: 0 10px 0 0;
}

.character-header__quote p:last-child {
  margin: 0 0 0 10px;
}

.character-header__quote::before,
.character-header__quote::after {
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}

.character-header__quote::before {
  background: linear-gradient(90deg, rgba(47, 47, 47, 0) 0%, #2F2F2F 100%);
  top: -3px;
  right: 0;
}

.character-header__quote::after {
  background: linear-gradient(90deg, rgba(47, 47, 47, 0) 0, #2F2F2F 50%, rgba(47, 47, 47, 0) 100%);
  width: calc(100% + 128px);
  bottom: -10px;
  right: 0;
}

.character-achievements {
  margin: 0 40px 20px 20px;
  background: #1A1A1A;
  border: 1px solid #2F2F2F;
  box-shadow: 0 0 5px 0 #000;
  border-radius: 10px;
}

.character-achievements #tabs {
  background: #262626;
  display: flex;
  justify-content: space-between;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.character-achievements #tabs .tabactive {
  background: #202020
}

.character-achievements button {
  flex-basis: 33.3%;
  padding: 9px 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #6D6D6D;
  text-shadow: 1px 1px 0 #000;
  border-bottom: 1px solid #2F2F2F;
  line-height: 1;
  cursor: pointer;
}

.inner-tab-underline {
  display: none;
}

.character-achievements button[data-tab="achievements-tab"] {
  border-left: 1px solid #2F2F2F;
  border-right: 1px solid #2F2F2F;
}

.tab-content {
  display: none;
  overflow: auto;
}

.tab-content.active {
  display: block;
}

.general-container__top {
  display: flex;
  gap: 20px;
  margin: 20px auto 20px;
  justify-content: center;
}

.gifts-item,
.awards-item {
  flex-basis: 200px;
}

.general-container__title {
  background: rgba(0, 0, 0, .1);
  padding: 5px;
  text-align: center;
  margin: 0 0 5px;
  line-height: 1;
  text-transform: uppercase;
  color: #52645E;
  font-size: 11px;
  font-weight: 600;
  text-shadow: 1px 1px 0 #000;
  border-radius: 10px 10px 0 0;
}

.gifts-container,
.awards-container,
.plaque-container,
.loves-container,
.artefacts-container {
  background: rgba(0, 0, 0, .1);
  padding: 10px 5px 10px 10px;
  border-radius: 0 0 10px 10px;
}

.gift-item,
.award-item,
.plaque-container__item {
  height: 70px;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  justify-content: center;
}

.gift-images,
.award-images {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 2px solid transparent;
  background: linear-gradient(#181D1C, #181D1C) padding-box, linear-gradient(270deg, #253836 0%, #4D5A59 50%, #253836 100%) border-box;
  background-clip: padding-box, border-box;
  object-fit: contain;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, .55), 0 0 0 1px #000;
}

.plaque-collection {
  flex-basis: 250px;
}

.plaque-container__item {
  padding: 0 5px 0 0;
}

.personal-plash__wrap {
  text-transform: uppercase;
  text-align: center;
  color: #6D6D6D;
  padding: 12px 4px 15px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 230px;
  text-shadow: 1px 1px 0 #000;
  line-height: 1;
}

.personal-plaque {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
  border: 1px solid #2F2F2F;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  padding: 12px 10px 15px;
  color: #6D6D6D;
  text-shadow: 1px 1px 0 #000;
  font-size: 11px;
  gap: 5px;
}

.plash-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  margin: 0 0 3px;
}

.plash-subtitle {
  text-transform: lowercase;
  font-weight: 500;
  font-size: 10px;
}

.general-container__bottom {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 0 20px;
}

.love-items,
.artefacts-collection {
  flex-basis: 335px;
}

.loves-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 5px 10px 20px;
}

.loves-container__wrap,
.artefacts-container__wrap {
  height: 70px;
  overflow: auto;
}

.love-item {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 10px;
}

.love-img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #2F2F2F;
}

.love-images {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(.6);
}

.love-descr {
  color: #6D6D6D;
  text-shadow: 1px 1px 0 #000;
  font-size: 12px;
  line-height: 1;
}

.love-title {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 5px;
}

.love-name__link {
  color: #6D6D6D;
  font-weight: 500;
}

.artefacts-container__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.artefact-item {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 5px;
  border: 2px solid transparent;
  background: linear-gradient(#181D1C, #181D1C) padding-box, linear-gradient(270deg, #253836 0%, #4D5A59 50%, #253836 100%) border-box;
  background-clip: padding-box, border-box;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, .55), 0 0 0 1px #000;
}

.artefact-images {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.character-twins {
  background: rgba(0, 0, 0, .3);
  border: 1px solid #2F2F2F;
  box-shadow: 0 0 0 1px #000, inset 0 0 3px 2px rgba(0, 0, 0, .5);
  border-radius: 10px;
  margin: 24px 0 0;
}

.character-twins__title {
  padding: 5px 10px;
  text-transform: uppercase;
  color: #52645E;
  font-size: 11px;
  font-weight: 600;
  text-shadow: 1px 1px 0 #000;
  background: #1A1A1A;
  border: 1px solid #2F2F2F;
  border-radius: 10px;
  margin: -14px 70px 11px;
  text-align: center;
}

.character-twins__list {
  text-align: center;
  margin: 0 0 10px;
}

.twin-link {
  color: #4B7E6C;
  text-shadow: 1px 1px 0 #000;
  font-size: 11px;
  font-weight: 600;
}

#achievements-tab,
#coupons-tab {
  height: 292px;
  padding: 20px;
  color: #6D6D6D;
  text-shadow: 1px 1px 0 #000;
}

/* 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;
}

/*Сокрытие профиля*/
.post.removeprofile > h3 {
  display: none;
}

.removeprofile.post > .container {
  margin: 0 auto;
}

.removeprofile .post-author, 
.removeprofile .pl-email, 
.removeprofile .pl-website, 
.removeprofile .about-pers, 
.removeprofile .post-sig {
  display: none;
}

.removeprofile .post-body {
  grid-column: 1 / -1;
}

/*Вкладки*/
.custom_tag_tabtext {
  display: none;
}

.custom_tag_tabtext.active {
  display: block;
}

.tabs-container {
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.tabs-header {
  background: #cfccc5;
  display: flex;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
  padding: 10px 0 10px 0;
  justify-content: center;
  gap: 20px;
  z-index: 10;
}

.custom_tag_tabtitle {
  background: rgba(0, 0, 0, .05);
  padding: 10px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #969696;
  cursor: pointer;
  transition: all 0.8s ease;
}

.custom_tag_tabtitle:hover {
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .35);
}

.custom_tag_tabtitle.active {
  background: #ADBAA9;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .35);
}

.custom_tag_tabtitle p {
  padding: 0;
}

/*Декоративное оформление списка топиков*/
.forum tbody {
  display: grid;
  gap: 10px 35px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 20px;
}

.forum tr:not(.episode-topic) {
  grid-column: 1 / -1;
  border-radius: 0 15px 0 0;
  display: flex;
  gap: 15px;
  transition: all 0.3s ease;
  position: relative;
  margin: 0 0 0 20px;
  border-radius: 5px;
  padding: 7px 10px;
}

.forum tr:hover {
  transform: scale(1.03);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.forum tr.iclosed {
  background: linear-gradient(90deg, #BAB8B1 0%, #CECCC4 100%);
}

.forum tr.isticky {
  background: linear-gradient(90deg, #ADBAA9 0%, #CECCC4 100%);
}

.forum .tcl {
  flex: 1;
  min-width: 0;
  position: relative;
}

.forum div.icon {
  top: 50%;
  left: -30px;
  border-radius: 10px;
  transform: translateY(-5px);
}

.forum div.icon-new {
  background: #58927D;
}

.theme-pages {
  grid-column: 2 / 3;
  margin: 0 0 0 5px;
  font-size: 11px;
}

.new-messages {
  grid-column: 3 / 4;
  font-size: 11px;
  margin: 0 0 0 10px;
}

.info-theme {
  flex-basis: 51%;
  display: grid;
  grid-template-columns: 22% 22% auto;
}

.theme-mark {
  grid-column: 1 / 2;
  text-transform: uppercase;
  font-size: 9px;
  align-self: center;
  line-height: 140%;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}

.mark-imp {
  grid-row: 1 / 2;
}

.mark-close {
  grid-row: 2 / 3;
}

.theme-stats {
  grid-column: 2 / 3;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 9px;
  align-self: center;
  line-height: 140%;
}

.last-mess {
  grid-column: 3 / 4;
  display: grid;
  gap: 0 15px;
  grid-template-columns: 30px auto;
}

.last-mess .user-avatar {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  width: 30px;
  height: 30px;
  align-self: center;
}

.last-mess a {
  grid-row: 2 / 3;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 110%;
}

.last-mess .avatar-image {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.last-mess .byuser {
  grid-row: 1 / 2;
  text-transform: uppercase;
  align-self: end;
  line-height: 110%;
}

.last-mess .byuser-username {
  margin: 0 0 0 -3px;
}

.byuser-username {
  font-size: 10px;
  line-height: 110%;
}

.forum tr.episode-topic {
  margin: 20px 0 10px;
}

.episode-topic .tcl {
  padding: 10px;
}

.descr-ep-topic {
  position: relative;
  margin-top: 10px;
}

.episode-topic .episode-img {
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
}

.episode-topic .episode-img img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: contrast(0.5);
  z-index: -1;
  position: relative;
}

.episode-topic .info-theme {
  grid-template-columns: 35% auto;
  padding: 0 10px 10px;
}

.episode-topic .theme-stats {
  grid-column: 1 / 2;
}

.episode-topic .last-mess {
  grid-column: 2 / 3;
}

.episode-topic .intd {
  padding: 0 0 0 30px;
}

.episode-topic div.icon {
  left: 0;
}

.warning-eps {
  background: #B7A7A3;
  position: absolute;
  width: calc(100% + 10px);
  left: -5px;
  bottom: 10px;
  border-radius: 5px;
}

.warning-eps::before,
.warning-eps::after {
  content: '';
  position: absolute;
  background: #9E908C;
  width: 5px;
  height: 100%;
  top: -4px;
  z-index: -1;
}

.warning-eps::before {
  border-radius: 5px 0 0 5px;
  left: 0;
}

.warning-eps::after {
  border-radius: 0 5px 5px 0;
  right: 0;
}

.warning-eps p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  padding: 5px 10px 5px 50px;
  color: #8C706A;
  display: flex;
  align-items: center;
  gap: 5px;
}

.warning-eps p strong {
  background: #CECCC4;
  border-radius: 15px;
  padding: 3px 10px;
}

.show_recent .info-theme,
.show_replies .info-theme,
.show_new .info-theme,
.show_unanswered .info-theme {
  grid-template-columns: 22% 22% 22% auto;
}

.show_recent .theme-stats,
.show_replies .theme-stats,
.show_new .theme-stats,
.show_unanswered .theme-stats {
  grid-column: 2 / 4;
}

.show_recent .last-mess,
.show_replies .last-mess,
.show_new .last-mess,
.show_unanswered .last-mess {
  grid-column: 4 / 5;
}

/******************************************************
Спецпосты
*******************************************************/
/*Особые посты*/
/*Посты за АМС*/
#topic_t93 .post[data-group-id="1"]:not(.topicpost) .post-box {
  background: url(https://forumstatic.ru/files/001c/9d/fc/30144.png) no-repeat top center / contain;
  background-size: 906px 50px;
  position: relative;
}

#topic_t93 .post[data-group-id="1"]:not(.topicpost) .post-content {
  background: linear-gradient(180deg, #A9BAAD 0%, #CECCC4 100%) no-repeat padding-box, linear-gradient(180deg, #969696 0%, #CECCC4 100%) no-repeat border-box;
  padding: 70px 20px 20px;
  position: relative;
  z-index: -1;
  background-size: 100% min(100%, 460px);
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
}

/*Посты за Нейтралитет*/
#topic_t94 #p1318.post[data-group-id="1"] .post-box,
#topic_t94 #p1319.post[data-group-id="1"] .post-box {
  background: url(https://forumstatic.ru/files/001c/9d/fc/63754.png) no-repeat top center / contain;
  background-size: 906px 50px;
  position: relative;
}

#topic_t94 #p1318.post[data-group-id="1"] .post-content,
#topic_t94 #p1319.post[data-group-id="1"] .post-content {
  background: linear-gradient(180deg, #A2B6BB 0%, #CECCC4 100%) no-repeat padding-box, linear-gradient(180deg, #969696 0%, #CECCC4 100%) no-repeat border-box;
  padding: 70px 20px 20px;
  position: relative;
  z-index: -1;
  background-size: 100% min(100%, 460px);
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
}

/*Посты за Пожирателей*/
#topic_t94 #p1320.post[data-group-id="1"] .post-box,
#topic_t94 #p1321.post[data-group-id="1"] .post-box {
  background: url(https://forumstatic.ru/files/001c/9d/fc/32818.png) no-repeat top center / contain;
  background-size: 906px 50px;
  position: relative;
}

#topic_t94 #p1320.post[data-group-id="1"] .post-content,
#topic_t94 #p1321.post[data-group-id="1"] .post-content {
  background: linear-gradient(180deg, #ADBAA9 0%, #CECCC4 100%) no-repeat padding-box, linear-gradient(180deg, #969696 0%, #CECCC4 100%) no-repeat border-box;
  padding: 70px 20px 20px;
  position: relative;
  z-index: -1;
  background-size: 100% min(100%, 460px);
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
}

/*Посты за Орден*/
#topic_t94 #p1322.post[data-group-id="1"] .post-box,
#topic_t94 #p1323.post[data-group-id="1"] .post-box {
  background: url(https://forumstatic.ru/files/001c/9d/fc/62977.png) no-repeat top center / contain;
  background-size: 906px 50px;
  position: relative;
}

#topic_t94 #p1322.post[data-group-id="1"] .post-content,
#topic_t94 #p1323.post[data-group-id="1"] .post-content {
  background: linear-gradient(180deg, #BAADA9 0%, #CECCC4 100%) no-repeat padding-box, linear-gradient(180deg, #969696 0%, #CECCC4 100%) no-repeat border-box;
  padding: 70px 20px 20px;
  position: relative;
  z-index: -1;
  background-size: 100% min(100%, 460px);
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
}

/*Посты за Детей*/
#topic_t94 #p1324.post[data-group-id="1"] .post-box,
#topic_t94 #p1325.post[data-group-id="1"] .post-box {
  background: url(https://forumstatic.ru/files/001c/9d/fc/35864.png) no-repeat top center / contain;
  background-size: 906px 50px;
  position: relative;
}

#topic_t94 #p1324.post[data-group-id="1"] .post-content,
#topic_t94 #p1325.post[data-group-id="1"] .post-content {
  background: linear-gradient(180deg, #C0C0C0 0%, #CECCC4 100%) no-repeat padding-box, linear-gradient(180deg, #969696 0%, #CECCC4 100%) no-repeat border-box;
  padding: 70px 20px 20px;
  position: relative;
  z-index: -1;
  background-size: 100% min(100%, 460px);
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
}

/*Посты за Министерство*/
#topic_t94 #p1326.post[data-group-id="1"] .post-box,
#topic_t94 #p1327.post[data-group-id="1"] .post-box {
  background: url(https://forumstatic.ru/files/001c/9d/fc/65702.png) no-repeat top center / contain;
  background-size: 906px 50px;
  position: relative;
}

#topic_t94 #p1326.post[data-group-id="1"] .post-content,
#topic_t94 #p1327.post[data-group-id="1"] .post-content {
  background: linear-gradient(180deg, #DED3BD 0%, #CECCC4 100%) no-repeat padding-box, linear-gradient(180deg, #969696 0%, #CECCC4 100%) no-repeat border-box;
  padding: 70px 20px 20px;
  position: relative;
  z-index: -1;
  background-size: 100% min(100%, 460px);
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
}

/*Посты за ГМ*/
#topic_t94 #p1316.post[data-group-id="1"] .post-box,
#topic_t94 #p1317.post[data-group-id="1"] .post-box {
  background: url(https://forumstatic.ru/files/001c/9d/fc/70926.png) no-repeat top center / contain;
  background-size: 906px 50px;
  position: relative;
}

#topic_t94 #p1316.post[data-group-id="1"] .post-content,
#topic_t94 #p1317.post[data-group-id="1"] .post-content {
  background: linear-gradient(180deg, #BCBCC2 0%, #CECCC4 100%) no-repeat padding-box, linear-gradient(180deg, #969696 0%, #CECCC4 100%) no-repeat border-box;
  padding: 70px 20px 20px;
  position: relative;
  z-index: -1;
  background-size: 100% min(100%, 460px);
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
}

/*Гостевая*/
.guestbook {
  background: url(https://forumstatic.ru/files/001c/9d/fc/89616.png);
  height: 474px;
  width: calc(100% + 65.7px);
  margin: 30px 0 20px -33px;
  padding: 27px 30px 23px;
  color: #6D6D6D;
  border: 1px solid #2F2F2F;
  box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, .5), 1px 0 0 1px #000, 0 0 5px 2px rgba(0, 0, 0, .5);
}

.guestbook__container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.guestbook-container__top {
  display: flex;
}

.guestbook-top__left {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-basis: 300px;
}

.guestbook-left__top {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #3F3F3F;
}

.guestbook-left__top a {
  color: #4B7E6C;
  text-shadow: 1px 1px 0 #000;
}

.guestbook-left__top p {
  text-align: center;
}

.guestbook-left__center {
  background: rgba(0, 0, 0, .3);
  padding: 20px;
  text-shadow: 1px 1px 0 #000;
  font-size: 12px;
  border-radius: 10px;
  border: 1px solid #2F2F2F;
  box-shadow: 0 0 0 1px #000, inset 0 0 3px 2px rgba(0, 0, 0, .3);
}

.guestbook__rules {
  height: 200px;
  overflow: auto;
  padding: 0 10px 0 0;
}

.guestbook-left__bottom {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #3F3F3F;
}

.guestbook-left__bottom a {
  color: #4B7E6C;
  text-shadow: 1px 1px 0 #000;
}

.guestbook-top__center {
  flex-basis: 320px;
  display: flex;
  flex-direction: column;
}

.guestbook__img {
  width: 320px;
  height: 360px;
  margin: -72px 0 0;
}

.project-box {
  line-height: 1;
  padding: 0 10px;
}

.project-box p {
  text-align: center;
}

.project-box__title {
  background: var(--text-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 0 #000);
  font-family: var(--font-accent);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.1em;
}

.project-box__meta {
  font-weight: 500;
  color: #59927D;
  text-shadow: 1px 1px 0 #000;
  font-size: 10px;
  text-transform: uppercase;
  margin: 2px 0 0;
}

.guestbook-top__right {
  display: flex;
  gap: 25px;
  flex-direction: column;
}

.guestbook-top__item {
  height: 100px;
  width: 300px;
  border: 1px solid #2F2F2F;
  box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, .5), 1px 0 0 1px #000;
  border-radius: 10px;
  background: rgba(0, 0, 0, .3);
  padding: 0 10px 0 0;
}

.guestbook-item__title {
  background: #171717;
  border: 1px solid #2F2F2F;
  box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, .5), 1px 0 0 1px #000;
  padding: 4px 20px;
  width: 250px;
  border-radius: 0 10px 10px 0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  color: #52645E;
  text-shadow: 1px 1px 0 #000;
  position: relative;
  z-index: 1;
  margin: -12px 0 0 -0.5px;
}

.guestbook-item__list {
  height: 69px;
  overflow: auto;
  font-size: 10px;
  font-weight: 500;
  text-shadow: 1px 1px 0 #000;
  padding: 10px 10px 0 15px;
}

.guestbook-container__bottom .code-box {
  border-radius: 0;
  background: none;
  border: 0;
}

.guestbook-container__bottom .legend {
  background: #171717;
  border: 1px solid #2F2F2F;
  box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, .5), 1px 0 0 1px #000;
  padding: 4px 20px;
  width: 250px;
  border-radius: 0 10px 10px 0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  color: #52645E;
  text-shadow: 1px 1px 0 #000;
  position: relative;
  z-index: 1;
}

.guestbook-container__bottom .legend::before {
  content: 'Шаблон придержания [скопировать]'
}

.guestbook-container__bottom .legend a {
  font-size: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.guestbook-container__bottom .blockcode {
  border: 1px solid #2F2F2F;
  box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, .5), 1px 0 0 1px #000;
  border-radius: 10px;
  background: rgba(0, 0, 0, .3);
  padding: 25px 20px 0;
  margin: -14px 0 0;
}

/*Матчасть*/
.hero-title {
  background: url(https://forumstatic.ru/files/001c/9d/fc/33307.jpg) no-repeat center center;
  padding: 10px;
  box-shadow: 0px 0px 0px 1px #42594B, 0px 0px 0px 2px #181D1A;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 104px;
}

.hero-title.auction-lore {
  background: url(https://forumstatic.ru/files/001c/9d/fc/22150.png) no-repeat center / cover;
  height: 245px;
  align-items: self-start;
  padding: 20px 0 0;
}

.hero-title p {
  color: #3B5A4D;
  font-size: 30px;
  font-family: var(--font-accent);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
  padding: 0;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #3B5A4D 0%, #56A289 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 1));
  text-align: center;
}

.ritualistics-container {
  max-width: 660px;
  margin: 4.3em auto 0;
}

.lore-subtitle {
  font-family: var(--font-accent);
  margin: 3.3em 0 0.75em;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  padding: 0 0 5px;
  border-bottom: 1px solid rgba(24, 29, 28, .3);
  text-transform: uppercase;
}

.pillar-title {
  font-family: var(--font-accent);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 2.5em 0 0.5em;
}

.quote-box .pillar-title {
  margin: 0 0 0.5em;
}

.important-lore {
  margin: 2.1em 0 2.7em;
}

.important-lore + .inline-question {
  margin: 0 0 0.4em;
}

.important-title {
  font-weight: 600;
  margin: 0 0 0.4em;
}

.inline-question {
  font-weight: 700;
  margin: 1.6em 0 0.4em;
}

.warning-line {
  font-style: italic;
  margin: 1.6em 0 0;
}

.subsection-title {
  margin: 1.7em 0 0.66em;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.subsection-title + .definition-list {
  margin: 0;
}

.definition-list {
  margin: 1.6em 0 1.6em;
}

.list-subtitle {
  font-weight: 500;
}

.definition-list > p,
.definition-list > p + p {
  padding: 6px 0 24px 16px
}

.step-title {
  margin: 1.6em 0 0.4em;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.step-title-first {
  margin: 2.1em 0 0;
}

.ritualistics-container strong {
  font-weight: 500;
}

.lore-h1 {
  background: url(https://forumstatic.ru/files/001c/9d/fc/28922.png) no-repeat center center;
  border-radius: 2px;
  box-shadow: 0px 0px 0px 1px #42594B, 0px 0px 0px 2px #181D1A;
  padding: 10px;
  margin: 122px 0 46px;
}

.lore-h1 p {
  height: 89px;
  color: #3B5A4D;
  font-size: 22px;
  font-family: var(--font-accent);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  padding: 0;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: linear-gradient(181deg, #3B5A4D 0%, #56A289 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 1));
  text-align: center;
}

.lore-subtitle p,
.pillar-title p,
.important-title p,
.inline-question p,
.subsection-title p,
.list-subtitle p,
.step-title p {
  padding: 0;
}

.custom_tag_tabtext .lore-h1 {
  margin: 0 0 46px;
}

.custom_tag_tabtext .ritualistics-container {
  margin: 0 auto;
}

.ritualistics-container .tabs-container {
  margin: 80px 0 0;
}

.materials-search {
  width: 660px;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.search-controls {
  position: relative;
  flex-basis: 100%;
}

.search-controls input {
  padding: 10px;
  border-radius: 2px;
  border: 0;
}

.clear-search {
  position: absolute;
  top: 11px;
  right: 15px;
  color: #2d3232;
  opacity: .5;
  cursor: pointer;
}

.search-options {
  font-size: 12px;
  display: flex;
  gap: 30px;
  padding: 10px 0 20px;
}

.search-options input[type="radio"] {
  margin: 1px 5px 3px 4px;
}

.search-info {
  font-size: 12px;
  text-align: end;
  padding: 10px 0 20px;
}

.materials-grid {
  width: 660px;
  margin: 0 auto;
}

.material-card {
  margin: 0 0 42px;
}

h3.material-name {
  font-size: 18px;
  font-family: var(--font-accent);
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid rgba(24, 29, 28, .3);
  background: none;
  border-radius: 0;
}

.material-desc {
  text-align: justify;
}

.post-content p + .list-subtitle {
  margin: 1.6em 0 0;
}

/*Оформление эпизода*/
.ep-quotes {
  display: flex;
  justify-content: end;
}

.post-content .ep-quotes p {
  width: 50%;
  font-style: italic;
  text-align: end;
}

.ep-title {
  font-family: var(--font-accent);
  font-size: 20px;
}

.ep-title p {
  text-align: center;
  padding: 0 0 5px 0;
}

.ep-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.ep-date,
.ep-location {
  display: flex;
  align-items: center;
}

.ep-date::before {
  content: '\f111';
  display: inline-block;
  margin-right: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 7px;
  line-height: 1.8;
}

.ep-date::after {
  content: '\f111';
  display: inline-block;
  margin: 0 10px 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 7px;
  line-height: 1.8;
}

.ep-location::after {
  content: '\f111';
  display: inline-block;
  margin-left: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 7px;
  line-height: 1.8;
}

.ep-participant {
  flex-basis: 100%;
  text-align: center;
  font-size: 12px;
}

.post-content .ep-info p {
  padding: 0;
  display: inline-block;
}

.ep-descr {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.post-box .ep-descr {
  margin: 30px 0;
}

.ep-descr::before {
  content: '';
  border-top: 3px solid #6B6B68;
  border-bottom: 1px solid #6B6B68;
  height: 5px;
  width: 70%;
}

.ep-descr::after {
  content: '';
  border-bottom: 3px solid #6B6B68;
  border-top: 1px solid #6B6B68;
  height: 5px;
  margin-bottom: 20px;
  width: 70%;
}

.post-content .ep-descr p {
  width: 70%;
  border-right: 0;
  border-left: 0;
  padding: 14px 0 14px 0;
}

.lore-descr {
  width: 660px;
  margin: 0 auto 4.8em;
}

/*Занятые внешности*/
.busy-appearances__head-block {
  background: url(https://forumstatic.ru/files/001c/9d/fc/36615.png) no-repeat center center;
  padding: 23px 10px;
  box-shadow: 0px 0px 0px 1px #42594B, 0px 0px 0px 2px #181D1A;
  border-radius: 2px;
  text-transform: uppercase;
}

.busy-appearances__title p {
  padding: 0;
  color: #3B5A4D;
  font-size: 30px;
  font-family: var(--font-accent);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: linear-gradient(180deg, #3B5A4D 0%, #56A289 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 1));
}

.busy-appearances__subtitle p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 12px;
  color: var(--text-basic-light);
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 1));
}

.busy-appearances__subhead-block {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 42px 0 24px;
}

.busy-appearances__h4 {
  text-transform: uppercase;
  color: var(--text-basic-light);
  font-size: 12px;
  flex-basis: 100%;
  display: flex;
  align-items: center;
  padding: 18px 40px;
  box-shadow: 0px 0px 0px 1px #42594B, 0px 0px 0px 2px #181D1A;
  border-radius: 2px;
}

.female-appearance__h4 {
  justify-content: flex-end;
  background: url(https://forumstatic.ru/files/001c/9d/fc/36711.png) no-repeat center / cover;
}

.male-appearance__h4 {
  background: url(https://forumstatic.ru/files/001c/9d/fc/80872.png) no-repeat center / cover;
}

.female-appearance__h4 p,
.male-appearance__h4 p {
  padding: 0;
}

.busy-appearances__list-title p {
  text-align: center;
  font-family: var(--font-accent);
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  font-size: 18px;
}

.busy-appearances__list {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.busy-appearances__item {
  flex-basis: 100%;
}

.busy-appearances__item-left p {
  text-align: end;
}

/*Нужные*/
.custom_tag_wanted,
.custom_tag_wantedappearance {
  max-width: 660px;
  margin: 0 auto;
}

.custom_tag_wanted .quote-box {
  margin: 0 0 30px;
}

.custom_tag_wanted + .code-box {
  margin: 30px 0 0;
}

.custom_tag_wantedtitle {
  background: url(https://forumstatic.ru/files/001c/9d/fc/19842.png);
  padding: 62px 10px 40px;
  box-shadow: 0px 0px 0px 1px #42594B, 0px 0px 0px 2px #181D1A;
  border-radius: 2px;
}

.custom_tag_wantedappearance .custom_tag_wantedtitle {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  background: url(https://forumstatic.ru/files/001c/9d/fc/64405.png) no-repeat;
}

.custom_tag_wantedtitle p {
  color: #3B5A4D;
  font-size: 30px;
  font-family: var(--font-accent);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
  padding: 0;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #3B5A4D 0%, #56A289 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 1));
}

.wantedname {
  background: #192120;
  box-shadow: 0px -4px 4px 0px rgba(0, 114, 106, .1), 0px 4px 4px 1px rgba(0, 0, 0, .2), inset 0px 0px 12px 0px rgba(0, 0, 0, .6), 0px 0px 0px 1px #354D4C, 0px 0px 0px 2px #161919;
  margin: -17px 20px 0;
  border-radius: 40px;
  padding: 4px 10px 2px;
}

.wantedname p {
  padding: 0;
  text-align: center;
  font-family: var(--font-accent);
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 700;
  color: #548B78;
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 1));
}

.custom_tag_wantedinfo {
  background: #161817;
  box-shadow: 0px 0px 0px 1px #484848, 0px 0px 0px 2px #000;
  margin: -16px 0 30px;
  position: relative;
  z-index: -1;
  padding: 30px 0 15px;
  color: #5F5F5F;
  border-radius: 2px;
}

.custom_tag_wantedinfo p {
  padding: 0 20px;
  text-align: center;
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 1));
}

.custom_tag_wantedwho p {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0 5px;
  line-height: 1.4;
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 1));
}

.custom_tag_wantedinfo img.postimg {
  margin: 30px 0 10px;
}

/*Анкета*/
.custom_tag_questionary {
  max-width: 660px;
  margin: 0 auto;
}

.quote-box + .custom_tag_questionary {
  margin: 30px 0 0;
}

.custom_tag_questionaryhead {
  background: url(https://forumstatic.ru/files/001c/9d/fc/76234.png) no-repeat center / cover;
  padding: 50px 10px 42px;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #000000, 0 0 0 2px #5F5F5A, 0 -4px 4px 0 rgba(0, 0, 0, .6), 0 4px 4px 0 rgba(0, 0, 0, .6);
}

.custom_tag_questionaryhead p {
  padding: 0;
  text-align: center;
  color: #5F5F5F;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 1);
}

.custom_tag_questionaryhead img.postimg {
  margin: 0 5px 10px;
  box-shadow: 0 0 0 1px #000000, 0 0 0 2px #5F5F5A;
  border-radius: 2px;
}

.custom_tag_questionaryname {
  background: #192120;
  box-shadow: 0px -4px 4px 0px rgba(0, 114, 106, .1), 0px 4px 4px 1px rgba(0, 0, 0, .2), inset 0px 0px 12px 0px rgba(0, 0, 0, .6), 0px 0px 0px 1px #354D4C, 0px 0px 0px 2px #161919;
  margin: -17px 40px 10px;
  border-radius: 40px;
  padding: 4px 10px 2px;
}

.custom_tag_questionaryname p {
  padding: 0;
  text-align: center;
  font-family: var(--font-accent);
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 700;
  color: #548B78;
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 1));
}

.custom_tag_questionaryname abbr {
  border-bottom: 1px dashed #4f827085;
  cursor: help;
}

.custom_tag_questionaryspoiler .spoiler-box {
  position: relative;
  padding: 0;
  background: none;
  margin: 0 0 40px;
  border: 0;
  margin: 20px 0 20px;
}

.custom_tag_questionaryspoiler .spoiler-box > div {
  font-family: var(--font-accent);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(24, 29, 28, .3);
  padding: 0 0 3px;
  text-transform: uppercase;
  background: none;
}

.custom_tag_questionaryspoiler .spoiler-box > div::before,
.custom_tag_questionaryspoiler .spoiler-box > div.visible::before {
  display: none;
}

.post-content .custom_tag_questionaryspoiler .spoiler-box > blockquote {
  display: block;
  padding: 10px 0 0;
  max-height: 70px;
  clip-path: inset(0 0 0 -10px);
  border-left: 1px solid rgba(24, 29, 28, .3);
}

.post-content .custom_tag_questionaryspoiler .spoiler-box > blockquote.visible {
  max-height: 100%;
  clip-path: none;
}

.custom_tag_questionaryspoiler .spoiler-box > blockquote::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, rgb(207 204 197 / 0%) 0%, rgb(207 204 197) 100%);
  pointer-events: none;
}

.spoiler-box .custom_tag_questionaryspoiler .spoiler-box > blockquote::after {
  background: linear-gradient(to bottom, rgb(207 204 197 / 0%) 0%, rgb(196 194 187) 100%);
}

.custom_tag_questionaryspoiler .spoiler-box > blockquote.visible::after {
  display: none;
}

.custom_tag_questionaryitem {
  padding: 0 0 0 30px;
  position: relative;
}

.custom_tag_questionaryitem::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  left: -8px;
  top: 5px;
  background: #3F3F3F;
  border-radius: 50%;
  border: 3px solid #CECCC4;
  box-shadow: 0 0 0 1px #969696;
}

.custom_tag_questionaryitem:not(:last-child) {
  margin: 0 0 26px;
}

.custom_tag_questionaryitem p {
  padding: 0;
}

.custom_tag_questionaryitem strong {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.custom_tag_questionaryadd {
  font-weight: 300;
}

.custom_tag_questionarysubtitle {
  font-family: var(--font-accent);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(24, 29, 28, .3);
  padding: 0 0 3px;
  text-transform: uppercase;
}

.custom_tag_questionarysubtitle p {
  padding: 0;
}

.questionarytabs {
  background: #C3C2BA;
  border-radius: 5px;
  border: 1px solid #969696;
  gap: 20px;
  margin: 16px 0 0;
}

.questionarytabs + .spoiler-box {
  margin: 60px 0 0;
}

.questionarytabs .tabs-header {
  background: none;
  position: relative;
  padding: 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  gap: 0;
  flex-wrap: nowrap;
}

.questionarytabs .custom_tag_tabtitle {
  background: #AFAEA6;
  flex-basis: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 10px 7px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #969696;
}

.questionarytabs .custom_tag_tabtitle.active {
  background: #B9B8B1;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, .2);
}

.questionarytabs .custom_tag_tabtitle p {
  line-height: 1.4;
}

.questionarytabs .tabs-content {
  padding: 0 20px 24px;
}

.custom_tag_questionarybio {
  margin: 72px 0 72px;
}

.custom_tag_questionarybio::before {
  content: '';
  border-top: 3px solid #6B6B68;
  border-bottom: 1px solid #6B6B68;
  height: 5px;
  display: block;
  margin: 0 0 1.6em;
}

.custom_tag_questionarybio::after {
  content: '';
  border-bottom: 3px solid #6B6B68;
  border-top: 1px solid #6B6B68;
  height: 5px;
  display: block;
  margin: 1.6em 0 0;
}

.custom_tag_questionarybio .spoiler-box {
  margin: 20px 0 0;
}

/*.post-content .custom_tag_questionarybio .spoiler-box + p {
  margin: 0;
}*/

.custom_tag_questionarytwin {
  margin: 16px 0 0;
}

.questionarytabs + .custom_tag_questionarytwin {
  margin: 72px 0 0;
}

/*Личная страница*/
.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(-50%);
  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;
}

#character {
  width: 900px;
  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 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;
}

.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 10px 0 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;
  padding: 0 10px 0 0;
}

#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;
}