/* скрыть VIP-аккаунт*/
#pun-status .item4.status-right, .pa-awards{
  display: none;
}


.crash-player {
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: calc(50% - 65px);
    width: 200px;
    height: 30px;
    margin: 0 auto;
    border-radius: 5px;
    z-index: 100;
}

.crash-player .audio-btns {
    z-index: 2;
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 180px;
    height: 30px;
    color: #aaa;
    font-size: 12px;
}

.crash-player .container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
}
.crash-player .container:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 120%;
  height: 120%;
  background-image: var(--background-image);
  background-size: cover;
  background-position: center center;
  filter: blur(5px) grayscale(100%);
}
.crash-player .container:after {
  z-index: 100;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(18, 18, 18, 1) 0%,
    rgba(24, 24, 24, 1) 65%,
    rgba(64, 64, 64, 1) 100%
  );
  mix-blend-mode: multiply;
  opacity: 1;
}


.crash-player .details {
  z-index: 2;
  position: absolute;
  top: 350px;
  left: 60px;
  width: 225px;
  height: auto;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.crash-player .details h1 {
  overflow: hidden;
   top: 350px;
  left: 60px;
  padding: 0;
  margin-bottom: 10px;
  font: 700 24px "Poppins", san-serif;
  color: #e0e0e0;
  text-transform: uppercase;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.crash-player .details h2 {
  margin: 0;
  padding: 0;
  font: 700 12px "Inter", san-serif;
  color: var(--color, #c19bb7);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.crash-player .time {
  z-index: 2;
  position: absolute;
  top: 475px;
  left: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 275px;
  height: 25px;
  font: 600 9px "Inter", san-serif;
  color: #aaa;
}

.crash-player .seek {
  z-index: 2;
  position: absolute;
  top: 505px;
  left: 35px;
  width: 275px;
  height: 5px;
  background: #fafaf8;
  border-radius: 50px;
}
.crash-player .seek .fill {
  width: 0;
  height: 5px;
  background: var(--color, #c19bb7);
  border-radius: 50px;
}

.crash-player .img {
  z-index: 2;
  position: absolute;
  top: 105px;
  left: 75px;
  width: 200px;
  height: 200px;
  filter: grayscale(0%);
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.5);
}
.crash-player .play-pause {
  color: #817350 !important;
}
.crash-player .play-pause:hover {
  color: #726f6e;
}
.crash-player .prev-next,
.crash-player .loop-shuffle {
  color: #817350 !important;
  font-size: 13px;
  transition: all 0.4s ease-in-out;
}
.crash-player .prev-next:hover,
.crash-player .loop-shuffle:hover {
  color: #726f6e;
}

.active {
  color: #726f6e;
}


/* плашки предоставили на прекрасном рено */
li.pa-fld1 {
    left: 1px;
    top: 20px;
    margin-bottom: 15px !important;
    margin-left: -12px !important;
    margin-top: -15px!important;
}


.pa-fld1 {   
       text-align: justify;
    padding: 2px 2px 2px 2px!important;
   width: 226px;
    height: 32px;
    position: relative;
    background-color: #6f664c;
      margin: 5px !important;
}


.pa-fld1 kt {
    width: 195px;
    font-size: 11px;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    font-weight: 500;
    height: 14px;
    margin-top: 2.5px;
    position: absolute;
    margin-left: 30px;
    color: #cecece;
    text-align: center;
}
.pa-fld1 mt {
    width: 165px;
    font-size: 8.5px;
    left: 47px;
    position: absolute;
      font-family: 'Noto Sans';
    margin-top: 16px;
    color: #cecece;
    letter-spacing: 0.5px;
    text-align: center;
}
.pa-fl1 ici {position: absolute; margin-left: -43px; margin-top: -7px;}
.pa-fld1 ici img {
    max-width: 40px;
    position: absolute;
    margin-top: -3px;
    margin-left: 5px;
}

/* свет */
.light {
    position: absolute;
    margin-top: 50px!important;
    margin-left: 427px!important;
    transition: ease-out 0.7s;
    opacity: 0;
    z-index: 99999;
}

.light:hover {
  transition: ease-out 0.7s;
opacity: 1;
      animation: blinkColor 1s linear infinite;
    -moz-animation: blinkColor 1s linear infinite;
    -webkit-animation: blinkColor 1s linear infinite;
}

.bee-player {
    overflow: hidden;
    position: absolute;
    top: -20px;
    /* top: calc(50% - 600px); */
    left: calc(50% - 125px);
    width: 350px;
    height: 70px;
    margin: 0 auto;
    border-radius: 5px;
    z-index: 100;
}

.bee-player .audio-btns {
    z-index: 2;
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 250px;
    height: 30px;
    color: #aaa;
    font-size: 13px;
}

.bee-player .container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
}
.bee-player .container:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 120%;
  height: 120%;
  background-image: var(--background-image);
  background-size: cover;
  background-position: center center;
  filter: blur(5px) grayscale(100%);
}
.bee-player .container:after {
  z-index: 100;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(18, 18, 18, 1) 0%,
    rgba(24, 24, 24, 1) 65%,
    rgba(64, 64, 64, 1) 100%
  );
  mix-blend-mode: multiply;
  opacity: 1;
}


