/******** Main Styles ********/


::-webkit-scrollbar {
  width: 10px;
  height: 8px;
  border-radius: 5px;
}

i::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

.post-content .highlight-text {
    background-color: #535e60 !important;
    color: rgb(205 202 197) !important;
}

.footer::-webkit-scrollbar,
.table__main .best p::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}

fieldset textarea, 
fieldset input[type='text'],
fieldset input[type='password'],
fieldset input[type='search'],
fieldset input[name=author],
fieldset select {
        background-color: #c5bab2;
}

.fs-box { position: inherit; }

#profile4 img {
    outline: 1px solid #5b4331;
}
#image-source-list a, #image-area-actions a, #spoiler-sels a {
    font-family: 'Verdana';
    font-size: 9px;
    text-transform: uppercase;
}
.reactions-root { display: none; }

.forumbanners {
    margin-top: 10px;
}

.punbb #viewprofile #profile-right #pa-fld3 { margin-top: 0 !important; }


::-webkit-scrollbar-track {
  background-color: #4e595b;
  border-radius: 5px;
}

#mask_dialog .hv-form-block::-webkit-scrollbar-thumb {
    background-color: #bfb3ab;
}

::-webkit-scrollbar-thumb {
  background-color: #c5bab2;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:active {
  background: #9e8c7e;
}


::selection {
  background: #535e60;
  color: #c5bab2;
}

::-moz-selection {
  background: #535e60;
  color: #c5bab2;
}

html .jGrowl-notification,
html .jGrowl-closer,
html .notification-spoiler {
  background: rgba(19, 19, 19, .9) !important;

  color: rgb(248, 236, 222);
}

html body .jGrowl-close,
html body .jGrowl-close:hover {
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  background-color: transparent !important;
  background-image: none !important;
  height: auto !important;
  line-height: auto !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

html .jGrowl-notification a,
html .jGrowl-closer a,
html .notification-spoiler a {
  text-shadow: none !important;
  color: rgb(248, 236, 222) !important;
}

html span.num_msg {
      margin-top: -1px;
    margin-left: 2px !important;
    background: rgb(83 94 96);
    color: rgb(197 186 178);
    border-radius: 50%;
    padding: 0 4px 2px
}

html span.num_msg::before {
  display: none;
}

#notify-link .unreads {
  top: -14px !important;
}

.fixed #notify-link .unreads {
  top: -3px !important;
    right: -15px !important;
}

html #notify-link .unreads,
html #navpm .unreads {
  box-shadow: none;
    background: rgb(83 94 96);
    color: rgb(197 186 178);
    border-radius: 50%;
}

html .punbb span.GamePst,
html .punbb strong.GamePst2 {
  color: #5b4331 !important;

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  cursor: pointer;

  padding-right: 0 !important;
}

html .punbb span.GamePst:hover,
html .punbb strong.GamePst2:hover {
  color: #323e40 !important;
}

.user-avatar {
  display: block !important;
  height: 36px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#pun-profile #profile-signature tr {
  display: table-row !important;
}

.prof.no-active #login {
  text-align: center;
  background-color: rgb(205, 202, 197) !important;
  border: none;
  padding: 15px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, .18);
}

.prof.no-active #login span {
    position: inherit;
}

body.post-content::after {
  display: none;
}

iframe {
  position: relative;
  z-index: 1;
}

.post #post fieldset {
  padding: 35px 20px 0 0 !important;
}

.post-box #post fieldset legend span {
  display: none;
}


body {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #000;

  background-color: #5f6567;
}

body::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://i.imgur.com/RQMwYtN.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}

#pun-admain fieldset .adfs-box {
  z-index: 1;
  position: relative;
}

.inputfield {
  position: relative;
  z-index: 1;
}

#styleSwitch {
  justify-content: flex-start;
}

#styleSwitch li {
  line-height: 39px;
}

#styleSwitch li#dark {
  margin-left: 5px;
}

p {
  position: relative;
  z-index: 1;
}

td {
  border: none;
}

.punbb .html-post-box {
  padding-bottom: 0 !important;
}

.punbb .post-content td {
  border-width: 0 !important;
  border-color: transparent !important;
  border: none !important;
  border-style: none !important;
}

a {
  color: #5b4331;
  text-decoration: none;
  font-weight: 400;

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

a:hover {
  color: #323e40;
}

.avatar-image {
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

hr {
  display: block;
  width: 100%;

  border: 1px solid rgb(193, 190, 185);
}

.quote-box hr {
  border: 1px solid rgb(205 202 197);
}


#floatbut {
  min-width: 32px;
}

.post-content em {
  font-style: normal;
  text-decoration: underline;
}

.isonline {
  background: #535e60 !important;
}


table {
  position: relative;
  width: 100%;
}

.section,
.formal {
  position: inherit;
}

#form-buttons tr {
  display: table-row !important;
  padding: 0;
}

#form-buttons {
  position: relative;
  margin-top: 15px;
  z-index: 1;
}

#post-preview {
  margin-bottom: 15px;
}

#post-preview .fs-box {
  width: 777px;
  margin: 0 auto;
}

#post-preview .post-box {
  text-align: justify;
}


.flexbox {
  -js-display: flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Del text */

del {
  filter: blur(1px);

  text-decoration: none;

  border-radius: 3px;

  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

del:hover,
del:focus,
del:active {
  filter: none;
  color: rgb(19, 19, 19);
}


/* Counter */

#plng {
  font-size: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}


/******** List ********/

.post-content ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 1em 0 !important;
}

.post-content .quote-box ul {
  margin-top: 0 !important;
}

.post-content .quote-box ul {
  margin-bottom: 0 !important;
}

.post-content ul li {
  position: relative;
  list-style: none !important;

  margin-bottom: 10px !important;
  padding-left: 18px;
}

.post-content ul li p:first-child {
  margin-top: 0;
}

.post-content ul li p:last-child {
  margin-bottom: 0;
}

.post-content ul li:last-child {
  margin-bottom: 0 !important;
}

.post-content ul li::marker {
      unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

.post-content ul li::before {
  position: absolute;

  content: '\f111';

  top: 3px;
  left: 0;

  font-size: 8px;
  font-weight: 400;
  font-family: 'Font Awesome 5 Free';

  z-index: 1;
}




/******** Button ********/

button,
.button,
#pun-profile #profile8 #sub4,
input[type="submit"],
#pun-admain .button,
#pun-profile #profile-left #pa-edit strong a {
  position: relative;
    display: inline-block;
    font-family: 'Verdana', sans-serif;
    font-weight: 400 !important;
    font-size: 10px;
    text-align: center;
    line-height: 1;
    color: #5b4f46;
    text-transform: uppercase;
    background-color: #9e8c7e;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 7px 15px 6px;
    margin-right: 0 !important;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    box-sizing: border-box;
    z-index: 1;
}

#image-area-tcon-computer .button {
      padding: 7px 15px 6px !important;
      width: auto !important;
}

