/******** Main Styles ********/

::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

.footer::-webkit-scrollbar,
.table__main .best p::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}

.fs-box { position: inherit; }

#profile4 img {
    border: 4px solid;
}

.punbb #viewprofile #profile-right #pa-fld3 { margin-top: 0 !important; }

.code-box .scrollbox::-webkit-scrollbar-thumb,
html .hvStickerPackModalContent::-webkit-scrollbar-thumb {
  background-color: rgb(205, 202, 197);
}

::-webkit-scrollbar-track {
  background-color: rgb(0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background-color: rgb(193, 190, 185);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:active {
  background: rgb(179, 143, 81);
}


::selection {
  background: rgb(19, 19, 19);
  color: rgb(205, 202, 197);
}

::-moz-selection {
  background: rgb(19, 19, 19);
  color: rgb(205, 202, 197);
}

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: -6px;
  margin-left: -1px !important;
  background: rgb(19, 19, 19);
  color: rgb(248, 236, 222);
}

html span.num_msg::before {
  display: none;
}

html #notify-link .unreads,
html #navpm .unreads {
  box-shadow: none;
  background: rgb(179, 143, 81);
  color: rgb(205, 202, 197);
}

html .punbb span.GamePst,
html .punbb strong.GamePst2 {
  color: rgb(140, 106, 48) !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;

  padding-right: 0 !important;
}

html .punbb span.GamePst:hover,
html .punbb strong.GamePst2:hover {
  color: rgba(179, 143, 81, 1) !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: rgb(28, 28, 28);

  background-color: rgb(22, 22, 22);
}

body::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://i.imgur.com/0FfIQ7a.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: rgb(140, 106, 48);
  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: rgb(0, 0, 0);
}

.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: rgb(179, 143, 81) !important;
  animation: pulse .9s linear infinite !important;
  -moz-animation: pulse .9s linear infinite !important;
  -webkit-animation: pulse 1s linear infinite !important;
}


table {
  position: relative;
  width: 100%;
}

.section,
.formal {
  position: inherit;
}

.byuser {
  font-style: italic;
}

#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;
}




/******** 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: 'Roboto', sans-serif;
  font-weight: 400 !important;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  color: rgb(210, 207, 202);
  text-transform: uppercase;

  background-color: rgba(0, 0, 0, 1);

  border: none;
  outline: none;
  border-radius: 3px;

  padding: 10px 15px 9px 18px;
  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: 0 15px;
}

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 {
  background-color: rgb(179, 143, 81);
}

button:hover,
.button:hover,
#pun-profile #profile8 #sub4:hover,
input[type="submit"]:hover {
  background-color: rgb(56, 56, 56);
}

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: rgb(199, 155, 92);
}

/******** Fieldset ********/

fieldset {
  position: relative;

  border-radius: 5px;

  outline: none;
  border: none;

  margin: 0;
  padding: 30px 20px 20px;
}

fieldset::before {
  position: absolute;
  content: '';

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  background-color: rgba(193, 190, 185, 1);

  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: rgb(201, 197, 190);

  border: 1px solid rgb(193, 190, 185);
  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/20025.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: 1px solid rgba(205, 202, 197, 1);
}

input[type='radio']:checked {
  background-color: rgb(140, 106, 48);
}

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;
}

.spoiler-box div {
  position: relative;
  background: none !important;
  padding-left: 25px !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;
}

.spoiler-box .spoiler-box div {
  padding-left: 25px !important;
}

.spoiler-box div::before {
  position: absolute;
  content: '\f06e';

  transform: translateY(-50%);
  top: 50%;
  left: 0;

  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 blockquote div {
  padding-left: 0 !important;
}

.spoiler-box blockquote .quote-box {
  padding-left: 25px !important;
}

.spoiler-box div.visible::before {
  content: '\f070';
}

.spoiler-box div:first-child:hover,
.spoiler-box div.visible,
.spoiler-box div:hover::before {
  color: rgb(140, 106, 48);
}

.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 {
  position: relative;
  overflow: hidden !important;
  padding-top: 30px !important;
}

.spoiler-box blockquote::after {
  position: absolute;
  content: '';

  top: 15px;
  left: 0;

  width: 100%;
  background-image: none;
  border-bottom: 1px solid rgb(179, 176, 170);

  z-index: 0;
  pointer-events: none;
}


.spoiler-box .spoiler-box blockquote::after {
  border-bottom: 1px solid rgba(179, 176, 170, .5);
}

.spoiler-box .quote-box blockquote::after {
  display: none;
}

.spoiler-box .quote-box,
.quote-box .spoiler-box {
  background: rgb(205, 202, 197) !important;
}

.spoiler-box .quote-box blockquote {
  padding-top: 0 !important;
}

.spoiler-box .spoiler-box blockquote {
    padding-top: 30px !important;
}

.quote-box,
.code-box {
  margin: 1em 0;
  background: rgb(193, 190, 185);
  border-radius: 10px;


  padding: 20px;
  box-sizing: border-box;
}

.quote-box .quote-box {
  background: rgb(205, 202, 197);
}

.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;
}

