@import url(style_cs.1771931518.css);

@import url(https://forumstatic.ru/files/001c/43/fc/27566.css);

/* Иконический шрифт */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');

/* Font Awesome */
@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');


/* Design Fonts */
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');

/****************************************
Чистый стиль 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 {
 --body2: #e1e5e9;
  --pun-bg: #bdc7cf;
  --sec-bg: #e1e5e9;
  --link: #203042;
  --link-hover: #506e86;
  --main-acc: #647a8e;
  --add-acc: #c8d6df;
    --dark900: 12 12 12;
    --dark900c: 12 12 12;
    --light100c: 230 230 230;
    --light100: 230 230 230;
    --text900: 25 25 25;
    --primary400: 124 109 148;
    --secondary400: 190 184 199;
    --success: 52 199 89;
    --warning: 255 204 0;
    --danger: 236 34 31;
    --font: 'Unbounded', verdana, tahoma, arial, helvetica, sans-serif;
    --fa: 'Font Awesome 6 Pro';
  --news_bg: #a3b7bd;
  --news_line: #93a6b1;
  --news_font: #efefef;
  --news_data_bg: #618698;
  --news_data_font: #f8dc2b;
  --pwidth: 244px;
  --pad1: 10px 30px;
  --pad2: 10px 20px;
  --pad3: 5px 10px;
 --stat_item: #dae6e7;
  --stat_item_box: #4b5863;
  --stat_bg: #d7b99c;
  --stat_bg2: #d6d6d3;
  --font-family: "Manrope", sans-serif;
  --second-family: "Inter", sans-serif;
  --fa: "Font Awesome 6 Pro", "Font Awesome 6 Brands";
}

/* 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: 5px;
  height: 5px;
  border-radius: 10px;
}

*::-webkit-scrollbar-track {
  background-color: var(--sec-bg);
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--link-hover);
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb:active {
  background: var(--link-hover);
  border-radius: 10px;
}

/* выделение текста */

::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;
}

a:hover,
.punbb #pun-admain a:hover {
  color: var(--link-hover);
}

/* все заголовки */

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: 10px;
    cursor: pointer;
    transition: all .2s linear 0s;
    background: var(--main-acc);
    border-radius: 10px;
    color: var(--pun-bg);
    text-transform: lowercase;
    font-weight: 600;
    font-family: var(--font-family);
}

input.button:hover,
#pun-admain input.button:hover,
#sub4:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    background: var(--link-hover);
}

/* ОФОРМЛЕНИЕ ПОЛЕЙ ВВОДА */

input[type="text"],
input[type="password"],
textarea,
select {
    padding: 2px 5px;
    border-radius: 5px;
    background: var(--sec-bg);
    color: #141414;
    font-family: var(--font-family);
    font-weight: 500;
}

select#mod-options {
    text-transform:lowercase;
}

textarea,
input,
select,
optgroup {
  font-size: 12px;
}

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;
  text-align: center;
}

.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;
}

.punbb-admin sup.new {
display: none;
}

/* Тело форума
------------------------------------------*/

/* заплатка для фиксированного фона */

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: #c3a5c6 url(https://forumstatic.ru/files/0014/49/dd/76564.png) no-repeat top center/cover;
}

/* тело */

#pun {
    position: relative;
  margin: 70px auto 40px auto;
  width: 1028px;
  background: repeat transparent url(https://forumstatic.ru/files/0014/49/dd/89855.png);
    background-position: center;
}

/* внутреннее тело */

.punbb {
  font: 12px Arial, Verdana;
    display: flex;
margin-left: 17px;
width: 968px;
    flex-direction: column;
}

/* настройки внутренних блоков */

.punbb > div .container {
  padding: var(--pad1);
}

/* Навигационные ссылки */

#pun-navlinks {
    order: -1;
    font-family: var(--second-family);
    font-weight: 800;
  padding-top: 287px;
  position: relative;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
}

#pun-navlinks a {
  color: #618698;
}

#pun-navlinks a:hover {
    color: #f8e42f;
    font-weight: 900;
}

#pun-navlinks .container {
  text-align: center;
  margin-top: -150px;
}

#pun-navlinks li {
  padding: 0 5px;
  display: inline;
}

/* D4 User links
-------------------------------------------------------------*/
/* D4.2 */
#pun-ulinks {
  width: 100%;
    margin-bottom: -15px;
}

#pun-ulinks .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
}

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  text-transform: lowercase;
  font: 400 10px Arial;
  letter-spacing: 0.5px;
  margin-top: -55px;
  color: var(--stat_item_box) !important;
}

#pun-ulinks li a:hover {
  opacity: 0.5;
}

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0;
}


/* D5.2 ПРИВЕТ ВАШ ПОСЛЕДНИЙ ВИЗИТ*/
#pun-status .container {     padding: 0.8em 1em 1em 1em;
    font-family: arial;
    font-size: 7px;
    letter-spacing: 1px;
    top: -105px;
    text-transform: uppercase;
    color: #dae6e7!important;
    height: 30px!important;
    margin-left: 200px;
    line-height: 10px;
width: 290px;
    position: absolute;}
#pun-status .container a {    color: #fff!important;}

