/* скрыть VIP-аккаунт*/
#pun-status .item4.status-right{
  display: none;
}


/* маска */

#mask_dialog .inner {
    background: #b7bcbb !important;
    text-transform: lowercase;
    border-radius: 6px;
    box-shadow: 0 0 0 0.3px inset #bec2c1, 0 0 0 1px #29303161, 0 0 37px inset #515f5f8c;
    color: #3a3a3a !important;
}

#mask_dialog .hv-preview-block img {
    max-width: 100px;
    border-radius: 10px;
}

.hv-storage-count {
    flex: 1 1 100%;
    width: 100%;
    text-align: center;
    padding-bottom: 6px;
    color: #262424 !important;
    font-size: 10px;
}



/* картинки для тем */
.book1 {
    border-radius: 10px;
    background: url(https://forumstatic.ru/files/0018/20/d2/75310.png) top right;
    box-shadow: 0 0 0 0.3px inset #bec2c1, 0 0 0 1px #29303161, 0 0 140px inset #7e7d8bde;
    width: 620px;
    height: 200px;
}


.book_text {
    display: inline-block;
    position: absolute;
    float: left;
    line-height: 55px;
    margin-top: 50px !important;
    margin-left: 60px !important;
    width: 500px;
    justify-content: center;
    padding: 6px;
    text-transform: lowercase;
    font-size: 50px;
    letter-spacing: 2px;
    height: 104px;
    color: transparent;
    background: linear-gradient( 90deg, rgb(136 110 84) 20%, rgb(126 117 148) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Aest, GTEAPAC;
    font-weight: 500;
    z-index: 100;
    cursor: default;
}

.book_text span {
    display: inline-block;
    padding-top: 0px;
    margin-left: 110px;
    line-height: 25px;
    font-family: 'Century Gothic';
    font-size: 12px;
    color: #9f906e;
    font-weight: 500 !important;
    text-transform: lowercase;
    letter-spacing: .5px;
    cursor: default;
}

/* активен */ 
.pa-last-visit,
.pa-online {
display: none
}

.post-author {
    position:relative;
}

.indOnline, .indOffline {
    position: relative;
    height: 33px;
    width: 100px;
    filter: sepia(1) brightness(0.65) hue-rotate(337deg) blur(0.6px) opacity(0.9);
    left: 0px!important;
    top: 0!important;
    margin-left: -68px !important;
    margin-top: 62px !important;
    font-size: 0px!important;
    transition: ease-out 1.6s;
    transform: rotate(-90deg);
}

.indOnline {
    background: url(https://forumstatic.ru/files/0018/20/d2/60296.png) no-repeat;
    opacity: 1;
    position: absolute;
    display: -webkit-box;
    bottom: 0px !important;
}

.indOffline  {
    background: url(https://forumstatic.ru/files/0018/20/d2/60296.png) no-repeat;
    opacity: 0;
       position: absolute;
    display: -webkit-box;
    bottom: 0px !important;
}

li.pa-online:hover, li.pa-last-visit:hover {
    transition: ease-out 1.6s;
    filter: sepia(1);
}

.leaf {
    background: url(https://forumstatic.ru/files/0018/20/d2/68084.png);
    filter: sepia(1) brightness(0.75) hue-rotate(337deg) opacity(0.56) blur(2px);
    width: 450px;
    height: 550px;
    position: fixed;
    top: -30px;
    margin-left: 720px !important;
    z-index: -1;
}

/* линия */
hr {
    height: 1px;
    background-color: #7e7e7e;
    border: none!important;
}
.post-content hr {
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin-bottom: 0.5em !important;
    margin-top: 0.5em !important;
}

/* копирайт */
.footer-copy {
    width: 300px;
    height: 15px;
    display: inline-block;
    position: absolute;
    margin-top: 53px!important;
    line-height: 12px;
    margin-left: 300px!important;
    font-weight: 600;
    text-align: center;
    padding: 0px 5px;
    font-family: 'MONTSERRAT';
    font-size: 9px;
    letter-spacing: 1.2px;
    color: #8b7b63 !important;
    text-transform: lowercase;
    z-index: 100;
}

.footer-copy a {
    color: #8b7b63 !important;
}

/* фон окна наград и репутации */
#pun-popup_awards div, #pun-reputation div {
    background: #b7bcbb;
    border-radius: 10px;
    z-index: 200 !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: 1100px !important;
}

HTML, body {
	min-width: 540px!important;
}

/* айфон */
html {
-webkit-text-size-adjust: none;
}
/* подсказки */
@media (pointer: coarse), (hover: none) {
      [title] {
        position: relative;
        display: inline-flex;
        justify-content: center;
      }
      [title]:focus::after {
        content: attr(title);
        position: absolute;
        top: 90%;
        color: #000;
        background-color: #fff;
        border: 1px solid;
        width: fit-content;
        padding: 3px;
      }
    }


/* фон задний */
body {
background-color: #1322f3c!important;
background: url("https://forumstatic.ru/files/0018/20/d2/33162.png");
background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
   overflow-x: hidden !important;
   background-size: cover;
}

/* футер */
.footer {
    width: 958px;
    height: 35px;
    display: inline-block;
    position: absolute;
    margin-top: -14px !important;
    margin-left: -21px !important;
    border-radius: 0 0 17px 0;
    padding: 5px 1px;
    background: url(http://forumstatic.ru/files/001b/57/80/31753.png);
}


/* Иконки в профиль */
.pa-posts, .pa-respect, .pa-fld3, .pa-fld4 {
    display: inline-block;
    color: #957565;
    font-weight: 500;
    font-size: 13px;
    font-family: FontAwesome;
    margin-left: 2px !important;
    margin-right: 4px !important;
    margin-top: 0px !important;
    padding: 5px !important;
}
.pa-respect a img {
    opacity: .85;
}

.pa-posts .fld-name,
.pa-respect .fld-name, pa-fld3 .fld-name a {
    font-size: 0;
}

 .pa-fld4 .fld-name a {
    font-size: 0;
}

.pa-posts .fld-name:before, .pa-respect .fld-name a:before, .pa-fld3 .pa-fld-name:before, .pa-fld4 .pa-fld-name:before {
      color: #957565;
    font-size: 13px;
}


.pa-posts .fld-name:before {
    content: '\f075';
    display: block;
}

.isguest .pa-respect .fld-name:before {
    content: '\f004';
      color: #957565;
    font-family: FontAwesome;
    font-size: 13px;
    display: block;
}

.pa-respect .fld-name a:before {
    content: '\f004';
    display: block;
}

li.pa-fld4:before {
    content: '\f1c0';
    display: block;
}

.pa-fld3:before {
    content: '\f0e0';
    display: block;
}



/* категории */
#pun-index .category h2 span  {
    width: 940px;
    display: block;
    cursor: default;
    color: transparent;
    background: linear-gradient( 90deg, rgb(167 138 109) 20%, rgb(126 117 148) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Aest, GTEAPAC;
    font-weight: 600;
    overflow: hidden;
    font-size: 40px;
    height: 30px;
    margin-top: -10px!important;
    margin-left: -20px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: lowercase;
}

#pun-stats.section h2 span {
    width: 940px;
    display: block;
    cursor: default;
    color: transparent;
    background: linear-gradient( 90deg, rgb(167 138 109) 20%, rgb(126 117 148) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Aest;
    font-weight: 600;
    overflow: hidden;
    font-size: 40px;
       height: 30px;
    margin-top: -46px!important;
    margin-left: -20px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: lowercase;
}

#pun-index .category tr {
    background: #70648e1a !important;
    border-radius: 20px;
    display: block;
    margin-bottom: 16px;
    margin-top: -9px;
    border: 1px solid #7e75947d;
}

#pun-stats {
    background: #70648e1a !important;
    border-radius: 20px;
    display: block;
    padding: 10px;
    margin-bottom: 0px;
    margin-top: 30px;
    border: 1px solid #7e75947d;
}

/* 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-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: #333
  }


/* 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: #524862;
  }

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #3e3e3e;
  }

/* 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: #3e3e3e;
  }

/* CS3.3 */
#pun-navlinks a {
    text-decoration: none;
     color: #8e6e5b;
}

/* CS3.4 */
#pun-navlinks a:focus, #pun-navlinks a:active {
  color: #8e6e5b;
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;
  text-decoration: none
  color: #3e3e3e;
  }

/* CS4 Post status icons
 -------------------------------------------------------------*/
/* иконки сообщений, с идеей от бланш */
#pun-index table Div.icon {margin: 12px 0px 0px -32px;}
#pun-index table Div.icon:before {
   color: #9b9aa8;
   font-size: 19px;
   content: "\eb7a" !important;
    font-family: 'cappuccicons';
}