.quote-box cite,
.code-box .legend {
  position: relative;
  display: block;

  font-weight: 500;
  color: rgb(140, 106, 48);
  font-style: normal;
  text-transform: uppercase;
  font-size: 10px;

  margin-bottom: 14px;
  z-index: 11;
}

.quote-box cite::before,
.code-box .legend::before {
  position: absolute;
  content: '';

  left: 0;
  bottom: -8px;

  width: 100%;
  border-bottom: 1px solid rgb(179, 176, 170);

  z-index: 0;
  pointer-events: none;
}

.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: rgba(193, 190, 185, 1) !important;

  border-radius: 3px !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: rgb(19, 19, 19) !important;

  border: none !important;
  border-radius: 3px 0 0 3px !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: rgb(82, 82, 82) !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: rgb(179, 143, 81) !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;

  width: 12px;
  height: 12px;
  background: rgba(179, 143, 81, 1);

  border-radius: 50%;
  pointer-events: all;
  z-index: 99999;
  transition: .3s all ease-in-out;
  cursor: pointer;
}


.arrow_top_bottom .go-down {
  top: calc(30% + 35px);
  background: rgba(186, 176, 160, 1);
}

.arrow_top_bottom .go-up:hover,
.arrow_top_bottom .go-down:hover {
  background: rgba(205, 202, 197, 1);
}


/******** Tooltip ********/

#easyTooltip {
  max-width: 300px;
  background: rgba(19, 19, 19, .9);

  color: rgb(248, 236, 222);
  font-size: 12px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;

  border-radius: 2px;

  padding: 4px 8px;

  -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);

  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 {
  position: absolute;
  top: 59px;
  height: 60px;
  text-align: center;
  overflow-y: auto;
}

.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;
}

#MyBookmarks .flowers {
  width: 281px;
  top: -37px;
  left: -1px;
}

#MyBookmarks .flowers::before {
  left: -112px;
  top: -17px;
  width: 160px;
  height: 155px;
  transform: rotate(170deg);
}

#MyBookmarks .flowers::after {
  top: 5px;
  right: -80px;
  width: 160px;
  height: 145px;
  transform: rotate(259deg);
}


#BookmCntToggle.default-style {
  background: none !important;
  border-left: none !important;
  box-shadow: none !important;
  color: transparent !important;
  opacity: 1 !important;
}

#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: rgb(193, 190, 185) !important;
  border-radius: 3px;
  transition: .3s all ease-in-out;
}

#MyBookmarks span.scrl:hover {
    background-color: rgb(19, 19, 19) !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: rgb(179, 143, 81);
  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: rgb(205, 202, 174);
}

#MyBookmarks #bm2:hover::before,
#MyBookmarks span.scrl:hover span::before,
#MyBookmarks li span strong:hover::before {
  color: rgb(179, 143, 81) !important;
}

#MyBookmarks {
  width: 280px !important;
  background-color: rgb(205, 202, 194) !important;
  background-image: none;

  border: none;
  border-radius: 0;

  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, .18);
}

#MyBookmarks li.BookmarkL>span.last_click {
    background: rgba(179, 143, 81, .1) !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: rgb(19, 19, 19) !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: rgb(140, 106, 48);
}

#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: rgb(193, 190, 185);
  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 {
  font-family: "Neumann";
  border-radius: 15px;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  background: rgba(205, 202, 197, .5);

  -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;
}

html .hvStickerPackModalTab:hover,
html .hvStickerPackModalTab.active {
  background: rgb(19, 19, 19);
  color: rgb(205, 202, 197);
}

html .hvStickerPackModalTab.active {
  background: rgb(179, 143, 81);
  color: rgb(205, 202, 197);
  pointer-events: none;
}

#tags .container {
  display: block;

  top: 45px !important;
  left: 26px !important;

  background-color: rgb(205, 202, 197);
  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#image-area,