#pun-status .container .item1 {    position: absolute;
    text-align: center;
    margin-left: -204px;
    width: 160px;
    margin-top: 51px;
    font-family: 'Playfair Display'!important;
    font-size: 9px;}

#pun-status .container .item2 {position: absolute;
    margin-left: -183px;
    width: 117px!important;
    text-align: center;
    margin-top: 66px;}
#pun-status .container .item2 strong {
    display: block;
}


/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 5px;
position: relative
  }

/* Хлебные крошки */

.crumbs.container {
    text-align: center;
    font-family: var(--font-family);
    font-size: 11px;
    text-transform: lowercase;
}



/* Главная форумная таблица
------------------------------------------*/

.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;
}

#pun-index .hasicon td.tcl {
  padding-left: 24px;
  width: 60%;
}

/* аватар */

.punbb td .user-avatar, #pun-index td .user-avatar {
}

#pun-index td .user-avatar {
    float: right;
    margin: 0 0 0 12px;
}

.punbb td .user-avatar .avatar-image {
    outline: 1px solid var(--main-acc);
    transition: all .2s linear 0s;
}

/* Иконки */

div.icon {
  position: absolute;
  margin-left: -30px;
  width: 20px;
  height: 25px;
  background: url(https://upforme.ru/uploads/001c/a6/14/2/12216.png) no-repeat top center;
}

#pun-index div.icon {
    margin-left: -34px;
    width: 32px;
    height: 37px;
    background: url(https://forumstatic.ru/files/001c/a6/14/64905.svg) no-repeat top center;
}

#pun-index tr.inew div.icon {
  background: url(https://forumstatic.ru/files/001c/a6/14/64905.svg) no-repeat top center;
}

tr.inew div.icon {
  background: var(https://forumstatic.ru/files/001c/a6/14/64905.svg) url() no-repeat top center;
}

tr.isticky div.icon {
  background: var(https://forumstatic.ru/files/001c/a6/14/33800.svg) url() no-repeat top center;
}

tr.iclosed div.icon {
  background: var(https://forumstatic.ru/files/001c/a6/14/33800.svg) url() no-repeat top center;
}


/* Пагинация (Переключаемые страницы, Новая тема + Опрос, Подписка)
--------------------------------------------------------------------------------------------------- */

.multipage {
  margin-top: 10px;
}

.multipage#pun-main h1, .multipage#pun-main h2 {
  display:none;
}

#pun-post h1 {
  display:none;
}

.linkst {
    position: relative;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    text-transform: lowercase;
    font-family: var(--font-family);
    font-size: 11px;
}

.linkst .pagelink {}

.linkst .postlink {
  text-align: right;
}

.linksb {
  position: relative;
   padding: 15px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    text-transform: lowercase;
    font-family: var(--font-family);
    font-size: 11px;
}

.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;
}

#topic-users-in p.container {
    font-family: var(--font-family);
    text-transform: lowercase;
}

/* Главная
------------------------------------------*/

/* скрыть "форум, тем, сообщений" */

#pun-index thead, #pun-index .tc2, #pun-index .tc3 {
  display: none;
}

/* категория */

#pun-index .category {}

#pun-index .category .container {
    background: var(--sec-bg);
    width: 993px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 0px;
  border: solid 1px #9ca6b0;
    padding: 20px;
}

/* заголовок категории */

#pun-index .category h2 {
    text-align: right;
    margin: 0 131px 0 0px;
    padding: 0;
    transform: translateY(32px);
}

#pun-index .category h2 span {
  font-size: 0px;
}

#pun-index .category h2 span::after {
  content: '***';
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 800;
  font-size: 54px;
  text-transform: uppercase;
  color: var(--main-acc);
  line-height: 20px;
}

#pun-index .intd {
    display: flex;
    align-items: center;
}

#pun-index .tclcon {
   max-width: 450px;
    margin: 10px 0px -12px 18px;
}

#pun-index .tclcon h3 a {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    color: #203042;
}

#pun-index .tclcon h3 a:hover {
    letter-spacing: 1px;
    color: var(--link-hover);
}

#pun-index .tclcon .desktext {
    font-family: Arial;
    font-weight: 400;
    font-size: 10px;
    text-transform: lowercase;
    color: #1c2e45;
    margin-bottom: 15px;
}

#pun-index .tclcon .desklink {
    background: var(--main-acc);
    width: fit-content;
    padding: 2px 10px;
    color: var(--add-acc);
}

#pun-index .tclcon .desklink a {
    font-family: Arial;
    font-weight: 400;
    font-size: 10px;
    text-transform: lowercase;
    color: #fff;
}

#pun-index .tclcon .desklink a:hover {
    color: var(--link);
    font-weight: 500;
}

#pun-index .category .tcr {
  border-left: 1px dashed var(--main-acc);
  text-align: right;
}

#pun-index .lastpost-link {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 11px;
    text-transform: lowercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin-left: auto;
    width: 200px;
}

#pun-index .lastpost {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 11px;
    text-transform: lowercase;
}

/* D7 Statistics
-------------------------------------------------------------*/
#pun-stats {
  margin: 40px 0 15px;
}

#pun-stats h2 {
  display: none;
}

.stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 65px 10px 10px;
  background: var(--stat_bg2);
  border-radius: 20px;
  gap: 60px;
  padding: 0 20px;
}

#pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 {
  box-sizing: border-box;
  text-align: center;
  text-transform: lowercase;
  padding: 13px 25px;
  letter-spacing: 0.25px;
  font: 600 11px Inter;
  color: var(--stat_item);
    padding-bottom: 15px;
}

#pun-stats li.item1 strong, #pun-stats li.item2 strong, #pun-stats li.item3 strong, #pun-stats li.item4 strong {
  font: 900 11px Calibri;
  color: var(--stat_item) !important;
}

#pun-stats li.item4 strong a:hover {
  opacity: 0.5;
}

#pun-stats .statscon {
    width: 993px;
}

#pun-stats .statscon .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px 10px;
  background: url(https://forumstatic.ru/files/0014/49/dd/18678.png) no-repeat left top var(--body2);
  border: solid 1px #9ca6b0;
  position: relative;
  border-radius: 0px;
}

.night #pun-stats .statscon .container {
  background: url(https://forumstatic.ru/files/0014/49/dd/18678.png) no-repeat left top var(--body2);
}

/* D7.4 */
li#onlinelist {
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0.5px;
}

/* D7.5 */
li#onlinelist.item5.onlinelist, li#onlinelist.item5.users_24h {
  padding: 10px 5px 0 9px;
  font: 400 12px Calibri;
  letter-spacing: 0.25px;
  color: var(--text);
  text-align: justify;
  text-transform: lowercase;
}

li#onlinelist.item5.users_24h {
  padding-bottom: 10px;
}

/* Шапка
------------------------------------------*/

#pun-title {
    background: url(https://forumstatic.ru/files/0014/49/dd/45530.png);
    width: 1028px;
    margin-left: -17px;
    height: 271px;
   margin-top: -368px;
}

/* скрыть заголовок в шаке */

#pun-title .title-logo {
  display: none;
}


/* Объявление
------------------------------------------*/

#pun-announcement {}

/* скрываем слово "объявление" */

#pun-announcement h2 {
  display: none;
}


/* Футер
------------------------------------------*/

#html-footer {}

#html-footer .container {padding: 0;}

/* баннеры */

.banners {
  padding: var(--pad1);
}

.banners .container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    height: 73px;
    justify-content: center;
    overflow: auto;
}

.banners a {
  opacity: .7;
}

.banners a:hover {
  opacity: 1;
}


/* Топик
------------------------------------------*/

.post {
    margin: 10px auto 0;
    border-radius: 12px;
    background: var(--sec-bg);
    padding: 18px 0 0;
    text-transform: none;
}

#pun-viewtopic .post {
    width: 993px;
}

.toppost,
.topicpost {
  margin-top: 0;
}

/* контейнер поста */

.punbb .post .container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  padding: var(--pad2);
}

/* дата и номер поста */

.post h3 {
   background: var(--pun-bg);
}

.post h3 span {
  padding: var(--pad3);
  display: block;
  font-family: var(--font-family);
  font-size: 10px;
}

/* номер поста */

.post h3 strong {
  float: right;
  text-align: right;
  font-weight: normal;
}

.post h3 strong::before {
   content:'#';
}

/* Автор */

.post-author {
   width: var(--pwidth);
    text-align: center;
    box-sizing: border-box;
    background: var(--main-acc);
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px;
    position: relative;
}

.post-author ul {
  padding: 10px;
  background: var(--sec-bg);
  border-radius: 8px;
}

.pa-author {
    font-family: var(--second-family);
    font-style: italic;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
}

.pa-author a {}

.pa-title {
    font-family: var(--second-family);
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    text-transform: lowercase;
    padding: 5px 0;
    text-align: center;
    width: 180px;
    margin: 0 auto 5px;
}

.pa-avatar img {
    border-radius: 4px;
}

.pa-fld1 {
    font-family: var(--second-family);
    font-style: italic;
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
    margin: 10px auto 0;
    text-align: center;
    background: var(--main-acc);
    width: fit-content;
    padding: 2px 10px;
    border-radius: 10px;
    color: var(--sec-bg);
    max-width: 180px;
    box-sizing: border-box;
}

.pa-fld2 {
    font-family: var(--second-family);
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    text-transform: lowercase;
    padding: 5px 0;
    border-bottom: 1px dotted var(--main-acc);
    border-top: 1px dotted var(--main-acc);
    text-align: center;
    width: 180px;
    margin: 10px auto 5px;
}

.lz {}
.pa-posts,
.pa-respect,  
.pa-fld1,
.pa-fld2 {
    display: inline-block;
    margin-top: 6px;
    text-transform: lowercase;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 9px;
}

    /* Индикатор активности пользователя */
.pa-online {
    position: absolute;
    top: 17px;
    right: 220px;
    width: 8px !important;
    padding: 0 !important;
    transition: all .2s ease;
    cursor: pointer;
    background: #30475a;
    border-radius: 10px 10px;
    display: flex  !important;
    height: 8px;
    align-items: center !important;
    font-weight: 300 !important;
    justify-content: center  !important;
    line-height: 0;
    font-size: 0;
}