#pun-index table div.inew {margin: 11px 0px 0px -32px;}
#pun-index table div.inew:before {
   color: #7e7593;
   font-size: 19px;
   content: "\eb7a" !important;
    font-family: 'cappuccicons';
}

#pun-index table div.isticky {
   background-color: #ad9680;
      height: 50px;
    width: 4px;
}

#pun-index table div.iclosed {
   background-color: #7e7593;
      height: 50px;
    width: 4px;
}

#pun-viewforum table Div.icon, #pun-messages table Div.icon {
    position: relative;
    float: left;
     height: 10px;
    width: 10px;
    background-color: #9b9aa8;
border-radius: 50%;
    margin-left: -25px !important;
    margin-top: -1px!important;
}

#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon  {
height: 10px;
    width: 10px;
    background-color: #7e7593;
 border-radius: 50%;
}

#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon {
height: 10px;
    width: 10px;
    background-color: #ad9680;
 border-radius: 50%;
}

#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon {
height: 10px;
    width: 10px;
   background-color: #7e7593;
border-radius: 50%;
}


/* убирает голубую обводку в форме ответа */
input, textarea { outline: none; }  input:active, textarea:active { outline: none; } :focus { outline: none; }


/* выделение */
    ::selection { 
    background: #5e5a74c4;
    color: #080808;
    opacity: 0.4;
    }  