button:nth-child(1),
.button:nth-child(1),
#pun-profile #profile8 #sub4:nth-child(1),
input[type="submit"]:nth-child(1),
#pun-admain .button:first-child,
.modmenu .container .button:nth-child(2),
#image-area-tcon-computer .button,
#pun-profile #profile-left #pa-edit strong a,
#styleSwitch li.selected {
      color: #c5bab2;
    background-color: #535e60;
}

button:hover,
.button:hover,
#pun-profile #profile8 #sub4:hover,
input[type="submit"]:hover {
  background-color: #af9d8e;
}

button:nth-child(1):hover,
.button:nth-child(1):hover,
#pun-profile #profile8 #sub4:nth-child(1):hover,
input[type="submit"]:nth-child(1):hover,
#pun-admain .button:hover,
.modmenu .container .button:nth-child(2):hover,
#image-area-tcon-computer .button:hover,
#pun-profile #profile-left #pa-edit strong a:hover {
  background-color: #717b7d;
}

/******** Fieldset ********/

fieldset {
  position: relative;

  border-radius: 5px;

  outline: none;
  border: none;

  margin: 0;
  padding: 30px 20px 20px;
}

.resizable-textarea textarea {
    display: block;
    margin-bottom: 0pt;
    background: #c5bab2;
    border: none;
}

fieldset::before {
  position: absolute;
  content: '';

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  background-color: #bfb3ab;

  border-radius: 10px;
  z-index: 0;
  pointer-events: none;
}

fieldset legend {
  position: absolute;
  top: 18px;

  text-transform: lowercase;
  font-weight: 700;
  font-size: 90%;

  padding: 0;
  z-index: 1;
}

label {
  position: relative;
  display: inline-block;

  font-size: 13px;
  text-transform: lowercase;

  margin-bottom: 3px;
  z-index: 1;
}

.infofield {
  font-style: italic;
  font-size: 90%;
}


/******** Input, Textarea, Radio/Checkbox ********/

#s-block {
  width: 100%;
  align-items: center;
  justify-content: flex-start !important;
  margin-top: 15px;
}

#s-block i {
  border: none !important;
  font-size: 18px !important;
  height: 22px !important;
  width: 26px !important;

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#s-block i:hover {
  color: rgb(19, 19, 19);
}

#s-block i::before {
  margin-top: 0 !important;
}

textarea,
input[type='text'],
input[type='password'],
input[type='search'],
input[name=author],
select {
  position: relative;

  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;

  width: auto;
  background-color: #bfb3ab;
    border: none;
  outline: none;

  padding: 9px 15px;

  border-radius: 5px;
  box-sizing: border-box;

  z-index: 1;
}

.container tr textarea,
.container tr input[type='text'],
.container tr input[type='password'],
.container tr input[type='search'],
.container tr input[name=author],
.container tr select,
fieldset textarea,
fieldset input[type='text'],
fieldset input[type='password'],
fieldset input[type='search'],
fieldset input[name=author],
fieldset select{
  border: 1px solid rgb(179, 176, 170);
}


textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .4);

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: rgba(113, 86, 71, .4);

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: rgba(113, 86, 71, .4);

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: rgba(113, 86, 71, .4);

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder,
input:active::-webkit-input-placeholder {
  color: rgba(113, 86, 71, 0);
}

textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder,
textarea:active::-moz-placeholder,
input:active::-moz-placeholder {
  color: rgba(113, 86, 71, 0);
}

textarea:focus:-moz-placeholder,
input:focus:-moz-placeholder,
textarea:active:-moz-placeholder,
input:active:-moz-placeholder {
  color: rgba(113, 86, 71, 0);
}

textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder,
textarea:active:-ms-input-placeholder,
input:active:-ms-input-placeholder {
  color: rgba(113, 86, 71, 0);
}

.radiofield br,
.checkfield br {
  display: none;
}

span.radio,
.checkfield {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

span.radio label,
.checkfield label {
  margin-left: 5px;
}

input[type='radio'],
input[type='checkbox'] {
  width: 15px;
  min-width: 15px;
  height: 15px;
  background-color: rgb(205, 202, 197);

  border: 1px solid rgb(193, 190, 185);
  border-radius: 2px;
  outline: none;

  margin: 5px;
  appearance: none;
  cursor: pointer;
}

.container tr input[type='radio'],
.container input[type='checkbox'] {
  border: 1px solid rgb(179, 176, 170);
}

input[type='checkbox']:checked {
  background-image: url('https://forumstatic.ru/files/001a/fd/a5/29969.svg');
  background-repeat: no-repeat;
  background-position: center;
}

input[type='radio'] {
  border-radius: 50%;
  border: 1px solid rgb(179, 176, 170);
}

fieldset input[type='radio'] {
    border: 4px solid rgb(207 196 189);
}

input[type='radio']:checked {
  background-color: #535e60;
}

span.radio label,
.checkfield label {
  cursor: pointer;
}

select {
  cursor: pointer;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

fieldset select {
}

select:hover {
  color: rgb(19, 19, 19);
}


/******** Quote/Code/Spoiler ********/

blockquote {
  position: inherit;
  margin: 0;
  z-index: 1;
}

.quote-box.spoiler-box {
    padding: 15px;
}

.spoiler-box div {
  position: relative;
  background: none !important;
  padding-left: 40px !important;
  padding-left: 40px !important;

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;

  z-index: 1;
  text-align: left;
}

.post-content .spoiler-box > blockquote .code-box,
.post-content .spoiler-box > blockquote .quote-box {
     background: #bfb4ac !important;
     padding-left: 15px !important;
}

.post-content .spoiler-box > blockquote .code-box div:hover,
.post-content .spoiler-box > blockquote .quote-box div:hover {
    color: inherit !important;
}

.spoiler-box div::before {
  position: absolute;
  content: '\f06e';

  transform: translateY(-50%);
  top: 50%;
  left: 15px;

  font-weight: 900;
  font-family: "Font Awesome 5 Free";

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.spoiler-box .spoiler-box div::before {
    display: block;
    content: '\f06e';
}

.spoiler-box .quote-box::before,
.spoiler-box blockquote div::before {
  content: '';
}


.spoiler-box div.visible::before {
  content: '\f070';
}

.spoiler-box div:first-child:hover,
.spoiler-box div.visible,
.spoiler-box div:hover::before {
  color: #535e60;
}

.spoiler-box div.quote-box:hover {
  color: rgb(28, 28, 28);
}

.spoiler-box div:hover blockquote {
    color: rgb(28, 28, 28);
}

.spoiler-box div.visible:hover,
.spoiler-box div.visible:hover::before {
  color: rgb(0, 0, 0);
}

.spoiler-box blockquote.visible {
  position: relative;
  overflow: hidden !important;
      padding: 25px !important;
    margin-top: 7px !important;
  background: #c5bab2;
    border-radius: 50px;
}


.spoiler-box .quote-box,
.quote-box .spoiler-box {
  background: rgb(197 186 178) !important;
}

.spoiler-box .quote-box:first-child:last-child,
.quote-box .spoiler-box:first-child:last-child {
    margin: 0;
}

.spoiler-box .quote-box blockquote {
  padding-top: 0 !important;
}

.spoiler-box .spoiler-box blockquote {
    padding-top: 30px !important;
}

.quote-box,
.code-box {
    position: relative;
 box-sizing: border-box;
    margin: 1em 0px;
    background: #bfb3ab;
    border-radius: 50px;
    padding: 30px 15px;
    text-align: center;
    border: 1px solid rgba(83, 94, 96, .1);
}

.quote-box .quote-box {
  background: rgb(197 186 178);
}

.spoiler-box .spoiler-box {
  background: rgb(205, 202, 197) !important;
}

table .quote-box  .quote-box,
.quote-box .quote-box  .quote-box {
  background: rgb(193, 190, 185);
}



.quote-box .quote-box .quote-box {
  background: rgb(193, 190, 185) !important;
}

td .quote-box cite,
td .code-box .legend {
  padding: 1px 40px 0;  
}

.quote-box cite,
.code-box .legend {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    display: inline-block;
    font-weight: 500;
    color: #5b4331;
    width: max-content;
    font-style: normal;
    text-transform: uppercase;
    font-size: 10px;
    margin: 0 auto;
    z-index: 11;
    font-family: 'Myriad Pro', sans-serif;
    background: #b2a8a0;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    padding: 1px 140px 0;
    box-sizing: border-box;
}

.blockcode,
blockquote {
    text-align: justify;
}

.quote-box p:first-child {
  margin-top: 0;
}

.quote-box p:last-child {
  margin-bottom: 0;
}

.code-box pre {
  position: relative;

  font-size: 13px;
  font-family: 'Noto Sans Mono', monospace;

  margin: 0;
  padding: 0 10px 10px 0;

  z-index: 1;
}

.code-box .scrollbox {
  height: auto !important;
  max-height: 150px;
  overflow: auto;
}


/******** Size Text/Volume ********/

#volume-set {
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

#volSlider,
#fntSlider {
  position: relative;
  display: inline-block;

  width: 100px;
  height: 9px !important;
  background: rgb(191 179 171) !important;

  border-radius: 5px !important;
  border: none !important;

  margin-top: 0 !important;
  margin-left: 1em;

  float: right;
  box-shadow: none !important;
}

#volSlider .before,
#fntSlider .before {
  height: 9px !important;
  background: #535e60 !important;

  border: none !important;
  border-radius: 5px 0 0 5px !important;

  margin-top: 0 !important;
}

#volSlider .thumb,
#fntSlider .thumb {
  position: absolute !important;
  display: inline-block;

  top: 0 !important;
  left: 0;

  width: 6px !important;
  height: 9px !important;
  background: #5f7073 !important;
  border: none;
  border-radius: 0 !important;

  margin-left: -5px;
  box-shadow: none !important;
  cursor: pointer;

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#volSlider .thumb:hover,
#fntSlider .thumb:hover {
  background: #788386 !important;
}


