/*************************************************************
СТРУКТУРА : все цвета, изображения, шрифты и проч. во втором окне
*************************************************************/

/* Не удалять
-------------------------------------------------------------*/
@import url(style_cs.1644596921.css);

/* Шрифты
-------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
  @import url('https://fonts.googleapis.com/css?family=Oswald');
  @import url('https://fonts.googleapis.com/css?family=Oranienbaum');
  @import url('https://fonts.googleapis.com/css?family=Playfair+Display');
  @import url('https://fonts.googleapis.com/css?family=Podkova');
  @import url('https://fonts.googleapis.com/css?family=Prata');
  @import url('https://fonts.googleapis.com/css?family=Lobster');
  @import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz');
  @import url('https://fonts.googleapis.com/css?family=EB+Garamond');
  @import url('https://fonts.googleapis.com/css?family=Cormorant Garamond');
  @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
  @import url('https://fonts.googleapis.com/css?family=Old+Standard+TT');
  @import url('https://fonts.googleapis.com/css?family=Vollkorn');
  @import url('https://fonts.googleapis.com/css?family=Open+Sans');
  @import url('https://fonts.googleapis.com/css?family=tahoma');
  @import url('https://fonts.googleapis.com/css?family=Pirata+One');
  @import url('https://fonts.googleapis.com/css?family=Abril+Fatface');
  @import url('https://fonts.googleapis.com/css?family=Sacramento');
  @import url('https://fonts.googleapis.com/css?family=Amatic+SC');
  @import url('https://fonts.googleapis.com/css?family=Raleway+Dots');
  @import url('https://fonts.googleapis.com/css?family=Tajawal');
  @import url('https://fonts.googleapis.com/css?family=Glegoo');

@font-face {
    font-family: 'FontAwesome';
    src: local("FontAwesome"), url(https://forumstatic.ru/files/001b/6f/ae/91462.otf);
}

@font-face {
    font-family: 'Helvetica Bold';
    font-style: normal;
    src: url('https://forumstatic.ru/files/001b/6f/ae/45197.eot'),
        url('https://forumstatic.ru/files/001b/6f/ae/45197.eot') format('embedded-opentype'),
        url('https://forumstatic.ru/files/001b/6f/ae/37261.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/6f/ae/68239.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/6f/ae/71611.ttf') format('truetype'),
        url('https://forumstatic.ru/files/001b/6f/ae/52766.svg') format('svg');
}

@font-face {
    font-family: 'Helvetica Regular';
    font-style: normal;
    src: url('https://forumstatic.ru/files/001b/6f/ae/36354.eot'),
        url('https://forumstatic.ru/files/001b/6f/ae/36354.eot') format('embedded-opentype'),
        url('https://forumstatic.ru/files/001b/6f/ae/85193.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/6f/ae/36754.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/6f/ae/69832.ttf') format('truetype'),
        url('https://forumstatic.ru/files/001b/6f/ae/99970.svg') format('svg');
}

@font-face {
    font-family: 'Asbigan Regular';
    font-style: normal;
    src: url('https://forumstatic.ru/files/001b/6f/ae/15518.eot'),
        url('https://forumstatic.ru/files/001b/6f/ae/15518.eot') format('embedded-opentype'),
        url('https://forumstatic.ru/files/001b/6f/ae/81246.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/6f/ae/92807.woff') format('woff'),
        url('https://forumstatic.ru/files/001b/6f/ae/88902.ttf') format('truetype'),
        url('https://forumstatic.ru/files/001b/6f/ae/23556.svg') format('svg');
}

@font-face {
    font-family: 'Berold Regular';
    font-style: normal;
    src: url('https://forumstatic.ru/files/001b/6f/ae/85626.otf'),
        url('https://forumstatic.ru/files/001b/6f/ae/58184.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001b/6f/ae/85626.otf') format('opentype'),
        url('https://forumstatic.ru/files/001b/6f/ae/90376.svg') format('svg');
}


/* Обнуление
-------------------------------------------------------------*/

* {
    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;
    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;
}