#tags .container#video-area,
#tags .container#color-area,
#tags .container#table-area,
#tags .container#keyboard-area,
#tags .container#addition-area {
  left: auto !important;
  right: 26px;
}

#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 {
  background-color: rgba(144, 122, 59, .08) !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: 5px;

  -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: rgb(19, 19, 19) !important;
  color: rgb(239, 231, 218) !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: rgb(140, 106, 48);
}

#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 {
  background: rgba(191, 167, 143, .2) !important;
  border: none !important;
}

#imageQueue .uploadQueueItem .uploadProgress {
  background: rgb(19, 19, 19) !important;
}

#imageQueue .uploadQueueItem .uploadProgress .uploadProgressBar {
  background: rgba(191, 167, 143, .4) !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% {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 236, 222, .4);
    box-shadow: 0 0 0 0 rgba(248, 236, 222, .4);
    opacity: 1.0
  }

  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(147, 109, 130, 0);
    box-shadow: 0 0 0 10px rgba(147, 109, 130, 0);
    opacity: .3
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(147, 109, 130, 0);
    box-shadow: 0 0 0 0 rgba(147, 109, 130, 0);
    opacity: 1.0
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 236, 222, .4);
    box-shadow: 0 0 0 0 rgba(248, 236, 222, .4);
    opacity: 1.0
  }

  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(248, 236, 222, 0);
    box-shadow: 0 0 0 10px rgba(248, 236, 222, 0);
    opacity: .3
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 236, 222, 0);
    box-shadow: 0 0 0 0 rgba(248, 236, 222, 0);
    opacity: 1.0
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 236, 222, .4);
    box-shadow: 0 0 0 0 rgba(248, 236, 222, .4);
    opacity: 1.0
  }

  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(248, 236, 222, 0);
    box-shadow: 0 0 0 10px rgba(248, 236, 222, 0);
    opacity: .3
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 236, 222, 0);
    box-shadow: 0 0 0 0 rgba(248, 236, 222, 0);
    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: rgba(19, 19, 19, 1);
    border-radius: 15px;
  padding: 28px;
  position: relative;
  text-align: center;
  margin-bottom: 20px !important;
}

.epizodecont .cita, .epizodecont .data  {
  font: normal 13px alice;
  display: block;
  text-align: center;
  color: rgba(205, 202, 197);
    background: rgba(167, 133, 67, 1);
    position: absolute;
    border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 14px;
  padding: 2px 10px 4px;
  letter-spacing: 2px;
}

.epizodecont .cita {
  top: -10px;
}

.epizodecont .data  {
  bottom: -10px;
}

.episodepic img {
  width: 484px;
    border: 8px solid rgba(0, 0, 0, 1);
}

.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;
      font: normal 16px "Neumann";
    text-transform: uppercase;
    color: rgb(179, 143, 81);
}

.epizodecont p a:hover {
    color: rgba(205, 202, 197, 1);
}

.epizodecont p span {
  font: normal 10px alice;
  display: block;
  color: rgba(205, 202, 197, .7);
  text-transform: none;
  letter-spacing: 2px;
  padding-top: 5px;
  margin-top: 0;
}