.pa-online:before {
    content: 'онлайн';
    line-height: 0;
    display: flex;
    height: 10px;
    align-items: center;
    justify-content: center;
    margin: -1px 0 0 0;
}

 .pa-online:hover:before {color: #111e29;}

    .pa-online:hover {
      background: #435767;
    }

    .pa-online:hover strong {
      opacity: 1.0;
      visibility: visible;
    }

.pa-online strong {
    position: absolute;
    bottom: -33px;
    left: -25px;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    background: #4e6473;
    font-weight: 400;
    white-space: nowrap;
    font-size: 10px;
    text-align: center;
    z-index: 10;
    transition: all .2s ease;
    opacity: 0;
    visibility: hidden;
    border: 1px solid var(--brdr1);
    border-radius: 5px;
    text-transform: lowercase;
    color: #ced5db;
}

    .pa-online strong:before {
      content: "";
      display: none;
      position: absolute;
      width: 0;
      height: 0;
      right: 6px;
      top: -10px;
      border-width: 5px 5px;
      border-style: solid;
      border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
    }

/* Тело поста */

.post-body {
  width: calc(100% - var(--pwidth));
  position: relative;
}

.post-box {
  padding: 10px 10px 10px 20px;
}

.post-links {
  margin-left: var(--pwidth);
  width: 100%;
  text-transform: lowercase;
  font-family: var(--font-family);
  font-size: 12px;
}

.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;
}

.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;
  text-transform: none;
}

.post-content img {
  vertical-align: middle;
}

.scrollbox {
  width: 100%;
  overflow: auto;
  max-height: 200px;
}

/* цитата и код */

.quote-box,
.code-box {
    margin: 4px 10px 10px;
    padding: 12px;
    border: 1px solid var(--link-hover);
    background: var(--pun-bg);
    border-radius: 17px;
    font-family: var(--font-family);
    position: relative;
}

.code-box strong a {
   color: var(--sec-bg);
}

.quote-box cite, .code-box strong {
    font-weight: bold;
    font-style: normal;
    background: var(--main-acc);
    padding: 2px 15px;
    border-radius: 17px;
    position: absolute;
    top: 0;
    color: var(--sec-bg);
    margin-left: 15px;
    font-family: var(--font-family);
    font-size: 11px;
    text-transform: lowercase;
    transform: translateY(-50%);
}

.code-box strong.legend {
  display: block;
  padding-bottom: 5px;
  font-weight: bold;
  font-style: normal;
}

.post-content .spoiler-box>div::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--main-acc);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s linear 0s;
}

.post-content .spoiler-box > div.visible::before {
    transform: translateY(-50%) scale(50%);
}

.post-content .spoiler-box>div {
    background: transparent !important;
    padding-left: 25px!important;
    position: relative;
}

.post-sig dt {
  border-bottom: 1px solid var(--link-hover);
  width: 300px;
  margin: 10px auto;
}

/* Форма ответа */

#main-reply {
  width: 180px;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
}

#post-form legend {
  width: 180px;
  display:none;
}

#tags {
  position: relative;
}

#tags .container {
  /*width: 180px;*/
  padding: var(--pad3) !important;
  top: 0 !important;
}


/* Профиль + ЛС
------------------------------------------*/

#pun-profile {
    font-family: var(--font-family);
    text-transform: lowercase;
}

#pun-profile h1 span {
    font-size: 15px;
    padding: 5px;
    border-top: 1px dashed var(--main-acc);
    border-bottom: 1px dashed var(--main-acc);
}

#viewprofile-next {
   margin-left: 30px;
}

#viewprofile tr {
    display: flex;
    gap: 50px;
    align-items: center;
}

#viewprofile-next #profile-left {
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    outline: 10px solid var(--main-acc);
    padding-bottom: 10px;
}

#viewprofile-next #profile-left li#profile-name strong {
    font-family: var(--second-family);
    font-style: italic;
    font-weight: 800 !important;
    font-size: 15px;
    text-transform: uppercase;
}

#profile-left li#profile-title strong {
    width: 180px;
    display: block;
    text-align: center;
}

#profile .container {
  padding-left: 200px;
  min-height: 100px;
}

#profilenav {
  float: left;
  width: 180px;
  margin-left: -180px;
}

#profilenav h2 {
   display: none;
}

#viewprofile h2,
#profilenav h2 {
  padding: 0;
  margin: 0;
}

#profilenav li {
  padding: 0 0 13px;
}

#profilenav li a {
    background: var(--main-acc);
    text-align: center;
    border-radius: 10px;
    color: var(--pun-bg);
    padding: 2px 10px;
}

#viewprofile li {
  padding: 5px 0;
}

#profile-right li {
  display: flex;
}

#profile-right li span {
    width: 150px;
    flex-shrink: 0;
    background: var(--main-acc);
    text-align: center;
    padding: 2px 0;
    border-radius: 10px;
    color: var(--pun-bg);
}

#profile-right li span a {
    color: var(--pun-bg);
}

#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;
  z-index: 9999;
  display: none;
  position: fixed;
  margin-left: 1050px !important;
  box-sizing: border-box;
  transition: all .3s linear 0s;
}

.go-up {
   top: 40%;
}

.go-down {
   top: calc(40% + 85px);
}

.go-down:hover,
.go-up:hover {
  opacity: 1;
}

