@import url(style_cs.1770037543.css);

/* Иконический шрифт */
@import url('https://fonts.googleapis.com/css2?family=Material+Icons+Outlined');
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0");
@import url('https://fonts.googleapis.com/css2?family=Bahiana&family=Golos+Text:wght@400..900&display=swap');
@import url("https://kit-pro.fontawesome.com/releases/v5.15.1/css/pro.min.css");

/****************************************
Чистый стиль by Alex Kolmar (бродяга)
****************************************/

/* Полезные сервисные настройки
-------------------------------------------------------------*/

.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;
}

#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;
}


/* Основные переменные
------------------------------------------*/

:root {
  --body-bg: darkseagreen;
  --pun-bg: #e8e8e8;
  --sec-bg: cornsilk;
  --link: #9b3520;
  --link-hover: #9b3520;
  --pwidth: 220px;
  --pad1: 10px 20px;
  --pad2: 5px 20px;
  --pad3: 5px 10px;
  --font-family: "Golos Text", sans-serif;
  --second-family: "Bahiana", sans-serif;
  --fa: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
  --mat: "Material Symbols Outlined";

}

/* Global
------------------------------------------*/

/* Применяется ко всем элементам */

* {
  margin: 0;
  padding: 0;
  border: none;
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scrollbar-width: thin;
  scrollbar-color: var(--link-hover) var(--sec-bg);
}

/* прокрутка хром etc */

*::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

*::-webkit-scrollbar-track {
  background-color: var(--sec-bg);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--link);
}

*::-webkit-scrollbar-thumb:active {
  background: var(--link-hover);
}

/* выделение текста */

::selection {
  background: var(--link);
  color: var(--pun-bg);
}

:focus {
  outline: none;
}

/* все ссылки */

a,
.punbb #pun-admain a {
    text-decoration: none;
    color: var(--link);
    transition: all .2s linear 0s;
    background-image: linear-gradient(to right, transparent 50%, rgb(176 174 173 / 62%) 50%);
    background-size: 200% 100%;
    transition: background .2s ease, color .2s ease;
}

a:hover,
.punbb #pun-admain a:hover {
  color: var(--link-hover);
  background-position: -100% 0%;
}

/* все заголовки */

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre {
  margin: 0;
}

h1,
h2 {
  padding: 10px 20px;
  font-weight: normal;
  text-align: center;
}

ul,
dl,
li,
dd,
dt {
  list-style: none;
}

address,
em {
  font-style: normal;
}

/* выключить список модераторов, отредактировано etc */

.modlist,
.lastedit,
.punbb div#pun-live-rusff,
.punbb .topic a.sharelink {
  display: none;
}

/* модальные окна, репутация, закладки etc */

#tags .container,
.post_report,
.post_reputation,
#MyBookmarks,
.inner.popup_graffiti,
.pun-modal .modal-inner,
.punbb-admin #pun-admin-award-form .inner {
  background: var(--sec-bg);
}

/* Формы
------------------------------------------- */

/* ОФОРМЛЕНИЕ КНОПОК */

input.button,
#pun-admain input.button,
#sub4,
input[type="button"],
input[type="submit"] {
  padding: 2px 10px;
  border: 1px solid currentColor;
  cursor: pointer;
  transition: all .2s linear 0s;
}

input.button:hover,
#pun-admain input.button:hover,
#sub4:hover,
input[type="button"]:hover,
input[type="submit"]:hover {}

/* ОФОРМЛЕНИЕ ПОЛЕЙ ВВОДА */

input[type="text"],
input[type="password"],
textarea,
select {
  padding: 2px 5px;
  border: 1px solid var(--link-hover);
}

textarea,
input,
select,
optgroup {
  font-size: 14px;
}

optgroup {
  font-weight: bold;
}

/* флажки и чекбоксы */

.checkfield input[type="checkbox"],
.radiofield input[type="radio"] {
  margin: 0 3px;
}

p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 20px;
  vertical-align: middle;
}

.formal .container {
  padding: var(--pad1);
}

.formsubmit {
  padding: 0;
  margin: 10px 0 0 0;
}

.formsubmit input,
.formsubmit a,
.formsubmit span {
  margin: 0 6px 0 0;
}

fieldset {
  border: none;
}

fieldset legend {
  font-weight: bold;
}

fieldset fieldset {
  border: none;
  margin: 0;
  padding: 0 0 8px 0
}

.fs-box {
  padding: 5px 0;
}