/* DETAILS */
.bee-player .details {
  z-index: 2;
  position: absolute;
  top: 350px;
  left: 60px;
  width: 225px;
  height: auto;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.bee-player .details h1 {
  overflow: hidden;
   top: 350px;
  left: 60px;
  padding: 0;
  margin-bottom: 10px;
  font: 700 24px "Poppins", san-serif;
  color: #e0e0e0;
  text-transform: uppercase;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bee-player .details h2 {
  margin: 0;
  padding: 0;
  font: 700 12px "Inter", san-serif;
  color: var(--color, #c19bb7);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* TIME */
.bee-player .time {
  z-index: 2;
  position: absolute;
  top: 475px;
  left: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 275px;
  height: 25px;
  font: 600 9px "Inter", san-serif;
  color: #aaa;
}

/* SEEK BAR */
.bee-player .seek {
  z-index: 2;
  position: absolute;
  top: 505px;
  left: 35px;
  width: 275px;
  height: 5px;
  background: #fafaf8;
  border-radius: 50px;
}
.bee-player .seek .fill {
  width: 0;
  height: 5px;
  background: var(--color, #c19bb7);
  border-radius: 50px;
}

/* BUTTONS */
.bee-player .img {
  z-index: 2;
  position: absolute;
  top: 105px;
  left: 75px;
  width: 200px;
  height: 200px;
  filter: grayscale(0%);
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.5);
}
.bee-player .play-pause {
  color: #fafaf8;
}
.bee-player .play-pause:hover {
  color: #726f6e;
}
.bee-player .prev-next,
.bee-player .loop-shuffle {
  color: #fafaf875;
  font-size: 13px;
  transition: all 0.4s ease-in-out;
}
.bee-player .prev-next:hover,
.bee-player .loop-shuffle:hover {
  color: #726f6e;
}

.active {
  color: #726f6e;
}



.podforum {
    background: #bfbbb752;
    padding: 5px 10px;
    margin-left: -10px;
    margin-bottom: 6px;
    font-size: 9px;
    line-height: 14px;
}

.pa-fld2 {
    font-family: 'Noto Sans';
    display: block;
    text-align: center;
    margin-top: 35px !important;
    font-weight: 600;
    text-transform: capitalize;
}


.pa-fld2 a {
    font-weight: 600 !important;
    color: #979695 !important;
    font-size: 12px;
}


.podfor {
    text-align: right;
    margin-right: 20px;
}

.podfor a {
    font-weight: 500;
    color: #3c4f4f !important;
    font-family: 'Noto Sans';
    transition: 1s;
}




.adformal h2, #pun-adnav h2 {
    background-color: transparent !important;
}

/* подфорумы */
#podlinks {
    width: 500px;
    margin-top: 7px !important;
    margin-bottom: 5px;
    margin-left: -5px !important;
    font-family: roboto;
    font-weight: 400;
    text-transform: lowercase;
    line-height: 12px;
    font-size: 11px !important;
    background: #00000017;
    border: 1px solid #1c1d1c12;
    padding: 2px 6px;
    letter-spacing: 1px;
    border-radius: 7px;
    color: #000000 !important;
}


#podlinks a {
    color: #000 !important;
}

.podforum {
    width: 500px;
    font-family: roboto;
    font-weight: 400;
    padding-top: 3px;
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 15px;
    cursor: default;
}

.podforum b {
    font-weight: 600 !important;
    color: #000000c4 !important;
    font-size: 9.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.race {
    position: relative;
    width: 200px;
    margin-left: 4px!important;
    color: #100d08;
    margin-bottom: 2px !important;
    margin-top: 16px !important;
    font-size: 10.2px;
    letter-spacing: 1px;
    line-height: 10px;
    padding: 3px 2px;
    font-family: Philosopher;
    text-transform: uppercase;
}


/* закладки */

#BookmCntToggle.default-style {
    background: #bdbcaa!important;
    border-left: solid 5px currentColor;
    box-shadow: 0 0 6px rgba(0,0,0,.42);
    color: #445370 !important;
    display: block;
    height: 26px;
    width: 21px;
}


#MyBookmarks .container {
    background: #bdbcaa !important;
}

