post of the week

    Они поднимаются в тишине, такой густой и напряжённой, что можно ножом резать. Юми старается не смотреть на него, сама не понимая почему. Осознание того, что им предстоит приходит к ней, лишь когда она переступает порог номера. Она мнётся пару секунд, не зная, что с этим делать. Будто они сняли номер совсем не для работы...

    читать далее
    episode of the week you're starin' to forget?

    bosver

    Информация о пользователе

    Привет, Гость! Войдите или зарегистрируйтесь.


    Вы здесь » bosver » коды » лондон


    лондон

    Сообщений 1 страница 4 из 4

    1

    https://forumupload.ru/uploads/001b/6f/ae/3/665405.png
    https://forumupload.ru/uploads/001b/6f/ae/3/454329.png
    https://forumupload.ru/uploads/001b/6f/ae/3/416375.png https://forumupload.ru/uploads/001b/6f/ae/3/589509.png https://forumupload.ru/uploads/001b/6f/ae/3/708591.png
    https://forumupload.ru/uploads/001b/6f/ae/3/396083.png
    https://forumupload.ru/uploads/001b/6f/ae/3/80075.png

    0

    2

    Код:
    /*************************************************************
    СТРУКТУРА
    *************************************************************/
    /* Не удалять
    -------------------------------------------------------------*/
    @import url(style_cs.css);
    /* Шрифты
    -------------------------------------------------------------*/
    @import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@100;200;300;400);
    @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
    @import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,700;1,400;1,700&family=La+Belle+Aurore&family=Marck+Script&family=Oswald:wght@400;700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poiret+One&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=UnifrakturMaguntia&display=swap");
    @import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;700&family=Pacifico&display=swap");
    @import url("https://fonts.googleapis.com/css2?family=Andika&display=swap");
    @import url("https://forumstatic.ru/files/001a/b2/2a/23802.css");
    @import url("https://forumstatic.ru/files/001a/b2/2a/66911.css");
    /* старые ХТМЛ */
    :root {
      --font: verdana, arial, helvetica, sans-serif;
      --fontmont: 'Montserrat', verdana, arial, helvetica, sans-serif;
      --mso: 'Material Symbols Outlined';
      --headerimg: url(https://forumstatic.ru/files/001a/16/90/49478.png);
      --headerheight: 299px;
      --bodybgcolor: #323232;
      --bodyimg: #323232;
      --punbgcolor: #d7d7d7;
      --punbgimg: url(https://forumstatic.ru/files/001a/16/90/13681.jpg);
      --punbgimg-grey: url(https://forumstatic.ru/files/001a/16/90/54959.jpg);
      --night-punbgcolor: #bcbcbc;
      --profilebtm: url(https://forumstatic.ru/files/001b/6f/ae/88462.png);
      --night-profilebtm: url(https://forumstatic.ru/files/001b/6f/ae/29421.png);
      --textcolor: #333333;
      --textcolor-night: #0c0c0c;
      --accentcolor: #75362e;
      --linkcolor: #75362e;
      --linkcolorhov: #7e7e7e;
      --inputbgcolor: #efefef;
      --buttonbgcolor: #282828;
      --buttontextcolor: #efefef;
      --selectbgcolor015: rgba(64, 64, 64, 0.15);
      --selectbgcolor05: rgba(64, 64, 64, 0.5);
      --selectbgcolor075: rgba(64, 64, 64, 0.75);
      --selectbgcolor09: rgba(64, 64, 64, 0.9);
      --selecttextcolor: #d7d7d7;
      --textareacolor: #ffffff;
      --black01: rgba(0, 0, 0, 0.1);
      --black02: rgba(0, 0, 0, 0.2);
      --black05: rgba(0, 0, 0, 0.5);
      --black003: rgba(0, 0, 0, 0.03);
      --black004: rgba(0, 0, 0, 0.04);
      --black005: rgba(0, 0, 0, 0.05);
      --black006: rgba(0, 0, 0, 0.06);
      --white05: rgba(255, 255, 255, 0.5);
      --white08: rgba(255, 255, 255, 0.8);
      --grey: #686868;
      --bodywidth: 1000px;
      --profilewidth: 220px;
      --bodypadding: 20px;
    }
    
    /* Обнуление
    -------------------------------------------------------------*/
    * {
      border: none !important;
      border-style: none !important;
      border-width: 0 !important;
      border-color: transparent !important;
      -webkit-text-size-adjust: none !important;
      -moz-text-size-adjust: none !important;
      -ms-text-size-adjust: none !important;
    }
    
    html,
    body {
      margin: 0 !important;
      padding: 0 !important;
      outline: none !important;
      -webkit-text-size-adjust: none !important;
      -moz-text-size-adjust: none !important;
      -ms-text-size-adjust: none !important;
    }
    
    .punbb * {
      margin: 0;
    }
    
    #pun {
      position: relative;
    }
    
    .punbb {
      float: left;
      width: 100%;
      height: auto;
    }
    
    #pun-redirect,
    #pun-maint {
      margin: 0 auto 10px;
      width: auto;
      float: none;
    }
    
    .punbb ul,
    .punbb dl,
    .punbb li,
    .punbb dd,
    .punbb dt {
      padding: 0;
      list-style: none;
    }
    
    /* Скрытые элементы
    -------------------------------------------------------------*/
    #pun:after,
    .punbb .container:after,
    .punbb .post-links ul:after,
    .punbb .main div.inline:after,
    .punbb .post-box:after,
    .punbb .linksb:after {
      clear: both;
      content: ".";
      display: block;
      height: 0;
      visibility: hidden;
      overflow: hidden;
      line-height: 0.0;
      font-size: 0;
    }
    
    .acchide,
    #pun-index #pun-main h1,
    #pun-navlinks h2,
    #pun-pagelinks h2,
    #pun-status h2,
    #pun-ulinks h2,
    .punbb .forum h2,
    .punbb .multipage .topic h2,
    .punbb dl.post-sig dt span,
    .punbb p.crumbs strong,
    .punbb .divider hr,
    .punbb .required label em,
    .punbb .formsubmit label,
    .punbb .submitfield label,
    .punbb .modmenu label,
    #pun-userlist .main h2 {
      font-size: 0;
      height: 0;
      width: 0;
      line-height: 0.0;
      position: absolute;
      left: -9999px;
      overflow: hidden;
    }
    
    td#title-logo-tdr,
    .punbb .datafield br,
    #post-form h2 span,
    #pun-messages .user-avatar,
    #pun-modviewforum .user-avatar,
    #pun-searchposts li.pa-replies,
    #pun-messages li.pa-reg,
    #pun-messages li.pa-posts,
    #pun-title h1,
    #navawards,
    #pun-ulinks li.item5,
    #pun-main div.catleft,
    #pun-main div.catright,
    .topic a.sharelink,
    li.pl-reports,
    #pun-live-rusff,
    form#register .info-box,
    #button-files_rusff,
    #button-graffiti_rusff,
    #post legend span,
    div#topic-modmenu span,
    .stickytext,
    .closedatafield,
    p.lastedit,
    lastedit,
    div#most_invitations,
    #pun-announcement h2,
    #pun-viewforum .modmenu .container span,
    #pun-searchtopics .modmenu .container,
    li#pa-invites,
    #pun-multimove li.pa-title,
    .punbb .main td .modlist,
    #pun-index .main td.tcr br,
    .pa-fld1 .fld-name,
    .pa-fld2 .fld-name,
    .pa-fld3 .fld-name,
    .pa-fld4 .fld-name,
    .pa-fld5 .fld-name,
    li.pa-gifts,
    li.pa-gifts a,
    li.pa-gifts span,
    #pun-searchposts .post-links,
    #pun-messages .linksb:after {
      display: none !important;
    }
    
    /* Тело
    -------------------------------------------------------------*/
    body {
      font-size: 100.01%;
      font-family: var(--fontmont);
      font-weight: 500;
    }
    
    .punbb {
      font: 500 68.75% var(--fontmont);
      padding: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    .punbb .post-box {
      font: 1em var(--font);
    }
    
    .punbb textarea {
      background: var(--white05);
      font: 1em var(--font);
    }
    
    .punbb input {
      background: var(--selectbgcolor015);
      font: 1em var(--fontmont);
    }
    
    .punbb select {
      background: var(--selectbgcolor015);
      font: 1em var(--fontmont);
      text-transform: lowercase;
    }
    
    .punbb optgroup {
      background: var(--selectbgcolor015);
      font: 1em var(--fontmont);
      font-weight: 700;
    }
    
    .punbb pre {
      font: 1em var(--font);
      line-height: 170%;
      white-space: break-spaces;
      text-align: left;
    }
    
    .punbb .main table {
      table-layout: fixed;
      width: 100%;
    }
    
    #pun-messages .main table,
    #pun-reputation table {
      border-spacing: 0 12px;
    }
    
    .punbb .section {
      margin: 0 auto;
      width: 100%;
    }
    
    .punbb .main {
      margin-bottom: 0;
    }
    
    .punbb .topic {
      margin-top: 0;
    }
    
    .punbb .category,
    .punbb .post {
      margin-top: 0;
    }
    
    .punbb .category {
      cursor: default;
    }
    
    .punbb #pun-category1,
    .punbb .toppost,
    .punbb .topicpost {
      margin-top: 0;
    }
    
    .checkfield input[type="checkbox"],
    .radiofield input[type="radio"] {
      margin: 0 0.3em;
    }
    
    p[class="checkfield"] *,
    div[class="checkfield"] *,
    fieldset[class="radiofield"] * {
      height: 1.3em;
      vertical-align: middle;
    }
    
    #pun {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    .punbb {
      margin: 0;
      width: 100% !important;
      padding: 0 !important;
    }
    
    /* Шапка
    -------------------------------------------------------------*/
    #pun-title td.title-logo-tdl {
      width: 100%;
    }
    
    #pun-title {
      margin: 0;
    }
    
    #pun-title h1 span {
      font-size: 0;
    }
    
    /* Меню навигации: форум, участники и т. д.
    -------------------------------------------------------------*/
    #pun-navlinks {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    
    #pun-navlinks .container {
      background: transparent !important;
      width: 100%;
      height: 100%;
      margin: 0;
    }
    
    #navindex a:before,
    #navuserlist a:before,
    #navsearch a:before,
    #navprofile a:before,
    #navpm a:before,
    #navadmin a:before,
    #navlogout a:before,
    #navlogin a:before,
    #navregister a:before,
    #navpr_1 a:before {
      display: inline-block;
    }
    
    #pun-navlinks {
      z-index: 999;
    }
    
    #pun-navlinks li {
      padding: 0;
    }
    
    #navindex a:before,
    #navuserlist a:before,
    #navsearch a:before,
    #navprofile a:before,
    #navpm a:before,
    #navadmin a:before,
    #navlogout a:before,
    #navlogin a:before,
    #navregister a:before,
    #navpr_1 a:before {
      height: auto;
      width: auto;
      margin: 0;
    }
    
    /* Меню навигации 2: новые соо, активные темы и т. д.
    -------------------------------------------------------------*/
    #pun-ulinks li {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      white-space: nowrap;
    }
    
    #pun-ulinks li a {
      white-space: nowrap;
    }
    
    #pun-ulinks {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    
    #pun-ulinks .container {
      background: transparent !important;
      width: 100%;
      height: 100%;
      margin: 0;
    }
    
    #pun-ulinks .item1,
    #pun-ulinks .item1 a {
      padding-left: 0;
    }
    
    /* Приветствие и хлебные крошки
    -------------------------------------------------------------*/
    #pun-crumbs1 {
      overflow: hidden;
      margin: 0;
    }
    
    #pun-crumbs1 .container {
      padding: 30px 0 10px;
    }
    
    #pun-crumbs2 {
      overflow: hidden;
      margin: 0;
    }
    
    #pun-crumbs2:not(#pun-viewforum #pun-crumbs2, #pun-searchtopics #pun-crumbs2, #pun-userlist #pun-crumbs2, #pun-respect #pun-crumbs2, #pun-searchposts #pun-crumbs2, #pun-multimove #pun-crumbs2) {
      padding: 30px 0 0 !important;
    }
    
    #pun-viewforum #pun-crumbs2,
    #pun-searchtopics #pun-crumbs2,
    #pun-userlist #pun-crumbs2,
    #pun-respect #pun-crumbs2,
    #pun-searchposts #pun-crumbs2,
    #pun-multimove #pun-crumbs2 {
      padding: 3px 0 2px;
    }
    
    #pun-crumbs2 .container {
      padding: 0;
    }
    
    #pun-break1 {
      height: 0;
      margin: 0;
      position: relative;
      z-index: 1;
    }
    
    #pun-status .container {
      padding: 0;
    }
    
    #pun-status .status-right a {
    margin-right: 3px;
    }
    
    #pun-status span #pun-crumbs1,
    #pun-crumbs1 .container,
    #pun-crumbs2 .container,
    #pun-crumbs2 {
      font-weight: 500 !important;
    }
    
    .punbb .divider {
      border-color: transparent !important;
    }
    
    /* Объявление и переадресация
    -------------------------------------------------------------*/
    #pun-announcement .html-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto;
    }
    
    .pun-modal .modal-inner {
      background: var(--punbgcolor);
      padding: 10px !important;
      width: 600px !important;
      border-radius: 30px;
    }
    
    .move_posts_form .modal-inner > .container {
      background: var(--punbgcolor) !important;
    }
    
    #move_posts_form .formal > form.container {
      padding: 15px 15px 7px 15px !important;
    }
    
    body.redirect-page #pun {
      margin: calc(var(--headerheight) / 2) auto 0 !important;
    }
    
    #pun-redirect,
    #pun-maint {
      background-color: var(--punbgcolor);
      padding: 20px !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    #pun-redirect h1 {
      margin-bottom: 0 !important;
      padding: 10px 0 !important;
    }
    
    .pun-modal.move_posts_form h2 {
      margin-bottom: 10px !important;
    }
    
    .move_posts_form .modal-inner > .container .fs-box {
      text-transform: lowercase;
    }
    
    #move_posts_form .tcl {
      text-align: left;
    }
    
    #move_posts_form .tc2 {
      width: 15%;
      text-align: right;
    }
    
    .forum_name strong {
      font-weight: 700 !important;
      color: var(--textcolor);
    }
    
    .night .forum_name strong {
      color: var(--textcolor-night);
    }
    
    /* Таблица общее
    -------------------------------------------------------------*/
    .punbb .main .tcmod {
      text-align: center;
      width: 3%;
    }
    
    .punbb .main td {
      padding: 0;
    }
    
    .punbb .main tr {
      display: block;
    }
    
    #pun-messages tr,
    #pun-reputation tr,
    .punbb .post-box table tr {
      display: table-row;
    }
    
    #pun-viewforum .main tr:not(:last-child):not(:first-child),
    #pun-searchtopics .main tr:not(:last-child):not(:first-child),
    .multipage .main tr:not(:last-child):not(:first-child),
    #pun-userlist .main tr:not(:last-child):not(:first-child),
    #pun-statistic .main tr:not(:last-child):not(:first-child),
    #pun-online .main tr:not(:last-child):not(:first-child),
    #pun-modviewforum .main tr:not(:last-child):not(:first-child) {
      margin: 1.5em 0;
    }
    
    #pun-viewforum .main tr:last-child:not(:first-child),
    #pun-searchtopics .main tr:last-child:not(:first-child),
    .multipage .main tr:last-child:not(:first-child),
    #pun-userlist .main tr:last-child:not(:first-child),
    #pun-statistic .main tr:last-child:not(:first-child),
    #pun-online .main tr:last-child:not(:first-child),
    #pun-modviewforum .main tr:first-child:not(:last-child) {
      margin: 1.5em 0 1px;
    }
    
    #pun-viewforum .main tr:first-child:not(:last-child),
    #pun-searchtopics .main tr:first-child:not(:last-child),
    .multipage .main tr:first-child:not(:last-child),
    #pun-userlist .main tr:first-child:not(:last-child),
    #pun-statistic .main tr:first-child:not(:last-child),
    #pun-online .main tr:first-child:not(:last-child),
    #pun-modviewforum .main tr:first-child:not(:last-child) {
      margin: 0 0 1.5em;
    }
    
    #pun-index .main td {
      padding: 0;
    }
    
    .punbb .main th {
      padding: 0 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 0;
    }
    
    #pun-index .main th {
      padding: 0 !important;
    }
    
    #pun-respect .main th,
    #pun-online .main th {
      padding: 20px 0 !important;
    }
    
    #pun-messages .main th {
      padding: 0 0 8px;
    }
    
    .punbb .main td span.youposted {
      position: absolute;
    }
    
    .punbb tbody.hasicon td.tcl {
      padding-left: 0;
    }
    
    .punbb .user-avatar {
      margin: 0 !important;
      float: left !important;
      position: relative;
    }
    
    .punbb .user-avatar .isonline {
      display: block;
      position: absolute;
      animation: blinkColor 1.2s linear infinite !important;
      -moz-animation: blinkColor 1.2s linear infinite !important;
      -webkit-animation: blinkColor 1.2s linear infinite !important;
      z-index: 100;
    }
    
    .multipage {
      margin-top: 0;
    }
    
    .multipage,
    div#pun-main,
    div#pun-stats,
    div#pun-crumbs1,
    div#pun-crumbs2,
    div#pun-status,
    div#pun-about {
      padding: 0;
    }
    
    /* Таблица на index
    -------------------------------------------------------------*/
    #pun-index .main .tcl,
    #pun-index .main .tcr {
      overflow: hidden;
    }
    
    #pun-index .main .tc2,
    #pun-index .main .tc3 {
      width: 0;
      font-size: 0;
    }
    
    /* Таблица на searchtopics и viewforum
    -------------------------------------------------------------*/
    #pun-searchtopics tr {
      vertical-align: top;
    }
    
    #pun-searchtopics .tcl {
      width: calc(var(--bodywidth) * 0.4) !important;
    }
    
    #pun-searchtopics .tc2 {
      width: calc(var(--bodywidth) * 0.3) !important;
    }
    
    #pun-searchtopics .tc3 {
      width: calc(var(--bodywidth) * 0.1) !important;
    }
    
    #pun-searchtopics .tcr {
      width: calc(var(--bodywidth) * 0.2) !important;
    }
    
    #pun-searchtopics div.icon {
      float: none;
      position: absolute;
      line-height: 0;
    }
    
    #pun-viewforum tr,
    .multipage tr {
      vertical-align: top;
    }
    
    #pun-viewforum .tcl,
    .multipage .tcl {
      width: calc(var(--bodywidth) * 0.55) !important;
    }
    
    #pun-viewforum .tc2,
    #pun-viewforum .tc3,
    .multipage .tc2,
    .multipage .tc3 {
      width: calc(var(--bodywidth) * 0.1) !important;
    }
    
    #pun-viewforum .tcr,
    .multipage .tcr {
      width: calc(var(--bodywidth) * 0.35) !important;
    }
    
    #pun-viewforum .tcr a,
    .multipage .tcr a {
      display: block;
    }
    
    #pun-viewforum div.icon,
    .multipage div.icon {
      float: none;
      position: absolute;
      line-height: 0;
    }
    
    #pun-statistic .tcl:not(.tcl.tc-topic) {
      width: calc(var(--bodywidth) * 0.275) !important;
    }
    
    #pun-statistic .tcl.tc-topic {
      width: calc(var(--bodywidth) * 0.425) !important;
    }
    
    #pun-statistic .tc2 {
      width: calc(var(--bodywidth) * 0.275) !important;
    }
    
    #pun-statistic .tc3 {
      width: calc(var(--bodywidth) * 0.15) !important;
    }
    
    #pun-statistic .tc3:not(:last-child) {
      text-align: center;
    }
    
    /* Таблица на userlist
    -------------------------------------------------------------*/
    #pun-userlist .usertable {
      margin: 20px auto 20px;
    }
    
    #pun-userlist .tcl {
      width: calc(var(--bodywidth) * 0.275) !important;
      text-align: left;
    }
    
    #pun-userlist .tc2 {
      width: calc(var(--bodywidth) * 0.275) !important;
      text-align: center;
      vertical-align: middle;
      word-break: break-word;
    }
    
    #pun-userlist .tc3 {
      width: calc(var(--bodywidth) * 0.15) !important;
      text-align: center;
      vertical-align: middle;
    }
    
    #pun-userlist .tc3:last-child {
      text-align: right;
    }
    
    .usertable {
      margin: 0 auto;
    }
    
    /* Таблица на debug и statistic
    -------------------------------------------------------------*/
    #pun-debug .tcl {
      width: calc(var(--bodywidth) * 0.15) !important;
      white-space: normal;
    }
    
    #pun-debug .tcr {
      width: calc(var(--bodywidth) * 0.9) !important;
      white-space: normal;
    }
    
    #pun-statistic {
      text-transform: lowercase;
    }
    
    #pun-statistic .tcl {
      text-align: left !important;
    }
    
    #pun-statistic .tc2 {
      text-align: center !important;
    }
    
    #pun-statistic .tc3:not(:last-of-type) {
      text-align: center !important;
    }
    
    #pun-statistic .tc3:last-of-type {
      text-align: right !important;
    }
    
    #pun-statistic th {
      font-size: 0.8em;
      padding: 20px 0 12px;
      font-weight: 700 !important;
    }
    
    #statistic-other span {
      padding-right: 0 !important;
    }
    
    #pun-online .tcl,
    #pun-online .tc3 {
      width: calc(var(--bodywidth) * 0.33) !important;
    }
    
    #pun-online .tc3 {
      text-align: right;
    }
    
    #pun-online td.tcl.username,
    #pun-online th.tcl:first-child {
      text-align: left;
    }
    
    #pun-online .tcl.action {
      text-align: center;
    }
    
    #pun-online .tcl.action strong {
      font-weight: 500 !important;
    }
    
    /* Таблица на pun-messages
    -------------------------------------------------------------*/
    #pun-messages tbody.hasicon td.tcl {
      padding-left: 0;
    }
    
    #pun-messages div.icon {
      float: none;
      position: absolute;
      line-height: 0;
    }
    
    #pun-messages tr {
      vertical-align: middle;
    }
    
    #pun-messages .tcl {
      width: calc(var(--bodywidth) * 0.3) !important;
      text-align: left;
    }
    
    #pun-messages .tc2 {
      width: calc(var(--bodywidth) * 0.2) !important;
    text-transform: none!important;
    }
    
    #pun-messages .tc2:last-of-type {
      width: calc(var(--bodywidth) * 0.05) !important;
    }
    
    #pun-messages .tc3 {
      width: calc(var(--bodywidth) * 0.1) !important;
    }
    
    #pun-messages .tcr {
      width: calc(var(--bodywidth) * 0.1) !important;
    }
    
    #pun-messages .tcr a {
      display: block;
    }
    
    #pun-messages fieldset {
      padding: 0 8px 0 0;
    }
    
    /* Личные сообщения
    -------------------------------------------------------------*/
    #volSlider {
      display: block !important;
      float: right !important;
      margin: 5px 0 0 1em !important;
    }
    
    #volSlider .thumb {
      cursor: pointer !important;
      display: inline-block !important;
      position: relative !important;
    }
    
    /* Статистика
    -------------------------------------------------------------*/
    #pun-stats .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative;
    }
    
    #pun-stats li.item1,
    #pun-stats li.item2,
    #pun-stats li.item3,
    #pun-stats li.item4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      text-align: center;
      padding: 0 10px;
      cursor: default;
      height: 41px;
      width: auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: -71px 0 10px;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    
    #pun-stats li.item1 span,
    #pun-stats li.item2 span,
    #pun-stats li.item3 span,
    #pun-stats li.item4 span {
      margin-right: 3px;
    }
    
    li#onlinelist {
      float: left;
      text-align: justify;
      width: 100%;
      margin: 0 0 1em;
      line-height: 1.3;
    }
    
    li#onlinelist:last-child {
      margin: 0 !important;
    }
    
    li#onlinelist div {
      padding: 0;
    }
    
    #onlinelist a {
    text-transform: none;
    }
    
    #onlinelist {
      text-transform: lowercase;
      letter-spacing: 0.2px;
      font-size: 1em;
      font-weight: 500;
    }
    
    #onlinelist a:not {
    text-transform: initial;
    }
    
    /* Футер
    -------------------------------------------------------------*/
    #pun-qjump {
      width: 50%;
      margin: 0;
      position: relative;
      float: left;
    }
    
    #pun-qjump .container {
      background: transparent;
    }
    
    #pun-about {
      margin: 0;
    }
    
    #pun-about .container {
      line-height: 150%;
    }
    
    #pun-about p span {
      display: block;
      padding: 0;
    }
    
    #pun-break4 {
      position: relative;
      height: 0;
      margin: 0;
      z-index: 1;
    }
    
    /* Посты
    -------------------------------------------------------------*/
    #main-reply {
      line-height: 170%;
      padding: 10px;
    }
    
    .punbb textarea,
    .punbb input,
    .punbb select,
    .punbb optgroup {
      outline: none;
      padding: 3px 5px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0;
    }
    
    #pun-viewtopic #post-form textarea {
      border-radius: 0 0 32px 32px !important;
      border: 1px solid var(--grey) !important;
      border-top-width: 0 !important;
    }
    
    .submitfield input#sub4,
    #pun-profile p.inputfield a,
    #pun-profile p.datafield a {
      text-transform: lowercase;
      padding: 5px 10px;
      line-height: 1;
      border-radius: 15px;
      cursor: pointer;
      background: var(--white05);
      color: var(--grey) !important;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      min-width: 125px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
    }
    
    .submitfield input#sub4:hover,
    #pun-profile p.inputfield a:hover,
    #pun-profile p.datafield a:hover {
      border-radius: 0;
    }
    
    .punbb .post .container {
      margin-top: 0 !important;
      padding-bottom: 0;
      position: relative;
    }
    
    .punbb .post h3 strong {
      width: 9em;
      float: right;
      font-weight: 500 !important;
      text-align: right;
    }
    
    .punbb .post h3 strong:before {
      content: 'пост ';
    }
    
    .punbb .post .post-author ul,
    .punbb .post .post-author p {
      padding: 0;
      line-height: 140%;
    }
    
    .punbb fieldset {
      padding: 0;
      margin: 0;
    }
    
    .punbb fieldset legend {
      padding: 0;
      margin: 0;
    }
    
    .punbb fieldset legend span {
      padding: 0;
      margin: 0;
    }
    
    .punbb fieldset .post-box {
      margin-bottom: 0.8em;
    }
    
    .punbb .post-content {
      padding: 0;
      margin: 0;
      width: 100%;
      overflow: hidden;
    }
    
    #pun-messages .post-content {
      width: 100% !important;
    }
    
    .punbb .post-content p {
      margin: 0;
      padding: 0 0 1em 0;
      line-height: 170%;
    }
    
    .punbb .post-content blockquote p:last-of-type {
      padding: 0;
    }
    
    .punbb .post-content img {
      vertical-align: text-bottom;
    }
    
    .punbb .post-content img.postimg {
      vertical-align: middle;
    }
    
    .punbb .post-content blockquote,
    .punbb .post-content .blockcode {
      overflow: hidden;
      margin: 0;
      padding: 8px 12px;
    }
    
    .punbb .post-content .scrollbox {
      height: auto !important;
      max-height: 60px !important;
      overflow-y: auto;
    }
    
    .punbb .post-content .spoiler-box > div {
      padding: 8px 12px !important;
      line-height: 170%;
    }
    
    .punbb .post-content .spoiler-box > div:before,
    .punbb .post-content .spoiler-box > div.visible:before {
      display: inline-block;
    }
    
    .punbb .post-content .quote-box,
    .punbb .post-content .code-box {
      margin: 0 0 1em;
      padding: 0;
    }
    
    .punbb .info .container {
      padding: 1em 2em;
      text-align: center;
    }
    
    .punbb .info .container .backlink {
      padding-top: 0.8em;
    }
    
    .punbb .info-box {
      padding: 1.1em 1.7em 1em 1.7em;
      margin: 0 0 1.1em 0;
    }
    
    .punbb .info-box * {
      padding: 0 0 0.7em 0;
    }
    
    .punbb .fs-box {
      padding: 1em 0 0.8em 0;
    }
    
    .punbb .fs-box p,
    .punbb .fs-box fieldset {
      padding: 0 0 0.8em 0;
      line-height: 160%;
    }
    
    .punbb .inline .inputfield,
    .punbb .inline .selectfield,
    .punbb .inline .passfield {
      float: left;
      margin-right: 1em;
      line-height: 160%;
    }
    
    .punbb .inline .infofield {
      clear: both;
      text-transform: lowercase;
    }
    
    .punbb .areafield span.input,
    .punbb p.longinput span.input {
      display: block;
      padding: 0 12em 0 0;
      height: 100%;
    }
    
    .punbb textarea,
    .punbb .longinput input {
      width: auto;
      margin: 0;
    }
    
    .punbb .post-box {
      padding: 0;
    }
    
    .punbb .post-links ul {
      height: auto;
      margin-left: 0;
      padding: 0 0 0;
      background: transparent;
      line-height: 1;
      text-align: right;
    }
    
    .punbb .post-links li {
      line-height: 1 !important;
    }
    
    .punbb .post-links li:not(:first-of-type) {
      margin-left: 1.5em;
    }
    
    .punbb .hashelp {
      position: relative;
    }
    
    .punbb .clearer {
      clear: both;
      height: 0;
      font-size: 0;
    }
    
    #pun-messages .clearer {
      display: none;
    }
    
    .punbb .post-sig dt {
      display: block;
      width: 50%;
      margin: 10px auto;
    }
    
    .punbb dl.post-sig p,
    #profile-signature p,
    dl.parsedsig p {
      line-height: 100% !important;
    }
    
    .punbb .helplinks {
      display: block;
      position: absolute;
      width: 36%;
      top: 1em;
      right: 0;
      font-weight: 500;
    }
    
    .punbb .helplinks span {
      display: block;
      padding-bottom: 0.2em;
    }
    
    .punbb .quote-box cite,
    .punbb .code-box strong.legend {
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0;
    }
    
    .punbb #profile .helplinks {
      top: 1.5em;
    }
    
    .punbb .formal .container {
      padding: 0;
    }
    
    #pun-post .formal .info-box li {
      list-style-type: square;
      list-style-position: inside;
      margin: 0;
      padding-left: 4px;
      line-height: 1.5;
    }
    
    .pl-email,
    .pl-website {
      float: left;
    }
    
    .pl-delete,
    .pl-edit,
    .pl-quote,
    .pl-reports {
      float: none;
    }
    
    form#rep_form .tc2 input {
      cursor: pointer;
      margin: 0 0 8px 0 !important;
      padding: 7px 13px !important;
    }
    
    .punbb .post h3 {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    
    #pun-messages .post h3 {
      margin: 0 !important;
      background: transparent;
      height: auto;
      width: auto;
      padding: 0;
      color: var(--textcolor);
    }
    
    .night #pun-messages .post h3 {
      color: var(--textcolor-night);
    }
    
    #pun-messages .post h3 span {
      font-weight: 600 !important;
    }
    
    .punbb .post h3 span {
      text-align: left;
      letter-spacing: 1px;
      line-height: 1;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 !important;
    }
    
    #pun-multimove .post h3 strong,
    #pun-searchposts .post h3 strong {
      right: var(--bodypadding);
      position: absolute;
    }
    
    .punbb .post-box {
      text-align: justify;
      padding: 0 !important;
    }
    
    .punbb #pun-main .info-box .legend {
      font-size: 1em;
      font-weight: 700;
    }
    
    .punbb address,
    .punbb em,
    em {
      font-style: normal;
    }
    
    a.qc-post-link img {
      display: none;
    }
    
    .punbb .required label,
    .punbb .datafield span.input a {
      font-weight: 500 !important;
    }
    
    em.bbuline {
      font-style: normal;
      text-decoration: none;
    }
    
    hr {
      opacity: 1 !important;
      margin-bottom: 0.8em;
      -webkit-filter: none;
      filter: none;
      border-bottom-style: none !important;
    }
    
    .linkst .postlink span.closed,
    .linksb .postlink span.closed {
      display: none;
    }
    
    span.closed {
      margin-right: 10px;
    }
    
    #plng {
      padding: 0;
      margin: 0 20px 0 0;
      font-weight: 500 !important;
      text-transform: uppercase;
      font-size: 0.7em;
      letter-spacing: 0.6px;
      line-height: 1;
    }
    
    #plng b {
      font-weight: 500 !important;
    }
    
    #restore-post {
      position: absolute;
      right: -33px;
      top: 47px;
      z-index: 200;
      cursor: pointer;
    }
    
    span#restore-post:before {
      content: '\f044';
      font-family: var(--mi);
      color: var(--textcolor);
      font-size: 1em;
      display: block;
    }
    
    .night span#restore-post:before {
      color: var(--textcolor-night);
    }
    
    .post-content .highlight-text {
      padding: 0 4px 2px 4px;
    }
    
    /* Пагинация и соседние строчки
    -------------------------------------------------------------*/
    #pun-pagelinks {
      position: absolute;
      top: -15px;
      left: 0;
      margin: 0;
      padding: 0;
      width: 100%;
    }
    
    #pun-pagelinks .container {
      background: transparent;
      padding: 0;
    }
    
    #pun-pagelinks .container li {
      display: inline;
    }
    
    #pun-pagelinks li a {
      display: block;
      float: left;
      width: 100%;
      height: 2em;
      margin-left: -9999px;
      padding: 0;
    }
    
    #pun-pagelinks li a span {
      display: block;
      margin: 0 1em;
    }
    
    #pun-pagelinks a:link,
    #pun-pagelinks a:hover {
      display: block;
      float: left;
      width: 100%;
      height: 2em;
      margin-left: -9999px;
      padding: 0;
    }
    
    #pun-pagelinks a:active,
    #pun-pagelinks a:focus {
      position: relative;
      margin: 0;
    }
    
    .punbb .linkst,
    .punbb .linksb {
      float: none;
      position: relative;
      width: 100%;
      height: 30px !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    
    .punbb .linksb noindex,
    .punbb .linkst noindex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    
    .linkst .postlink {
      right: 0;
      text-align: right;
    }
    
    .punbb .linksb {
      padding: 0.5em 0;
    }
    
    .linksb .pagelink,
    .linkst .pagelink {
      float: none;
      left: var(--bodypadding);
      position: absolute;
      line-height: 1;
      width: auto;
      max-width: calc(var(--profilewidth) - var(--bodypadding));
      text-align: left;
    }
    
    #pun-messages .linksb .pagelink,
    #pun-messages .linkst .pagelink {
      left: 0 !important;
    }
    
    .linksb .postlink,
    .linkst .postlink {
      float: none;
      right: var(--bodypadding) !important;
      position: absolute;
      line-height: 1;
      width: auto;
      text-align: right;
    }
    
    #pun-messages .linksb .postlink,
    #pun-messages .linkst .postlink {
      right: 0 !important;
    }
    
    .linksb {
      text-align: right;
    }
    
    .linkst {
      text-align: left;
    }
    
    #pun-viewtopic .linksb {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    
    #pun-viewtopic .linksb .pagelink {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
    }
    
    #pun-viewtopic .linksb .postlink {
      float: none;
      width: auto;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
    
    #pun-viewtopic .linksb .subscribelink {
      float: none;
      width: auto;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
    
    #pun-viewtopic .linksb .postlink,
    #pun-viewtopic .linksb .subscribelink {
      text-align: right;
      width: auto;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    
    #pun-viewtopic .linksb .postlink a,
    #pun-viewtopic .linksb .subscribelink a {
      width: auto;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0;
    }
    
    .punbb .modmenu strong a {
      background: var(--buttonbgcolor);
      color: var(--buttontextcolor);
      padding: 4px 12px;
      line-height: 1;
      border-radius: 20px;
    }
    
    .punbb .modmenu strong a:hover,
    .punbb .formsubmit a:hover {
      background-color: var(--grey) !important;
      color: var(--buttontextcolor) !important;
    }
    
    /* Профиль в постах
    -------------------------------------------------------------*/
    .punbb .post .post-author {
      float: left;
      border: none;
      outline: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    .punbb .post .post-author ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: auto;
      height: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    .pa-author {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    .pa-title {
      font-weight: 500 !important;
      line-height: 1.2;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    .pa-avatar.item2 {
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
    }
    
    .night .pa-avatar.item2 {
    background: var(--night-profilebtm) bottom center no-repeat, var(--punbgimg) bottom center repeat;
    }
    
    .pa-avatar.item2 img,
    #profile-left #pa-avatar img {
      max-height: 180px;
      max-width: 180px;
    }
    
    #profile-left #pa-avatar div {
      padding: 0;
    }
    
    .pa-online {
      line-height: 1;
    }
    
    #guest.pa-online {
      display: none;
    }
    
    .pa-posts,
    .pa-respect,
    .pa-fld4,
    .pa-fld5 {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      position: relative;
      margin: 0 0 0 !important;
    }
    
    .pa-posts,
    .pa-respect {
      width: 25%;
    }
    
    .pa-fld4,
    .pa-fld5 {
      width: auto;
      max-width: 25%;
    }
    
    .pa-respect,
    .pa-fld4,
    .pa-fld5 {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: row !important;
              flex-direction: row !important;
      white-space: nowrap !important;
    }
    
    .pa-respect img {
      width: 8px;
      height: 8px;
      mix-blend-mode: normal;
      margin: 0 4px -1px 0;
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
    }
    
    .pa-ip {
      color: var(--textcolor) !important;
      font-size: 0.8em;
      letter-spacing: 1px;
      display: block;
      width: 100%;
      text-align: center;
      margin-bottom: 5px !important;
    }
    
    .night .pa-ip {
      color: var(--textcolor-night) !important;
    }
    
    .pa-ip a {
      color: var(--linkcolor) !important;
    }
    
    .pa-ip a:hover {
      opacity: .6 !important;
    }
    
    /* Страница профиля
    -------------------------------------------------------------*/
    #viewprofile .container {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
    }
    
    #viewprofile ul {
      margin: 0;
      padding: 0;
    }
    
    #viewprofile li {
      margin: 0;
      padding: 0;
    }
    
    #viewprofile li strong,
    #viewprofile li div {
      padding: 0;
      display: block;
      width: auto;
    }
    
    #viewprofile h2 {
      background: transparent;
      padding: 0;
      margin: 0 14px;
    }
    
    #viewprofile h2 span {
      padding: 0 5px;
      position: relative;
    }
    
    #profile-left {
      margin: 0 !important;
      overflow: hidden;
    }
    
    #profile-left li {
      width: 100%;
    }
    
    #profile-left li#pa-avatar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: auto;
    }
    
    #profile-right {
      width: auto !important;
    }
    
    #profile-right li {
      margin: 0;
      text-align: left;
      margin: 0 0 20px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    
    #profile-right li span {
      float: left;
      min-width: 160px;
      padding: 0;
      margin: 0 30px 0 0;
      white-space: nowrap;
      display: block;
    }
    
    td#profile-right {
      display: table-cell;
      margin-left: 0;
      padding: 0 0 0 60px !important;
    }
    
    #profile-signature {
      padding: 0 !important;
      margin-top: 30px;
    }
    
    #profile-signature:before {
      content: '';
      display: block;
      width: 50%;
      background: var(--black01);
      height: 1px;
      margin: 0 auto 30px;
    }
    
    #profile-signature ul {
      margin: 0;
      padding: 0 1em !important;
    }
    
    /* Настройки профиля
    -------------------------------------------------------------*/
    #profile .container {
      padding-left: 16.6em;
      margin-top: 0;
    }
    
    #profilenav {
      float: left;
      width: 13em;
      margin-left: -16em;
      display: inline;
      letter-spacing: 0.4px;
    }
    
    #profilenav ul {
      margin: 0 0 1em 0;
      padding: 0;
    }
    
    #profilenav li {
      padding-bottom: 0.8em;
    }
    
    #profilenav h2 {
      background: transparent;
      padding: 0;
      margin: 0 0 10px 0;
      text-align: left;
    }
    
    #profilenav h2 span {
      padding: 0;
      position: relative;
    }
    
    #setmods dd {
      padding: 0;
    }
    
    #setmods dl {
      padding: 0 0 0 8em;
      margin: 0;
    }
    
    #setmods dt {
      float: left;
      display: inline;
      width: 14em;
      margin-left: -16em;
      font-weight: 500;
    }
    
    #setmods dd {
      display: block;
    }
    
    .punbb img.avatardemo {
      float: right;
      margin: 0 0 0.8em 1.8em;
    }
    
    #profilenav h2 span {
      background-color: transparent;
      color: var(--textcolor);
      text-transform: lowercase;
      font-weight: 700 !important;
      font-size: 1em;
      letter-spacing: 0.6px;
    }
    
    .night #profilenav h2 span {
      color: var(--textcolor-night);
    }
    
    #profilenav li {
      font-weight: 500 !important;
      text-transform: lowercase;
    }
    
    .fs-box label,
    .fs-box .label,
    p.infofield {
      font-size: 1em;
      letter-spacing: 0.1px;
      font-weight: 500 !important;
      text-transform: lowercase;
      padding: 0px 0 1px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 1;
    }
    
    div#setmods {
      padding: 0 0 0.8em 0;
    }
    
    .punbb .formal span.input {
      text-transform: lowercase;
    }
    
    /* Меню модератора
    -------------------------------------------------------------*/
    #pun-multimove .modmenu .container {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important;
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    
    #pun-multimove input#messages-selector {
      margin-right: 5px;
    }
    
    .punbb .modmenu strong {
      height: 2em;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 500 !important;
      text-transform: lowercase;
      margin-right: 5px !important;
    }
    
    .punbb .modmenu .container strong {
      float: left;
    }
    
    .punbb .modmenu a {
      height: auto;
      line-height: 1;
    }
    
    .punbb .modmenu input {
      margin-left: 1em;
    }
    
    #topic-modmenu {
      margin-top: 0;
    }
    
    #pun-help .formal .info-box h3.legend {
      padding-bottom: 0;
      margin-bottom: 0.8em;
    }
    
    #pun-help .formal .info-box h3.legend span {
      display: block;
      padding-bottom: 0.6em;
      font-size: 1em;
    }
    
    #pun-help .formal p,
    #pun-help .formal dd {
      margin-bottom: 1em;
    }
    
    #pun-help .formal ul,
    #pun-help .formal dl {
      padding: 0 0 0 1em;
    }
    
    #pun-help .formal li {
      padding: 0;
      line-height: 130%;
    }
    
    #pun-help .formal li * {
      vertical-align: text-top;
    }
    
    #pun-help .formal dt span {
      font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace;
    }
    
    #pun-help .formal .parsedmsg,
    #pun-help .formal .parsedmsg .incode {
      padding-bottom: 0;
    }
    
    /* Админка
    -------------------------------------------------------------*/
    #pun-adnav {
      margin-left: -14em !important;
    }
    
    #pun-adnav ul {
      padding: 0 !important;
      margin: 0;
    }
    
    .ace_editor {
      overflow: hidden !important;
    }
    
    #pun-admain legend {
      margin: 0 !important;
      font-size: 1em !important;
    }
    
    #pun-admain .adlabel {
      width: auto !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      float: none !important;
      margin-left: 0 !important;
    }
    
    #pun-admain fieldset .handle,
    #pun-admain fieldset p {
      margin-bottom: 5px !important;
      padding: 0.6em !important;
    }
    
    #pun-admain p.adsubmitfield .adlabel {
      padding-bottom: 0 !important;
    }
    
    #pun-admain span.adsubmit {
      position: relative !important;
      left: 0 !important;
      width: 16em !important;
      top: 0.5em !important;
    }
    
    #pun-admain .adinput {
      padding: 0 !important;
    }
    
    #pun-admin_index #pun-admain .adformal div ul,
    #pun-admin_index #pun-admain div p {
      padding: 0.6em !important;
    }
    
    .adminmain {
      margin-bottom: 0 !important;
    }
    
    /* Ссылки и переходы
    -------------------------------------------------------------*/
    a,
    #pun-stats li.item1,
    #pun-stats li.item2,
    #pun-stats li.item3,
    #pun-stats li.item4,
    .punbb .user-avatar .isonline,
    .punbb .user-avatar .avatar-image,
    li.pa-avatar.item2 img,
    #profile-left li#pa-avatar img,
    #pun-ulinks,
    input.button,
    .bookmark,
    .pa-respect .fld-name:before,
    .header-text-title no:after,
    #profile-left li#pa-edit,
    #pun-index .main .tcl h3,
    .pa-posts,
    .pa-respect,
    .punbb .quote-box cite,
    a.qc-post-link:before,
    #pun-navlinks a:after,
    .punbb .post-links li,
    #pun-index div.container tbody.hasicon tr,
    .submitfield input#sub4,
    #pun-profile p.inputfield a,
    #pun-profile p.datafield a,
    #pun-index .main .user-avatar,
    #pun-index .main .user-avatar .avatar-image,
    .capital-table {
      text-decoration: none !important;
      transition: all 0.4s ease !important;
      -webkit-transition: all 0.4s ease !important;
      -moz-transition: all 0.4s ease !important;
      -o-transition: all 0.4s ease !important;
    }
    
    /* Заголовки
    -------------------------------------------------------------*/
    #pun-main h1,
    #pun-main h2,
    #pun-debug h2 {
      padding: 0.5em 0;
    }
    
    /* Формы и кнопки
    -------------------------------------------------------------*/
    .punbb .formsubmit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-transform: lowercase;
      padding: 0;
      margin: 0;
      text-align: center;
    }
    
    .punbb .formsubmit input {
      cursor: pointer;
    }
    
    .punbb .formsubmit input,
    .punbb .formsubmit a,
    .punbb .formsubmit span {
      margin: 0 20px 8px 0 !important;
      padding: 5px 20px !important;
    }
    
    input.button:last-of-type,
    .punbb .formsubmit input:last-of-type,
    .punbb .formsubmit a:last-of-type,
    .punbb .formsubmit span:last-of-type {
      margin: 0 0 8px 0 !important;
    }
    
    #login .formsubmit input:last-of-type {
      margin: 0 20px 8px 0 !important;
    }
    
    .punbb .formsubmit a,
    .punbb .formsubmit span {
      margin: 0 0.6em 0 0;
    }
    
    #profile .formsubmit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0;
      margin: 1em 0 0 0;
      text-align: center;
    }
    
    #form-buttons table {
      width: 100% !important;
    }
    
    input.button,
    button.sml {
      cursor: pointer;
      margin: 0 20px 8px 0 !important;
      padding: 5px 20px !important;
    }
    
    #pun-multimove input.button {
      margin: 0 0 0 20px !important;
    }
    
    form#register fieldset {
      padding: 0;
      margin: 0 0 1em 0;
    }
    
    /* Всплывающие уведомления: новое лс и проч.
     -------------------------------------------------------------*/
    .jGrowl {
      font-size: 1em !important;
    }
    
    .jGrowl .messag_theme {
      font-family: arial !important;
      text-transform: lowercase !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
    }
    
    .jGrowl-notification {
      height: auto !important;
      text-align: center !important;
      border-radius: 0 !important;
    }
    
    #closet {
      border-radius: 0 !important;
      text-transform: lowercase !important;
    }
    
    /* Баббл новых лс
    -------------------------------------------------------------*/
    span.num_msg {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 1;
      letter-spacing: 0;
    }
    
    span.num_msg:before {
      content: none !important;
    }
    
    /* Скроллбар
    -------------------------------------------------------------*/
    ::-webkit-scrollbar {
      width: 7px;
      height: 0;
    }
    
    ::-webkit-scrollbar-track,
    ::-webkit-scrollbar-corner {
      background-color: transparent;
      background: transparent;
    }
    
    textarea::-webkit-scrollbar,
    #tags .container::-webkit-scrollbar,
    .scrollbox::-webkit-scrollbar,
    .hvStickerPackModalContent::-webkit-scrollbar,
    #pun-index td .tclcon p::-webkit-scrollbar,
    .banners::-webkit-scrollbar,
    .capital-bestpost::-webkit-scrollbar {
      width: 3px !important;
      height: 0;
    }
    
    /* Панель в форме ответа
     -------------------------------------------------------------*/
    .punbb .formal textarea {
      width: 99%;
    }
    
    #form-buttons table {
      height: 26px;
    }
    
    #font-area,
    #size-area,
    #color-area,
    #table-area,
    #image-area,
    #imageup-area,
    #imageattach-area,
    #keyboard-area,
    #video-area,
    #addition-area,
    #smilies-area,
    #video-area,
    #spoiler-area {
      padding: 7px !important;
      overflow-y: auto;
      max-height: 259px;
    }
    
    #tags .container {
      top: auto !important;
      margin-top: 0;
    }
    
    div#color-area,
    div#table-area,
    div#image-area,
    div#imageup-area,
    div#imageattach-area,
    div#keyboard-area,
    div#video-area,
    div#addition-area,
    div#smilies-area,
    div#video-area,
    div#spoiler-area {
      right: 0 !important;
    }
    
    #addition-area div,
    #font-area div,
    #size-area div {
      padding: 4px 5px 5px 5px !important;
      height: auto !important;
    }
    
    #font-area span,
    #size-area span {
      height: auto !important;
    }
    
    #keyboard-span input {
      cursor: pointer;
      margin: 1px !important;
      height: 29px !important;
      min-width: 30px !important;
      line-height: 100% !important;
    }
    
    #smilies-area img {
      margin-right: 4px !important;
      margin-bottom: 2px !important;
    }
    
    .uploadQueueItem {
      padding: 5px !important;
      border-radius: 0 !important;
      background: transparent !important;
    }
    
    #upload-button-container input[type=button],
    #imageupload-left input[type=button],
    #selected-image-width,
    #selected-thumb-width,
    #imageupload-left select {
      cursor: pointer !important;
    }
    
    #uploaded-images img {
      cursor: pointer !important;
      width: auto !important;
      height: 50px !important;
      max-width: 100px;
      margin-right: 4px !important;
    }
    
    #video-area-tinp,
    #image-area-tinp {
      margin: 0.8em 0 !important;
      border: none !important;
    }
    
    div#video-area-actions {
      text-align: right !important;
      line-height: 2em !important;
    }
    
    #form-buttons td {
      padding: 0;
      background-repeat: no-repeat;
      background-color: transparent !important;
      background-image: none !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: var(--mso);
      font-style: normal;
      line-height: 1 !important;
      width: 100%;
      height: 26px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }
    
    #form-buttons tr {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    
    #form-buttons td img {
      position: absolute;
      z-index: 2;
      margin: 0;
      width: auto !important;
      opacity: 0 !important;
    }
    
    #form-buttons #button-font:before {
      content: "\e264";
      position: absolute;
    }
    
    #form-buttons #button-transL:before {
      content: "\e8e2";
      position: absolute;
    }
    
    #form-buttons #button-size:before {
      content: "\eae2";
      position: absolute;
    }
    
    #form-buttons #button-bold:before {
      content: "\e238";
      position: absolute;
    }
    
    #form-buttons #button-italic:before {
      content: "\e23f";
      position: absolute;
    }
    
    #form-buttons #button-underline:before {
      content: "\e249";
      position: absolute;
    }
    
    #form-buttons #button-strike:before {
      content: "\e257";
      position: absolute;
    }
    
    #form-buttons #button-left:before {
      content: "\e236";
      position: absolute;
    }
    
    #form-buttons #button-center:before {
      content: "\e234";
      position: absolute;
    }
    
    #form-buttons #button-right:before {
      content: "\e237";
      position: absolute;
    }
    
    #form-buttons #button-justify:before {
      content: "\e235";
      position: absolute;
    }
    
    #form-buttons #button-spoiler:before {
      content: "\e875";
      position: absolute;
    }
    
    #form-buttons #button-quote:before {
      content: "\e625";
      position: absolute;
    }
    
    #form-buttons #button-code:before {
      content: "\ead1";
      position: absolute;
    }
    
    #form-buttons #button-color:before {
      content: "\e40a";
      position: absolute;
    }
    
    #form-buttons #button-smile:before {
      content: "\e87d";
      position: absolute;
    }
    
    #form-buttons #button-sticker:before {
      content: "\e813";
      position: absolute;
    }
    
    #form-buttons #button-link:before {
      content: "\e157";
      position: absolute;
    }
    
    #form-buttons #button-image:before {
      content: "\e412";
      position: absolute;
    }
    
    #form-buttons #button-image2:before {
      content: "\e3f4";
      position: absolute;
    }
    
    #form-buttons #button-video:before {
      content: "\e1c4";
      position: absolute;
    }
    
    #form-buttons #button-hide:before {
      content: "\e898";
      position: absolute;
    }
    
    #form-buttons #button-table:before {
      content: "\f088";
      position: absolute;
    }
    
    #form-buttons #button-keyboard:before {
      content: "\f028";
      position: absolute;
    }
    
    #form-buttons #button-addition:before {
      content: "\e145";
      position: absolute;
    }
    
    #form-buttons #button-indent:before {
      content: "\e23e";
      position: absolute;
    }
    
    #form-buttons #button-html:before {
      content: "\ef54";
      position: absolute;
    }
    
    #form-buttons #floatbut:before {
      content: "\e949";
      position: absolute;
    }
    
    #form-buttons #button-mask:before {
      content: "\e853";
      position: absolute;
    }
    
    #form-buttons #button-ChangeСase {
      content: "\e262";
      position: absolute;
    }
    
    img.vibor {
      -webkit-filter: invert(1);
      filter: invert(1);
      margin: 0 10px;
    }
    
    #button-image > img {
      position: relative;
      z-index: 2;
    }
    
    #button-image > center {
      opacity: 0;
      visibility: hidden;
    }
    
    #button-image:hover > center {
      opacity: 1;
      visibility: visible;
    }
    
    #float {
      width: auto;
      padding: 8px;
      position: absolute;
      top: 37px;
      left: 347px;
      z-index: 20;
      display: none;
    }
    
    #float:last-child img {
      margin: 0 5px !important;
      -webkit-filter: invert(1);
      filter: invert(1);
    }
    
    /* Репутация
     -------------------------------------------------------------*/
    form#rep_form .tc2,
    form#rep_form .tc3 {
      width: 100% !important;
    }
    
    textarea#reputationText {
      width: 100% !important;
    }
    
    #pun-report .inner,
    #pun-reputation .inner,
    #pun-admin-award-form .inner {
      padding: 20px !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 30px;
    }
    
    #pun-report .inner .container,
    #pun-reputation .inner .container,
    #pun-admin-award-form .inner .container {
      padding: 0 !important;
    }
    
    #pun-respect .tcl {
      width: calc(var(--bodywidth) * 0.2) !important;
      text-align: left;
    }
    
    #pun-respect td:last-child:first-child {
      width: 100% !important;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    
    #pun-respect .tc2 {
      width: calc(var(--bodywidth) * 0.05) !important;
      text-align: center;
    }
    
    #pun-respect .tc3 {
      width: calc(var(--bodywidth) * 0.25) !important;
      text-align: center;
    }
    
    #pun-respect .tcr {
      width: calc(var(--bodywidth) * 0.25) !important;
      text-align: right;
      text-transform: lowercase;
    }
    
    .removeReputation {
      background: transparent !important;
      float: none !important;
    }
    
    div.post-rating p {
      padding: 0 !important;
    }
    
    #pun-report .inner,
    #pun-reputation .inner,
    #pun-admin-award-form .inner {
      background: var(--punbgcolor) !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
    }
    
    div.post-rating,
    div.post-vote,
    div.post-vote a,
    div.post-rating a,
    form#rep_form .tcl strong {
      font-weight: 700 !important;
    }
    
    .removeReputation:before {
      content: '\e5cd';
      font-family: var(--mso);
      font-size: 0.9em !important;
      font-weight: 300 !important;
    }
    
    .edit-reputation {
      border-bottom: 1px dashed var(--bodybgcolor) !important;
    }
    
    /* Закладки
     -------------------------------------------------------------*/
    #MyBookmarks {
      padding: 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    #MyBookmarks .container {
      margin-top: 20px;
      line-height: 150% !important;
    }
    
    input#reputationButtonSend {
      margin: 0 0 8px 0 !important;
    }
    
    /* Кнопки вверх/вниз
    -------------------------------------------------------------*/
    #Go_Top,
    #Go_Bottom {
      position: fixed;
      cursor: pointer;
      z-index: 999;
    }
    
    /* Смена имиджа маской
    -------------------------------------------------------------*/
    #mask_dialog .inner {
      background: var(--punbgcolor) !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      max-height: 95% !important;
    }
    
    .hv-preview-block {
      min-width: 120px;
      margin-right: 10px !important;
    }
    
    .hv-form-block {
      margin-right: 10px !important;
      margin-bottom: 10px !important;
    }
    
    #mask_signature {
      margin: 0;
    }
    
    /* Баннеры в футере
    -------------------------------------------------------------*/
    .banners {
      display: block;
      position: absolute;
      overflow-y: auto;
      text-align: center;
      text-align-last: center;
      padding: 0 2px 0 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    .banners a {
      opacity: .5;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
    }
    
    .banners a:hover {
      -webkit-filter: none;
      filter: none;
      opacity: .9;
    }
    
    /* Для мобильных
     -------------------------------------------------------------*/
    @media screen and (max-device-width: 480px) {
      body {
        width: 1072px;
      }
      #BookmCntToggle {
        display: none !important;
      }
      #Go_Top,
      #Go_Bottom,
      #Go_Top:before,
      #Go_Bottom:before {
        display: none !important;
      }
    }
    
    /* Дополнительно
     -------------------------------------------------------------*/
    /* ---------------- НОВАЯ СТРАНИЦА СТИЛЬ ----------------*/
    .reveal-modal-bg {
      position: fixed;
      height: 100%;
      width: 100%;
      background: #000;
      background: rgba(0, 0, 0, 0.8);
      z-index: 1000;
      display: none;
      top: 0;
      left: 0;
    }
    
    .reveal-modal {
      position: absolute;
      visibility: hidden;
      background: url(https://forumstatic.ru/files/001b/01/bb/74991.png) 0 0 no-repeat !important;
      top: 80px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 500px;
      height: 600px;
      z-index: 1001;
    }
    
    .reveal-modal.xlarge {
      width: 500px;
    }
    
    .reveal-modal .close-reveal-modal {
      font-size: 22px;
      line-height: .5;
      position: absolute;
      top: 8px;
      right: -30px;
      color: #aaa;
      text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
      font-weight: bold;
      cursor: pointer;
      text-decoration: none;
    }
    
    .menu span {
      cursor: pointer;
      display: block;
      margin: 0px 0;
      padding: 0px;
      text-align: left;
      width: 150px;
      background: #dcdcdc;
      height: 24px;
      color: #9d3927;
      font: bold 1.3em 'pt sans';
      text-transform: uppercase;
      line-height: 24px;
      text-align: center;
      width: 49.6%;
    }
    
    .menu-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 4px;
      margin-top: 4px;
      width: 492px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    
    #submenu {
      display: inline-block;
    }
    
    .menu .tabactive {
      color: #dcdcdc;
      background: #9d3927;
    }
    
    #submenu {
      padding: 4px;
      height: 592px;
      width: 492px;
      color: #212121;
      font: normal 1.1em 'pt sans';
      margin-top: 4px !important;
      margin-left: 4px;
    }
    
    .submenutext {
      display: none;
      height: 40px;
    }
    
    /* --- САМ СТИЛЕК ВКЛАДОК ---*/
    .pg-av {
      position: absolute;
      top: 40px;
      left: 10px;
      width: 150px;
      height: 150px;
      border-left: 4px solid #9d3927;
      border-top: 4px solid #9d3927;
    }
    
    .pg-av img {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      width: 150px;
      height: 150px;
      max-width: 150px;
      max-height: 150px;
    }
    
    .pg-quo {
      display: table;
      position: absolute;
      top: 52px;
      left: 175px;
      border-top: 1px solid #9d3927;
      border-bottom: 1px solid #9d3927;
      width: 230px;
      height: 120px;
      color: #212121;
      font-family: pt sans;
      font-weight: normal;
      font-size: 1.2em;
      font-style: italic;
      text-align: center;
      padding: 5px 0px 5px 0px;
    }
    
    .pg-stat {
      position: absolute;
      top: 40px;
      left: 408px;
      width: 80px;
      height: 150px;
      color: #212121;
      font-family: pt sans;
      font-weight: bold;
      font-size: 1.2em;
      line-height: 50%;
    }
    
    .pg-stat img {
      width: 26px;
      height: 26px;
      margin-bottom: 10px;
      margin-left: 15px;
    }
    
    .pg-musi {
      position: absolute;
      top: 202px;
      left: 10px;
      text-align: center;
      width: 478px;
      height: 100px;
    }
    
    .pg-cool {
      position: absolute;
      top: 310px;
      left: 10px;
      width: 472px;
      height: 270px;
      text-align: center;
      overflow: auto;
      background-color: rgba(255, 255, 255, 0.4);
      padding: 4px;
    }
    
    .pg-cool table {
      font-family: pt sans;
      width: 478px;
      border-collapse: separate;
      text-align: center;
    }
    
    .pg-cool td {
      border-left: 4px solid #9d3927 !important;
      background: transparent;
      color: #212121;
      padding: 3px;
      font-size: 1.1em;
    }
    
    .pg-cool td:nth-child(2) {
      background: #9d3927;
      color: #dcdcdc;
      padding: 3px;
      width: 60px;
      font-size: 1.3em;
    }
    
    .pg-epic {
      overflow: auto;
      background-color: rgba(255, 255, 255, 0.4);
      position: absolute;
      top: 40px;
      left: 10px;
      width: 469px;
      height: 290px;
      padding: 0px 5px 5px 5px;
      color: #212121;
      font-family: pt sans;
      font-size: 1.1em;
      text-align: center;
    }
    
    .pg-au {
      overflow-x: auto;
      background-color: rgba(255, 255, 255, 0.4);
      position: absolute;
      top: 344px;
      left: 10px;
      width: 469px;
      height: 240px;
      padding: 0px 5px 5px 5px;
      color: #212121;
      font-family: pt sans;
      font-size: 1.1em;
      text-align: center;
    }
    
    .pg-title {
      width: 469px;
      height: 18px;
      background: transparent;
      border-bottom: 3px solid #9d3927;
      color: #9d3927;
      padding: 0px 0px 3px 0px;
      font: bold 1.2em 'pt sans';
      text-transform: uppercase;
      text-align: center;
      margin-top: 3px;
      margin-bottom: 8px;
    }
    
    .pg-title1 {
      width: 469px;
      height: 18px;
      background: transparent;
      border-bottom: 1px solid #212121;
      color: #212121;
      padding: 0px 0px 3px 0px;
      font: bold 1em 'pt sans';
      text-transform: uppercase;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 8px;
    }
    
    .pg-epic a,
    .pg-au a {
      color: #9d3927 !important;
      font: bold 1.1em 'pt sans';
      font-style: italic;
    }
    
    .pg-clo {
      font: bold 1.1em 'pt sans';
      color: #dcdcdc;
      background: #9d3927;
      padding: 0px 4px 0px 4px;
      margin-top: -4px;
      line-height: 20px;
    }
    
    /*Deff: Правка Репутации*/
    .post-author ul {
      /*margin: 0 -12px;*/
    }
    
    .pa-respect a[href^="/respect.php?id="] {
      display: inline-block !important;
      margin-bottom: -4px;
      font-size: 0 !important;
      visibility: hidden;
    }
    
    .tclcon .Add {
    display: none;
    }
    
    #pun-admain2 fieldset .subforums {
    margin-left: 0!important;
    }

    0

    3

    Код:
    /*************************************************************
    СТИЛЬ
    *************************************************************/
    /* Тело
    -------------------------------------------------------------*/
    body {
      background: var(--bodyimg);
      background-color: var(--bodybgcolor);
    }
    
    #pun {
      background: var(--punbgcolor);
      width: var(--bodywidth);
      margin: var(--headerheight) auto 0;
      padding: 0 var(--bodypadding);
      color: var(--textcolor);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 0 0 50px 50px;
      position: relative;
    }
    
    .night #pun {
      background: var(--night-punbgcolor) !important;
      color: var(--textcolor-night);
    }
    
    #pun:before {
      content: '';
      display: block;
      position: absolute;
      width: calc(100% + 30px*2);
      height: calc(100% + 60px);
      left: -30px;
      top: 0;
      z-index: -1;
      background: var(--punbgimg) fixed top left repeat;
      border-radius: 36px 36px 0 0;
    }
    
    #profile .container:not(.fs-box .container) {
      padding: 0 0 0 calc(13.6em + var(--bodypadding)) !important;
    }
    
    .punbb .section .container,
    .punbb .post-body,
    .punbb .post-links,
    .punbb td.tc2,
    .punbb td.tc3,
    .punbb .formal fieldset .post-box,
    .punbb .info-box,
    .punbb #pun-main .info-box .legend {
      background-color: transparent;
      color: var(--textcolor);
    }
    
    .night .punbb .section .container,
    .night .punbb .post-body,
    .night .punbb .post-links,
    .night .punbb td.tc2,
    .night .punbb td.tc3,
    .night .punbb .formal fieldset .post-box,
    .night .punbb .info-box,
    .night .punbb #pun-main .info-box .legend {
      color: var(--textcolor-night);
    }
    
    .punbb th {
      background-color: transparent;
      color: var(--textcolor);
    }
    
    .night .punbb th {
      background-color: transparent;
      color: var(--textcolor-night);
    }
    
    #setmods dd,
    #setmods dl {
      background-color: transparent;
      color: var(--textcolor);
      font-weight: 500 !important;
    }
    
    .night #setmods dd,
    .night #setmods dl {
      color: var(--textcolor-night);
    }
    
    /* Шапка
        -------------------------------------------------------------*/
    #pun-title table {
      background: var(--headerimg) no-repeat;
      width: var(--bodywidth);
      height: var(--headerheight);
      margin: calc(0px - var(--headerheight)) 0 0 calc(0px - var(--bodypadding));
    }
    
    #pun-title table:after {
      content: 'The Capital of Great Britain - The Capital of Great Britain - The Capital of Great Britain - The Capital of Great Britain - The Capital of Great Britain - The Capital of Great Britain';
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      width: 100%;
      height: 47px;
      top: 0;
      left: 0;
      margin: -47px 0 0;
      color: var(--punbgcolor);
      text-transform: uppercase;
      white-space: nowrap;
      overflow: hidden;
      font-size: 0.7em;
      font-weight: 500;
      letter-spacing: 1.05px;
      line-height: 1;
      text-align: justify;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
    }
    
    /* Шапка + таблица
        -------------------------------------------------------------*/
    .capital-table {
      position: absolute;
      display: block;
      width: var(--bodywidth);
      height: var(--headerheight);
      top: calc(0px - var(--headerheight));
      left: 0;
      margin: 0 0 0 !important;
      background: url(https://forumstatic.ru/files/001b/6f/ae/29887.png);
      z-index: 1;
      opacity: 0;
    }
    
    .capital-table:hover {
      opacity: 1;
    }
    
    .capital-ams,
    .capital-navi,
    .capital-music,
    .capital-active-posts,
    .capital-couple,
    .capital-episode,
    .capital-active-players,
    .capital-bestpost {
      position: absolute;
    }
    
    .capital-bestpost {
      margin: 256px 0 0 358px !important;
      display: block;
      width: 285px;
      height: 39px;
      overflow-y: auto;
      padding: 2px 4px 2px 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: var(--punbgcolor);
      font-size: 0.9em;
      line-height: 1.2;
      font-weight: 400;
      text-align: justify;
    }
    
    .capital-bestpost a {
      color: var(--punbgcolor) !important;
      font-weight: 700 !important;
    }
    
    .capital-active-posts {
      margin: 261px 0 0px 10px !important;
      width: 230px;
      height: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
    }
    
    .capital-active-players {
      margin: 261px 0 0px 760px !important;
      width: 230px;
      height: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
    }
    
    .capital-episode {
      margin: 261px 0 0px 250px !important;
      width: 90px;
      height: 30px;
      display: block;
    }
    
    .capital-couple {
      margin: 261px 0 0px 660px !important;
      width: 90px;
      height: 30px;
      display: block;
    }
    
    .capital-active-posts a,
    .capital-active-players a {
      width: 30px;
    }
    
    .capital-episode a,
    .capital-couple a {
      width: 90px;
    }
    
    .capital-active-posts a,
    .capital-active-players a,
    .capital-episode a,
    .capital-couple a {
      height: 30px;
      display: block;
      background-size: cover;
      background-color: var(--accentcolor);
      background-blend-mode: soft-light;
    }
    
    .capital-ams {
      margin: 46px 0 0 125px !important;
      width: 128px;
      height: 16px;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-transform: uppercase;
      font-weight: 700 !important;
      font-size: 0.8em;
      color: var(--punbgcolor);
    }
    
    .capital-ams a,
    .capital-navi a {
      color: var(--punbgcolor) !important;
    }
    
    .capital-ams a {
      margin: 0 3px;
    }
    
    .capital-navi a {
      margin: 0 10px;
    }
    
    .capital-ams a:hover,
    .capital-navi a:hover {
      color: var(--accentcolor) !important;
    }
    
    .capital-navi {
      margin: 5px 0 0 0 !important;
      width: 100%;
      height: 16px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-transform: uppercase;
      font-weight: 600 !important;
      font-size: 0.9em;
    }
    
    .capital-music {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin: 68px 0 0 661px !important;
      width: 240px;
      height: auto;
    }
    
    .capital-music b {
      text-transform: uppercase;
      font-weight: 600;
      color: var(--punbgcolor);
      font-size: 0.7em;
      letter-spacing: 1px;
      line-height: 1;
      margin-left: 18px;
    }
    
    .capital-music p {
      text-transform: lowercase;
      font-weight: 400;
      color: var(--punbgcolor);
      font-size: 0.8em;
      letter-spacing: 0.6px;
      line-height: 1;
      margin-left: 18px;
    }
    
    .capital-music a {
      display: block;
      background: url(https://forumstatic.ru/files/001b/6f/ae/71452.png) no-repeat;
      height: 22px;
      width: 153px;
      margin: 5px 0 5px !important;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    
    .capital-active-posts a:hover,
    .capital-couple a:hover,
    .capital-episode a:hover,
    .capital-active-players a:hover,
    .capital-bestpost a:hover,
    .capital-music a:hover {
      opacity: .4;
    }
    
    #stylelist {
      position: absolute;
      z-index: 10000;
      top: 0;
      right: 16px;
      margin: -210px 0 0 0px !important;
      padding: 0;
      list-style-type: none;
      text-align: center;
    }
    
    #stylelist [data="day"] a img {
      margin-bottom: 10px !important;
    }
    
    #fontsize-id {
      position: relative;
      float: right;
    }
    
    #fnt-table {
      background: url(https://forumstatic.ru/files/001b/01/bb/78412.png) center 0 no-repeat;
      padding: 0;
      margin: 0;
      border-collapse: collapse;
      position: absolute;
      z-index: 1000;
      top: -260px;
      margin-right: 0px;
      right: -16px;
      -webkit-filter: invert(1);
              filter: invert(1);
      opacity: .9;
    }
    
    #fnt-table:hover {
      background-position: center -17px;
    }
    
    /* Меню навигации: форум, участники и т. д.
        -------------------------------------------------------------*/
    #pun-navlinks {
      width: 100% !important;
      height: 15px;
      word-spacing: 0;
      padding: 0 !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      font-style: normal;
      margin: 20px 0 0;
      font-weight: 800 !important;
      text-align: center;
      font-size: 14px;
      line-height: 1;
      text-transform: uppercase;
      top: 0;
      left: 0;
    }
    
    #pun-navlinks .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    
    #pun-navlinks li {
      margin: 0 12px;
    }
    
    #pun-navlinks li a {
      color: var(--accentcolor);
      margin: 0;
      letter-spacing: 0 !important;
      line-height: 1;
      padding: 0 !important;
    }
    
    #pun-navlinks a:hover,
    #pun-navlinks a:focus,
    #pun-navlinks a:active {
      color: var(--textcolor) !important;
    }
    
    /* Меню навигации 2: новые соо, активные темы и т. д.
        -------------------------------------------------------------*/
    #pun-ulinks {
      width: 100% !important;
      height: auto;
      padding: 0 !important;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: right;
      font-size: 0.8em;
      font-weight: 700 !important;
      font-style: normal;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      word-spacing: 0;
      margin: 16px 0 0;
      top: 0;
      left: 0;
    }
    
    #pun-ulinks .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    
    #pun-ulinks li {
      margin: 0 8px;
    }
    
    #pun-ulinks li a {
      color: var(--grey);
      margin: 0 !important;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    
    #pun-ulinks li a:hover {
      opacity: .4;
    }
    
    /* Приветствие и хлебные крошки
        -------------------------------------------------------------*/
    #pun-status {
      margin: 30px 0 0;
      width: 100%;
      height: auto;
    }
    
    #pun-status .container {
      font-size: 0.9em;
      letter-spacing: 0.2px;
      line-height: 1;
      text-transform: lowercase;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-weight: 500;
    }
    
    #pun-status .container strong,
    #pun-status .container a {
      color: var(--accentcolor);
      font-weight: 700 !important;
      text-transform: uppercase;
    }
    
    #pun-crumbs1 .container,
    #pun-crumbs2 .container {
      font-size: 1em;
      text-transform: lowercase;
      color: var(--text);
      letter-spacing: 0.2px;
      text-align: center;
      line-height: 1;
    }
    
    /* Объявление и переадресация
        -------------------------------------------------------------*/
    #pun-announcement .container {
      padding: 0;
      text-align: center;
      margin: 30px 0 10px !important;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    
    #pun-announcement .container a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 2px 10px;
      line-height: 1;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      width: auto;
      padding: 0 20px;
      border-radius: 10px;
      height: 20px;
      background: var(--grey);
      color: var(--punbgcolor);
      text-transform: uppercase;
      font-size: 0.9em;
      letter-spacing: 0.4px;
      -ms-flex-flow: nowrap;
          flex-flow: nowrap;
      white-space: nowrap;
    }
    
    #pun-announcement .container a:hover {
      background: var(--accentcolor);
      color: var(--punbgcolor);
    }
    
    /* Заголовки
        -------------------------------------------------------------*/
    .punbb h1,
    .punbb h2,
    .punbb h3,
    .punbb h4,
    .punbb table,
    .punbb th,
    #pun-admain h1 span,
    #pun-admain h2 span,
    #pun-admain legend span,
    #pun-admain .adformal h3 span {
      font-size: 1em;
      font-weight: 500 !important;
    }
    
    .punbb .main h1,
    .punbb .main h2,
    #pun-debug h2,
    .punbb-admin #pun-admain h2,
    .punbb-admin #pun-admain legend span {
      text-align: center;
      text-transform: uppercase !important;
      font-size: 0.9em !important;
      letter-spacing: 0.4px;
      line-height: 1;
      margin: 0;
      background: transparent;
      color: var(--textcolor);
    }
    
    .night .punbb .main h1,
    .night .punbb .main h2,
    .night #pun-debug h2,
    .night .punbb-admin #pun-admain h2,
    .night .punbb-admin #pun-admain legend span {
      color: var(--textcolor-night);
    }
    
    .punbb-admin #pun-admain h2,
    .punbb-admin #pun-admain h1 {
      text-transform: lowercase;
    }
    
    .punbb .topic h2 {
      text-align: center;
      text-transform: uppercase;
      font-size: 0.9em;
      letter-spacing: 0.4px;
      line-height: 1;
      margin: 0;
    }
    
    /* Категории
        -------------------------------------------------------------*/
    .punbb #pun-category1 h2,
    .punbb #pun-category2 h2,
    .punbb #pun-category3 h2,
    .punbb #pun-category4 h2,
    .punbb #pun-category5 h2,
    .punbb #pun-category6 h2,
    .punbb #pun-category7 h2,
    .punbb #pun-stats h2 {
      width: var(--bodywidth);
      height: 101px;
      background: var(--punbgimg) fixed top left repeat;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0;
      margin: 0 0 0 calc(0px - var(--bodypadding));
      position: relative;
    }
    
    .punbb #pun-stats h2 {
      margin: 0 0 0 calc(0px - var(--bodypadding));
    }
    
    .punbb #pun-category1 h2 span,
    .punbb #pun-category2 h2 span,
    .punbb #pun-category3 h2 span,
    .punbb #pun-category4 h2 span,
    .punbb #pun-category5 h2 span,
    .punbb #pun-category6 h2 span,
    .punbb #pun-category7 h2 span,
    .punbb #pun-stats h2 span {
      background: url(https://forumstatic.ru/files/001a/16/90/96554.svg) no-repeat;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 30px 20px 30px 440px !important;
      font-weight: 700 !important;
      color: var(--punbgcolor);
      text-transform: uppercase !important;
      line-height: 130%;
      letter-spacing: 1px;
      overflow: hidden;
    }
    
    .night .punbb #pun-category1 h2 span,
    .night .punbb #pun-category2 h2 span,
    .night .punbb #pun-category3 h2 span,
    .night .punbb #pun-category4 h2 span,
    .night .punbb #pun-category5 h2 span,
    .night .punbb #pun-category6 h2 span,
    .night .punbb #pun-category7 h2 span,
    .night .punbb #pun-stats h2 span {
      background: url(https://forumstatic.ru/files/001a/16/90/98235.svg) no-repeat;
    }
    
    .punbb #pun-category1 h2 span,
    .punbb #pun-category2 h2 span,
    .punbb #pun-category3 h2 span,
    .punbb #pun-category4 h2 span,
    .punbb #pun-category5 h2 span,
    .punbb #pun-category6 h2 span,
    .punbb #pun-category7 h2 span {
      font-size: 14px !important;
    }
    
    .punbb #pun-stats h2 span {
      font-size: 0 !important;
    }
    
    .punbb #pun-category1 h2 span:before,
    .punbb #pun-category2 h2 span:before,
    .punbb #pun-category3 h2 span:before,
    .punbb #pun-category4 h2 span:before,
    .punbb #pun-category5 h2 span:before,
    .punbb #pun-category6 h2 span:before,
    .punbb #pun-category7 h2 span:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 125px;
      width: 296px;
      height: 101px;
      background: url(https://forumstatic.ru/files/001a/16/90/59754.png) no-repeat;
    }
    
    /* Иконки подфорумов
        -------------------------------------------------------------*/
    div.icon {
      background: var(--linkcolor);
      -webkit-box-shadow: 0 0 0 1px var(--linkcolor);
      box-shadow: 0 0 0 1px var(--linkcolor);
      opacity: .25;
    }
    
    div.inew,
    div.icon-new {
      background: var(--accentcolor);
      -webkit-box-shadow: 0 0 0 1px var(--accentcolor);
      box-shadow: 0 0 0 1px var(--accentcolor);
      font-weight: 700 !important;
      opacity: 1;
    }
    
    tr.isticky div.icon {
      background: var(--buttonbgcolor);
      -webkit-box-shadow: 0 0 0 1px var(--buttonbgcolor);
      box-shadow: 0 0 0 1px var(--buttonbgcolor);
      opacity: 1;
    }
    
    div.inew ~ .tclcon:not(#pun-index .tclcon),
    .icon.inew ~ .tclcon a:not(#pun-index .tclcon a) {
      font-weight: 700 !important;
      font-family: var(--fontmont) !important;
    }
    
    #pun-viewforum div.icon,
    #pun-searchtopics div.icon,
    #pun-messages div.icon,
    .multipage div.icon {
      height: 7px;
      width: 7px;
      margin: 3px 0 0;
      border-radius: 50%;
    }
    
    #pun-index div.icon {
      background: url(https://forumstatic.ru/files/001a/16/90/13681.jpg) fixed top left repeat;
      font-weight: 500 !important;
      float: none;
      width: 16px;
      height: 16px;
      display: block;
      margin: 4px 0 0;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      line-height: 1;
      position: absolute;
      -webkit-clip-path: circle(50% at center left);
              clip-path: circle(50% at center left);
      z-index: 4;
      opacity: 1 !important;
    }
    
    #pun-index div.inew {
      background: var(--buttonbgcolor);
    }
    
    /* Таблица общее
        -------------------------------------------------------------*/
    .multipage .forum {
      margin-top: 0;
      text-transform: lowercase;
    }
    
    thead {
      text-transform: lowercase;
    }
    
    .punbb td span.youposted {
      margin-left: -1em;
      font-weight: bold;
    }
    
    .punbb td .modlist {
      display: block;
      padding-top: 0.3em;
    }
    
    #pun-index .main .user-avatar {
      position: relative;
      margin: 4px 0 !important;
    }
    
    #pun-index .main .user-avatar:hover,
    #pun-index .main .user-avatar:hover .avatar-image {
      border-radius: 0 0 0 10px !important;
    }
    
    .punbb .user-avatar {
      height: 25px;
      width: 25px;
      margin: 0px 7px 0px 10px !important;
      background: var(--grey);
      border-radius: 0% !important;
      -webkit-box-shadow: 0 0 0 2px var(--accentcolor);
              box-shadow: 0 0 0 2px var(--accentcolor);
    }
    
    .punbb .user-avatar .avatar-image {
      height: 25px !important;
      width: 25px !important;
      border-radius: 0% !important;
      opacity: 1 !important;
      mix-blend-mode: soft-light;
      -webkit-filter: contrast(1) brightness(1) grayscale(1);
      filter: contrast(1) brightness(1) grayscale(1);
    }
    
    #pun-viewforum .user-avatar .avatar-image,
    #pun-viewforum .user-avatar,
    #pun-searchtopics .user-avatar .avatar-imager,
    #pun-searchtopics .user-avatar {
      width: 25px !important;
      height: 25px !important;
      margin-left: 10px !important;
    }
    
    #pun-viewforum .user-avatar .avatar-image,
    #pun-viewforum .user-avatar,
    #pun-searchtopics .user-avatar .avatar-imager,
    #pun-searchtopics .user-avatar {
      float: right !important;
    }
    
    #pun-index .user-avatar,
    #pun-index .user-avatar .avatar-image {
      height: 36px !important;
      width: 36px !important;
    }
    
    #pun-index .user-avatar .avatar-image {
      margin: 0 !important;
      position: relative;
      opacity: .75 !important;
    }
    
    .punbb .user-avatar .isonline {
      background: var(--bodybgcolor) !important;
      top: -5px !important;
      right: -5px !important;
      width: 8px !important;
      height: 8px !important;
      border-radius: 50% !important;
    }
    
    #pun-index .user-avatar .isonline {
      top: -4px !important;
      left: -4px !important;
    }
    
    /* Таблица на index + подфорумы
        -------------------------------------------------------------*/
    #pun-index .main .tcl {
      text-align: left;
      width: calc(var(--bodywidth) * 0.8);
      height: auto;
      padding: 0;
    }
    
    #pun-index .main thead .tcl {
      height: 0;
    }
    
    #pun-index .main thead {
      display: none;
    }
    
    .container table:not(div#form-buttons table, #pun-profile table, .fs-box .container table) {
      padding: 0 0;
    }
    
    #pun-index .container table {
      padding: 0 !important;
      border-spacing: 0;
      margin: 0;
    }
    
    #pun-index .main td.tcr {
      text-align: left;
      width: calc(var(--bodywidth) * 0.4);
      padding: 0 var(--bodypadding) 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    #pun-index .main td.tcl .intd {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      position: relative;
    }
    
    #pun-index .main .tcr a:not(.user-avatar a),
    #pun-index .main .tcr .lastpost {
      line-height: 1;
      text-align: left;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: calc(100% - 38px);
    }
    
    #pun-index .main .tcr a:not(.user-avatar a) {
      font-weight: 700 !important;
      font-size: 0.8em;
      text-transform: uppercase;
      letter-spacing: 0.2px;
      color: var(--punbgcolor);
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin: 2px 0px 4px 0px !important;
      background: var(--accentcolor);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 6px 12px 6px;
    }
    
    #pun-index .main .tcr a:not(.user-avatar a):hover {
      background: transparent;
      color: var(--linkcolor);
    }
    
    #pun-index .main .tcr .lastpost {
      font-weight: 500 !important;
      letter-spacing: 0.2px;
      font-size: 0.9em;
      color: var(--textcolor);
      display: inline-block;
      padding: 0 0 0 10px;
    }
    
    .night #pun-index .main .tcr .lastpost {
      color: var(--textcolor-night);
    }
    
    #pun-index .main .tcr span.datetime {
      margin-right: 3px;
        text-transform: lowercase;
    }
    
    #pun-index .main .tcr span.byuser {
      margin-left: 3px;
      font-weight: 700;
      color: var(--accentcolor);
    }
    
    span.byuser,
    td.tcl.username a,
    td.tcl a.registered-user,
    #topic-users-in a {
    text-transform: none;
    }
    
    #pun-index .main tbody.hasicon {
      position: relative;
    }
    
    #pun-index td .tclcon {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 100%;
      width: 100%;
      border-radius: 0;
      color: var(--textcolor);
      font-weight: 500 !important;
      font-size: 1em;
      letter-spacing: 0.2px;
      line-height: 1;
      text-transform: lowercase;
      padding: 0 30px 0;
      margin: 0;
      text-align: justify;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
    }
    
    .night #pun-index td .tclcon {
      color: var(--textcolor-night);
    }
    
    #pun-index .main td.tcl h3 {
      font-size: 18px;
      letter-spacing: 0.4px;
      font-weight: 800 !important;
      text-transform: uppercase;
      line-height: 1;
      height: auto;
      width: auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 0 4px;
      color: var(--linkcolor);
      text-align: left;
      padding: 0;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
    }
    
    #pun-index .main td.tcl .fortext {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin: 4px 0 !important;
      line-height: 160%;
    }
    
    #pun-index .main td.tcl center {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
    }
    
    #pun-index .main td.tcl h3 a {
      color: var(--linkcolor);
    }
    
    #pun-index .main td.tcl h3 a:hover {
      color: var(--grey);
    }
    
    #pun-index .main td.tcl .forlinks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 4px 0 !important;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }
    
    #pun-index .main td.tcl .forlinks a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin: 2px 4px;
      padding: 0 10px;
      height: 20px;
      text-transform: lowercase;
      font-size: 0.92em;
      line-height: 10px !important;
      letter-spacing: 0.4px;
      font-weight: 500;
      color: var(--buttontextcolor) !important;
      background: var(--buttonbgcolor);
      border-radius: 40px;
      position: relative;
    }
    
    #pun-index .main td.tcl .forlinks a:first-child {
      margin: 2px 4px 2px 0;
    }
    
    #pun-index .main td.tcl .forlinks a:last-child:not(:first-child) {
      margin: 2px 0 2px 4px;
    }
    
    #pun-index .main td.tcl .forlinks a:hover {
      color: var(--buttontextcolor) !important;
      background: var(--grey);
    }
    
    #pun-index .main td.tcl .forlinks a:not(:last-child)::after {
      content: '';
      display: block;
      width: 8px;
      height: 1px;
      right: -8px;
      position: absolute;
      background: var(--buttonbgcolor);
    }
    
    #pun-index div.category .container {
      padding: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-left: calc(0px - var(--bodypadding));
      width: var(--bodywidth);
    }
    
    #pun-index .container table tr {
      position: relative;
      display: block !important;
    }
    
    #pun-index .container table tr:not(:first-child):not(:last-child) {
      margin: 50px 0;
    }
    
    #pun-index .container table tr:first-child:not(:last-child) {
      margin: 0 0 50px;
    }
    
    #pun-index .container table tr:last-child:not(:first-child) {
      margin: 50px 0 0;
    }
    
    #pun-index .container table tr:not(:last-child)::after {
      content: '';
      display: block;
      position: absolute;
      width: 80%;
      height: 1px;
      background: var(--accentcolor);
      bottom: -25px;
      left: 0;
      margin: 0 10%;
    }
    
    /* Таблица на searchtopics и viewforum
        -------------------------------------------------------------*/
    #pun-searchtopics,
    #pun-viewforum,
    #pun-messages td,
    #pun-respect,
    #pun-online,
    #pun-statistic {
      letter-spacing: 0.2px;
      text-transform: lowercase;
      font-family: var(--fontmont) !important;
      font-weight: 500 !important;
    }
    
    #pun-messages th,
    .multipage th {
      letter-spacing: 0.2px;
      font-size: 0.8em !important;
      text-transform: lowercase;
      font-family: var(--fontmont) !important;
      font-weight: 700 !important;
    }
    
    #pun-searchtopics .tclcon strong,
    #pun-viewforum .tclcon strong,
    #pun-online a.registered-user {
      font-weight: 700 !important;
    }
    
    #pun-searchtopics td .tclcon,
    .multipage td .tclcon {
      margin-left: 20px;
    }
    
    #pun-searchtopics td.tcl,
    .multipage td.tcl {
      text-align: left;
    }
    
    #pun-searchtopics td .tc3,
    #pun-searchtopics td .tc2 {
      font-size: 0.9em !important;
      text-align: center;
    }
    
    #pun-searchtopics th.tc2,
    #pun-searchtopics th.tc3 {
      font-size: 0.8em !important;
    }
    
    #pun-searchtopics .tcr {
      text-align: right;
    }
    
    #pun-searchtopics .tcr a {
      display: block;
      font-weight: 500 !important;
      text-transform: lowercase !important;
      color: var(--textcolor) !important;
    }
    
    .night #pun-searchtopics .tcr a {
      color: var(--textcolor-night) !important;
    }
    
    #pun-searchtopics .tcr a:hover {
      color: var(--linkcolorhov) !important;
    }
    
    #pun-searchtopics .tc2,
    #pun-searchtopics .tc3 {
      text-align: center;
      text-transform: lowercase;
    }
    
    #pun-searchtopics .tcl {
      text-align: left;
    }
    
    #pun-viewforum td .tclcon,
    .multipage td .tclcon {
      margin-left: 20px;
      letter-spacing: 0.4px;
    }
    
    #pun-viewforum td.tcl,
    .multipage td.tcl {
      text-align: left;
    }
    
    #pun-viewforum td.tc3,
    #pun-viewforum td.tc2,
    .multipage td.tc3,
    .multipage td.tc2 {
      text-align: center;
    }
    
    #pun-viewforum .tcr,
    .multipage .tcr {
      text-align: right;
    }
    
    #pun-viewforum .tcr a,
    .multipage .tcr a {
      font-weight: 500 !important;
      text-transform: lowercase !important;
    }
    
    #pun-viewforum .tcl,
    .multipage .tcl {
      text-align: left;
    }
    
    #pun-online .tcl:not(:first-child) {
      text-align: center;
    }
    
    #pun-online .tcl,
    #pun-online .tc3 {
      text-transform: lowercase;
    }
    
    /* Таблица на userlist
         -------------------------------------------------------------*/
    #pun-userlist {
      font-weight: 500 !important;
      text-transform: lowercase;
      letter-spacing: 0.4px;
    }
    
    #pun-userlist .user-avatar {
      float: left !important;
      margin: 0 10px 0 0 !important;
      width: 25px;
      height: 25px;
    }
    
    #pun-userlist .tcl span.usersname {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 25px;
    text-transform: none!important;
    }
    
    #pun-userlist .usersname a {
      color: var(--textcolor);
    }
    
    .night #pun-userlist .usersname a {
      color: var(--textcolor-night);
    }
    
    #pun-userlist .usersname a:hover {
      color: var(--linkcolorhov);
    }
    
    /* Таблица на messages
         -------------------------------------------------------------*/
    #pun-messages tbody.hasicon td.tcl {
      padding-left: 0;
    }
    
    #pun-messages td .tclcon {
      margin-left: 15px;
    }
    
    #pun-messages td.tc2,
    #pun-messages td.tc3 {
      text-align: center;
      text-transform: lowercase;
    }
    
    #pun-messages td.tcl {
      text-align: left;
    }
    
    #pun-messages .tcr {
      text-align: right;
    }
    
    #pun-messages .tcr a {
      font-size: 1em !important;
      font-weight: 500 !important;
      text-transform: lowercase !important;
      letter-spacing: 0.4px !important;
      color: var(--bodybgcolor) !important;
    }
    
    #pun-messages .tc2:last-of-type {
      text-align: right;
    }
    
    #pun-messages fieldset legend strong {
      font-size: 0.9em;
      text-transform: lowercase;
      font-weight: 500 !important;
      letter-spacing: 0.2px;
    }
    
    #pun-messages fieldset legend strong:before {
      content: '/';
      margin-right: 20px;
    }
    
    .punbb .post-body {
      margin: 0 0 0 calc(var(--profilewidth) + var(--bodypadding)) !important;
    }
    
    #pun-multimove .post .container,
    #pun-searchposts .post .container {
      padding: 0;
    }
    
    #pun-multimove .post-links ul,
    #pun-searchposts .post-links ul {
      padding: 0 0 0;
    }
    
    #pun-multimove .post h3 span,
    #pun-searchposts .post h3 span {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 0 0 0 calc(200px + var(--bodypadding)) !important;
    }
    
    #pun-messages .post-body {
      margin-left: calc(var(--profilewidth) + var(--bodypadding)) !important;
    }
    
    #pun-messages .post-box {
      margin-top: 15px;
    }
    
    #pun-messages .post h3 span {
      padding: 0 0 !important;
    }
    
    #pun-messages .tclcon strong a {
      font-weight: 700 !important;
      color: var(--textcolor);
    }
    
    .night #pun-messages .tclcon strong a {
      color: var(--textcolor-night);
    }
    
    #pun-messages dl.post-sig {
      display: none;
    }
    
    #pun-messages .pa-avatar.item2 {
      margin: 0 0 3px;
    }
    
    /* Личные сообщения
         -------------------------------------------------------------*/
    #volSlider {
      background: var(--black01) !important;
      width: 100px !important;
      height: 6px !important;
      border-radius: 0 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
    }
    
    #volSlider .before {
      background: var(--black02) !important;
      height: 6px !important;
      border-radius: 0 !important;
      margin-top: 0 !important;
    }
    
    #volSlider .thumb {
      background: var(--bodybgcolor) !important;
      width: 6px !important;
      height: 6px !important;
      border-radius: 0 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      position: relative !important;
      margin-bottom: 1px;
    }
    
    .FNTslider {
      position: relative;
      z-index: 1000;
      background: var(--white05) !important;
      width: 120px !important;
      height: 6px !important;
      margin: 0 auto !important;
      float: right;
    }
    
    .FNTslider .before {
      height: 6px !important;
      border: none !important;
      position: absolute !important;
      background: var(--white05) !important;
      margin: 0 !important;
    }
    
    .FNTslider .thumb {
      width: 6px !important;
      height: 6px !important;
      position: relative;
      top: 0 !important;
      background: var(--white08) !important;
      cursor: pointer;
    }
    
    div#notify-settings {
      font-weight: 500 !important;
      text-transform: lowercase;
      letter-spacing: 0.2px;
      font-size: 0.9em;
      margin: 0 0 20px !important;
    }
    
    #pun-messages dl.post-sig {
      display: none;
    }
    
    .bubble,
    #notify-link .unreads,
    #navpm .unreads {
      background: transparent !important;
      border-radius: 0 !important;
      color: var(--accentcolor) !important;
      top: 0 !important;
      right: 0 !important;
      font-weight: 700 !important;
      font-size: 0.8em !important;
      font-family: var(--fontmont) !important;
      line-height: 1 !important;
      -webkit-box-sizing: border-box !important;
      box-sizing: border-box !important;
      padding: 0 !important;
      letter-spacing: 0.4px !important;
      position: relative !important;
      min-width: auto !important;
      margin-left: 2px !important;
      height: auto !important;
    box-shadow: none!important;
    }
    
    .bubble:after,
    #notify-link .unreads:after,
    #navpm .unreads:after  {
      content: ')' !important;
      border-color: transparent !important;
      border-style: none !important;
      border-width: 0 !important;
      display: inline !important;
      left: auto !important;
      position: relative !important;
      width: auto !important;
    }
    
    .bubble:before,
    #notify-link .unreads:before,
    #navpm .unreads:before {
      content: '(';
    }
    
    /* Статистика
         -------------------------------------------------------------*/
    #pun-stats .item1,
    #pun-stats .item2,
    #pun-stats .item3,
    #pun-stats .item4 {
      color: var(--punbgcolor);
      font-size: 0.7em;
      font-weight: 500 !important;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 0.4px;
    }
    
    #pun-stats li strong {
      font-weight: 500 !important;
    }
    
    #pun-stats .item4 a {
      color: var(--punbgcolor);
    }
    
    /* Футер
         -------------------------------------------------------------*/
    #pun-about {
      margin: 30px 0 -88px calc(0px - var(--bodypadding)) !important;
      padding: 0 !important;
      width: var(--bodywidth);
      height: 88px;
    }
    
    #pun-about:after {
      content: 'The Capital of Great Britain - The Capital of Great Britain - The Capital of Great Britain - The Capital of Great Britain - The Capital of Great Britain - The Capital of Great Britain - The Capital of Great Britain';
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      width: calc(var(--bodywidth) + 40px);
      height: 28px;
      bottom: -88px;
      left: 0;
      margin: 0px 0 0 calc(0px - var(--bodypadding)) !important;
      padding: 0;
      color: var(--punbgcolor);
      text-transform: uppercase;
      white-space: nowrap;
      font-size: 0.7em;
      font-weight: 500;
      letter-spacing: 0.57px;
      line-height: 1;
      text-align: justify;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
    }
    
    #pun-about .container {
      font-size: 0.6em;
      letter-spacing: 0.2px;
      text-transform: uppercase;
      background: transparent;
      height: auto;
      width: var(--bodywidth);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 10px 0 0;
      padding: 0;
      position: absolute;
    }
    
    #pun-about p span {
      text-align: center;
      margin: 0;
      padding: 0 !important;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    #pun-about p span,
    #pun-about p span a {
      color: var(--punbgcolor);
    }
    
    div#statistic-other {
      text-align: justify;
      margin: 10px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      color: var(--linkcolorhov);
      font-size: 1em;
      font-weight: 500 !important;
      line-height: 1;
      text-transform: lowercase;
      letter-spacing: 0.2px;
    }
    
    div#statistic-other a {
      color: var(--linkcolorhov);
    }
    
    /* Посты
         -------------------------------------------------------------*/
    #post-form h2 {
      padding: 0 !important;
      margin: 0 !important;
    }
    
    #image-area-tinp {
      color: var(--linkcolor);
    }
    
    #main-reply {
      border-radius: 0;
    }
    
    .punbb input:not(input.button),
    .punbb select,
    .punbb optgroup {
      border-radius: 10px;
    }
    
    .punbb input.button {
      border-radius: 15px;
    }
    
    .punbb .post h3 {
      height: 81px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 30px 0;
      color: var(--punbgcolor);
      width: var(--bodywidth);
    }
    
    .punbb .post:first-of-type h3 {
      margin: -20px 0 0 calc(0px - var(--bodypadding));
    }
    
    .punbb .post h3 {
      background: url(https://forumstatic.ru/files/001a/16/90/53285.svg) no-repeat center center, var(--punbgimg) fixed top left repeat;
      margin: 0 0 0 calc(0px - var(--bodypadding));
    }
    
    .night .punbb .post h3 {
      background: url(https://forumstatic.ru/files/001a/16/90/93646.svg) no-repeat center center, var(--punbgimg) fixed top left repeat;
    }
    
    .punbb .post h3 span {
      padding: 0 var(--bodypadding) 0 calc(var(--profilewidth) + var(--bodypadding) * 2);
      font-size: 0.7em;
      font-weight: 500 !important;
      height: 100%;
      text-transform: uppercase;
      z-index: 1;
    }
    
    .punbb .post h3 span a {
      color: var(--punbgcolor);
    }
    
    .punbb .post h3 span a:hover {
      opacity: .4;
    }
    
    .punbb .post h3 span em {
      margin: 0 10px;
    }
    
    .pun-modal.move_posts_form h2,
    #mask_dialog .inner .hv-mask-dialog-title,
    .punbb fieldset legend span {
      padding: 5px 0 !important;
      text-align: center;
      color: var(--linkcolor);
      font-size: 1em !important;
      letter-spacing: 0.2px;
      line-height: 1;
      font-weight: 600 !important;
      text-transform: lowercase !important;
      list-style: upper-alpha;
      margin: 0 !important;
      display: block;
    }
    
    .punbb #pun-main h1 {
      font-size: 1.2em !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      position: relative;
      width: 100%;
      height: auto;
      background: transparent;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px 0 0;
      font-weight: 700 !important;
      color: var(--linkcolor);
      text-transform: uppercase !important;
      line-height: 1;
      letter-spacing: 0.2px;
      margin: 0 !important;
      font-family: var(--fontmont);
    }
    
    .punbb .post-content .quote-box {
      color: var(--textcolor);
      position: relative;
    }
    
    .night .punbb .post-content .quote-box {
      color: var(--textcolor-night);
    }
    
    .punbb .post-content .quote-box.hide-box blockquote,
    .punbb .post-content .blockcode,
    .punbb .post-content blockquote {
      background: var(--white05);
      color: var(--textcolor);
      border-radius: 0 0 20px 20px;
    }
    
    .night .punbb .post-content .quote-box.hide-box blockquote,
    .night .punbb .post-content .blockcode,
    .night .punbb .post-content blockquote {
      color: var(--textcolor-night);
    }
    
    .punbb .post-content .quote-box.hide-box blockquote,
    .punbb .post-content blockquote {
      border: 1px solid var(--grey) !important;
      border-top-width: 0px !important;
    }
    
    .punbb .post-content .blockcode,
    .punbb .quote-box.quote-main blockquote {
      border: 1px solid var(--accentcolor) !important;
      border-top-width: 0px !important;
    }
    
    .punbb .post-content .quote-box.spoiler-box {
      border: 1px solid var(--accentcolor) !important;
      border-radius: 20px;
    }
    
    .post-content .spoiler-box > div.visible {
      border-radius: 20px 20px 0 0 !important;
    }
    
    .punbb .post-content .spoiler-box > div {
      background-image: none !important;
      background: var(--white05);
      border-radius: 20px;
    }
    
    .punbb .post-content .spoiler-box > blockquote.visible {
      padding: 5px 12px 10px !important;
      background: var(--white05);
      border: none !important;
    }
    
    .punbb .quote-box cite,
    .punbb .code-box strong.legend {
      line-height: 1 !important;
      letter-spacing: 0.2px;
      font-weight: 600 !important;
      font-style: normal;
      text-transform: uppercase;
      padding: 10px 10px 9px;
      cursor: default;
      color: var(--punbgcolor) !important;
      font-size: 0.9em;
      font-family: var(--fontmont);
    }
    
    .punbb .code-box strong.legend {
      background: var(--punbgimg) fixed top left repeat !important;
      border-radius: 20px 20px 0 0;
      text-align: center;
    }
    
    .punbb .quote-box cite {
      background: var(--punbgimg-grey) fixed top left repeat !important;
      text-align: left;
    }
    
    .punbb .quote-box.hide-box cite {
      background: var(--punbgimg-grey) fixed top left repeat !important;
      text-align: right;
    }
    
    .quote-box {
      position: relative;
    }
    
    .quote-box.quote-main:before {
      content: '';
      display: block;
      width: 100%;
      height: 10px;
      background: var(--punbgimg) fixed top left repeat;
    }
    
    .punbb .code-box strong.legend a {
      color: var(--punbgcolor);
    }
    
    .punbb .code-box strong.legend a:hover {
      opacity: .4;
    }
    
    a.qc-post-link:before {
      margin: 0 !important;
      content: '\e8b6';
      display: inline-block;
      color: var(--punbgcolor);
      font-family: var(--mso);
      position: absolute;
      font-weight: 300;
    }
    
    a.qc-post-link:hover:before {
      color: var(--punbgcolor) !important;
    }
    
    .punbb .datafield span.input {
      font-weight: bold;
    }
    
    .punbb .info .container {
      text-transform: lowercase;
    }
    
    .punbb .post-sig dt {
      border-top: 1px solid var(--black02) !important;
    }
    
    em.bbuline {
      border-bottom: 1px solid var(--accentcolor) !important;
    }
    
    del {
      opacity: .45;
    }
    
    hr {
      border: 1px solid var(--black02) !important;
    }
    
    .post-content .spoiler-box > div:before,
    .post-content .spoiler-box > div.visible:before {
      width: 9px;
      margin-right: 10px !important;
      font-family: var(--mso);
      color: var(--linkcolor);
    }
    
    .post-content .spoiler-box > div:before {
      content: '\e313';
    }
    
    .post-content .spoiler-box > div.visible:before {
      content: '\e316';
    }
    
    .post-content .highlight-text {
      background-color: var(--grey) !important;
      color: var(--buttontextcolor) !important;
    }
    
    .punbb .post-links:not(#pun-messages .post-links) {
      margin: 30px 0 0px 0;
      position: absolute;
      width: calc(100% - 5em - var(--bodypadding));
      height: 21px;
    }
    
    #pun-multimove .post-links {
      margin: 0;
      position: relative;
      width: 100%;
    }
    
    #pun-viewtopic .post:last-child .post-links {
      width: var(--bodywidth);
      background: url(https://forumstatic.ru/files/001a/16/90/53285.svg) no-repeat center center, var(--punbgimg) fixed top left repeat;
      margin: 0 0 -10px calc(0px - var(--bodypadding));
      padding: 30px var(--bodypadding) !important;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 81px;
      position: relative;
    }
    
    .night #pun-viewtopic .post:last-child .post-links {
      background: url(https://forumstatic.ru/files/001a/16/90/93646.svg) no-repeat center center, var(--punbgimg) fixed top left repeat;
    }
    
    .punbb .post-links li {
      text-transform: lowercase;
      letter-spacing: 0.4px;
      z-index: 5;
      position: relative;
      padding: 0 !important;
      background: transparent;
      height: 21px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    
    .punbb .post-links li:not(#pun-messages .post-links li) {
      font-size: 0.7em;
    }
    
    #pun-messages .post-links li {
      font-size: 0.9em;
    }
    
    .punbb .post-links a:not(#pun-messages .post-links a) {
      color: var(--punbgcolor) !important;
      text-transform: uppercase;
      font-weight: 500;
    }
    
    .punbb .post-links a:hover {
      opacity: .4;
    }
    
    .punbb .modmenu .container {
      font-weight: 500 !important;
      text-transform: lowercase;
      z-index: 5;
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 5px 0 0;
    }
    
    div.modmenu {
      margin-bottom: 10px;
    }
    
    div#topic-users-in p.container {
      padding: 5px 0 0;
      font-size: 0.9em;
    }
    
    .punbb .modmenu .container span {
      font-weight: 500 !important;
    }

    0

    4

    Код:
    
    /* Пагинация и соседние строчки
         -------------------------------------------------------------*/
    .linkst .postlink,
    .linkst .pagelink,
    .linksb .pagelink {
      font-weight: 500 !important;
      text-transform: uppercase;
      font-size: 1.1em;
      letter-spacing: 0.4px;
      line-height: 1;
      z-index: 2;
    }
    
    .linksb .postlink,
    .linksb .subscribelink {
      font-weight: 600 !important;
      text-transform: uppercase;
      font-size: 1.1em;
      letter-spacing: 0.4px;
      line-height: 1;
      z-index: 2;
      margin-left: 30px !important;
    }
    
    #pun-viewtopic .linksb .postlink {
      position: relative !important;
      right: 0 !important;
    }
    
    .pagelink strong {
      font-weight: 700 !important;
      color: var(--textcolor);
      padding: 0 2px;
      letter-spacing: 0;
      line-height: 1;
    }
    
    .night .pagelink strong {
      color: var(--textcolor-night);
    }
    
    .pagelink a {
      font-weight: 700 !important;
      background: transparent;
      padding: 0 3px;
      letter-spacing: 0;
      line-height: 1;
    }
    
    .pagelink a:hover {
      background: var(--textcolor) !important;
      color: var(--punbgcolor) !important;
      border-radius: 3px;
    }
    
    .night .pagelink a:hover {
      background: var(--textcolor) !important;
    }
    
    .linksb,
    .linkst {
      font-weight: 700 !important;
      text-transform: uppercase;
      font-size: 0.7em !important;
      letter-spacing: 0.2px !important;
    }
    
    .linksb .postlink a,
    .linksb .subscribelink a {
      color: var(--linkcolorhov);
    }
    
    .linksb .postlink a:hover,
    .linksb .subscribelink a:hover {
      color: var(--grey);
    }
    
    .linksb:not(#messages .linksb),
    .linkst:not(#messages .linkst) {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    
    #pun-viewtopic .linkst,
    .multipage .linkst {
      width: var(--bodywidth) !important;
      margin: 0 0 0 calc(0px - var(--bodypadding));
      padding: 10px var(--bodypadding) !important;
      color: var(--textcolor);
    }
    
    #pun-viewtopic .linksb,
    .multipage .linksb {
      width: var(--bodywidth) !important;
      margin: 0 0 0 calc(0px - var(--bodypadding));
      padding: 10px var(--bodypadding) 15px !important;
      color: var(--textcolor);
    }
    
    .night #pun-viewtopic .linkst,
    .night .multipage .linkst,
    .night #pun-viewtopic .linksb,
    .night .multipage .linksb {
      color: var(--textcolor-night);
    }
    
    #pun-viewtopic .linksb .pagelink strong,
    #pun-viewtopic .linkst .pagelink strong,
    .multipage .linksb .pagelink strong,
    .multipage .linkst .pagelink strong {
      -webkit-box-shadow: 0 1px 0 0 var(--textcolor);
      box-shadow: 0 1px 0 0 var(--textcolor);
    }
    
    #pun-viewtopic .linksb .postlink a:hover,
    #pun-viewtopic .linksb .subscribelink a:hover,
    #pun-viewtopic .linkst .postlink a:hover,
    #pun-viewtopic .linkst .subscribelink a:hover,
    .multipage .linkst .postlink a:hover,
    .multipage .linkst .subscribelink a:hover,
    .multipage .linksb .postlink a:hover,
    .multipage .linksb .subscribelink a:hover {
      opacity: .4;
    }
    
    /* Профиль в постах
         -------------------------------------------------------------*/
    .punbb .post .post-author {
      width: var(--profilewidth);
      height: 100%;
      padding: 20px 0 0;
      margin: -14px 0 0 !important;
    }
    
    .punbb .post .post-author ul {
      border: 1px solid var(--accentcolor) !important;
      border-radius: 20px !important;
      padding: 0 0 16px !important;
      background: var(--profilebtm) bottom center no-repeat, var(--punbgimg) fixed top left repeat;
    }
    
    .night .punbb .post .post-author ul {
      background: var(--night-profilebtm) bottom center no-repeat, var(--punbgimg) bottom center repeat;
    }
    
    .pa-author {
      height: 32px;
      width: 100%;
      padding: 0 0 4px !important;
      margin: -32px 0 0 !important;
      font-size: 1.2em;
      line-height: 1.2;
      text-transform: uppercase;
      color: var(--textcolor);
      letter-spacing: 0.2px;
      font-weight: 800 !important;
      text-shadow: none;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      overflow: hidden;
    }
    
    .pa-author a {
      color: var(--textcolor) !important;
    }
    
    .pa-author a:hover {
      color: var(--linkcolorhov) !important;
    }
    
    .night .pa-author,
    .night .pa-author a {
      color: var(--textcolor-night) !important;
    }
    
    .pa-title {
      color: var(--punbgcolor);
      text-transform: lowercase;
      font-size: 0.7em;
      letter-spacing: 1.4px;
      width: 100%;
      height: auto;
      margin: 0 !important;
      text-align: center;
      padding: 7px 6px 10px !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 20px 20px 0 0;
    }
    
    .pa-avatar.item2 {
      margin: 0 !important;
      padding: 0 0 15px !important;
      border-radius: 0;
    background: var(--punbgimg) bottom center repeat!important;
    }
    
    .pa-avatar.item2 img,
    #profile-left #pa-avatar img {
      -webkit-box-shadow: 0 0 0 2px var(--accentcolor), 0 0 0 3px var(--punbgcolor) !important;
      box-shadow: 0 0 0 2px var(--accentcolor), 0 0 0 3px var(--punbgcolor) !important;
      border-radius: 5px;
    }
    
    .pa-posts,
    .pa-respect,
    .pa-fld4,
    .pa-fld5 {
      color: var(--textcolor);
      background: var(--punbgcolor);
      text-transform: lowercase;
      font-size: 0.9em;
      line-height: 1;
      letter-spacing: 0.2px;
      padding: 10px 0 1px !important;
      font-weight: 500;
    }
    
    .pa-respect,
    .pa-fld4,
    .pa-fld5 {
      max-height: 46px;
    }
    
    .night .pa-posts,
    .night .pa-respect,
    .night .pa-fld4,
    .night .pa-fld5 {
      color: var(--textcolor-night);
    }
    
    .pa-fld4 {
      white-space: nowrap !important;
    }
    
    .night .pa-posts,
    .night .pa-respect,
    .night .pa-fld4,
    .night .pa-fld5 {
      background: var(--night-punbgcolor);
    }
    
    .pa-online {
      font-size: 0.8em;
      text-transform: lowercase;
      color: var(--textcolor);
      background: var(--punbgcolor);
      font-weight: 700 !important;
      letter-spacing: 0.2px;
      width: 100%;
      padding: 20px 0 0 !important;
      line-height: 1;
      text-align: center;
    }
    
    .night .pa-online {
      color: var(--textcolor-night);
    }
    
    .night .pa-online {
      background: var(--night-punbgcolor);
    }
    
    .pa-online strong {
      font-weight: 700 !important;
    }
    
    .pa-fld4:before {
      content: 'банк:';
    }
    
    .pa-fld5:before {
      content: 'посты:';
    }
    
    .pa-posts span.fld-name,
    .pa-posts a,
    .pa-respect span.fld-name,
    .pa-fld4:before,
    .pa-fld5:before {
      font-weight: 500;
      margin: 0 0 5px;
      text-transform: lowercase;
      color: var(--inputbgcolor);
      font-size: 8px!important;
      letter-spacing: 0.2px;
      width: 100%;
      background: var(--punbgimg-grey) fixed top left repeat;
      display: block;
      padding: 5px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      line-height: 1;
    }
    
    .pa-respect a[href^="/respect.php?id="]:before {
      content: "Лайки";
      margin-right: 0px;
      visibility: visible;
      font-size: 8px !important;
      color: var(--inputbgcolor) !important;
    }
    
    .pa-respect a,
    .pa-posts a,
    .pa-fld4 a,
    .pa-fld5 a {
      color: var(--inputbgcolor) !important;
    }
    
    .pa-fld4 b,
    .pa-fld5 b {
      font-weight: 500 !important;
      position: relative;
    }
    
    .pa-fld1 {
      margin: 0 !important;
      padding: 10px 0 !important;
      color: var(--inputbgcolor);
      height: 45px;
      font-size: 1.2em;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: var(--punbgcolor);
    }
    
    .night .pa-fld1 {
      background: var(--night-punbgcolor);
    }
    
    .plashka {
      height: 45px;
      width: 190px;
      margin: 0 !important;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      background: url(https://forumstatic.ru/files/001b/01/bb/52111.png) no-repeat center #913b2d;
    }
    
    .plashka img {
      max-height: 50px;
      max-width: 50px;
    }
    
    .plashka1 {
      width: 50px;
      height: 50px;
    }
    
    .plashka2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      padding: 0px;
      line-height: 1;
      font-size: 0.8em;
      color: #d6d6d6;
      width: calc(100% - 50px);
      height: 100%;
    }
    
    .pa-fld2 {
      color: var(--textcolor);
      background: var(--punbgcolor);
      text-align: justify;
      text-align-last: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-transform: lowercase;
      font-size: 0.8em;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      line-height: 1.4;
      font-weight: 600;
    }
    
    .night .pa-fld2 {
      color: var(--textcolor-night);
    }
    
    .night .pa-fld2 {
      background: var(--night-punbgcolor);
    }
    
    .plashka img {
      max-height: 50px;
      max-width: 50px;
    }
    
    .lz {
      padding: 0 16px !important;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: var(--profilewidth);
    }
    
    .lz a {
      color: var(--linkcolor) !important;
      font-weight: 800;
    }
    
    .lzname {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: var(--profilewidth);
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 15px 4px !important;
      margin: 0 0 6px -16px !important;
      text-align: center;
      text-transform: uppercase;
      font-weight: 500;
      color: var(--inputbgcolor);
      font-size: 1em;
      background: var(--punbgimg) fixed top left repeat;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      letter-spacing: 0.4px;
    }
    
    .lzname a {
      color: var(--inputbgcolor) !important;
      font-weight: 500;
    }
    
    .lz a:hover,
    .lzname a:hover {
      opacity: .4;
    }
    
    .pa-fld3 {
      position: absolute;
      margin-top: 30px !important;
      margin-left: -283px !important;
    }
    
    .brick {
      width: 23px;
      height: 46px;
      background: url(https://forumstatic.ru/files/001b/01/bb/36624.png);
    }
    
    .pa-fld4::after,
    #profile-right li#pa-fld4::after {
      content: '\00A3';
      margin-left: 1px;
    }
    
    /* Поиск по постам юзера
         -------------------------------------------------------------*/
    #pun-searchposts .post-author,
    #pun-multimove .post-author {
      padding: 0 !important;
      margin: 0 !important;
      width: 180px;
      height: auto;
    }
    
    #pun-searchposts .post-body,
    #pun-multimove .post-body {
      margin: 0 0 0 200px !important;
    }
    
    #pun-searchposts .post-author ul,
    #pun-multimove .post-author ul {
      margin: 0 !important;
      padding: 5px 20px !important;
      background: transparent !important;
    }
    
    #pun-searchposts .pa-author,
    #pun-multimove .pa-author {
      text-shadow: none;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      margin: 0 !important;
      position: relative;
      font-size: 1.3em;
      line-height: 1;
      color: var(--linkcolor);
      background: transparent;
      padding: 0 !important;
      word-break: break-word;
      height: auto;
    }
    
    #pun-searchposts .pa-author a,
    #pun-multimove .pa-author a {
      text-align: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      color: var(--linkcolorhov) !important;
    }
    
    #pun-searchposts .pa-author strong,
    #pun-multimove .pa-author strong {
      font-weight: 500 !important;
    }
    
    /* Страница профиля
         -------------------------------------------------------------*/
    #viewprofile .container {
      padding: 0 !important;
      margin: 0;
    }
    
    div#viewprofile-next {
      margin: 30px 0 0;
    }
    
    #pun-profile #pun-main h1 {
      display: none;
    }
    
    #profile-left {
      width: 220px !important;
      padding: 0 !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
    }
    
    #profile-left #profile-name {
      color: var(--bodybgcolor) !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-weight: 800 !important;
      height: auto;
      padding: 0 20px 4px !important;
      font-size: 1.2em;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 0.2px;
      text-shadow: none;
      margin: 0 !important;
      text-align: center;
    }
    
    #profile-left strong {
      font-weight: 500 !important;
    }
    
    #profile-left #profile-name strong {
      font-weight: 800 !important;
    }
    
    #profile-left #profile-title {
      background: var(--punbgimg) fixed top left repeat;
      border-radius: 20px 20px 0 0;
      color: var(--punbgcolor);
      text-transform: lowercase;
      font-size: 0.7em;
      letter-spacing: 1.4px;
      width: 100%;
      height: auto;
      margin: 0 !important;
      text-align: center;
      padding: 7px 6px 10px !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    #profile-left #profile-title strong {
      font-weight: 500 !important;
    }
    
    #profile-left #pa-avatar {
      margin: 0 !important;
      padding: 0 0 17px !important;
      background: var(--punbgimg) fixed top left repeat;
      border-radius: 0;
    }
    
    #profile-left #pa-avatar strong {
      color: var(--punbgcolor);
      text-transform: lowercase;
      font-weight: 500 !important;
      font-size: 0.8em;
      letter-spacing: 0.2px;
    }
    
    #profile-left #pa-online {
      color: var(--textcolor);
      background: var(--punbgcolor);
      text-transform: lowercase;
      font-size: 0.8em;
      letter-spacing: 0.2px;
      margin: 0 !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px 10px 12px !important;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      border-radius: 0 0 20px 20px;
      -webkit-box-shadow: inset 0 0 0 1px var(--accentcolor);
              box-shadow: inset 0 0 0 1px var(--accentcolor);
    }
    
    .night #profile-left #pa-online {
      background: var(--night-punbgcolor);
      color: var(--textcolor-night);
    }
    
    #profile-left #pa-online strong {
      font-weight: 700 !important;
    }
    
    #profile-left #pa-edit {
      text-align: center;
      font-size: 1em;
      text-transform: lowercase;
      letter-spacing: 0.4px;
      margin: 0;
      padding: 10px 10px;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 5;
    }
    
    #profile-left #pa-edit strong {
      font-weight: 600 !important;
    }
    
    #profile-left #pa-edit a {
      color: var(--linkcolor);
    }
    
    #profile-left #pa-edit:hover a {
      color: var(--buttonbgcolorhov);
    }
    
    #profile-left li:nth-last-child(-n+2) {
      border-radius: 0 0 20px 20px;
    }
    
    #profile-right li strong {
      font-size: 1em;
      text-transform: lowercase;
      letter-spacing: 0.2px;
      font-weight: 500 !important;
      width: 100%;
      padding: 0 !important;
    }
    
    #viewprofile li {
      background-color: transparent;
      color: var(--textcolor);
    }
    
    .night #viewprofile li {
      color: var(--textcolor-night);
    }
    
    #viewprofile li strong,
    #viewprofile li div {
      background-color: transparent;
      font-weight: 500;
    }
    
    #viewprofile li span {
      font-size: 1em;
      line-height: 1;
      text-transform: lowercase;
      font-weight: 600 !important;
      letter-spacing: 0.2px;
      color: var(--textcolor);
      margin-bottom: 0 !important;
    }
    
    .night #viewprofile li span {
      color: var(--textcolor-night);
    }
    
    #viewprofile li span a,
    #profile-right li span a {
      color: var(--textcolor);
    }
    
    .night #viewprofile li span a,
    .night #profile-right li span a {
      color: var(--textcolor-night);
    }
    
    #viewprofile h2 span {
      background-color: transparent;
      color: var(--bodybgcolor);
      text-transform: uppercase;
      font-weight: 500 !important;
      font-size: 1.2em;
    }
    
    #viewprofile .lz {
      width: 100%;
      padding: 0 !important;
    }
    
    #viewprofile .lzname {
      width: 100%;
      padding: 0 !important;
      margin: 0 0 0 !important;
      text-align: left;
      text-transform: lowercase;
      color: var(--textcolor);
      background: transparent;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 1em;
      font-weight: 700 !important;
    }
    
    #viewprofile .lzname a {
      color: var(--textcolor) !important;
      font-weight: 700 !important;
    }
    
    .night #viewprofile .lzname,
    .night #viewprofile .lzname a {
      color: var(--textcolor-night) !important;
    }
    
    #viewprofile .lzname a:hover {
      color: var(--linkcolorhov) !important;
    }
    
    #viewprofile .plashka,
    #viewprofile .plashka2 {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }
    
    #viewprofile .plashka {
      width: 190px;
    }
    
    #viewprofile .plashka2 {
      width: 140px;
    }
    
    /* Админка
         -------------------------------------------------------------*/
    .punbb-admin #pun-admain .adcontainer {
      background-color: transparent;
      color: var(--textcolor);
    }
    
    #pun-admain fieldset .handle,
    #pun-admain fieldset p {
      border: none;
      background: #ebebeb !important;
    }
    
    #pun-admain label,
    div#pun-admain .adlabel {
      font-weight: 700 !important;
      text-transform: uppercase;
    }
    
    #pun-adnav a {
      font-weight: 500 !important;
      text-transform: lowercase !important;
    }
    
    #pun-adnav .isactive ul.adsubnav a {
      color: var(--linkcolor) !important;
    }
    
    sup.new {
      color: var(--textcolor) !important;
      font-weight: 500 !important;
    }
    
    sup.new:before {
      content: '(';
    }
    
    sup.new:after {
      content: ')';
    }
    
    /* Ссылки и переходы
         -------------------------------------------------------------*/
    .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: var(--linkcolor);
    }
    
    .punbb .isactive a,
    .punbb .isactive a:link,
    .punbb .isactive a:visited {
      -webkit-box-shadow: 0px 1px 0 0 var(--selectbgcolor05);
      box-shadow: 0px 1px 0 0 var(--selectbgcolor05);
    }
    
    .punbb a:hover,
    .punbb a:focus,
    .punbb a:active,
    .punbb-admin #pun-admain .nodefault,
    .punbb-admin #pun-admain a:hover,
    .punbb-admin #pun-admain a:focus,
    .punbb-admin #pun-admain a:active {
      color: var(--linkcolorhov);
    }
    
    #pun-pagelinks a:active,
    #pun-pagelinks a:focus {
      background-color: var(--bodybgcolor);
      color: var(--inputbgcolor);
    }
    
    /* Формы и кнопки
         -------------------------------------------------------------*/
    .punbb .formsubmit input,
    .punbb .formsubmit a,
    .punbb .formsubmit span,
    input.button,
    button.sml,
    #mask_dialog .hv-control input {
      background: var(--buttonbgcolor) !important;
      color: var(--buttontextcolor) !important;
      font-family: var(--fontmont) !important;
      font-size: 10px !important;
      text-transform: lowercase !important;
      font-weight: 500 !important;
      letter-spacing: 0.2px !important;
      line-height: 1 !important;
    }
    
    input.button:hover,
    #mask_dialog .hv-control input:hover {
      border-radius: 0;
      background: var(--grey) !important;
    }
    
    #mask_dialog .hv-form-block {
      max-height: 380px !important;
    }
    
    #profile .formsubmit {
      text-transform: lowercase;
    }
    
    div#form-buttons {
      background: var(--punbgimg-grey) fixed top left repeat !important;
      margin: 0;
      border-radius: 0;
    }
    
    /* Всплывающие уведомления: новое лс и проч.
         -------------------------------------------------------------*/
    /* Баббл новых лс
        -------------------------------------------------------------*/
    span.num_msg {
      border-radius: 5px !important;
      margin: 0 !important;
      left: 3px;
      padding: 3px 5px 4px 5px !important;
      color: var(--punbgcolor) !important;
      font-family: var(--fontmont) !important;
      font-size: 0.7em !important;
      font-weight: 600 !important;
      letter-spacing: 0 !important;
      line-height: 1 !important;
      width: auto !important;
      height: auto !important;
      position: relative !important;
      background: var(--bodybgcolor) !important;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
    }
    
    #pun-navlinks li#navpm {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    
    /* Скроллбар
        -------------------------------------------------------------*/
    ::-webkit-scrollbar-thumb {
      background-color: var(--punbgcolor);
    }
    
    #tags .container::-webkit-scrollbar-thumb {
      background-color: var(--punbgcolor) !important;
    }
    
    textarea::-webkit-scrollbar-thumb,
    #tags .container::-webkit-scrollbar-thumb,
    .scrollbox::-webkit-scrollbar-thumb,
    .hvStickerPackModalContent::-webkit-scrollbar-thumb {
      background-color: var(--black05) !important;
    }
    
    .banners::-webkit-scrollbar-thumb {
      background: var(--punbgcolor);
    }
    
    .banners::-webkit-scrollbar-track,
    .banners::-webkit-scrollbar-corner {
      background: transparent;
    }
    
    .night .banners::-webkit-scrollbar-thumb {
      background: var(--night-punbgcolor);
    }
    
    /* Выделение текста
        -------------------------------------------------------------*/
    ::-moz-selection {
      background-color: var(--selectbgcolor05);
      color: var(--selecttextcolor) !important;
    }
    
    ::selection {
      background-color: var(--selectbgcolor05);
      color: var(--selecttextcolor) !important;
    }
    
    /* Панель в форме ответа
        -------------------------------------------------------------*/
    #font-area,
    #size-area,
    #color-area,
    #table-area,
    #image-area,
    #imageup-area,
    #imageattach-area,
    #keyboard-area,
    #video-area,
    #addition-area,
    #smilies-area,
    #video-area,
    #spoiler-area,
    #float {
      background: var(--selectbgcolor09);
      color: var(--punbgcolor);
    }
    
    #tags .container {
      text-transform: lowercase;
      font-size: 0.9em;
      letter-spacing: 0.2px;
      font-weight: 400;
    }
    
    #tags .container a {
      color: var(--punbgcolor);
    }
    
    #tags .container a:hover {
      color: var(--linkcolorhov);
    }
    
    #tags .container strong,
    div#video-area-thd,
    div#image-area-thd,
    div#float strong {
      font-weight: 500 !important;
      text-transform: lowercase !important;
      letter-spacing: 0.2px;
      color: var(--inputbgcolor) !important;
      font-size: 1em;
    }
    
    #imageupload-left input[type=button] {
      width: auto !important;
      color: var(--textcolor) !important;
      font-family: var(--fontmont) !important;
      font-weight: 700 !important;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: var(--punbgcolor) !important;
    }
    
    .night #imageupload-left input[type=button] {
      background: var(--night-punbgcolor) !important;
      color: var(--textcolor-night) !important;
    }
    
    #addition-area div:hover,
    #font-area div:hover,
    #size-area div:hover {
      background: rgba(255, 255, 255, 0.15) !important;
      border-radius: 5px;
    }
    
    #keyboard-span input {
      background-color: rgba(255, 255, 255, 0.7) !important;
      font-size: 1.2em !important;
      color: var(--textcolor) !important;
      border-radius: 10px;
    }
    
    #keyboard-span input:hover {
      background-color: var(--bodybgcolor) !important;
      color: var(--punbgcolor) !important;
    }
    
    .uploadQueueItem .cancel a {
      font-weight: 500 !important;
      color: var(--inputbgcolor) !important;
    }
    
    #uploaded-images img {
      border: 1px solid var(--grey) !important;
    }
    
    #form-buttons td {
      color: var(--inputbgcolor);
      font-weight: 200;
      font-size: 1.5em !important;
      border-radius: 0;
    }
    
    #form-buttons td:hover {
          opacity: .4;
    }
    
    #button-image p {
      color: var(--punbgcolor) !important;
    }
    
    .punbb #post .tabs .active a,
    .punbb #post .tabs li a:hover {
      background: #686868 !important;
    }
    
    .punbb #post .tabs li a {
      background: #3c3c3c !important;
    }
    
    .hvStickerPackModal {
      border-radius: 0 !important;
      background: var(--selecttextcolor) !important;
    }
    
    .hvStickerPackModalTab {
      padding: 6px 12px !important;
      border-radius: 0 !important;
      background: rgba(0, 0, 0, 0.1) !important;
      font-size: 0.8em !important;
      letter-spacing: 0.4px !important;
      font-family: var(--fontmont) !important;
      font-weight: 700 !important;
      text-transform: uppercase !important;
      color: #222 !important;
    }
    
    /* Репутация
        -------------------------------------------------------------*/
    form#rep_form .tcl {
      width: 20% !important;
      font-family: var(--fontmont) !important;
      text-transform: uppercase;
      text-align: left;
      font-weight: 500 !important;
    }
    
    #pun-respect .tcl {
      text-transform: lowercase !important;
    }
    
    /* Закладки
        -------------------------------------------------------------*/
    #BookmCntToggle.default-style {
      background: var(--punbgcolor) !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      color: var(--textcolor) !important;
      border-left: solid 2px var(--textcolor) !important;
      border-radius: 0;
    }
    
    .night #BookmCntToggle.default-style {
      background: var(--night-punbgcolor) !important;
    }
    
    #MyBookmarks {
      background: var(--punbgcolor) !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      border-radius: 0;
    }
    
    .night #MyBookmarks {
      background: var(--night-punbgcolor) !important;
    }
    
    #MyBookmarks .container {
      color: var(--textcolor) !important;
      text-transform: lowercase !important;
    }
    
    #MyBookmarks h2 {
      font-family: var(--fontmont) !important;
      font-size: 0.8em !important;
      font-weight: 500 !important;
      text-transform: uppercase !important;
      color: var(--textcolor) !important;
    }
    
    #MyBookmarks h2 span {
      font-size: 1.1em !important;
    }
    
    #MyBookmarks h1 {
      font-family: var(--fontmont) !important;
      font-size: 0.8em !important;
      font-weight: 500 !important;
      text-transform: uppercase !important;
      color: #fff !important;
    }
    
    #MyBookmarks #bm2 {
      height: 25px !important;
      width: 25px !important;
      display: block;
      position: absolute;
      padding: 9px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      top: 0 !important;
      right: -16px !important;
    }
    
    #MyBookmarks #bm2:after {
      content: '\e5cd' !important;
      font-family: var(--mso);
      font-size: 1.1em;
      background: var(--grey) !important;
      border-radius: 50%;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: var(--punbgcolor);
      z-index: 999;
      width: 26px !important;
      height: 26px !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      letter-spacing: 0;
      line-height: 1;
      padding: 0 0 0 1px !important;
    }
    
    #MyBookmarks span.scrl {
      width: 98px !important;
      padding-top: 4px !important;
      color: var(--textcolor) !important;
      text-shadow: none !important;
    }
    
    #MyBookmarks span.scrl.b {
      left: 100px !important;
    }
    
    #MyBookmarks span.scrl.t,
    #MyBookmarks span.scrl.b {
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
    }
    
    #MyBookmarks .BookmarkL > span > a {
      color: var(--textcolor) !important;
    }
    
    #MyBookmarks .BookmarkL > span > a:hover {
      opacity: 0.4;
    }
    
    #MyBookmarks li span strong {
      float: right;
      cursor: pointer;
      z-index: 99999;
      font-weight: 500;
      position: relative;
      font-size: 0 !important;
    }
    
    #MyBookmarks li span strong:after {
      content: '\e5cd';
      font-size: 0.9em;
      font-family: var(--mso);
      color: var(--textcolor);
    }
    
    .post .bookmark {
      color: var(--bodybgcolor) !important;
    }
    
    .editBookmark {
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      border-radius: 0 !important;
      background: var(--punbgcolor) !important;
      border: 1px solid var(--bodybgcolor) !important;
    }
    
    .editBookmark h1 {
      margin-bottom: 0 !important;
      color: var(--linkcolor) !important;
      padding: 10px !important;
    }
    
    .editBookmark input.button {
      margin: 0 !important;
    }
    
    .editBookmark .container {
      border-radius: 0 !important;
      padding: 10px !important;
    }
    
    .editBookmark input:not(.button) {
      height: 23px;
      text-transform: lowercase;
      background: var(--inputbgcolor);
      font-size: 10px !important;
      line-height: 9px !important;
    }
    
    .editBookmark .inputfield {
      color: #fff !important;
      font-size: 0 !important;
      text-transform: lowercase;
    }
    
    .editBookmark .inputfield .button {
      margin-left: 10px !important;
      margin-top: 1px !important;
    }
    
    span.delBookmark {
      margin-right: 5px !important;
    }
    
    /* Кнопки вверх/вниз
        -------------------------------------------------------------*/
    #Go_Top,
    #Go_Bottom {
      height: 40px;
      width: 40px;
      background: var(--punbgcolor);
      left: calc(50% + 530px);
      -webkit-clip-path: circle(50% at center left);
              clip-path: circle(50% at center left);
    }
    
    .night #Go_Top,
    .night #Go_Bottom {
      background: var(--night-punbgcolor) !important;
    }
    
    #Go_Top {
      top: calc(50% - 40px);
    }
    
    #Go_Bottom {
      top: calc(50% + 40px);
    }
    
    /* Смена имиджа маской
        -------------------------------------------------------------*/
    #mask_dialog .inner .hv-mask-block .hv-form-block label {
      font-size: 0.9em;
      text-transform: lowercase;
    }
    
    #mask_dialog .inner .hv-mask-block .hv-form-block label b {
      font-size: 1em;
      text-transform: lowercase;
      font-weight: 500 !important;
    }
    
    .hv-preview-author {
      font-size: 1.2em !important;
      font-family: var(--fontmont) !important;
      font-weight: 700 !important;
      padding-bottom: 1px !important;
      text-transform: lowercase;
    }
    
    .hv-preview-title {
      font-size: 0.8em !important;
      font-family: var(--fontmont) !important;
      font-weight: 500 !important;
      text-transform: lowercase !important;
      margin: -5px 0px 2px 0px;
    }
    
    #mask_dialog .hv-form-block input,
    #mask_dialog .hv-form-block textarea {
      background: var(--black005) !important;
    }
    
    /* Баннеры в футере
        -------------------------------------------------------------*/
    .banners {
      bottom: -46px !important;
      width: calc(var(--bodywidth) + 40px);
      height: 31px;
      left: -20px;
    }
    
    /* Дополнительно
        -------------------------------------------------------------*/
    #tooltip,
    .tipsy-inner {
      border-radius: 0 !important;
      padding: 4px 6px 5px 7px !important;
      font-family: var(--fontmont) !important;
      text-transform: uppercase !important;
      font-size: 0.6em !important;
      letter-spacing: 0.4px !important;
      font-weight: 500 !important;
    }
    
    /* ------------------- СТИКЕРЫ ----------- */
    .hvStickerPackModalContainer .hvStickerPackModal {
      background: #c6c6c6;
      -webkit-box-shadow: none;
              box-shadow: none;
      margin-left: 25px;
      border: 2px solid #212121;
      -webkit-box-shadow: 2px 2px 0px 0px #212121;
      box-shadow: 2px 2px 0px 0px #212121;
    }
    
    .hvStickerPackModalContainer .hvStickerPackModalTab {
      background: #913b2d;
      color: #c6c6c6;
      border-radius: 0px;
    }
    
    .hvStickerPackModalContainer .hvStickerPackModalTab.active {
      background: #c6c6c6;
      color: #212121;
      border-radius: 0px;
    }
    
    #button-sticker {
      background: url(https://i.imgur.com/nIxqYNk.png) 50% no-repeat !important;
      background-size: auto !important;
      cursor: pointer !important;
    }
    
    .hvStickerPackModalContent {
      border: none !important;
    }
    
    /* ОФОРМЛЕНИЕ ОРГТЕМ И ХТМЛ ТАМ */
    .soo {
      background: #b7b7b7;
      border: 1px solid #b7b7b7;
      width: 607px;
      position: relative;
    }
    
    .zagtext {
      font-family: pt sans;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 18px;
      letter-spacing: 0.8px;
      color: #c6c6c6;
      line-height: 100%;
      padding: 3px 0px 5px 0px;
      text-align: center;
      background: #9d3927;
      margin: 15px -1px 0px !important;
    }
    
    .tema {
      width: 595px;
      margin: 20px 6px !important;
      background: #c6c6c6;
    }
    
    .tematext {
      overflow-x: hidden;
      position: relative;
      text-align: justify;
      padding: 10px;
      font-family: Arial;
      font-size: 12px;
      color: #212121;
    }
    
    .polos {
      background: #b7b7b7;
      text-align: left;
      color: #212121;
      font: bold 14px PT Sans;
      letter-spacing: 1px;
      padding: 3px 3px 3px 10px;
      margin: 15px -11px 5px !important;
      text-align: left !important;
      text-transform: uppercase;
    }
    
    .bigblock {
      background: #c6c6c6;
      border: 1px solid #c6c6c6;
      width: 540px;
      margin: 7px !important;
      padding: 10px;
      font: 200 13px Arial;
      color: #212121;
    }
    
    .leg {
      padding: 8px 0px 3px 0px;
      font: bold 14px PT Sans;
      text-align: left;
      text-transform: uppercase;
    }
    
    .block {
      height: 50px;
      padding: 5px;
      overflow: auto;
    }
    
    /* ------------------- НОВЫЕ ИНСТА И ТВИТОР (ДАРА) -------------*/
    .instab {
      background-color: #FAFAFA;
      width: 500px;
      padding: 15px;
    }
    
    .insta {
      background-color: #FFFFFF;
      width: 450px;
      padding: 15px;
      color: 212121;
      text-align: justify;
    }
    
    .iusername {
      font-family: comfortaa;
      font-size: 16px;
      text-transform: lowercase;
      text-align: center;
      color: #FFFFFF;
      background: -webkit-gradient(linear, left top, right top, from(#405de6), color-stop(#5851db), color-stop(#833ab4), color-stop(#c13584), color-stop(#e1306c), to(#fd1d1d));
      background: linear-gradient(to right, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
      width: 422px;
      padding: 30px;
    }
    
    .iuserpic {
      width: 70px;
      height: 70px;
      background-color: #FAFAFA;
      border-radius: 100%;
    }
    
    .iuserpic img {
      max-width: 70px;
      max-height: 70px;
      border-radius: 100%;
    }
    
    .inumberc {
      font-family: pt sans;
      width: 50px;
      height: 50px;
      padding: 10px;
      margin-top: 10px;
    }
    
    .inumber {
      font-family: pt sans;
      font-size: 13px;
      color: #212121;
      text-align: center;
    }
    
    .inumberh {
      font-family: pt sans;
      font-size: 7px;
      color: #212121;
      text-transform: uppercase;
      text-align: center;
    }
    
    .ibio {
      font-family: pt sans;
      color: #7d7d7d;
      font-size: 12px;
      text-align: justify;
      text-transform: none;
      line-height: 110%;
      padding: 0px 10px 20px 10px;
      width: 300px;
    }
    
    .instab2 {
      background-color: #FAFAFA;
      width: 520px;
      padding: 15px;
      text-align: justify;
    }
    
    .insta2 {
      background-color: #FFFFFF;
      width: 500px;
      padding: 10px;
      color: 212121;
      text-align: center;
    }
    
    .instaava {
      width: 50px;
      height: 50px;
      border-radius: 100%;
      padding-top: 10px;
    }
    
    .instaava img {
      max-width: 50px;
      max-height: 50px;
      border-radius: 100%;
    }
    
    .icaption {
      font-family: pt sans;
      color: #212121;
      font-size: 12px;
      text-align: justify;
      line-height: 115%;
      padding: 20px 0px 20px 0px;
      width: 300px;
    }
    
    .twitter {
      background-color: #FAFAFA;
      width: 500px;
    }
    
    .twitterback {
      width: 500px;
    }
    
    .twitterava {
      margin-top: -50px !important;
      margin-left: 350px !important;
      width: 100px;
      height: 100px;
    }
    
    .twitterava img {
      max-width: 100px;
      max-height: 100px;
      border-radius: 100%;
      border: 5px solid #FAFAFA;
    }
    
    .twittername {
      text-align: justify;
      font-family: pt sans;
      color: #212121;
      font-size: 18px;
      padding: 20px 0px 20px 20px;
      margin-top: -50px !important;
    }
    
    .twitinfo {
      font-family: pt sans;
      color: #212121;
      font-size: 14px;
      text-align: justify;
      line-height: 115%;
      padding: 0px 20px 20px 20px;
    }
    
    .twitpost {
      background-color: #FAFAFA;
      width: 470px;
      padding: 15px;
    }
    
    .twitterava2 {
      width: 60px;
      height: 60px;
    }
    
    .twitterava2 img {
      max-width: 60px;
      max-height: 60px;
      border-radius: 100%;
    }
    
    .twittername2 {
      text-align: justify;
      font-family: pt sans;
      color: #212121;
      font-size: 16px;
      padding: 5px;
    }
    
    .twitinfo2 {
      font-family: pt sans;
      color: #212121;
      font-size: 14px;
      text-align: justify;
      line-height: 115%;
      padding: 0px 30px 5px 5px;
    }
    
    .twitbuttons {
      background-image: url(http://i.imgur.com/aNhGVUS.png) no-repeat;
      width: 363px;
      height: 14px;
    }
    
    .icon[data-new-topics]:before, .subforums span[data-new-topics]:before {
        background: transparent!important;
        border-radius: 0!important;
        color: var(--inputbgcolor)!important;
        content: attr(data-new-topics);
        display: inline-block!important;
        font-size: 0.7em!important;
        font-weight: 400!important;
        height: 16px!important;
        line-height: 1!important;
        margin: 0 0 0 -5px!important;
        min-width: 16px!important;
        padding: 0 0 0 0!important;
        position: relative!important;
        text-align: center!important;
    }
    
    .tclcon .subforums {
        order: 2;
        padding: 7px 0;
    }

    0


    Вы здесь » bosver » коды » лондон


    Рейтинг форумов | Создать форум бесплатно