.punbb .datafield br,
#post-form h2 span,
#pun-messages .user-avatar,
#pun-searchposts li.pa-replies,
#pun-messages li.pa-title,
#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,
#pun-status .status-right,
.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,
lastedit,
.stickytext,
.closedatafield,
p.lastedit,
div#most_invitations,
#pun-announcement h2,
#pun-viewforum .modmenu .container span,
#pun-searchtopics .modmenu .container span {
    display: none !important;
}

/* Тело
-------------------------------------------------------------*/
body {
    font-size: 100.01%;
}

.punbb {
    font: normal 68.75% verdana, arial, helvetica, sans-serif;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.punbb .main table {
    table-layout: fixed;
    width: 100%;
}

.punbb .section {
    margin-bottom: 0;
}

.punbb .main {
    margin-bottom: 0;
}

.punbb .topic {
    margin-top: 1em;
}

.punbb .category,
.punbb .post {
    margin-top: 0.4em;
}

.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-title td.title-logo-tdl {
    width: 100%;
}

/* Меню навигации: форум, участники и т. д.
-------------------------------------------------------------*/
#pun-navlinks {
    display: block;
    font-style: normal;
    width: 100%;
    text-align: center;
}

#pun-navlinks .container {
    margin: 0;
    background: transparent;
}

#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;
}

/* Меню навигации 2: новые соо, активные темы и т. д.
-------------------------------------------------------------*/

#pun-ulinks li {
    display: inline;
    white-space: nowrap;
}

#pun-ulinks li a {
    display: inline;
    white-space: nowrap;
}

/* Приветствие и "хлебные крошки"
-------------------------------------------------------------*/
#pun-status {
    margin: 0;
}

#pun-status .container {
    margin-bottom: 0;
}

#pun-status span {
    white-space: nowrap;
    margin-right: 0.5em;
}

#pun-crumbs1 {
    overflow: hidden;
    margin: 0;
}

#pun-crumbs1 p.container {
    padding: 10px 0;
}

#pun-break1 {
    height: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* Объявление
-------------------------------------------------------------*/

#pun-announcement .container {
    padding: 2em 0 0 0;
}

/* Таблица общее
-------------------------------------------------------------*/
.punbb .main .tcmod {
    text-align: center;
    width: 10%;
}

.punbb .main td {
    padding: 1em 2px;
}

#pun-index .main td {
    padding: 2em 2px;
}

.punbb .main th {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
}

.punbb .main td span.youposted {
    position: absolute;
}

.punbb .main td .modlist {
    display: block;
    padding-top: 0.3em;
}

.punbb tbody.hasicon td.tcl {
    padding-left: 0;
}

.punbb .user-avatar {
    float: right !important;
    position: relative;
}

.punbb .user-avatar .isonline {
    display: block;
    position: absolute;
    top: -3px !important;
    right: -2px !important;
    animation: blinkColor .9s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;
    z-index: 100;
}

.punbb .user-avatar .avatar-image {
    height: 36px !important;
    width: 36px !important;
}

.multipage {
    margin-top: 2em;
}

.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 {
    overflow: hidden;
    width: 58%;
}

#pun-index .main .tc2,
#pun-index .main .tc3 {
    width: 1%;
    font-size: 0;
}

#pun-index .main .tcr {
    overflow: hidden;
    width: 40%;
}

#pun-index div.icon {
    line-height: 0;
}

#pun-index .user-avatar {
    height: 36px !important;
    width: 36px !important;
}

/* Таблица на searchtopics и viewforum
-------------------------------------------------------------*/
#pun-searchtopics tr {
    vertical-align: top;
}

#pun-searchtopics .tcl {
    width: 40% !important;
}

#pun-searchtopics .tc2 {
    width: 30% !important;
}

#pun-searchtopics .tc3 {
    width: 10% !important;
}

#pun-searchtopics .tcr {
    width: 20% !important;
}

#pun-searchtopics div.icon {
    float: none;
    position: absolute;
    line-height: 0;
}

#pun-viewforum tr {
    vertical-align: top;
}

#pun-viewforum .tcl {
    width: 50% !important;
}

#pun-viewforum .tc2,
#pun-viewforum .tc3 {
    width: 10% !important;
}