/* маска */
#mask_dialog .inner {
    width: 800px !important;
    background: #cacbcd !important;
    border-radius: 10px !important;
    box-shadow: 0 0 0 0.1px inset #595959;
    text-transform: lowercase;
    font-family: 'Noto Sans';
    font-size: 12px;
    color: #3a3a3a !important;
}
#mask_dialog .hv-preview-block img {
    max-width: 100px;
}

.hv-storage-count {
    flex: 1 1 100%;
    width: 100%;
    text-align: center;
    padding-bottom: 6px;
    color: #262424 !important;
    font-size: 10px;
}

#mask_dialog .hv-add-template {
    cursor: pointer;
    float: right;
    padding: 5px;
    border: 1px solid #00000030 !important;
}


/* сообщение не вылазит за границы */
#pun .post-content {
    word-wrap: break-word;
}

/* фиксация поля ответа в телефоне */
textarea {
-ms-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}

/* для мобильных устройств */
body{
  overflow-y: scroll;
}
#pun_wrap  {
    min-width: 1250px !important;
}

HTML, body {
	min-width: 540px!important;
}

/* айфон */
html {
-webkit-text-size-adjust: none;
}

/* копирайт */
.footer-copy {
    width: 960px;
    height: 15px;
    display: inline-block;
    position: absolute;
    margin-top: 38px!important;
    line-height: 12px;
    margin-left: -20px!important;
    font-weight: 600;
    text-align: center;
    padding: 0px 5px;
    font-family: 'Noto Sans';
    font-size: 9px;
    letter-spacing: 1px;
    color: #918563 !important;
    text-transform: uppercase;
    z-index: 10;
    transition: ease-out 1.9s;
}

.footer-copy a {
    color: #918563 !important;
}


/* футер */
.footer {
    width: 962px;
    height: 60px;
    position: relative;
    margin-top: -35px !important;
    margin-left: -22px !important;
    margin-bottom: -2.5px !important;
    border-radius: 0 0 19px 19px;
    background: url(https://forumstatic.ru/files/001a/b6/b3/24836.png) left;
}


/* фиксация поля ответа в телефоне */
textarea {
-ms-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}

/* для мобильных устройств */
HTML, body {
	min-width: 540px!important;
}
body{
  overflow-y: scroll;
}
#pun_wrap  {
    min-width: 1100px !important;
}


/* фон окна наград и репутации */
#pun-popup_awards div, #pun-reputation div {
    background: #c2c4c5;
    border-radius: 10px !important;
}


/* линия */
hr {
    border: 1px dotted #00000057;
}

/* категории */
#pun-index .category h2, #pun-stats.section h2 {
    text-align: center;
    width: 960px;
    height: 30px;
    filter: brightness(1);
    border-bottom: 2.3px solid #425658;
    border-top: 2.3px solid #425658;
    background: url(https://forumstatic.ru/files/001a/b6/b3/97554.jpg) fixed;
    padding: 1px 0 1px 0;
    margin: 0px 0px -1px -20px !important;
}

#pun-index .category h2 span, #pun-stats.section h2 span {
    width: 960px;
    display: block;
    cursor: default;
    font-family: 'GTEAPAC';
    font-weight: normal;
    color: rgb(145 133 99);
    text-shadow: 1px 1px 0px rgb(0 0 0 / 36%);
    transition: 0.6s linear;
    font-size: 35px;
    line-height: 44px;
    overflow: hidden;
    padding: 0;
    margin-top: 1px!important;
    height: 30px;
    margin-left: 0px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
}