.fs-box p,
.fs-box fieldset {
  padding: 0 0 8px 0;
}

.inline .inputfield,
.inline .selectfield,
.inline .passfield {
  float: left;
  margin-right: 10px;
}

.inline .infofield {
  clear: both
}

.datafield br {
  display: none
}

.required label,
.datafield span.input {
  font-size: 10px;
}

textarea,
.longinput input {
  width: 64%;
  margin: 0;
}

.hashelp {
  position: relative;
}


/* Админка
------------------------------------------*/

.punbb-admin .adcontainer,
.punbb-admin .adformal {
  border: none;
}


/* Тело форума
------------------------------------------*/

/* фон */

html {
  background: var(--body-bg) url() no-repeat top center;
}

/* заплатка для фиксированного фона */

body::before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: 100vh;
  z-index: -10;
  background: var(--body-bg) url(https://forumstatic.ru/files/0019/d4/9a/43866.jpg) no-repeat top center/cover;
}

/* тело */

#pun {
  margin: 55px auto;
  width: 1006px;
  background: var(--pun-bg);
}

/* внутреннее тело */

.punbb {
  font: 12px Arial, Verdana;
}

/* настройки внутренних блоков */

.punbb > div .container {
  padding: var(--pad1);
}

/* Навигационные ссылки */

#pun-navlinks {
    position: absolute;
    top: 27px;
    z-index: 10;
}

#pun-navlinks .container {
    text-align: center;
    padding: 0;
    display: flex;
    gap: 5px;
}

#pun-navlinks li {
  padding: 0;
  display: inline-block;
}

#pun-navlinks li a {
    box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.75), 1px 1px 0 0 rgba(133, 143, 119, 0.5);
    background: #292f22;
    border-radius: 25px;
    padding: 5px 10px;
    font-family: "Golos Text", sans-serif;
    font-weight: 600;
    font-size: 10px;
    text-transform: lowercase;
    color: #767e6d;
    display: inline-block;
 }

#pun-navlinks li a:hover {
    background: #161912;
}

/* Пользовательские ссылки */

#pun-ulinks {}

#pun-ulinks .container {
  text-align: center;
}

#pun-ulinks li {
  padding: 0 5px;
  display: inline;
}

#pun-ulinks li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 110%;
  text-transform: lowercase;
  text-align: center;
  color: #4d5742;
}

/* Статус */

#pun-status {
    position: absolute;
    top: 20px;
    width: 1006px;
    height: 30px;
    display: flex;
    align-items: flex-end;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    text-transform: lowercase;
    color: #c0c0b9;
}

#pun-status a {
      color: #c0c0b9;
}

#pun-status .container {
    width: 450px;
    padding: 0;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
}

#pun-status span {
  white-space: nowrap;
  margin-right: 5px;
}

.punbb #pun-status .status-right {
    float: none;
}

/* Хлебные крошки */

.crumbs.container {}

/* Копирайт */

#pun-about {}

#pun-about .container {
  text-align: center;
}


/* Главная форумная таблица
------------------------------------------*/

.main table {
  table-layout: fixed;
  width: 100%;
}

.main th {
  padding: 5px 10px;
}

.main td {
  padding: 10px;
}

.tcl {
  width: 50%;
}

.tc2,
.tc3,
.tcmod {
  text-align: center;
  width: 10%;
}

.tcr {
  width: 30%;
}

#pun-searchtopics .tcl,
#pun-modviewforum .tcl {
  width: 40%
}

#pun-searchtopics .tc2 {
  text-align: left;
  width: 20%;
}

#pun-debug table .tcl {
  width: 15%;
}

#pun-debug .tcr {
  width: 90%;
}

tbody.hasicon td.tcl {
  padding-left: 40px;
}

/* аватар */

.punbb td .user-avatar, #pun-index td .user-avatar {
    margin-right: 15px;
}

.punbb td .user-avatar .avatar-image {
    border: 2px solid #888f7f;
}

/* Иконки */

div.icon {
  position: absolute;
  margin-left: -30px;
  width: 20px;
  height: 20px;
  background: var(--link) url() no-repeat top center;
}

tr.inew div.icon {
  background: var() url() no-repeat top center;
}

tr.isticky div.icon {
  background: var() url() no-repeat top center;
}

tr.iclosed div.icon {
  background: var() url() no-repeat top center;
}


/* Пагинация (Переключаемые страницы, Новая тема + Опрос, Подписка)
--------------------------------------------------------------------------------------------------- */