/* Header table */

#header_table {
    background: var(--header-bg);
    border-radius: 2rem;
    height: 256px;
    margin-bottom: var(--8);
}


/* XIII. СОКРЫТЫЕ ЭЛЕМЕНТЫ
-------------------------------------------------------------*/
.acchide, .punbb h1, #pun-navlinks h2, #pun-ulinks h2, .punbb .multipage .topic h2, form#post.container legend span, .punbb dl.post-sig dt span, .punbb p.crumbs strong, .punbb .divider hr, #pun-userlist .main h2, span.item4, #pun-stats ul.container .item3, .lastedit, #pun .modlist, .stickytext, .closedatafield, #pun-viewtopic #topic-modmenu.modmenu .container span, #pun-viewtopic #topic-feed.modmenu .container span, div#pun-live-rusff, .topic a.sharelink, .postlink .closed, li.pl-share, li.pl-reports, .pa-last-visit, #pun-viewforum #pun-main h2, #pun-announcement h2, #pun-break4, #pun-index #pun-main thead, .pa-reg, .pa-gifts, .pa-replies, #pun-main div.catleft, #pun-main div.catright, #pun-viewforum .modmenu .container span, #pun-searchtopics .modmenu .container span, #pun-post .FNTslider, #pun-searchposts .FNTslider, #pun-messages .FNTslider, #pun-messages .post-sig, #pun-stats li.item3
   {display: none !important;}
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table, .punbb th, #pun-ulinks li, li#onlinelist, #pun-ulinks li a, li#onlinelist div, .punbb .divider, .punbb .formal fieldset .post-box, .punbb .info-box, .adformal
    {border-color: transparent !important;}

#pun-about .container {
  text-align:center;
}

#form-buttons table, .punbb .formal textarea {
    width: 970px!important;
margin-left: -17px;
}
#pun-ulinks li a{
   position:relative;
   z-index:100;
}

/*----------------------------- ГОСТЕВАЯ ----------------------------- */
.guestbook {
  padding: 0px;
  color: #e1e5e9;
  border: none;
  background: transparent;
  width: 100%;
  line-height: 130%
}

.guestbook a {
  color: #fbd010 !important;
}

.guestbook a:hover {
  color: #bbcad3 !important;
}

.guestbook_top {
  background: url(https://forumstatic.ru/files/001c/89/b1/15319.png) no-repeat center -20px;
  background-size: 120%;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  text-transform: uppercase;
  align-items: center;
  gap: 150px;
  text-align: center
}

.guest_logo {
  width: 355px
}

.guestbook_two {
  background: #516774;
  padding: 25px 30px;
  font-size: 11px;
}

.guestbook_two div {
  height: 131px;
  overflow-y: auto;
}

.guestbook_two p {
  padding: 0;
  margin: 0;
  font: 400 11px/140% rubik !important;
  color: #e1e5e9;
  opacity: .75
}

.guestbook_two p + p {
  margin-top: 10px;
}

.guestbook_three {
  background: #1a2839;
  display: flex;
  gap: 30px;
}

.guestbook_three-item.rules {
  border-right: 1px solid #516774;
  font-size: 10px;
  width: 300px;
  padding: 25px 30px 25px;
}

.guestbook_three-item.rules li {
  list-style-position: inside !important;
  opacity: .75;
  line-height: 140%;
   list-style: disc;
}

.guestbook_three-item.rules li + li {
  margin-top: 10px
}

.guestbook_three-item.face {
  flex: 1;
  padding: 25px 0px 25px 0;
  font-size: 12px;
}

.guestbook_three-item.face h5 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  opacity: .75;
  margin-bottom: 6px
}

.guestbook_three-item.face > div {
  height: 95px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  gap: 4px
}

.guestbook_three-item.face > div span {
  color: #dee5eb;
}

.guestbook_four {
  background: #516774;
  padding: 25px 30px;
}

.copycode {
  display: flex;
  gap: 20px;
  align-items: center
}

.copycode .legend a {
  background: #1a2839;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  padding: 5px 25px
}

.copycode .blockcode {
  flex: 1;
  background: #001726;
  padding: 5px 25px;
}

.copycode .scrollbox {
  text-align: center;
  font-size: 11px;
  opacity: .75
}

.copycode .scrollbox pre {
  font: 400 11px Courier New, rubik
}


/*----------------------------- ГОСТЕВАЯ СЫРНИК НАЧАЛО----------------------------- */
html{
  -webkit-text-size-adjust:100%;
  box-sizing:border-box;
}
*, *::before, *::after { box-sizing:inherit; }

/* ===== ОСНОВНОЙ КОНТЕЙНЕР ===== */
.aught-wrap-guest{
  width:800px;
  max-width:100%;
  margin: auto;
  background:#516774;           /* фон, который должен тянуться */
  border-radius:16px;
  padding:12px;
  font-family:'Almarai', sans-serif;
  color:#111;
  border: 0.5px solid #515f6f;
  box-sizing:border-box;
  height:auto;
  min-height:0;
}

/* ===== ШАПКА ===== */
.aught-header-img-guest{
  width:100%;
  height:100px;
  margin:auto;
  border-radius:14px;
  background:url("https://upforme.ru/uploads/001c/a6/14/4/74592.png") center center no-repeat;
  background-color:#7a9e9d;
  background-size:cover;
  border: 0.5px solid #515f6f;
}