#pun-index .category h2 span:hover, #pun-stats.section h2 span:hover, .forumname:hover {
    transition: 0.6s linear; 
    text-shadow: 0 0 8px #f8d679;
    color: #ae9d6f;
}


#pun-index .category tr {
    display: block;
    margin-bottom: 16px;
    margin-top: 25px;
}



/* фон задний */
HTML {
    background-color: #0d0d0d!important;
    background: url("https://forumstatic.ru/files/001a/b6/b3/97554.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
}



/* CS1 Background and text colours
-------------------------------------------------------------*/

/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3,
.punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd,
.punbb .info-box, .punbb #pun-main .info-box .legend {
   background-color: #transparent;
  color: #333;
  }

/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
   background-color: #transparent;
  color: #333;
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
   background-color: #transparent;
  color: #464646;
  }

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
 background-color: #transparent;
  color: #333;
  }

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: #transparent;
  }


/* CS1.6 */
.punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl  {
      background-color: transparent;
    /*color: transparent;*/
  }

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
  color: #282828;
  }

/* CS1.8 */
#pun-navlinks .container {
 background-color: #transparent;
  color: #2d2d2d;
  }

.offline li.pa-online strong {
  font-weight: normal
  }

/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  border-color: transparent;
  }

/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: transparent;
  }

/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: transparent;
  }

/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: transparent;
  }

/* CS2.5 */
.punbb th {
  border-color: transparent;
  }

/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: transparent;
  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: transparent;
  }

#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: transparent;
  }

.punbb .divider {
  border-color: transparent;
  }

.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid transparent;
  }

li.pa-online {
  border-left-color: transparent;
  }


/* CS3 Links
-------------------------------------------------------------*/

/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited, .punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
    color: #3c4f4f;
}

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #3f3f3f;
  }

/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: #3f3f3f;
  }

/* CS3.3 */
#pun-navlinks a {
    color: #000;
    text-decoration: none;
}

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: 8b352b;
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;
  text-decoration: none
  color: #3f3f3f;
  }

/* CS4 Post status icons
 -------------------------------------------------------------*/
/* иконки сообщений, с идеей от бланш */
#pun-index table Div.icon {margin: 9px 0px 0px -37px;}
#pun-index table Div.icon:before {
   color: #b0b2b2;
   font-size: 17px;
   content: "\eb96" !important;
    font-family: 'cappuccicons';
}

#pun-index table div.inew {margin: 9px 0px 0px -37px;}
#pun-index table div.inew:before {
   color: #334242;
    font-size: 17px;
   content: "\eb96" !important;
    font-family: 'cappuccicons';
}

#pun-index table div.isticky {margin: 16px 0px 0px -25px;}
#pun-index table div.isticky:before {
   color: #000;
    font-size: 18px;
   content: "\ec91" !important;
    font-family: 'cappuccicons';
}

#pun-index table div.iclosed{margin: 16px 0px 0px -25px;}
#pun-index table div.iclosed:before {
   color: #000;
    font-size: 18px;
   content: "\ec91" !important;
    font-family: 'cappuccicons';
}


#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
    position: relative;
    float: left;
    background-color: #959898;
    border-radius: 50px;
    width:10px;
    height: 10px;
    margin-left: -25px !important;
    margin-top: 9px!important;
}

#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon  {
    background-color: #3c4f4f;
    border-radius: 50px;
}

#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon {
    background-color: #918563;
    border-radius: 50px;
}

#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon {
   background-color: #4c4c4c;
    border-radius: 50px;
}



/* убирает голубую обводку в форме ответа */
input, textarea { outline: none; }  input:active, textarea:active { outline: none; } :focus { outline: none; }



/* выделение */
    ::selection { 
    background: none repeat scroll 0 0 #334242;
    color: #c3c1ba;
    opacity: 0.4;
    }  
*::-moz-selection {
    background: none repeat scroll 0 0 #334242;
    color: #c3c1ba;
}