*::-moz-selection {
    background:#5e5a74c4;
    color: #080808;
}


/* аватар */
.pa-avatar img {
    padding: 3px !important;
    outline: 2px solid #8e6e5b;
    border-radius: 3px;
    max-width: 180px;
    max-height: 180px;
}

/* шрифты, размер и другое */
#font-area, #size-area, #spoiler-sels {
   border: 1px solid #8e8b92;
    border-radius: 10px;
    color: #464544 !important;
    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 {
   border: 1px solid #8e8b92;
    border-radius: 10px;
    color: #464544 !important;
    width: 220px !important;
     margin-left: 555px;
    padding: 8px;
    margin-top: 4px;
    max-height: 148px;
    overflow-y: auto;
}

#smilies-area {
  border: 1px solid #8e8b92;
    border-radius: 10px;
    color: #464544 !important;
    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;
}


/* прокрутка */
::-webkit-scrollbar-thumb:vertical {
background-color: #7b7b7b !important; height: 4px; 
}

::-webkit-scrollbar-thumb:horizontal {
background-color: #7b7b7b !important; height: 4px; 
}

::-webkit-scrollbar {
    background-color: #3a3a3c;
    height: 7px;
    width: 6px;
}

::-webkit-scrollbar {
width: 6px;
height:6px;
background-color: #3a3a3c;}

::-webkit-scrollbar-thumb {
  background-color: #3a3a3c;
  width:6px !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;}


/* аватар */
.punbb .user-avatar .avatar-image {
 filter: sepia(1) brightness(0.63) hue-rotate(215deg) contrast(1);
}


#pun .user-avatar.user-avatar .avatar-image {
    border-radius: 10px !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;
    top: 2px!important;
    right: 2px!important;
    z-index: 100;
    background-color: #827791 !important;
}

/* скрываем быстрый ответ */
#post-form h2 span {
    font-size: 0px;
}

/* подложка для формы ответа */
#form-buttons {
    position: relative;
    padding-left: 10px;
    border-radius: 10px 10px 0 0;
    background: linear-gradient( 90deg, rgb(161 132 102 / 42%) 20%, rgb(126 117 148 / 41%) 80%);
    border-top: 1px solid rgb(131 127 125 / 55%);
    border-left: 1px solid rgb(131 127 125 / 55%);
    border-right: 1px solid rgb(131 127 125 / 55%);
    margin-right: -7px;
    margin-bottom: 0px;
}

/* символы */
small#plng {
   font-family: 'Comfortaa';
    text-transform: lowercase;
    font-size: 10.5px!important;
    letter-spacing: 0.2px;
    margin-left: 0px;
    padding: 0px 6px;
}


div#keyboard-area {
  border: 1px solid #8e8b92;
    border-radius: 10px;
    color: #464544 !important;
    width: 630px !important;
    padding: 8px;
    max-height: 148px;
    overflow-y: auto;
    z-index: 9999;
}

#keyboard-span input {
    color: #070707 !important;
    background-color: #a29c9d42 !important;
    border: 1px solid #98918e !important;
}




a.lastpost-link {
   background: linear-gradient( 90deg, rgb(161 132 102 / 42%) 20%, rgb(126 117 148 / 41%) 80%);
    margin-left: 2px;
    margin-top: 2px;
    padding: 2px 2px 3px 3px;
    border-radius: 4px;
    color: #474352!important;
}


/* плашку предоставили на прекрасном рено, с моей доработкой */