/* ===== ПЛАШКА ===== */
.aught-tags-guest{
  display:flex;
  gap:8px;
  justify-content:center;
  margin-top:-15px;
  z-index:2;
  position:relative;
}

.aught-tag-guest{
  background:#1b2839;
  color:#fff;
  padding:6px 14px;
  border-radius:16px;
  font-size:12px;
}

/* ===== РЯД ИЗ ТРЁХ БЛОКОВ ===== */
.aught-content-row-guest{
  display:flex;
  gap:20px;
  margin-top:16px;
  align-items:flex-start;
}

/* Переменная для отступов в левом блоке */
:root{
  --side-pad-guest: 10px;
}

/* ===== ЛЕВЫЙ БЛОК (десктоп) ===== */
.aught-panel-left-guest{
  flex:0 0 250px;
  width:250px;
  min-width:250px;
  height:200px;

  background:#ced5db;
  border-radius:12px;

  padding: var(--side-pad-guest) 14px 14px var(--side-pad-guest);

  border:1px solid #515f6f;
  overflow:auto;
  box-sizing:border-box;

  font-size:12px;
  line-height:1.45;
  text-align:left;
}

/* ===== ПРАВАЯ ЧАСТЬ (десктоп) ===== */
.aught-right-group-guest{
  flex:1 1 0;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:12px;
  height:200px;
}

/* ===== ПОИСК ===== */
.aught-search-badge-guest{
  display:flex;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  background:#ced5db;
  border-radius:20px;
  border:1px solid rgba(81,95,111,0.15);
  flex:0 0 auto;
}

.aught-search-input-guest{
  flex:1;
  border:0;
  outline:0;
  font-size:12px;
  background:transparent;
  padding:6px 4px;
}

/* ===== ДВЕ КОЛОНКИ СПИСКОВ (десктоп) ===== */
.aught-columns-row-guest{
  display:flex;
  gap:20px;
  flex:1 1 0;
  min-height:0;
}

/* ===== СПИСКИ ===== */
.aught-panel-list-guest{
  flex:1 1 0;
  height:100%;
  background:#ced5db;
  border-radius:12px;
  padding:12px;
  border:1px solid #505e6f;
  overflow:auto;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
}

.aught-panel-list-guest h3{
  margin:0 0 0px 0;
  font-size:13px;
  text-align:center;
}

/* ===== БЛОК ВНЕШНОСТИ ===== */
.name-block-guest{
  display:block;
  margin:5px 0;
}

.name-item-guest{
  padding:8px;
  background:#fff;
  border-radius:8px;
  font-size:12px;
  line-height:1.35;
  border:1px dashed rgba(80, 94, 111);
  margin-bottom:2px;
}

.name-item-guest a{
  color:#286b86;
  text-decoration:underline;
}

.name-note-guest{
  font-size:12px;
  color:#6b6f71;
  margin-top:2px;
  padding:2px 8px 6px;
}

/* Совпадений не найдено */
.no-results-guest{
  display:none;
  font-style:italic;
  font-size:13px;
  text-align:center;
  margin:8px 0;
}

/* ===== СКРЫТЫЙ СКРОЛЛ (десктоп) ===== */
.aught-panel-left-guest,
.aught-panel-list-guest{
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.aught-panel-left-guest::-webkit-scrollbar,
.aught-panel-list-guest::-webkit-scrollbar{
  width:0;
  height:0;
  display:none;
}

/* ================================================= */
/* =============== МОБИЛЬНАЯ ВЕРСИЯ ================ */
/* ================================================= */

@media (max-width:500px){

  :root{
    --m-gap: 14px;
  }

  .aught-wrap-guest{
    padding:12px 12px 22px 12px;
    overflow:visible;
  }

  .aught-content-row-guest{
    flex-direction:column;
    gap:var(--m-gap);
    align-items:stretch;
    height:auto !important; /* полностью подстраиваемся под контент */
  }

  /* ЛЕВЫЙ БЛОК */
  .aught-panel-left-guest{
    width:100%;
    flex:none;
    height:auto !important;
    margin:0;
    overflow:visible !important;
  }

  /* ПРАВАЯ ГРУППА */
  .aught-right-group-guest{
    width:100%;
    flex:none;
    height:auto !important;
    display:flex;
    flex-direction:column;
    gap:var(--m-gap);
  }

  /* ПОИСК */
  .aught-search-badge-guest{
    width:100%;
    margin:0;
    box-sizing:border-box;
  }
  .aught-search-input-guest{
    font-size:16px;
  }

  /* КОЛОНКИ &#8594; один вертикальный поток */
  .aught-columns-row-guest{
    flex-direction:column;
    gap:var(--m-gap);
    width:100%;
    margin:0;
    flex:none;
  }

  /* СПИСКИ */
  .aught-panel-list-guest{
    width:100%;
    height:auto !important;
    overflow:visible !important;
    flex:none;
    margin:0;
    padding:12px;
  }

  body{
    -webkit-overflow-scrolling:touch;
  }
}
/*----------------------------- ГОСТЕВАЯ СЫРНИК КОНЕЦ----------------------------- */

/*Правка для доп.полей профиля*/
#pun-profile.punbb .formal  #profile8 span.input {
    position: relative;
    z-index: 100;
}
#profile #form-buttons table, #profile textarea#main-reply {
    width: 100%!important;
     margin-left: 0;
}