/* профиль */
.pa-posts, .pa-respect, .pa-fld4 {
    display: inline-block;
    width: 60px;
    text-align: center;
    line-height: 15px;
    margin-top: 5px!important;
    margin-bottom: 0px!important;
    text-transform: lowercase;
    font-size: 9.5px;
    padding: 6px!important;
    font-family: 'Noto Sans';
    color: #a19f9c !important;
}

.pa-fld4 {
    width: 30px;
}

.pa-respect a {  color: #a19f9c !important;}

.pa-respect img { filter: grayscale(1) brightness(0.8);}


.pa-avatar img {
    border-radius: 20px;
    max-width: 180px;
    max-height: 180px;
    padding: 6px;
    transition: 1s;
}

.pa-avatar img:hover {
    filter: grayscale(1);
    transition: 1s;
}

/* шрифты, размер и другое */
#font-area, #size-area, #spoiler-sels {
    background-color: #cacbcd;
    color: #464544 !important;
    border: 1px solid #9c9996bf;
    border-radius: 10px;
    width: 150px !important;
     margin-left: 10px;
    padding: 8px;
    margin-top: 4px;
    max-height: 148px;
    overflow-y: auto;
}

#color-area, #table-area, #image-area, #imageup-area, #imageattach-area, #video-area, #addition-area {
    background-color: #cacbcd;
    color: #464544 !important;
    border: 1px solid #9c9996bf;
    border-radius: 10px;
    width: 220px !important;
     margin-left: 555px;
    padding: 8px;
    margin-top: 4px;
    max-height: 148px;
    overflow-y: auto;
}

#smilies-area {
   background-color: #cacbcd;
    border: 1px solid #9c9996bf;
    border-radius: 10px;
    width: 400px !important;
    margin-left: 430px;
    padding: 8px;
    margin-top: 3px;
    max-height: 148px;
    overflow-y: auto;
    z-index: 9999;
}

div#image-area.container {
    width: 600px !important;
}
#imageupload-left input[type=button] {
    width: 14em !important;
    text-align: center;
}

#pun-messages div#meny-styles.container {
    margin-top: 15px;
}

#pun-messages #addition-area, #pun-messages  div#image-area.container, #pun-messages #video-area {
   margin-top: 25px;
}

#pun-messages #font-area, #pun-messages #size-area, #pun-messages #spoiler-sels, #pun-messages #table-area, #pun-messages #color-area, #pun-messages #smilies-area  {
   margin-top: 25px;
}

#tags .container {
    position: absolute;
    right: 6px;
    top: 73px !important;
    z-index: 2;
}

#pun-messages div#keyboard-area {
    margin-top: 20px;
    width: 330px !important;
}

/* БАННЕРЫ
----------------------------------------------------------------------------------------------------------------------*/
#banners {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    height: 31px;
    width: 700px;
    margin-left: 250px;
    margin-top: 14px;
    letter-spacing: 8px;
    opacity: 0.5;
}

#banners a img {
opacity:0.8;
-moz-opacity:0.8;   
filter: sepia(1) hue-rotate(134deg);
}


#banners a img:hover {
opacity:1;
filter: none;
}


/* прокрутка */
::-webkit-scrollbar-thumb:vertical {
background-color: #918563; height: 4px;
    box-shadow: 0 0 2px 0px #000 inset;
    border-radius: 12px; }

::-webkit-scrollbar-thumb:horizontal {
background-color: #918563; height: 4px;
    box-shadow: 0 0 2px 0px #000 inset;
    border-radius: 12px; }


::-webkit-scrollbar {
width: 6px;
height:6px;
background-color: rgb(20 18 15 / 12%);}

::-webkit-scrollbar-thumb {
  background-color: #7f4405;
  width:6px !important;

}




/* аватар */
.punbb .user-avatar .avatar-image {
    filter: brightness(0.7) sepia(1) grayscale(1);
}

#pun .user-avatar.user-avatar .avatar-image {
    border-radius: 50px !important;
    border: 1px solid #6a767b91;
    height: 30px;
    width: 30px;
    opacity: 0.85;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
}

.punbb .user-avatar .isonline {
    width: 7px!important;
    height: 7px!important;
    border-radius: 50px !important;
    top: 0px!important;
    right: 6px!important;
    z-index: 100;
    background-color: #435658 !important;
}