li.pa-fld1 {
   width: 226px;
    left: 0px;
    top: 27px;
    margin-bottom: 5px;
    padding: 2px 2px 2px 2px!important;
    text-align: justify;
  display: block;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pa-fld1 {
    height: 32px;
    position: relative;
    margin-left: -10.5px !important;
    margin-top: -37px!important;
    background: linear-gradient(to right, rgb(126 99 84) 0%, rgb(84 78 102) 100%);
    border: 1px solid #00000021;
    cursor: default;
}
.pa-fld1 fonpi{height: 32px; width: 226px;}

.pa-fld1 kt {
    display: flex;
    align-items: center;
    width: 75px;
    font-size: 7.5px;
    font-family: 'Comfortaa';
    font-weight: 600;
    height: 14px;
    position: absolute;
    margin-left: 5px;
    margin-top: 9.5px;
   color: #afb3b7 !important;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: center;
}

.pa-fld1 mt {
    display: flex;
    align-items: center;
    width: 83px;
    height: 14px;
    font-size: 7.5px;
    margin-left: 140px;
    position: absolute;
    font-family: 'Comfortaa';
    font-weight: 600;
    margin-top: 9.5px;
    color: #afb3b7 !important;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: center;
}
.pa-fld1 ici{position: absolute; margin-left: -95px; margin-top: -7px;}
.pa-fld1 ici img {
    opacity: .9;
    max-width: 43px;
    position: absolute;
    background: url(http://forumstatic.ru/files/001b/78/43/52219.png);
    padding: 2px 4px;
    filter: brightness(1) opacity(0.85);
    -webkit-clip-path: polygon(50% 0%, 100% 38%, 83% 87%, 17% 87%, 0% 38%);
    clip-path: polygon(50% 0%, 100% 38%, 83% 87%, 17% 87%, 0% 38%);
    margin-top: 1px;
    margin-left: 182px;
    box-shadow: 0px 0px 40px 4px #5f5678 inset;
}

/* личное звание */
.pa-fld2 {
    position: relative;
    width: 212px !important;
    padding: 8px 3px !important;
    margin-left: -2.5px !important;
    margin-top: 33px !important;
    margin-bottom: -10px!important;
    text-transform: lowercase;
    cursor: default;
}

.lzname {
    position: relative;
    font-size: 11px;
    padding: 4px 4px;
    font-weight: 600;
    font-family: 'Century Gothic';
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #8b746b!important;
    top: -1px !important;
}

.lzname a {
     color: #8b746b !important;
}


.lz {
    margin-left: -3px!important;
    margin-right: auto!important;
    margin-top: -9px!important;
    text-transform: lowercase;
    width: 200px;
    font-family: 'Century Gothic';
    font-weight: normal;
    line-height: 14.8px;
    font-size: 9.7px;
    padding: 10px 10px 9px 9px;
    color: #bec2c1f0;
    text-align: justify;
}

.lz b {
    color: #b3907c;
}

.race {
    position: relative;
    width: 200px;
    margin-left: 3px!important;
    color: #bec2c1f0;
    margin-bottom: 5px !important;
    margin-top: 2px !important;
    font-size: 9px;
    height: 10px;
    letter-spacing: 1px;
    line-height: 10px;
    padding: 3px 2px;
    font-family: 'Century Gothic';
    text-transform: lowercase;
    background: #57506594;
    border-radius: 10px;
}


/* профиль */
li.pa-fld5 img {
    padding: 3px 9px;
    margin-top: 0px;
    margin-left: 0px;
    opacity: .85;
}

li.pa-fld5 {
    z-index: 1;
    position: absolute;
    margin-top: 90px;
    margin-left: -10px;
    border-radius: 0 40px 40px 0;
    background: linear-gradient(to right, #7c6255 50%, rgb(102 82 72) 100%);
    border: 1px solid #00000026;
    transition: ease-out 1.9s;
}

/* сообщения */
#pun-messages .indOnline {
  display: none;
}

#pun-messages .post-author {
    margin-left: -30px !important;}

/* БАННЕРЫ
----------------------------------------------------------------------------------------------------------------------*/
#banners {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    height: 31px;
    width: 940px;
    margin-left: 10px;
    margin-top: 2px;
    letter-spacing: 2px;
    opacity: 0.7;
}

#banners a img {
    opacity: 0.8;
    -moz-opacity: 0.8;
   filter: brightness(0.34) sepia(1) hue-rotate(220deg) opacity(0.7);
}

#banners a img:hover {
transition: all 0.5s;
opacity:0.8;
-moz-opacity:0.8;
  filter: none;
}