/******** Arrows ********/

.arrow_top_bottom {
  width: 1210px;
  position: fixed;
  height: 100%;
  margin: 0 auto;
  top: 105px;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}

.arrow_top_bottom .go-up,
.arrow_top_bottom .go-down {
 position: absolute;
    top: 30%;
    right: 0;
    pointer-events: all;
    z-index: 99999;
    transition: .3s all ease-in-out;
    cursor: pointer;
    font-family: 'Balinest';
    font-size: 12px;
    text-transform: uppercase;
    color: #c5bab2;
}

.arrow_top_bottom .go-up {
    font-size: 24px;
}

.arrow_top_bottom .go-down {
  top: calc(30% + 50px);
  right: -4px;
}

.arrow_top_bottom .go-up:hover,
.arrow_top_bottom .go-down:hover {
    color: #9e8c7e;
}


/******** Tooltip ********/

#easyTooltip {
  max-width: 300px;
  background: rgba(83, 94, 96, .9);

  color: #c5bab2;
  font-size: 12px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;

  border-radius: 2px;

  padding: 4px 8px;

  z-index: 9999999;
  opacity: 1;
}

body .tipsy {
  opacity: 1 !important;
  font-weight: 300;
  font-family: 'Roboto', sans-serif !important;
}

body .tipsy a {
  text-shadow: none;
  font-width: 300;
  font-size: 12px;
}

body .tipsy a:hover {
    color: rgba(205, 202, 197, 1);
}

body .tipsy a::before {
  display: none;
}

body .tipsy td {
  text-transform: uppercase;
  font-size: 9px;
  color: rgb(239, 231, 218);
}

body .tipsy p {
  line-height: 1;
  text-transform: none;
  font-size: 90%;
  color: rgb(239, 231, 218);
}

body .tipsy p:hover {
  text-decoration: none;
  opacity: .8;
}

body .tipsy-inner {
  background: rgba(19, 19, 19, .9);
  color: rgb(239, 231, 218);

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

body .tipsy-arrow,
body .tipsy-s .tipsy-arrow,
body .tipsy-se .tipsy-arrow {
  border-color: rgba(19, 19, 19, .9) transparent rgba(19, 19, 19, .9);
}

body .tipsy-e .tipsy-arrow {
  border-color: transparent rgba(19, 19, 19, .9) transparent;
}

body .tipsy-w .tipsy-arrow {
  border-color: transparent rgba(19, 19, 19, .9) transparent;
}


/******** Tags Form ********/

#table-area p {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

#table-area label {
  margin-bottom: 0;
}

#table-area table {
  position: relative;
}

#table-area tr {
  display: table-row;
}

#form-buttons td {
  width: 35px;
  opacity: .8;

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#form-buttons td:hover {
  opacity: 1;
}

#image-area-tcon-computer tr {
  align-items: flex-start;
  padding: 0;
}

#image-area-tcon-computer tr::before {
  display: none;
}

#image-area-tcon-computer::after {
  outline: 2px dashed rgb(208, 194, 176) !important;
}

#image-area-tcon-computer::before {
  color: rgb(191, 167, 143) !important;
}

#image-area-tcon-computer #imageupload-left {
  width: 175px;
}

#image-area-tcon-computer #imageupload-right {
  width: calc(100% - 175px);
}

#image-area-tcon-computer img {
  display: inline-block;
  object-fit: cover
}


/******** Hide blocks ********/

.divider,
.section h2,
.title-logo,
#pun-main h1,
.crumbs strong:first-child,
.acchide,
.forum h2,
#pun-viewforum thead,
.stickytext,
.closedatafield,
.container tr .tcr br,
#pun-userlist h2,
#pun-viewtopic h2,
#pun-live-rusff,
ul li.pa-ua,
.pa-author img,
.pa-gifts,
.pa-awards,
.pl-reports,
.sharelink,
#navawards,
#profile-gifts,
.profile-item-awards,
.pa-reg,
.polltext,
.post-author .fld-name,
.lastedit,
.post-sig dt,
#button-smile,
#button-files_rusff,
#button-graffiti_rusff,
#profilenav li.item9,
li#pa-awards,
li#pa-gifts,
#pun-ulinks ul li.item9,
#profilenav li.item12,
#pun-ulinks ul li.item5,
.pl-share,
#pa-ua {
  display: none !important;
}


/******** Admin ********/