a.lastpost-link {
    margin-left: 0px;
    margin-top: 3px !important;
    font-family: 'Noto Sans';
    font-weight: 600;
    font-size: 13px;
    line-height: 19px !important;
    color: #3c4f4f !important;
    transition: all 1s;
}

a.lastpost-link:hover {
    color: #000!important;
 transition: all 1s;
}


div#meny-styles.container {
    font-family: Tahoma;
    background-color: #cacbcd;
    color: #464544 !important;
    border: 1px solid #9c9996bf;
    border-radius: 10px;
    width: 200px !important;
    padding: 8px;
    margin-top: 20px;
    max-height: 148px;
    overflow-y: auto;
    z-index: 9999;
}
div#keyboard-area {
    background-color: #cacbcd;
    color: #464544 !important;
    border: 1px solid #9c9996bf;
    border-radius: 10px;
    width: 650px !important;
    padding: 8px;
    max-height: 148px;
    overflow-y: auto;
    z-index: 9999;
}

#keyboard-span input {
    color: #070707 !important;
    background-color: #cacbcd !important;
    border: 1px solid #98918eb8 !important;
}


/* не отображать */

.stickytext,.closedatafield, .li#navawards, .lastedit, .pl-reports, .topic .sharelink
{display:none!important;}
#button-files_rusff, #button-graffiti_rusff
{display: none !important;}
 #pun-main h1, #pun-debug h2 {display: none;}
.punbb .modmenu .container span {display: none;}
#pun-main div.catleft, #pun-main div.catright {display: none}
#pun td .modlist, .modlist {display: none !important;}
.li#navrules {display: none;}
#pun-ulinks .item5 {display:none}
#pun-index thead {display: none}
#pun-index .tcmod {display: none}
.pa-gifts {display: none;}



.pa-fld3 {
    margin-right: auto!important;
    margin-top: 10px!important;
    margin-left: -5px !important;
    margin-bottom: 0px!important;
    width: 220px;
    font-family: 'Noto Sans';
    font-weight: normal;
    line-height: 15px;
    font-size: 9.5px;
    padding-bottom: 10px !important;
    color: #acacac!important;
    text-align: center;
    border-bottom: 1px solid #6f664c;
}

.pa-fld3 b {
    color: #998c68 !important;
      font-weight: 600;
}

.pa-fld3 a {
    color: #998c68 !important;
      font-weight: 600;
}


a.navigation:link, a.navigation:active, a.navigation:visited {
    display: inline-block;
    margin-bottom: 4px;
    background: #1d1d1d;
    color: #858585 !important;
    border: 1px solid #262727d4;
    min-width: 105px;
    padding: 3px;
    height: 22px;
    font-weight: 600;
    text-align: center;
    text-transform: lowercase;
    letter-spacing: .5px;
    font: 10px Roboto;
    line-height: 22px;
    z-index: 99999;
  transition: 1s;
}

a.navigation:hover {
     color: #ae4d42 !important;
transition: 1s;
}


/* музыка краш */
audio {
    position: relative;
    z-index: 1;
    filter: grayscale(1) opacity(0.6);
    width: 630px;
    max-height: 20px;
    text-shadow: none;
    font-family: 'Noto Sans';
    font-size: 10px !important;
    bottom: 5px;
}

audio > div {
    transform: scale(0.94);
    position: absolute;
     font-family: 'Noto Sans';
}

audio ::-webkit-media-controls-enclosure {
    border-radius: 0px !important;
font-family: arial !important;
}

span.audio-title {
   font-size: 0px !important;
}

audio::-webkit-media-controls-panel {
                background-color: #ada38e;
  border-radius: 0px !important;
   font-family: 'Noto Sans';
font-weight: 800 !important;
}


@media only screen and (max-device-width: 1000px) {
audio {
  transform: scale(0.43);
}
}   