.multipage {
  margin-top: 10px;
}

.linkst {
  position: relative;
  padding: var(--pad2);
  display: flex;
  justify-content: space-between;
}

.linkst .pagelink {}

.linkst .postlink {
  text-align: right;
}

.linksb {
  position: relative;
  padding: var(--pad2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.linksb .pagelink {
  order: -1;
}

.subscribelink {
  width: 100%;
  text-align: right;
}

.linksb noindex {
  order: 1;
}

.linksb .postlink {
  margin-left: auto;
  text-align: right;
}

/* Модераторское меню, RSS, Atom */

.modmenu .container {
  padding: var(--pad3);
  text-align: right;
}

.modmenu .container strong {
  float: left;
}

.modmenu input {
  margin-left: 10px;
}

/* Главная
------------------------------------------*/

/* скрыть "форум, тем, сообщений" */

#pun-index thead, #pun-index .tc2, #pun-index .tc3 {
  display: none;
}

#pun-index tbody.hasicon td.tcl {
    padding: 10px 50px 10px 10px;
    flex-grow: 1;
}

#pun-index .intd {
    display: flex;
    align-items: center;
}

#pun-index div.icon {
    position: relative;
    margin: 0;
    background: url(https://forumstatic.ru/files/0019/d4/9a/64294.png) no-repeat left center;
    width: 61px;
    height: 59px;
    order: 1;
}

#pun-index tr.inew div.icon {
  background: url(https://forumstatic.ru/files/0019/d4/9a/23898.png) no-repeat left center;
}

/* категория */

#pun-index .category {}

/* заголовок категории */

#pun-index .category h2, #pun-stats h2 {
    background: url(https://forumstatic.ru/files/0019/d4/9a/86132.jpg) no-repeat top center;
    box-sizing: border-box;
    height: 50px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #c0c0b9;
    text-shadow: 0 1px 0 #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: lowercase;
}

.category tr {
    display: flex;
    width: 966px;
    justify-content: space-between;
    align-items: center;
}

#pun-index .tclcon {
    border: 1px solid rgba(77, 87, 66, 0.5);
    border-radius: 10px;
    padding: 10px 10px 20px 20px;
    width: 539px;
    box-sizing: border-box;
    min-height: 65px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    line-height: 117%;
    text-transform: lowercase;
    text-align: justify;
    color: #464646;
    position: relative;
}

#pun-index .tclcon h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 85%;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}

#pun-index .tclcon h3 a {
    color: #9b3520; 
}

#pun-index .tclcon .links {
    display: flex;
    gap: 5px;
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
}

#pun-index .tclcon .links a {
    border-radius: 55px;
    padding: 2px 16px;
    background: #b9bc9f;
    display: block;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    line-height: 140%;
    text-transform: lowercase;
    text-align: center;
    color: #292f22;
}

#pun-index .tclcon .links a:hover {
    background: #292f22;
    color: #b9bc9f;
}

#pun-index .tcr {
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 137%;
    text-transform: lowercase;
    display: flex;
    width: 300px;
    align-items: center;
}

.author_wrap {
   display: flex;
    flex-direction: column;
}

#pun-index .tcr a {
    font-weight: 700;
}

/* Статистика */

#pun-stats {}

/* заголовок статистики */

#pun-stats h2 {}

.stats_wrap {
    background: #d4d4d0;
    padding: 4px 8px;
    display: flex;
    justify-content: center;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 9px;
    text-transform: uppercase;
    text-align: justify;
    color: #464646;
    }

.stats_wrap a {
    color: #767e6d;
}

.stats_wrap li:not(:last-of-type):after {
    content:"-";
    margin-left: 10px;
}

/* активны, посетили за сутки */

li#onlinelist {
    margin-top: 20px;
    text-align: justify;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 9px;
    text-transform: uppercase;
    color: #767e6d;
}

li#onlinelist a {
    color: #767e6d;
    font-weight: 600;
}

li#onlinelist span {
    display: block;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    text-transform: lowercase;
    color: #767e6d;
    margin-top: 10px;
}

li#onlinelist span a {
    font-weight: 400;
    color: #767e6d;
}

.copyright {
    position: absolute;
    padding: 10px 15px;
    box-sizing: border-box;
    width: 1006px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    line-height: 110%;
    text-transform: lowercase;
    text-align: center;
    color: #b9bc9f;
    text-shadow: 1px 1px 1px #000;
}