#pun-admain {
  overflow: hidden;
  padding-left: 0 !important;
}

#pun-admain #pun-adnav {
  margin-left: 0 !important;
  margin-top: 22px;
}

#pun-admain fieldset legend {
  position: inherit;
  text-shadow: none;
  top: 0;
}

#pun-admain .subforums .handle {
  border-left-width: 18em !important;
}

#pun-admain .adformal {
  margin-left: 15em !important;
  margin-top: 22px !important;
}

#pun-admain .adlabel {
  width: 12em !important;
  margin-left: -14em !important;
  font-size: 11px;
}

#pun-admain fieldset .handle, #pun-admain fieldset p {
  border-left-width: 12em !important;
}

#pun-admain span.adsubmit {
  left: -9.5em !important;
}

#pun-admain a {
  color: rgb(140, 106, 48) !important;
}

#pun-admain a:hover {
  color: rgb(19, 19, 19) !important;
}


/******** Footer ********/

.footer_wrap {
    position: absolute;
  top: -14px;
    left: -28px;
  height: 100px;
  width: 1060px;
  background: url('https://i.imgur.com/3XUyvJs.png');
}

.footer {
 
  height: 60px;
  text-align: center;
  overflow-y: auto;
  width: 90%;
    margin: 19px auto 0;
}

.footer img {
  margin: 0 2px 4px;
  opacity: .2;

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.footer img:hover {
  opacity: 1;
}


/******** Table ********/




/******** Bookmarks ********/

#MyBookmarks {
  z-index: 999999 !important;
}

#BookmCntToggle.default-style {
  background: none !important;
  border-left: none !important;
  box-shadow: none !important;
  color: transparent !important;
  opacity: 1 !important;
   z-index: 10;
}

#MyBookmarks h2, #MyBookmarks h1 {
  display: block;
  margin-top: 0;
  text-align: left !important;
  padding-left: 0 !important;
}

#MyBookmarks #bm2 {
  right: -9px !important;
  border-color: transparent !important;
}

#MyBookmarks span.scrl {
  color: transparent !important;
  text-shadow: none !important;
  padding-top: 0 !important;
  box-shadow: none !important;
  padding-bottom: 0 !important;
  border: none;
  height: 25px;
  width: 124px !important;
  margin: 0 5px !important;
  background-color: #bfb4ac !important;
  border-radius: 3px;
  transition: .3s all ease-in-out;
}

#MyBookmarks span.scrl:hover {
    background-color: #535e60 !important;
}

#MyBookmarks span.scrl.t {
    left: -6px !important;
}

#MyBookmarks span.scrl.b {
  border-left: none;
  left: auto !important;
  right: -6px;
}

#MyBookmarks span.scrl.b {
  position: relative;
}

#MyBookmarks span.scrl.b span {
  transform: none !important;
}

#MyBookmarks inner {
  padding-top: 45px !important;
}

#MyBookmarks li span strong {
  position: relative;
  color: transparent !important;
}

#BookmCntToggle.default-style::before,
#MyBookmarks #bm2::before,
#MyBookmarks span.scrl span::before,
#MyBookmarks li span strong::before {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;

  height: auto !important;
  width: auto !important;
  background: none !important;

  font-weight: 900;
  font-family: "Font Awesome 5 Free";

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#BookmCntToggle.default-style::before {
  content: "\f02e" !important;
  color: #9e8c7e;
  font-size: 28px;
}

#MyBookmarks #bm2::before {
  content: "\f00d" !important;
  left: auto;
  right: -10px;
  margin-top: 1px;
  font-size: 18px;
}

#MyBookmarks li span strong::before {
  content: "\f00d" !important;
  left: auto;
  right: 8px;
  margin-top: 2px;
  font-size: 12px;
  color: rgb(32, 21, 12) !important;
}

#MyBookmarks span.scrl span::before {
  content: "\f077" !important;
  right: 0;
  color: rgb(32, 21, 12) !important;
  font-size: 13px;
  margin: 0 auto;
}

#MyBookmarks span.scrl.b span::before {
  content: "\f078" !important;
}

#BookmCntToggle.default-style:hover::before {
  color: #c5bab2;
}

#MyBookmarks #bm2:hover::before,
#MyBookmarks li span strong:hover::before {
  color: #535e60 !important;
}

#MyBookmarks span.scrl:hover span::before {
  color: #c5bab2 !important;
}

#MyBookmarks {
      width: 280px !important;
    background-color: rgb(197 186 178) !important;
    background-image: none;
    border: none;
    border-radius: 0;
    padding: 15px;
    border-radius: 0 20px 20px 0;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgb(0 0 0 / 18%) !important;
}

#MyBookmarks li.BookmarkL>span.last_click {
    background: #bfb4ac !important;
    box-shadow: none !important;
}

#MyBookmarks .container {
  margin-top: 0 !important;
}

#MyBookmarks li.BookmarkL > span > dd {
  left: 260px !important;
}

#MyBookmarks li.BookmarkL em.e1 {
  background: rgba(19, 19, 19, .9) !important;
  color: rgb(239, 231, 218) !important;
  font-style: normal;
}

.punbb #MyBookmarks li.BookmarkL > span em {
  background: rgba(19, 19, 19, .9) !important;
  color: rgb(239, 231, 218) !important;
  font-style: normal;
}

li.BookmarkL em.e1::before {
  border-color: transparent rgba(19, 19, 19, .9) transparent transparent !important;
}

#MyBookmarks li {
  border-bottom-style: none !important;
  border-bottom-width: 0 !important;
  border-bottom-color: transparent !important;
  margin-bottom: 0;
}

#MyBookmarks li > span {
  padding: 0 !important;
}

#MyBookmarks li a::before {
  display: none;
}

.post .bookmark.ncnfrm {
  color: rgba(191, 167, 143, .5) !important;
}

.punbb #MyBookmarks em a {
  text-shadow: none;
  color: #f8f5ea !important;
}

.post .bookmark {
  right: -35px !important;
  color: #535e60 !important;
  cursor: pointer;
}


/* Textarea Buttons */

#form-buttons tr::before {
  display: none;
}

#form-buttons td {
  position: relative;

  background: none !important;
}

#form-buttons td::before {
  position: absolute;

  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;

  height: auto;
  background-color: transparent;

  font-size: 14px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  text-align: center;
  color: rgb(19, 19, 19);

  margin: 0 auto;

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;

  pointer-events: none;
}

#form-buttons td:hover::before,
#form-buttons #button-image:hover b p {
  color: #535e60;
}

#form-buttons #button-font::before {
  content: '\f031';
}

#form-buttons #button-transL::before {
  content: '\f0ac';
}

#form-buttons #button-ChangeÑase::before {
  content: '\f1dc';
}

#form-buttons #button-size::before {
  content: '\f034';
}

#form-buttons #button-bold::before {
  content: '\f032';
}

#form-buttons #button-italic::before {
  content: '\f033';
}

#form-buttons #button-underline::before {
  content: '\f0cd';
}

#form-buttons #button-strike::before {
  content: '\f0cc';
}

#form-buttons #button-indent::before {
  content: '\f03c';
}