.clarawrap {margin: auto !important; width: 520px; background: #222c2d; padding: 10px; border-top: solid 8px #8d7e5a; color: #000; position: relative; border-radius: 20px;}
.claracontent {font-family: calibri, arial, sans-serif; font-size: 13px; line-height: 16px; padding: 7px; background: #bfc1c3; border-radius: 20px;}
.claracontent b, .claracontent i {color: #222c2d}
.claraimg {width: 480px; height: 270px; overflow: hidden;}
.claratitle {font-family: georgia; font-size: 25px; text-transform: uppercase; font-weight: bold; color: #d51526; text-shadow: 1px 1px 0px rgba(255,255,255,0.9); text-align: center; padding: 5px 10px; border-bottom: double 3px #d51526;}
.claraquote {text-transform: uppercase; font-family: calibri, sans-serif; color: #d51526; font-size: 11px; line-height: 12px;}


.clarawrap img {
    filter: sepia(1) hue-rotate(128deg) brightness(0.55);
    border-radius: 15px;
    background-blend-mode: soft-light;
    transition: 1s linear;
}

.episode {
width: 520px;
    background: #232d2e;
    border-radius: 20px;
    border-top: 5px solid #6f664c;
    padding: 15px 10px 10px 10px !important;
    margin: auto !important;
    text-align: center;
    color: #6f664c;
}

.name_ep {
color: #cecece;
    font-family: 'GTEAPAC';
    text-transform: uppercase;
    text-align: center;
    padding: 20px 20px 0px 20px !important;
    font-size: 15px;
    letter-spacing: 1px;
}
.text_ep {
padding: 10px !important; 
background: #c4c7c9;
border-radius: 20px; 
border-bottom: 3px solid #232d2e; 
color: #232d2e;
margin-top: 10px !important;
}

.time_ep {
    color: #cecece;
    text-align: center;
    padding: 5px 20px 5px 20px !important;
    letter-spacing: 1px;
    border-radius: 30px;
    background-color: #334242;
    margin-left: 2px !important;
    margin-top: 5px !important;
    font-weight: 600;
    font-size: 8.5px;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    display: inline-block;
}

.place_ep {
    color: #cecece;
    text-align: center;
    padding: 5px 20px 5px 20px !important;
    letter-spacing: 1px;
    border-radius: 30px;
    background-color: #334242;
    margin-left: 2px !important;
    margin-top: 5px !important;
    font-weight: 600;
    font-size: 8.5px;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    display: inline-block;
}
#instagram {
    --gap: 20px;
    display: flex;
    flex-direction: column;
    padding: calc(var(--gap) * 2);
    background: #242e2f !important;
    max-height: 700px;
    color: #c4c7c9 !important;
    border-top: 5px solid #6f664c !important;
    border-radius: 20px !important;
}

.insta_avatar {
    border-radius: 50%;
    padding: 4px !important;
    background: #f09433;
    background: linear-gradient(45deg, #6f664c 25%, #c4c7c9 50%, #6f664c 75%) !important;
}

.insta_tabs {
    border-top: 1px solid #6f664c !important;
    color: #6f664c !important;
}

.insta_avatar img {
    border: 2px solid #bec1c4 !important;
}

#insta_single {
    background: #232d2e !important;
    color: #6f664c !important;
    width: 70%;
    margin-left: 100px;
    border-radius: 20px;
    border-top: 5px solid #6f664c;
}

.insta_single_avatar {
    background: #f09433;
    background: linear-gradient(45deg, #6f664c 25%, #c4c7c9 50%, #6f664c 75%) !important;
}

.insta_nickname {
    display: block;
    font-size: 18px !important;
    font-family: 'GTEAPAC' !important;
    font-weight: 900 !important;
    margin-bottom: var(--gap) !important;
    letter-spacing: 1.5px;
    color: #6f664c;
}

.insta_stats span {
    display: inline-block;
    font-size: 14px !important;
    font-family: 'Noto Sans';
    font-weight: 400;
    margin-right: calc(var(--gap) / 1.25);
}

.insta_stats span {
    display: inline-block;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    margin-right: calc(var(--gap) / 1.25);
}


.insta_single_options {
    background: url(http://forumstatic.ru/files/001b/de/72/58995.svg) center center no-repeat !important;
}

.insta_single_like {
    background: url(http://forumstatic.ru/files/001b/de/72/12417.svg) center center no-repeat !important;
}

.insta_single_comment {
    background: url(http://forumstatic.ru/files/001b/de/72/90428.svg) center center no-repeat !important;
}

.insta_single_share {
    background: url(http://forumstatic.ru/files/001b/de/72/68541.svg) center center no-repeat !important;
}

.insta_single_bookmark {
    background: url(http://forumstatic.ru/files/001b/de/72/11440.svg) center center no-repeat !important;
}

.insta_layout::-webkit-scrollbar-track {
    background: #6f664c !important;
}

.insta_single_description {
    color: #c4c7c9 !important;
}

.insta_single_description strong{
    color: #6f664c !important;
}

.insta_single_nickname {
    font-family: 'GTEAPAC' !important;
letter-spacing: 1.5px;
}

.plash_lz {
width: 230px !important;
    height: 36px;
    margin-left: -2px !important;
    margin-top: -2px !important;
    position: absolute;
}

.img_lz {
    position: absolute;
}

.aktc {
    width: 600px !important;
    padding: 10px !important;
    margin: auto !important;
    background: #bcbebfad;
    border-radius: 10px;
    border: 1px solid #00000014 !important;
}

.aktc1 {
    color: #232d2e !important;
    font-family: 'Noto Sans' !important;
    text-transform: uppercase;
    text-align: center;
    padding: 10px !important;
    font-size: 15px !important;
    letter-spacing: 1px;
}

.aktc2 {
padding: 10px !important; 
background: #c4c7c9; 
border-radius: 20px !important;
}

.aktc_name {
    font-family: 'Noto Sans' !important;
    font-weight: bold;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.aktc_text {
    padding: 5px !important;
    height: 200px;
    overflow: auto;
    background: #c4c7c9;
    border-radius: 20px !important;
    margin-bottom: 20px !important;
}


/*Прокрутка акций*/

/* прокрутка */
.aktc_text::-webkit-scrollbar-thumb:vertical {
background-color: #00000014 !important; height: 4px;
    box-shadow: 0 0 2px 0px #000 inset;
    border-radius: 12px; }

.aktc_text::-webkit-scrollbar-thumb:horizontal {
background-color: #00000014 !important; height: 4px;
    box-shadow: 0 0 2px 0px #000 inset;
    border-radius: 12px; }


.aktc_text::-webkit-scrollbar {
width: 6px;
height:6px;
background-color: rgb(20 18 15 / 12%);}

.aktc_text::-webkit-scrollbar-thumb {
  background-color: #00000014 !important;
    width: 6px !important;

}

.prin {
    border-radius: 20px;
    background: #242e2f !important;
    padding: 20px 20px 80px 20px !important;
    border-top: 5px solid #6f664c !important;
   border-bottom: 3px solid #6f664c;
}

.prin_priv {
    font-family: 'GTEAPAC';
    color: #c4c7c9;
    position: relative;
    margin-left: 150px !important;
    font-size: 20px;
    padding-bottom: 10px !important;
    text-align: right;
    text-transform: uppercase;
}

.prin_text {
    width: 500px !important;
    margin-left: 80px !important;
    background: #c4c7c9;
    padding: 10px !important;
    border-radius: 20px;
}

.prin2 {
    margin-left: -52px !important;
    margin-top: -30px !important;
}

.prin_ava {
    border-radius: 100px;
    width: 70px;
    border: 1.5px solid #6f664c;
    position: absolute;
    z-index: 888;
    margin-left: -40px !important;
    background: linear-gradient(to right, #6f664c, #c4c7c9);
    padding: 1px !important;
}

.vnesh {
    background: #232d2e;
    text-align: center;
    border-radius: 20px;
    border-top: 5px solid #6f664c;
    padding: 10px !important;
}

.vnesh1 {
    font-family: 'GTEAPAC';
    color: #c4c7c9 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    padding-bottom: 10px !important;
    font-weight: 700;
}
.vnesh2 {
    background: #c4c7c9;
    border-radius: 20px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: 450px;
    overflow: auto;
    text-transform: capitalize;

}

.vnesh3 {
    font-family: 'GTEAPAC';
    color: #232d2e;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 7px !important;
    padding-top: 7px !important;
}

.tema1 {
    width: 520px !important;
    padding: 10px !important;
    margin: auto !important;
    background: #bcbebfad;
    border-radius: 10px;
    border: 1px solid #00000014 !important;
}

.tema2 {
    color: #232d2e;
    font-family: 'Noto Sans';
    text-transform: uppercase;
    text-align: center;
    padding: 10px !important;
    font-size: 15px !important;
    letter-spacing: 1px;
}

.tema3 {
    padding: 10px !important; 
    background: #c4c7c9; 
    border-radius: 20px;
}