/* Шапка
------------------------------------------*/

#pun-title {
    background: #22281D url(https://forumstatic.ru/files/0019/d4/9a/80347.jpg) no-repeat top center;
    height: 406px;
}

/* скрыть заголовок в шаке */

#pun-title .title-logo {
  display: none;
}

/* содержимое шапки в html-верх */

.tablica {}


/* Объявление
------------------------------------------*/

#pun-announcement {}

/* скрываем слово "объявление" */

#pun-announcement h2 {
  display: none;
}


/* Футер
------------------------------------------*/

#html-footer {}

#html-footer .container {padding: 0;}

/* баннеры */

.banners {
  padding: var(--pad1);
}

.banners a {
  opacity: .7;
}

.banners a:hover {
  opacity: 1;
}


/* Топик
------------------------------------------*/
#pun-viewtopic h1 {
  display: none;
}

.post {
  margin-top: 10px;
}

.toppost,
.topicpost {
  margin-top: 0;
}

/* контейнер поста */

.post .container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

/* дата и номер поста */

.post h3 {
   border-radius: 1000px;
    padding: 4px 8px;
    background: #d4d4d0;
    width: 956px;
    margin: 0 auto;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 9px;
    text-transform: lowercase;
    /* text-align: center; */
    color: #4e5744;
}

.post h3 a {
    color: #4e5744;
    font-weight: 400;
}

.post h3 span {
  display: block;
}

a.permalink:before {
    content: '\f02f';
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    font: 500 12px var(--mat);
 }

/* номер поста */

.post h3 strong {
  float: right;
  text-align: right;
  font-weight: normal;
}

/* Автор */

.post-author {
    width: var(--pwidth);
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    padding: 50px 11px 11px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
    background: #c0c0b9 url(https://forumstatic.ru/files/0019/d4/9a/49440.png) no-repeat top center;
    position: relative;
    margin: 10px 0 50px;
}

.post-author ul {
    border-radius: 12px;
    padding: 8px 8px 17px;
    background: #e8e8e8;
}

.pa-author {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #9b3520;
}

.pa-author a {}

.pa-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 8px;
    text-transform: lowercase;
    color: #767e6d;
    margin-bottom: 12px;
}

.pa-avatar img {}

.lz {
    margin: 8px 0;
}

.lz .name {
    background: #d4d4d0;
    border-radius: 1000px;
    display: block;
    line-height: 18px;
    margin-bottom: 8px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 8px;
    text-transform: uppercase;
    text-align: center;
    color: #9b3520;
}

.lz p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 8px;
    text-align: center;
    color: #464646;
    margin-bottom: 8px;
}

.lz .fd {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 8px;
    text-transform: uppercase;
    text-align: center;
    color: #4e5744;
}

.lz hr {
    border-radius: 100px;
    width: 180px;
    height: 4px;
    background: #c0c0b9;
    margin-top: 3px;
}

.pa-posts,
.pa-respect, 
.pa-fld2 {
    display: inline-block;
    font-family: var(--font-family);
    font-size: 9px;
    text-transform: lowercase;
    text-align: center;
    color: #767e6d;
    margin: 0 4px 5px;
}

.pa-posts .fld-name,
.pa-respect .fld-name, 
.pa-fld2 .fld-name {
    font-weight: 600;
    display: block;
    margin-bottom: 2px;
}

.pa-respect a {
    color: #767e6d;
} 

.pa-fld3 {
    position: absolute;
    bottom: -10px;
    left: 0;
}

.pa-fld4 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.plank {
height: 40px;
}

.plank img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.ptext {
    position: relative;
    z-index: 1;
    color: wheat;
    width: 217px;
    height: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ptext span {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    color: #e8e8e8;
    text-shadow: 1px 1px 8px #000, 0 0 2px #000;
}

.ptext p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 7px;
    text-transform: uppercase;
    text-align: center;
    color: #e8e8e8;
    text-shadow: 1px 1px 8px #000, 0 0 2px #000;
}

.pa-online,
.pa-last-visit {}


/* Тело поста */

.post-body {
  width: calc(100% - var(--pwidth));
}

.post-box {
  padding: 10px;
}

.post-links {
  margin-left: var(--pwidth);
  width: 100%;
}

.post-links ul {
  padding: 0;
  margin-left: calc(var(--pwidth) * -1);
  text-align: right;
}

.post-links li {
  display: inline;
}

.post-links li:not(:first-of-type) {
  padding-left: 10px;
}