/*ИКОНКИ ДОП.ПОЛЕЙ*/
.pa-posts,
.pa-fld2, /*Посты*/
.pa-fld1, /*Деньги*/
.pa-respect {
 display:inline-block;
 font-family: Manrope, sans-serif;
 text-align: center;
 font-weight:400;
 font-style:normal;
 background:transparent;
 color:#000000;
 border:0 none transparent;
 width:auto!important;
 padding:0!important;
 box-sizing:content-box;
}

.pa-posts .fld-name,
.pa-fld2 .fld-name, /*Посты*/
.pa-fld1 .fld-name, /*Деньги*/
.pa-respect .fld-name{
  font-size:0;
  display:block;
  width:20px;
  height:20px;
  background: no-repeat center;
  padding:0 7px;
}
.pa-posts .fld-name{
  background-image: url(//forumstatic.ru/files/001c/a6/14/56465.svg);
}
.pa-fld2 .fld-name{
  background-image: url(//forumstatic.ru/files/001c/a6/14/86843.svg);
}
.pa-fld1 .fld-name{
  background-image: url(//forumstatic.ru/files/001c/a6/14/55095.svg);
}
.pa-respect .fld-name{
  background-image: url(//forumstatic.ru/files/001c/a6/14/71283.svg);
}
.pa-respect a[href*="/relation.php?id"]{
  display:none;
}
.pa-respect .fld-name a{
  display:block;
  width:100%;
  height:100%;
  /*outline:red solid 1px;*/
}


/*----------------------------- СЮЖЕТ СЫРНИК НАЧАЛО----------------------------- */
/* ===== ОБЕРТКА ===== */
.aught-wrap-plot{
  max-width:800px;       
  margin:10px auto;
  background:#516774;
  border-radius:16px;
  padding:10px;
  color:#111;
  font-family:'Almarai', sans-serif;
  position:relative;
  border: 0.5px solid #515f6f;
}

/* ===== ШАПКА-КАРТИНКА ===== */
.aught-header-img{
  width:100%;
  height:80px;
  margin:0 auto 0;
  border-radius:14px;
  background:url("https://upforme.ru/uploads/001c/a6/14/4/74592.png") center center no-repeat;
  background-color:#7a9e9d;
  background-size:cover;
  border: 0.5px solid #515f6f;
}

/* ===== ПЛАШКИ ===== */
.aught-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
  margin-top:-15px;
  z-index:1;
  position:relative;
}

.aught-tag{
  background:#1b2839;
  color:#fff;
  padding:6px 14px;
  border-radius:16px;
  font-size:12px;
  box-shadow:none;
}

/* ===== ОСНОВНОЙ ТЕКСТ (plot) ===== */
.aught-text-plot{
  background:#ced5db;       
  border-radius:14px;
  padding:8px 12px;          
  font-size:12px;
  line-height:1.45;
  text-align:justify;
  margin-top:12px;
  border: 1px solid #515f6f;
}

/* ===== ДВЕ КОЛОНКИ (plot) ===== */
.aught-columns-plot{
  background:#ced5db;      
  border:1.5px dashed #515f6f;
  padding:8px 12px;        
  margin:10px 0;
  border-radius:8px;
  column-count:2;
  column-gap:20px;
  text-align:justify;
  hyphens:auto;
  -webkit-hyphens:auto;
  -moz-hyphens:auto;
}

.aught-columns-plot p{
  break-inside: avoid;
  margin:0 0 8px;
}

/* ===== МЕЛКАЯ ПОДПИСЬ ===== */
.aught-small-right{
  font-size:10px;
  text-align:right;
  opacity:.8;
  margin-top:6px;
}

/* ===== АДАПТИВ ===== */
@media (max-width:500px){
  .aught-columns-plot{ column-count:1; }
  .aught-header-img{ height:120px; }
}
/*----------------------------- СЮЖЕТ СЫРНИК КОНЕЦ----------------------------- */
/*----------------------------- ОРГТЕМЫ СЫРНИК НАЧАЛО----------------------------- */
.aught-wrap{
  max-width:800px;  
  margin:auto;
  background:#516774;
  border-radius:16px;
  padding:10px;
  color:#111;
  position:relative;
  border: 0.5px solid #515f6f
}

/* ===== ШАПКА-КАРТИНКА ===== */
.aught-header-img{
  width:100%;
  height:80px;           
  margin:0 auto 0;
  border-radius:14px;
  background:url("https://upforme.ru/uploads/001c/a6/14/4/74592.png") center center no-repeat;
  background-color:#7a9e9d;
  background-size:cover;
   border: 0.5px solid #515f6f
}

/* ===== ПЛАШКИ ===== */
.aught-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
  margin-top:-15px;
  z-index:1;
  position:relative;
}

.aught-tag{
  background:#1b2839;
  color:#fff;
  padding:6px 14px;
  border-radius:16px;
  font-size:12px;
  box-shadow:none;
}

/* ===== ОСНОВНОЙ ТЕКСТ ===== */
.aught-text{
  background:#ced5db;
  border-radius:14px;
  padding:0px 10px;
  font-size:12px;
  margin-top:10px;
    border: 1px solid #515f6f
}
@media (max-width:400px){
  .aught-columns{ column-count:1; }
  .aught-header-img{ height:60px; }
  .aught-tags{ margin-top:-16px; }
}
/*----------------------------- ОРГТЕМЫ СЫРНИК КОНЕЦ----------------------------- */

/*----------------------------- НОВОСТИ СЫРНИК НАЧАЛО----------------------------- */
#aught_news{
  width:70%;
  margin:20px auto;
  background:#ced5db;
  border-radius: 15px;
  padding:16px;
  font-family:'Almarai', sans-serif;
  color:#111;
  box-shadow:none;
  outline:12px solid #515f6f;
    position:relative;
}

#aught_news::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.04;
  pointer-events:none;
  border-radius:16px;
}