#form-buttons #button-left::before {
  content: '\f036';
}

#form-buttons #button-center::before {
  content: '\f037';
}

#form-buttons #button-right::before {
  content: '\f038';
}

#form-buttons #floatbut::before {
  content: '\f2bb';
}

#form-buttons #button-link::before {
  content: '\f0c1';
}

#form-buttons #button-spoiler::before {
  content: '\f518';
}

#form-buttons #button-image::before {
  content: '\f302';
}

#form-buttons #button-image b p {
  top: 6px;
  right: 0;

  color: rgb(19, 19, 19);
  margin: 0 !important;

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#form-buttons #button-video::before {
  content: '\f144';
}

#form-buttons #button-hide::before {
  content: '\f070';
}

#form-buttons #button-quote::before {
  content: '\f27a';
}

#form-buttons #button-code::before {
  content: '\f121';
}

#form-buttons #button-color::before {
  content: '\f53f';
}

#form-buttons #button-table::before {
  content: '\f84c';
}

#form-buttons #button-sticker::before {
  content: '\f4da';
}

#form-buttons #button-keyboard::before {
  content: '\f11c';
}

#form-buttons #button-addition::before {
  content: '\f150';
}

#form-buttons #button-mask::before {
  content: '\f630';
}

#post .areafield .input > span {
  position: relative;
  right: -20px !important;
  top: 0 !important;
}

#post .areafield .input > span img,
#image-source-list img {
  opacity: 0;
}

#post .areafield .input > span::before {
  position: absolute;

  content: '\f0e2';

  transform: translateY(-50%);
  top: 50%;
  right: -22px;

  font-size: 14px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  text-align: center;
  color: rgb(140, 106, 48);

  margin: 0 auto;

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#post .areafield .input > span:hover::before {
  color: rgb(19, 19, 19);
}

.post-box #post .areafield .input > span::before {
  right: -18px;
}

.post-box #post {
  margin-top: 1em !important;
}

.post-box #post fieldset legend {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  width: 94%;
  z-index: 1;
}

html .hvStickerPackModal {
    bottom: 5px !important;
  background-color: #bfb3ab;
  background-image: none;
  background-position: center;
  border-radius: 10px;
  border: none;
  box-shadow: none !important;

  padding: 15px !important;
  box-sizing: border-box;
}

html .hvStickerPackModalContent {
  border: none;
}

html .hvStickerPackItem {
  position: relative;
}

html .hvStickerPackModalTab {
  display: inline-block;
    padding: 5px 15px 4px;
    border: 1px solid #535e60;
    text-decoration: none;
    border-radius: 20px;
    background: none;
    color: #535e60;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Verdana';
}

html .hvStickerPackModalTab:hover,
html .hvStickerPackModalTab.active {
      background: #535e60;
    color: #c5bab2;
}

html .hvStickerPackModalTab.active {
  pointer-events: none;
}

#tags .container {
  display: block;

  top: 45px !important;
  left: 7px !important;
    background-color: #bfb3ab;
  max-width: 550px;
  min-height: 70px;
  border-radius: 5px;

  padding: 15px !important;
  box-sizing: border-box;

  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}

#tags .container#color-area,
#tags .container#table-area,
#tags .container#keyboard-area,
#tags .container#addition-area {
  left: auto !important;
  right: 7px;
}

#tags .container#image-area,
#tags .container#video-area {
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

#color-area table {
  position: relative;
}

#color-area table td {
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#color-area table td:hover {
  opacity: .5;
}

#image-source-list img {
  opacity: 1;

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#image-source-list img:hover {
  opacity: .6;
}

#t-imgur #my-imgur {
  width: 235px !important;
  font-size: 12px !important;
  border: 2px solid rgba(94, 108, 88, 1) !important;
  margin-left: 10px !important;
  margin-top: 10px !important;
  border-radius: 5px;
}

#t-imgur td:first-child {
  padding-right: 17px;
}

#t-imgur td:nth-child(2) {
  padding-top: 10px;
}

#table-area tr {
  padding: 0;
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 0;
}

#tags #table-area tr::before {
  display: none;
}

#tags #table-area td {
  mix-blend-mode: multiply;
  border-color: rgba(0, 0, 0, .3) !important;
  border-right: none !important;
  border-bottom: none !important;

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#tags #table-area td:last-child {
  border-right: 1px solid rgba(0, 0, 0, .3) !important;
}

#tags #table-area tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, .3) !important;
}

#tags #table-area td:hover,
#tags #table-area td.selected {
  background: rgba(179, 143, 81, .2) !important;
}

#keyboard-span input {
  height: 30px;
  min-height: 30px;
  background-color: rgb(197 186 178) !important;

  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  color: rgba(125, 103, 84, 1) !important;

  border: none !important;
  border-radius: 15px;

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#keyboard-span input:nth-child(95) ~ * {
  display: none;
}

#keyboard-span input:hover {
  background: #535e60 !important;
  color: #c5bab2 !important;
}

#addition-area span,
#addition-area div,
#size-area span,
#font-area span {
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#addition-area span:hover,
#addition-area div:hover,
#size-area div:hover span,
#font-area div:hover span {
  color: #535e60;
}

#video-area-tinp, #image-area-tinp {
  border: none !important;
}

#imageupload-left {
  width: 205px !important;
}

#image-area-tcon-computer #imageupload-right {
  max-width: 305px !important;
  width: 305px !important;
}

#imageQueue .uploadQueueItem {
  rgb(197 186 178) !important;
  border: none !important;
}

#imageQueue .uploadQueueItem .uploadProgress {
  background: rgb(19, 19, 19) !important;
}

#imageQueue .uploadQueueItem .uploadProgress .uploadProgressBar {
  background: #535e60 !important;
}

.cancel a::before {
  display: none;
}

#uploaded-images img {
  border: none !important;

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#uploaded-images img:hover {
  opacity: .6;
}


/* Sign */

.post-sig {
  position: relative;
  font-size: 85%;
  padding-top: 25px;
  z-index: 1;
  line-height: 1.2;
}

.post-sig dd,
.parsedsig dd {
  margin-left: 0;
}

.post-sig::before {
  position: absolute;
  content: '';
  top: 0;

  width: 100%;
  height: 2px !important;
  border-bottom: 1px solid rgba(185, 174, 156, 1);

  opacity: 1 !important;
}


/******** History ********/

.container .history_posts_list tr {
    box-shadow: none;
    align-items: center;
}

.history_posts_list tbody tr {
    background-color: rgba(205, 202, 197, 1);
}

.container .history_posts_list tr:first-child {
    background-color: transparent;
}

.history_posts_list tr::before {
  border-radius: 5px !important;
}

.history_posts_list th,
.history_posts_list td {
  width: 20%;
  z-index: 1;
}

.history_posts_list th:first-child,
.history_posts_list td:first-child {
  width: 10%;
  text-align: left;
}

.history_posts_list th:last-child,
.history_posts_list td:last-child {
  width: 10%;
  text-align: right;
}

.history_posts_list td:first-child:last-child {
  width: 100%;
}