.pl-email,
.pl-website {
  float: left;
}

.post-links a {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 9px;
    text-transform: uppercase;
    color: #767e6d;
}

.clearer {
  clear: both;
  height: 0;
  font-size: 0;
}


/* Контент поста - цитата, спойлер, таблицы и т.п. */

.punbb .post td {
  border: 0px transparent !important;
}

pre {
  font: 12px/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace;
}

.post-content em {
  font-style: italic;
}

.post .post-content td {
  border-width: 0px !important;
}

.post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
}

.post-content p {
  margin: 0;
  padding: 0 0 12px 0;
  line-height: 150%;
  text-align: justify;
}

.post-content img {
  vertical-align: middle;
}

.scrollbox {
  width: 100%;
  overflow: auto;
  max-height: 200px;
}

/* цитата и код */

.quote-box:not(.answer-box), 
.code-box {
    margin: 4px 0 10px;
    background: var(--sec-bg);
    padding: 16px;
    box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.25), 1px 1px 1px 0 rgba(255, 255, 255, 0.5);
    background: #d4d4d0;
}

.quote-box.answer-box blockquote {
    margin: 0 0 10px;
    background: var(--sec-bg);
    padding: 16px;
    box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.25), 1px 1px 1px 0 rgba(255, 255, 255, 0.5);
    background: #d4d4d0;
}

.quote-box cite, .code-box strong.legend {
    display: block;
    padding-bottom: 5px;
    font-weight: bold;
    font-style: normal;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 9px;
    text-transform: uppercase;
    color: #9b3520;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.quote-box.answer-box cite {
    border-radius: 10px 10px 0 0;
    box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.25);
    background: #c0c0b9;
    width: fit-content;
    padding: 3px 50px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 9px;
    text-align: center;
    color: #4e5744;
    text-transform: uppercase;
}

.hide-box cite:before {
    content: "\e14b";
    font-family: var(--mat);
}

.legend:before {
    content:  "\e86f";
    font-family: var(--mat);
}

.post-sig dt {
  border-bottom: 1px solid var(--link-hover);
  width: 300px;
  margin: 10px auto;
}

/* Форма ответа */

#main-reply {
  box-sizing: border-box;
}

#tags {
  position: relative;
}

#tags .container {
  padding: var(--pad3) !important;
  top: 0 !important;
  max-height: 300px;
  overflow: auto;
}


/* Профиль + ЛС
------------------------------------------*/

#profile .container {
  padding-left: 200px;
  min-height: 100px;
}

#profilenav {
  float: left;
  width: 180px;
  margin-left: -180px;
}

#viewprofile h2,
#profilenav h2 {
  padding: 0;
  margin: 0;
}

#profilenav li {
  padding: 0 0 5px;
}

#viewprofile li {
  padding: 5px 0;
}

#profile-right li {
  display: flex;
}

#profile-right li span {
  width: 150px;
  flex-shrink: 0;
}

#profile-left li strong, #profile-right li strong {
  font-weight: normal !important;
}

img.avatardemo {
  float: right;
  margin: 0 0 8px 18px;
}

#pun-messages .clearer {
  display: none;
}

/* Прочие страницы
------------------------------------------*/

/* Список пользователей */

#pun-userlist .formal,
#pun-userlist .formal .container {
  margin-bottom: 0;
}

#pun-userlist .tc2 {
  text-align: left;
  width: 20%;
}

#pun-userlist .tcl {
  width: 40%
}

.usertable .container {}

/* Собщения об ошибках */

.info .container {
  padding: var(--pad3);
}

.info .container .backlink {
  padding-top: 8px;
}

/* Регистрация */

.info-box {
  margin: 0 0 10px 0;
}

.info-box * {
  padding: 0 0 5px 0;
}

.info-box .legend {
  font-weight: bold;
}

.jGrowl-notification .jGrowl-close {
  position: relative;
  right: 6px;
}

.tipsy #respect figcaption {
  margin-top: 0;
}

/* Кнопки вверх-вниз
-------------------------------------------------------*/

.go-up,
.go-down {
  cursor: pointer;
  opacity: .5;
  z-index: 9999;
  display: none;
  position: fixed;
  margin-left: 1000px !important;
  box-sizing: border-box;
  transition: all .3s linear 0s;
}

.go-up {
  top: 260px;
}

.go-down {
  top: 320px;
}

.go-down:hover,
.go-up:hover {
  opacity: 1;
}