/* õòìë ýïèçîäîâ 2 */
.episode3 {
  position: relative;
  background: rgba(19, 19, 19, 1) url(https://i.imgur.com/0FfIQ7a.png) repeat fixed center;
  background-size: cover;
  width: 600px;
  margin: 10px auto !important;
  border-radius: 15px;
  z-index: 0;
}

.episodeinner {
  position: relative;
  padding: 40px 31px;
  margin: 0 auto !important;
}

.episodeinner span {
  font: normal 16px "Neumann";
  text-transform: uppercase;
  color: rgb(179, 143, 81);
  text-align: center;
  letter-spacing: 1px;
  display: block;
}

.episodepic3 {
  text-align: center;
  border: 8px solid rgba(0, 0, 0, 1);
  width: 500px;
  margin: auto;
}

.episodepic3 img {
  width: 521px;
  height: auto;
  object-fit: cover;
  margin: auto;
}

.episodepic3.color img {
  width: 521px;
}

.episodepic3 {
  position: relative;
  line-height: 0;
  width: 521px;
}

.episodeinner .episodecita {
  color: rgba(212, 212, 212, .7);
  font: normal 13px alice;
  display: block;
  letter-spacing: 2px;
  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 {
  color: rgba(205, 202, 197, .7);
  font: normal 13px alice;
  text-align: right;
  text-transform: none;
  letter-spacing: 2px;
  display: inline-block;
}

.players3 a:hover {
  color: rgba(205, 202, 197, 1);
}

.episodeinner p {
  color: rgba(205, 202, 197, 1);
  text-align: justify;
      background: rgba(0, 0, 0, 1);
    padding: 18px 20px;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0;
}

.episodeinner p:nth-child(5) {
    border-radius: 15px 15px 0 0;
    margin: 5px 0 0;
}

.episodeinner p:nth-last-child(2) {
    border-radius: 0 0 15px 15px;
}

.data3 {
  color: rgba(205, 202, 197, .7);
  font: normal 10px alice;
  text-align: right;
  display: block;
  margin-top: 5px;
}

.data3 span {
  color: rgba(205, 202, 197, .7);
  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: rgba(193, 190, 185, 1);
    border-radius: 9px;
}

.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: rgba(193, 190, 185, .5);
}

.list_role tr td:last-child {
  width: 65%;
  background: rgba(193, 190, 185, 1);
}

.list_role tr:hover td:first-child {
  background: rgba(179, 143, 81, .15) !important;
}

.list_role tr:hover td:last-child,
.list_twink tr:hover {
  background: rgba(179, 143, 81, .1) !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(205, 202, 194);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: rgb(19, 19, 19);
    border-radius: 8px;
}

.list_role .list_role__head + tr td:first-child {
    border-radius: 15px 0 0 0;
}

.list_role .list_role__head + tr td:last-child {
    border-radius: 0 15px 0 0;
}

tr < .list_role__head {
    border-radius: 0 15px 0 0;
}

.list_twink .list_twink__head:hover {
  background: none;
}

.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;
  border: 1px solid #aaaaaa;
  text-decoration: none;
  border-radius: 3px;
}

#post #wrapper ul li.active a, #post #wrapperBottom ul li.active a {
  color: #4B4B4B;
}

#post #wrapper div, #post #wrapperBottom div {
  display: none;
  text-align: center;
  overflow-y: scroll;
  height: 250px;
}

#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: 74px;
  left: 31.5%;
  width: auto;
  color: #333;
  background: rgb(205, 202, 197);
  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 {
    background: rgba(205, 202, 197, 1);
}