@keyframes pulse {
  0% {
    opacity: 1.0
  }

  50% {
    opacity: .3
  }

  100% {
    opacity: 1.0
  }
}

@-moz-keyframes pulse {
  0% {
    opacity: 1.0
  }

  50% {
    opacity: .3
  }

  100% {
    opacity: 1.0
  }
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1.0
  }

  50% {
    opacity: .3
  }

  100% {
    opacity: 1.0
  }
}






#p996246-content .spoiler-box blockquote p span {
  text-transform: uppercase;
}

#p996246-content .spoiler-box blockquote p,
#p996246-content .spoiler-box blockquote p span > span {
  text-transform: lowercase;
}



/* Episods */


/* õòìë ýïèçîäîâ 1 */
.episodebox {
  padding-top: 20px;
  width: 556px;
  text-align: justify;
  line-height: 140%;
  margin: 0 auto !important;
}

.epizodecont {
  background: rgb(191 179 171);
    border-radius: 50px;
    padding: 28px;
    position: relative;
    text-align: center;
    margin-bottom: 20px !important;
    border: 1px solid rgba(83, 94, 96, .1);
}

.epizodecont .cita, .epizodecont .data  {
  font: normal 13px alice;
    display: block;
    text-align: center;
    color: rgb(197 186 178);
    background: rgb(83 94 96);
    position: absolute;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 14px;
    padding: 2px 10px 4px;
    letter-spacing: 1px;
}

.epizodecont .cita {
  top: -10px;
}

.epizodecont .data  {
  bottom: -10px;
}

.episodepic img {
  width: 484px;
}

.newepisodepic img {
  width: auto;
}

.color img {
  width: 500px;
}

.episodepic {
  position: relative;
  line-height: 0;
  width: 500px;
}

/*
.episodepic::before {
  position: absolute;
  content: '';

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  background: rgba(19, 19, 19, .6);
}
*/

.episodepic.color::before {
  content: "";
  background: #cacaca;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  mix-blend-mode: multiply;
}

.epizodecont p {
  position: absolute;
  bottom: 44px;
  width: 275px;
  right: 60px;
  color: #d4d4d4;
  font: normal 16px Montserrat;
  z-index: 9;
  text-align: right;
    text-transform: uppercase;
    color: rgb(197 186 178);
}

.epizodecont p a:hover {
    color: rgb(197 186 178);
}

.epizodecont p span,
.epizodecont p a {
  font: normal 10px alice;
  display: block;
  color: #9e8c7e;
  text-transform: none;
  letter-spacing: 2px;
  padding-top: 5px;
  margin-top: 0;
}

/* õòìë ýïèçîäîâ 2 */
.episode3 {
  position: relative;
    background: #535e60 url(https://i.imgur.com/RQMwYtN.png) repeat fixed;
    background-position: 100%;
    background-size: cover;
    width: 600px;
    margin: 10px auto !important;
    border-radius: 50px;
    z-index: 0;
    border: 1px solid #535e60;
}

.episodeinner {
  position: relative;
  padding: 40px 31px;
  margin: 0 auto !important;
}

.episodeinner span {
  font: normal 16px "Balinest";
    text-transform: uppercase;
    color: rgb(197 186 178);
    text-align: center;
    display: block;
}

.episodepic3 {
  text-align: center;
    width: 500px;
    margin: auto;
}

.episodepic3 img {
  width: 521px;
  height: auto;
    outline: 1px solid rgb(191 179 171);
  object-fit: cover;
  margin: auto;
}

.episodepic3.color img {
  width: 521px;
}

.episodepic3 {
  position: relative;
  line-height: 0;
  width: 521px;
}

.episodeinner .episodecita {
  color: #9e8c7e;
  font: normal 13px alice;
  display: block;
  letter-spacing: 1px;
  margin: 4px 0 10px;
  text-transform: none;
}

.episodeinner .episodecita:before {
  content: "[";
  margin-right: 10px;
}

.episodeinner .episodecita:after {
  content: "]";
  margin-left: 10px;
}

.players3 {
  display: block;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.players3 span,
.players3 a {
  color: #9e8c7e;
  font: normal 13px alice;
  text-align: right;
  text-transform: none;
  letter-spacing: 2px;
  display: inline-block;
}

.players3 a:hover {
  color: rgb(197 186 178);
}

.episodeinner p {
  text-align: justify;
    background: rgb(191 179 171);
    padding: 18px 20px;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0;
}

.episodeinner p:nth-child(5) {
    border-radius: 30px 30px 0 0;
    margin: 5px 0 0;
}

.episodeinner p:nth-child(5):nth-last-child(2) {
    border-radius: 30px;
}

.episodeinner p:nth-last-child(2) {
    border-radius: 0 0 30px 30px;
}

.data3 {
  color: #9e8c7e;
  font: normal 10px alice;
  text-align: right;
  display: block;
  margin-top: 5px;
}

.data3 span {
  color: #9e8c7e;
  font: normal 13px alice;
  letter-spacing: 2px;
  text-align: right;
  display: inline-block;
  text-transform: none;
}




/* Roles */

body.post-content {
  width: 100%;
}

.list_role,
.list_twink,
.info_table, {
  width: calc(100% + -3px);
  text-transform: lowercase;
}

.list_twink tbody {
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list_twink tr {
  width: calc(50% - 3px);
  border-top: none !important;

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  margin: 3px 0;
      background: rgb(191 179 171);
    border-radius: 30px;
}

.list_twink tr:nth-child(even) {
  border-right: none !important;
}

.list_twink tr:nth-child(even):last-child {
  border-right: 1px solid #a8a8a8 !important;;
}

.list_twink tr td {
  width: 100%;
  display: block;
  padding: 15px !important;
  box-sizing: border-box;
  border-width: 0 !important;
  border-style: none !important;
}

.list_role tr,
.info_table tr {
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3px 0;
}

.list_role tr td,
.info_table tr td {
  box-sizing: border-box;
  border-width: 0 !important;
  border-style: none !important;
  border-top: none !important;
  padding: 15px !important;

  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.info_table tr td {
  line-height: 150%;
  color: #3D3D3D;
}

.list_role tr td:first-child {
  width: 35%;
    text-align: right;
    border-right: none !important;
    background: rgb(191 179 171 / 60%);
}

.list_role tr td:last-child {
  width: 65%;
  background: rgb(191 179 171);
}

.list_role tr:hover td:first-child {
  background: rgb(83 94 96 / 7%) !important;
}

.list_role tr:hover td:last-child,
.list_twink tr:not(.list_twink__head):hover {
  background: rgb(83 94 96 / 10%) !important;
}


.list_role .list_role__head,
.list_twink .list_twink__head,
.info_table .info_table__head {
  margin-top: 15px;
    margin-bottom: 5px;
    width: 100%;
    color: rgb(197 186 178);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: rgb(83 94 96);
    border-radius: 20px;
    padding-top: 1px;
}

.list_role .list_role__head + tr td:first-child {
    border-radius: 30px 0 0 0;
}

.list_role .list_role__head + tr td:last-child {
    border-radius: 0 30px 0 0;
}

tr < .list_role__head {
    border-radius: 0 30px 0 0;
}

.list_role .list_role__head th,
.list_twink .list_twink__head th,
.info_table .info_table__head th {
  display: block;
  text-align: center;
  padding: 5px 15px;
  text-transform: initial;
  width: 100%;
}

.list_twink tr a:not(:first-child) {
  color: rgba(19, 19, 19, 1);
}

.list_twink tr a:not(:first-child):hover {
  color: rgba(19, 19, 19, .7);
}





#post #wrapper {
  padding: 0 20px 10px;
}

#post #wrapperBottom {
  padding: 15px 20px 10px;
}

#post #wrapper ul, #post #wrapperBottom ul {
  -js-display: flex;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

#post #wrapper ul li, #post #wrapperBottom ul li {
  margin: 0 10px;
  cursor: pointer;
  border-radius: 3px;
}