/* ===== ШАПКА ===== */
.aught_news_header{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}

.aught_news_avatar{
  width:50px;
  height:50px;
  border-radius:50%;
  background:#515f6f;
    padding:3px;
}

.aught_news_avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
}

.aught_news_nickname{
  font-weight:700;
  letter-spacing:.5px;
  color:#1b2839;
  font-size:14px;
}

/* ===== ТЕКСТ ПОСТА ===== */
.aught_news_description{
  font-size:12px;
  line-height:1.45;
   color:#111;
}

/* хэштеги */
.aught_news_description .tag{
  color:#1b2839;
  font-weight:700;
  letter-spacing:.5px;
}

/* ===== ДАТА ===== */
.aught_news_date{
  font-size:11px;
  color:#1b2839;
  margin-top:10px;
  opacity:.8;
}

/* ===== НИЖНЯЯ ПАНЕЛЬ ===== */
.aught_news_buttons{
  display:flex;
  justify-content:space-between;
  margin-top:10px;
  opacity:.75;
}

.aught_news_icons{
  display:flex;
  gap:8px;
}

.aught_news_icons div,
.aught_news_bookmark{
  width:18px;
  height:18px;
  background-size:contain;
}

/* иконки */
.aught_news_like{
  background:url(https://upforme.ru/uploads/001c/a6/14/4/983471.png) center no-repeat;
}
.aught_news_comment{
  background:url(https://upforme.ru/uploads/001c/a6/14/4/90391.png) center no-repeat;
}
.aught_news_share{
  background:url(https://upforme.ru/uploads/001c/a6/14/4/111944.png) center no-repeat;
}


/* ===== АДАПТАЦИЯ ===== */
@media(max-width:600px){
  #aught_news{ width:92%; }
}

/*----------------------------- НОВОСТИ СЫРНИК КОНЕЦ----------------------------- */
/*----------------------------- ХРОНО СЫРНИК НАЧАЛО----------------------------- */
/* ===== БЛОКИ ХРОНОЛОГИИ ===== */
.aught-panel-left-chronology{
  width:100%;
  background:#ced5db;
  border-radius:12px;
  padding:14px;
  border:1px solid #515f6f;
  box-sizing:border-box;
  font-size:12px;
  line-height:1.45;
  text-align:justify;
  position:relative;
  margin-top:24px;
}

/* Плашка с датой/названием на блоке */
.aught-panel-left-date-chronology{
  position:absolute;
  top:-12px;
  left:12px;
  background:#1b2839;
  color:#fff;
  padding:4px 10px;
  border-radius:12px;
  font-size:12px;
  z-index:3;
}

/* ===== МОБИЛЬНАЯ ВЕРСИЯ ===== */
@media (max-width:500px){
  .aught-header-img{ height:60px; }
  .aught-panel-left-chronology{ padding:12px; }
  .aught-panel-left-date-chronology{ font-size:11px; padding:3px 8px; }
  .aught-tag{ font-size:12px; padding:4px 10px; }
}
/*----------------------------- ХРОНО СЫРНИК КОНЕЦ----------------------------- */

/*———————-АНКЕТА———*/


/* ===== ОБЁРТКА ИЗОБРАЖЕНИЯ В АНКЕТЕ ===== */
.profile-photo{
  width:268px;
  height:151px;
  border-radius:16px;
  overflow:hidden;
  position:relative;
}

/* САМА КАРТИНКА */
.profile-photo img{
  width:100%;
  height:100%;
  object-fit:cover; /* уменьшает пропорционально + обрезает края при необходимости */
  filter:
    grayscale(100%)
    sepia(100%)
    hue-rotate(180deg)
    saturate(80%)
    brightness(95%);
}

/* КОЛОРИЗАЦИЯ ОТТЕНКОМ 637B8F */
.profile-photo::after{
  content:"";
  position:absolute;
  inset:0;
  background:#bdc7d0;
  mix-blend-mode:color;
  opacity:0.7;
  pointer-events:none;
}

/* ЛЁГКИЙ ШУМ */
.profile-photo::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:url("https://www.transparenttextures.com/patterns/noise.png");
  opacity:0.15;
  mix-blend-mode:overlay;
  pointer-events:none;
}