#pun-viewforum .tcr {
    width: 20% !important;
}

#pun-viewforum .tcr a {
    display: block;
}

#pun-viewforum div.icon {
    float: none;
    position: absolute;
    line-height: 0;
}

/* Таблица на userlist
-------------------------------------------------------------*/

#pun-userlist .tcl {
    width: 20% !important;
    text-align: left;
}

#pun-userlist .tc2 {
    width: 20% !important;
    text-align: center;
}

#pun-userlist .tc3 {
    width: 15% !important;
    text-align: center;
}

#pun-userlist .tc3:last-child {
    text-align: right;
}

.usertable {
    margin: 20px auto;
    width: 94%;
}

/* Таблица на debug и statistic
-------------------------------------------------------------*/
#pun-debug .tcl {
    width: 15%;
    white-space: normal;
}

#pun-debug .tcr {
    width: 90%;
    white-space: normal;
}

#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: 9px;
}

div#statistic-other {
    text-align: center;
    margin-top: 10px;
}

#pun-online .tcl,
#pun-online .tc3 {
    width: 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-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: 30% !important;
}

#pun-messages .tc2 {
    width: 20% !important;
}

#pun-messages .tc2:last-of-type {
    width: 5% !important;
}

#pun-messages .tc3 {
    width: 10% !important;
}

#pun-messages .tcr {
    width: 30% !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 .before {
    margin: 0 !important;
}

#volSlider .thumb {
    cursor: pointer !important;
    display: inline-block !important;
    position: relative !important;
}

/* Поиск по постам юзера
-------------------------------------------------------------*/
#pun-searchposts .post-author {
    padding: 0 !important;
}

/* Статистика
-------------------------------------------------------------*/
#pun-stats .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    text-align: center;
    padding: 3px 0;
    cursor: default;
}

#pun-stats li.item1 span,
#pun-stats li.item2 span,
#pun-stats li.item3 span,
#pun-stats li.item4 span {
    margin-right: 2px;
}

#pun-stats li.item1,
#pun-stats li.item2,
#pun-stats li.item3 {
    width: 20%;
}

#pun-stats li.item1 {
    /*border-radius: 10px 0px 0px 10px;*/
}

#pun-stats li.item4 {
    width: 40%;
    /*border-radius: 0px 10px 10px 0px;*/
}

li#onlinelist {
    float: left;
    width: 100%;
    margin: 1.5em 0 0 0;
    line-height: 130%;
}

li#onlinelist div {
    padding: 0.7em 0 0 0;
}

/* Футер и "хлебные крошки" 2
-------------------------------------------------------------*/
#pun-qjump {
    width: 50%;
    margin: 0;
    position: relative;
}

#pun-qjump .container {
    background: transparent;
}

#pun-about {
    margin: 0;
}

#pun-about .container {
    text-align: center;
    line-height: 150%;
}

#pun-about p span {
    display: block;
    margin: -14px auto 0 89px;
    position: absolute;
    width: 100%;
    padding: 0;
}

#pun-crumbs2 {
    font-weight: normal;
    overflow: hidden;
    margin: 20px 0;
}

#pun-index #pun-crumbs2 {
    margin: 10px 0 20px 0;
}

#pun-crumbs2 .container {
    padding: 10px 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: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;

}

.punbb .post .container {
    margin-top: 0;
    padding-bottom: 10px;

}

.punbb .post h3 span {
    display: block;
    margin: 0;
    padding: 0;

}

.punbb .post h3 strong {
    float: right;
    width: 5em;
}

.punbb .post .post-author ul,
.punbb .post .post-author p {
    padding: 0;
    line-height: 140%;
}

.punbb fieldset {
    padding: 0;
    margin: 0 0 1em 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;
}

html .post-content {
    width: 728px !important;
}

#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 .blockcode,
.punbb .post-content blockquote {
    overflow: hidden;
    margin: 0;
    padding: 8px 12px;
}

.punbb .post-content .scrollbox {
    height: auto !important;
    max-height: 70px !important;
    overflow-y: auto;
}