.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 */

	.table {
		position: absolute;
		top: -348px;

		max-width: 1110px;
		width: 100%;
		height: 220px;

		margin: 0 auto;
	}

	.table__top {
		position: absolute;

		top: -42px;
		left: 0;

		width: 100%;
		background: rgba(0, 0, 0, .3);

		border-radius: 10px;
	}

	.table__top ul {
		position: relative;

		-js-display: flex;
		display: flex;

		align-items: center;
		justify-content: center;

		width: 100%;
		height: 20px;

		text-align: center;

		margin: 0;
		padding: 0;
	}

	.table__top ul::before,
	.table__top ul::after,
	.table__main .activists .activists__block::before,
	.table__main .activists .activists__block::after {
		position: absolute;
		content: '';

		transform: translateY(-50%);
		top: 50%;

		background: rgba(117, 117, 116, 1);

		border-radius: 50%;
	}

	.table__top ul::before,
	.table__top ul::after {
		width: 5px;
		height: 5px;
	}

	.table__top ul::before {
		left: 15px;
	}

	.table__top ul::after {
		right: 15px;
	}

	.table__top ul li {
		font-size: 10px;
		text-transform: uppercase;

		margin: 0 15px;
	}

	.table__top ul li:first-child {
		margin-left: 0;
	}

	.table__top ul li:last-child {
		margin-right: 0;
	}

	.table__top a {
		color: rgba(117, 117, 116, 1);
	}

	.table__top a:hover {
		color: rgba(179, 143, 81, 1);
	}


	.table__main {
		-js-display: flex;
		display: flex;

		justify-content: space-between;
	}

	.left,
	.right {
		width: 434px;
		padding: 20px 0 42px;
	}

	.table__main .activists {
		position: relative;
		margin-bottom: 15px;
	}

	.table__main .activists::before {
		position: absolute;
		content: '';

		transform: translateY(-50%);
		top: 50%;
		left: 0;

		width: 100%;
		border-bottom: 1px solid rgba(117, 117, 116, 1);
	}

	.table__main .activists .activists__block::before,
	.table__main .activists .activists__block::after {
		width: 5px;
		height: 5px;
	}

	.table__main .activists .activists__block::before {
		left: 0;
	}

	.table__main .activists .activists__block::after {
		right: 0;
	}

	.table__main .activists .activists__block {
		-js-display: flex;
				display: flex;

		align-items: center;
		justify-content: center;
	}

	.table__main .activists .activists__block a {
		position: relative;
		display: block;

		width: 50px;
		height: 50px;
		background: rgba(179, 143, 81, 1);

		border-radius: 50%;

		margin-right: 50px;
	}

	.table__main .activists .activists__block a:last-child {
		margin-right: 0;
	}

	.table__main .activists .activists__block a::before {
		position: absolute;
		content: '';

		top: 0;
		left: 0;

		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .1);

		border-radius: 50%;
	}

	.table__main .activists .activists__block a img {
		width: 50px;
		height: 50px;

		border-radius: 50%;

		object-fit: cover;
		mix-blend-mode: soft-light;
		transition: .5s all ease-in-out;
		filter: contrast(105%);
	}

	.table__main .activists .activists__block a:hover img {
		mix-blend-mode: normal;
	}


	.table__main .best {
		height: 95px;
	}

	.table__main .best .best__post,
	.table__main .best .best__episode {
		height: 75px;
		background: rgba(0, 0, 0, 1);
		border-radius: 35px 35px 10px 10px;

		padding: 20px 12px;
		margin-bottom: 0;
		
		box-sizing: border-box;
	}

	.table__main .best p {
		height: 45px;

		font-size: 9px;
		color: rgba(205, 202, 197, 1);
		line-height: 1.3;
		text-align: justify;
		text-transform: lowercase;
		letter-spacing: 1px;

		margin: 0;
		padding-right: 5px;

		overflow-y: auto;
		box-sizing: border-box;
	}

	.table__main .best h5 {
		display: block;

		width: 100%;
		height: 20px;
		background: rgba(205, 202, 197, 1);

		font-size: 8px;
		text-transform: uppercase;
		line-height: 20px;
		text-align: center;
		letter-spacing: 1px;

		border-radius: 10px;

		margin: 0;
		padding: 0 10px;

		box-sizing: border-box;
	}


	.table .image {
		position: relative;
		width: 285px;
	}

	.table .image img {
		position: absolute;

		bottom: 0;
		left: 0;
		right: 0;

		margin: 0 auto;

		z-index: 1;
	}

	.table .image h1 {
		position: absolute;
		display: inline-block;

		bottom: -9.5px;

		background: rgb(0, 0, 0);

		font-family: "Neumann";
		text-transform: uppercase;
		letter-spacing: 3px;
		text-align: center;
		color: rgb(179, 143, 81);
		font-weight: 400;
		font-size: 12px;

		padding: 4px 35px;
		border-radius: 10px;
		z-index: 2;
	}

	.table .image h1::before,
	.table .image h1::after {
		position: absolute;
		content: '';

		transform: translateY(-50%);
		top: 50%;

		width: 5px;
		height: 5px;
		background: rgb(179, 143, 81);

		border-radius: 50%;
	}

	.table .image h1::before {
		left: 10px;
	}

	.table .image h1::after {
		right: 10px;
	}


	.table__bottom {
		position: absolute;

		left: -20px;
		bottom: -103px;

		width: calc(100% + 40px);
		height: 60px;
		background: rgba(0, 0, 0, 1);

		border-radius: 20px;

		padding: 0 14px;

		box-sizing: border-box;
	}

	.table__bottom ul {
		-js-display: flex;
				display: flex;

		justify-content: center;
		align-items: center;

		height: 60px;

		margin: 0;
		padding: 0;
	}

	.table__bottom ul li {
		margin-right: 60px;
	}

	.table__bottom ul li:last-child {
		margin-right: 0;
	}

	.table__bottom ul li a {
		display: block;

		background: rgba(179, 143, 81, 1);

		text-transform: uppercase;
		font-size: 9px;
		color: rgb(210, 207, 202);
		letter-spacing: 1px;

		border-radius: 10px;

		padding: 10px 15px;
		box-sizing: border-box;
	}

	.table__bottom ul li a:hover {
		background: rgb(199, 155, 92);
	}

	/* 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 {
      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 {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: rgba(179, 143, 81, 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::after,
#topic_t341 .post-content table:last-child 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 {
  display: 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 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    mix-blend-mode: soft-light;
    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 {
  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: "— ";
}

	