#post #wrapper ul li a, #post #wrapperBottom ul li a {
  display: inline-block;
    padding: 5px 15px 4px;
    border: 1px solid #535e60;
    text-decoration: none;
    border-radius: 20px;
    color: #535e60;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Verdana';
}

#post #wrapper ul li a:hover, #post #wrapperBottom ul li a:hover {
    background: #535e60;
    color: #c5bab2;
}

#post #wrapper ul li.active a, #post #wrapperBottom ul li.active a {
    background: #535e60;
    color: #c5bab2;
}

#post #wrapper div, #post #wrapperBottom div {
  display: none;
  text-align: center;
  overflow-y: scroll;
  height: 250px;
      background: #bfb4ac;
    border-radius: 50px;
}

#post #wrapper div img, #post #wrapperBottom div img {
  margin: 10px;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  cursor: pointer;
}

#post #wrapper div img:hover, #post #wrapperBottom div img:hover {
  opacity: .8;
}


#smilies-area {
  width: 590px !important;
}



#float {
  position: absolute;
  display: none;
  top: 45px;
    left: 31.5%;
    width: auto;
    color: #333;
    background: #bfb3ab;
  border:none !important;
  padding: 15px !important;
  box-sizing: border-box;
  z-index: 10;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
}


#pun-messages fieldset form #float {
top: 45px;
}

.editBookmark {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px !important;
    background: rgb(197, 186, 178)
}

.editBookmark h1 {
    justify-content: space-between !important;
    margin-bottom: 5px !important;
    padding: 0 10px;
}

.editBookmark h1 .delBookmark {
    transition: .3s all ease-in-out;
}

.editBookmark h1 .delBookmark:hover {
    color: rgba(19, 19, 19, 1) !important;
}

.editBookmark h1 .delBookmark::before,
.editBookmark h1 .delBookmark::after {
    display: none;
}




	/* Table */
#html-header {
    margin-top: 30px;
}


		.table {
			position: absolute;
			left: -28px;
			top: -426px;
			right: 0;
			width: 1060px;
			height: 335px;
			margin: 0 auto;
			z-index: 9;
		}

		.table::after {
			position: absolute;
			content: '';
			top: 3px;
			left: -55px;
			right: 0;
			width: 1101px;
			height: 282px;
			margin: 0 auto;
			background: url("https://i.imgur.com/oZnjZ72.png");
			pointer-events: none;
			z-index: 1;
		}

		.table .table__top {
			padding-top: 20px;
		}

		.table .table__top ul {
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.table .table__top ul li {
			margin: 0 50px;
			z-index: 9;
		}
		
		.table .table__top ul li:last-child {
		    margin-right: 0;
		}

		.table .table__top ul li a {
			transition: .3s all ease-in-out;
			display: block;
			padding: 5px 10px;
			color: #9e8c7e;
			font-family: 'Verdana', sans-serif;
			border: 1px solid #9e8c7e;
			background: #535e60;
			border-radius: 15px;
			text-transform: uppercase;
			font-size: 8px;
			text-decoration: none;
		}

		.table .table__top ul li a:hover {
			background: #9e8c7e;
			color: #000;
		}

		.table .activists {
			display: flex;
			align-items: center;
			justify-content: center;
			margin-left: -22px;
		}

		.table .right .activists {
			margin-left: 45px;
		}

		.table .activists .activists__block {
			width: 50px;
			height: 50px;
			border-radius: 50%;
			margin: 0 23px;
		}

		.table .activists .activists__block a {
			position: relative;
			display: block;
			background: #5e4e41;
			width: 50px;
			height: 50px;
			border-radius: 50%;
		}

		.table .activists .activists__block a::after {
			position: absolute;
			content: '';
			top: 0;
			left: 0;
			background: #5e4e41;
			width: 50px;
			height: 50px;
			border-radius: 50%;
			mix-blend-mode: color;
			transition: .3s all ease-in-out;
		}

		.table .right .activists .activists__block a::after {
			background: #fff;
		}

		.table .activists .activists__block img {
			width: 50px;
			height: 50px;
			border-radius: 50%;
			object-fit: cover;
			filter: contrast(0.7);
			transition: .3s all ease-in-out;
		}

		.table .activists .activists__block a:hover::after {
			background: none;
		}

		.table .activists .activists__block a:hover img {
			filter:  none;
		}

		.table .table__main {
			position: relative;
			display: flex;
			align-items: flex-end;
			justify-content: center;
			height: 292px;
		}

		.table .table__main .image {
			width: 190px;
			display: flex;
			justify-content: center;
			z-index: 8;
                       pointer-events: none;
		}

		.table .table__main .left {
			width: 330px;
			margin-left: 28px;
		}

		.table .table__main .right {
			width: 376px;
		}

		.table .table__main .image img {
			display: block;
                       pointer-events: none;
		}

		.table .table__main::before {
			position: absolute;
			content: '';
			bottom: 125px;
			left: 0;
			width: 100%;
			height: 100px;
			background: url('https://i.imgur.com/ucW0TM8.png');
			z-index: -1;
			pointer-events: none;
		}

		.table .table__main::after {
			position: absolute;
			content: '';
			bottom: 0;
			left: 0;
			width: 100%;
			height: 94px;
			background: url('https://i.imgur.com/ZKCjCEi.png');
			z-index: -1;
			pointer-events: none;
		}

		.table .table__main h1 {
			font-family: 'Balinest';
			font-size: 48px;
			color: #c5bab2;
			letter-spacing: 2.5px;
			font-weight: 400;
			line-height: 1;
			margin: 16px 0 16px 0;
			width: 340px;
		}

		.table .table__main h1 span {
			color: #4a3a2e;
		}

		.table .interactive ul {
			display: flex;
			align-items: center;
			justify-content: flex-end;
		}

		.table .interactive ul li {
			margin: 0 10px;
		}

		.table .interactive ul li a {
			transition: .3s all ease-in-out;
			color: #b3a9a1;
			font-size: 8px;
			text-transform: uppercase;
			font-family: 'Verdana', sans-serif;
			text-decoration: none;
		}

		.table .interactive ul li a:hover {
			color: #c8beb7;
		}

		.table .best {
			height: 67px;
		}

		.table .best__episode,
		.table .best__post {
			height: 45px;
			width: 315px;
			overflow: auto;
			padding-right: 5px;

			color: #c5bab2;
			font-size: 6px;
			text-align: justify;
			line-height: 1.5;
			text-transform: uppercase;
			font-family: 'Verdana', sans-serif;
		}

		.table .best__episode::-webkit-scrollbar,
		.table .best__post::-webkit-scrollbar {
			width: 2px;
			height: 2px;
			border-radius: 2px;
		}

		.table .best__episode::-webkit-scrollbar-track,
		.table .best__post::-webkit-scrollbar-track {
			background: #535e60;
			border-radius: 2px;
		}

		.table .best__episode::-webkit-scrollbar-thumb,
		.table .best__post::-webkit-scrollbar-thumb {
			background: #9e8c7e;
			border-radius: 2px;
		}

		.table .best__episode::-webkit-scrollbar-thumb:active,
		.table .best__post::-webkit-scrollbar-thumb:active {
			background: #c5bab2;
		}

		.table .best p {
			margin: 10px 0;
		}

		.table .best p:first-child {
			margin-top: 0;
		}

		.table .best p:last-child {
			margin-bottom: 0;
		}

		.table .best h5 {
			display: inline-block;
			font-family: 'Verdana', sans-serif;
			font-size: 6px;
			line-height: 1;
			text-transform: uppercase;
			background: #a9998c;
			padding: 1px 5px 2px;
			margin: 0 0 0 20px;
			color: #000;
			border-radius: 20px;
		}

		.table .left {
			margin-bottom: 8px;
		}

		.table .left .interactive {
			margin-bottom: 26px;
		}

		.table .left .best h5 {
			margin-top: 6px;
		}

		.table .right .best h5 {
			margin-bottom: 6px;
		}

		.table .best h5 span {
			font-size: 8px;
		}

		.table .best h5 a {
			text-decoration: none;
			color: #000;
		}

		.table .best h5 a:hover {
			color: #5b4331;
		}

		.table .right .activists {
			margin-bottom: 23px;
		}

		.table .left .interactive {
			margin-right: -35px;
		}

		.table .left .interactive li:first-child {
			margin-right: 70px;
		}

		.table .right .interactive {
			margin-bottom: 28px;
			margin-right: 14px;
		}

		.table .right .best {
			margin-bottom: 22px;
		}

	/* END. Table */
	


#post #mentions-area {
  background: rgb(205 202 197);
  border-radius: 10px 10px 0 0;
  padding: 5px !important;
}