.punbb .post-content .spoiler-box>div {
    background: transparent !important;
    padding: 8px 12px !important;
    line-height: 170%;
}

.punbb .post-content .spoiler-box>blockquote.visible {
    padding: 8px 12px !important;
}

.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: 1.2em 0;
    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: 64%;
    margin: 0;
}

.punbb .post-body {
    margin-left: 21em !important;
    padding: 0;
}

.punbb .post-box {
    padding: 0;
}

.punbb .post-links {
    margin-left: 19em;
}

.punbb .post-links ul {
    height: 2em;
    margin-left: -19em;
    padding: 15px 0 5px 0;
    background: transparent;
}

.punbb .post-links li {
    display: inline;
}

.punbb .post-links li:not(:first-of-type) {
    padding-left: 1em;
}

.punbb .hashelp {
    position: relative;
}

.punbb .clearer {
    clear: both;
    height: 0;
    font-size: 0;
}

.punbb .post-sig dt {
    display: block;
    width: 50%;
    margin: 12px auto 10px auto;
}

.punbb dl.post-sig p,
#profile-signature p,
dl.parsedsig p {
    line-height: 140% !important;
}

.punbb .helplinks {
    display: block;
    position: absolute;
    width: 36%;
    top: 1em;
    right: 0;
    font-weight: normal;
}

.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;
}

form#rep_form .tc2 input {
    cursor: pointer;
    margin: 0 0 8px 0 !important;
    padding: 7px 13px !important;
}

/* Пагинация и соседние строчки
-------------------------------------------------------------*/
#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 {
    float: left;
    position: relative;
    width: 100%;
    height: 0;
}

.linkst .pagelink {
    position: absolute;
    width: 24em;
    top: -30px;
    left: 0;
}

.linkst .postlink {
    position: absolute;
    top: -30px;
    right: 0;
    width: 16em;
}

.punbb .linksb {
    padding: 0.5em 0;
}

.linksb .pagelink {
    float: left;
    width: 24em;
}

.linksb .postlink {
    float: right;
    width: 16em;
}

#pun-viewtopic .linksb {
    padding: 0.5em 0;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}

#pun-viewtopic .linksb .pagelink {
    float: none;
    width: auto;
    order: 0;
    position: absolute;
    left: 32px
}

#pun-viewtopic .linksb .postlink {
    float: none;
    width: auto;
    order: 1;
}

#pun-viewtopic .linksb .subscribelink {
    float: none;
    width: auto;
    order: 2;
}

#pun-viewtopic .linksb .postlink,
#pun-viewtopic .linksb .subscribelink {
    text-align: right;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px !important;
}

/* Профиль в постах
-------------------------------------------------------------*/
.punbb .post .post-author {
    float: left;
    margin: 0;
    overflow: hidden;
}

.pa-author {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pa-posts,
.pa-respect {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
}

.pa-posts .fld-name {
  /*  font-size: 0;*/
}

.pa-respect img {
    margin-bottom: -2px;
}

.pa-respect .fld-name a {
    display: inline-block;
    color: #e8e8e8;
}

/* Страница профиля
-------------------------------------------------------------*/
#viewprofile ul {
    margin: 0;
    padding: 0;
}

#viewprofile li {
    margin-bottom: 0.2em;
    padding: 0;
}

#viewprofile li strong,
#viewprofile li div {
    padding: 0;
    display: block;
    padding: 0;
}

#viewprofile h2 {
    background: transparent;
    padding: 0;
    margin: 0 14px;
}

#viewprofile h2 span {
    padding: 0 5px;
    position: relative;
}

#profile-left {
    text-align: center;
    width: 184px !important;
    margin: 0 !important;
    overflow: hidden;
    vertical-align: middle;
}

#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;
    width: 100% !important;
    height: auto;
    margin: 2px 0 10px 0;
    padding: 0 !important;
}

#profile-left li#pa-online,
#profile-left li#pa-edit {
    text-align: center;
    margin-top: 10px;
    font-weight: normal !important;
}

#profile-left strong {
    font-weight: normal;
}

#profile-right {
    width: auto !important;
}

#profile-right li {
    margin: 0;
    text-align: left;
    margin: 0 0 20px 0;
    display: flex;
    justify-content: start;
    align-items: center;
}

#profile-right li span {
    float: left;
    width: 18em;
    padding: 0;
    margin: 0 0 0 0;
    font-weight: normal;
}

td#profile-right {
    display: block;
    margin-left: 70px;
}

#profile-right li strong {
    padding: 0 !important;
}

/* Настройки профиля
-------------------------------------------------------------*/
#profile .container {
    padding-left: 16.6em;
    margin-top: 2em;
}

#profilenav {
    float: left;
    width: 13em;
    margin-left: -16em;
    display: inline;
}

#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;
}

#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: normal;
}

#setmods dd {
    display: block;
}

.punbb img.avatardemo {
    float: right;
    margin: 0 0 0.8em 1.8em;
}

/* Меню модератора
-------------------------------------------------------------*/
.punbb .modmenu .container {
    padding: 0.8em 0;
    text-align: left;
}

#pun-multimove .modmenu .container {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

#pun-multimove input#messages-selector {
    margin-right: 5px;
}

.punbb .modmenu strong {
    height: 1.8em;
    line-height: 1.8em;
}

.punbb .modmenu .container strong {
    float: left;
}

.punbb .modmenu a {
    height: 1.8em;
    line-height: 1;
}

.punbb .modmenu input {
    margin-left: 1em;
}

div#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;
}

/* Ссылки и переходы
-------------------------------------------------------------*/
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,
.hd_launch-text,
.hd_launch-spinner {
    text-decoration: none !important;
    transition: all 0.4s ease !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

/* Заголовки
-------------------------------------------------------------*/
#pun-main h1,
#pun-main h2,
#pun-debug h2 {
    padding: 0.5em 0;
}

/* Формы и кнопки
-------------------------------------------------------------*/
.punbb .formsubmit {
    cursor: pointer;
    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: 1em 0;
    text-align: center;
}

.punbb .formsubmit input {
    cursor: pointer;
}

.punbb .formsubmit input,
.punbb .formsubmit a,
.punbb .formsubmit span {
    cursor: pointer;
    margin: 0 20px 8px 0 !important;
    padding: 4px 13px !important;
}

.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 {
    cursor: pointer;
    margin: 0 0.6em 0 0;
}

#profile .formsubmit {
    cursor: pointer;
    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 {
    cursor: pointer;
    margin: 0 20px 8px 0 !important;
    padding: 7px 13px !important;
}

#pun-multimove input.button {
    margin: 0 0 0 20px !important;
}

form#register fieldset {
    padding: 0;
    margin: 0 0 1em 0;
}

/* Админка
-------------------------------------------------------------*/
#pun-adnav {
    margin-left: -14em !important;
}

#pun-adnav ul {
    padding: 0 !important;
    margin: 0;
}

.ace_editor {
    overflow: hidden !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;
}

/* Панель в форме ответа
 -------------------------------------------------------------*/
#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: 300px;
}

#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;
}

#imageupload-left input[type=button] {
    width: auto !important;
}

#uploaded-images img {
    cursor: pointer !important;
    width: auto !important;
    height: 50px !important;
    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#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: 10px !important;
}

#pun-report .inner .container,
#pun-reputation .inner .container,
#pun-admin-award-form .inner .container {
    padding: 0 !important;
}

#pun-respect .tcl {
    width: 20% !important;
    text-align: left;
}

#pun-respect .tc2 {
    width: 5% !important;
    text-align: center;
}

#pun-respect .tc3 {
    width: 25% !important;
    text-align: center;
}

#pun-respect .tcr {
    width: 25% !important;
    text-align: right;
    text-transform: lowercase;
}

.removeReputation {
    background: transparent !important;
}

div.post-rating p {
    padding: 0 !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;
}

/* Для мобильных
 -------------------------------------------------------------*/

@media screen and (max-device-width: 480px) {
    html {
        min-width: 1200px;
    }

    #Go_Top,
    #Go_Bottom,
    #Go_Top:before,
    #Go_Bottom:before {
        display: none !important;
    }
}