#post #mentions-area tr {
  margin-bottom: 2px;
  border-radius: 5px;
  padding: 0;
}

#post #mentions-area tr td {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
}

#post #mentions-area tr td:hover {
  width: 100%;
  padding: 5px;
  background: rgba(179, 143, 81, .1) !important;
}

#mentions-area .post-mentions-item:hover div {
  background: none !important;
}



/* Activists */

#topic_t341 .post-content table:nth-child(2) p span:first-child,
#topic_t341 .post-content table:last-child p span:first-child,
#topic_t341 .post-content table:nth-last-child(2) p span:first-child {
      position: relative;
    display: block;
}

#topic_t341 .post-content table:nth-child(2) p span:first-child::before,
#topic_t341 .post-content table:last-child p span:first-child::before,
#topic_t341 .post-content table:nth-last-child(2) p span:first-child::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: #535e60;
    border-radius: 50%;
    margin: 5px auto 0;
    transition: .3s all ease-in-out;
    mix-blend-mode: color;
    z-index: 1;
}

#topic_t341 .post-content table:nth-child(2) p span:first-child::after,
#topic_t341 .post-content table:last-child p span:first-child::after,
#topic_t341 .post-content table:nth-last-child(2) p span:first-child::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, .1);
    border-radius: 50%;
    margin: 5px auto 0;
    transition: .3s all ease-in-out;
}

#topic_t341 .post-content table:nth-child(2) p span:first-child:hover::before,
#topic_t341 .post-content table:nth-child(2) p span:first-child:hover::after,
#topic_t341 .post-content table:last-child p span:first-child:hover::before,
#topic_t341 .post-content table:last-child p span:first-child:hover::after,
#topic_t341 .post-content table:nth-last-child(2) p span:first-child:hover::before,
#topic_t341 .post-content table:nth-last-child(2) p span:first-child:hover::after {
  background: none;
}

#topic_t341 .post-content table:nth-child(2) p span:first-child img,
#topic_t341 .post-content table:last-child p span:first-child img,
#topic_t341 .post-content table:nth-last-child(2) p span:first-child img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    transition: .5s all ease-in-out;
    filter: contrast(105%);
}

#topic_t341 .post-content table:nth-child(2) p span:first-child span::before,
#topic_t341 .post-content table:nth-child(2) p span:first-child span::after,
#topic_t341 .post-content table:last-child p span:first-child span::before,
#topic_t341 .post-content table:last-child p span:first-child span::after,
#topic_t341 .post-content table:nth-last-child(2) p span:first-child span::before,
#topic_t341 .post-content table:nth-last-child(2) p span:first-child span::after {
  display: none;
}

#topic_t341 .post-content table:nth-last-child(2) td:first-child:last-child p span:first-child::before,
#topic_t341 .post-content table:nth-last-child(2) td:first-child:last-child p span:first-child::after {
  display: none;
}

strong a {
  font-weight: 700;
}

/******** Ñïèñîê íóæíûõ ********/

.charlist,
.charlist_title {
  margin-top: 15px;
    margin-bottom: 5px;
    color: black;
    font-weight: 700;
}

.charlist_item {
  text-transform: lowercase;
  color: black;
}

.post.topicpost .charlist .charlist_divider {
  display: block !important;
  
}

.post-content .nm, .post-content .fd {
    display: none;
}

.post.topicpost .charlist .charlist_item a:before {
    content: "— ";
}


.event {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 15px;
	}

	.event__block {
		width: 19.5%;
		text-align: center;
	}

	.event__block img {
		width: 100px;
		height: 100px;
		object-fit: cover;
		cursor: pointer;
		transition: .3s ease-in-out;
	}

	.event__block.no_active {
		opacity: .5;
		pointer-events: none;
	}

	.event__block:not(.no_active) img:hover {
		opacity: .9;
	}
	
	.event__block .spoiler__title {
	    position: relative;
	}
	
	.event__block .spoiler__title::after {
        content: attr(data-title);
        position: absolute;
        left: 0%;
        right: 0%;
        bottom: 5px;
        z-index: 1;
  background: rgba(83, 94, 96, .9);
  color: #c5bab2;
        font-family: 'Roboto';
        text-transform: uppercase;
        font-size: 9px;
        border-radius: 10px;
        padding: 0 5px;
        opacity: 0;
        transition: .3s all ease-in-out;
    }
	
	.event__block .spoiler__title:hover::after {
        opacity: 1;
    }

	.event__block .spoiler__content {
		padding: 5px;
		margin: 0 auto 10px;
		background: #bfb3ab;
		border-radius: 10px;
	}

.charlist_fd .charlist_title {
  text-transform: uppercase;
}