@import url(style_cs.1756800961.css);

/*************************************************************
Подключение шрифтов
**************************************************************/

@import url('https://forumstatic.ru/files/001b/df/32/99049.css'); /*Font Awesome ver 6.5.1*/
@import url('https://forumstatic.ru/files/001b/b9/c5/98229.css'); /*Шрифты-украшалки*/

/*Шрифты дизайна*/
@font-face {
  font-family: 'Verdana';
  src: url('https://forumstatic.ru/files/001c/2c/6f/85200.eot'),
    url('https://forumstatic.ru/files/001c/2c/6f/65065.woff2') format('woff2'),
    url('https://forumstatic.ru/files/001c/2c/6f/17239.woff') format('woff'),
  url('https://forumstatic.ru/files/001c/2c/6f/19281.ttf') format('truetype'),
  url('https://forumstatic.ru/files/001c/2c/6f/88683.svg') format('svg');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Tahoma';
  src: url('https://forumstatic.ru/files/001c/2c/6f/69819.eot'),
    url('https://forumstatic.ru/files/001c/2c/6f/69819.woff2') format('woff2'),
    url('https://forumstatic.ru/files/001c/2c/6f/69819.woff') format('woff'),
  url('https://forumstatic.ru/files/001c/2c/6f/69819.ttf') format('truetype'),
  url('https://forumstatic.ru/files/001c/2c/6f/69819.svg') format('svg');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'foglihten';
  src: url('https://forumstatic.ru/files/001c/2c/6f/56795.eot'),
    url('https://forumstatic.ru/files/001c/2c/6f/56795.woff2') format('woff2'),
    url('https://forumstatic.ru/files/001c/2c/6f/56795.woff') format('woff'),
  url('https://forumstatic.ru/files/001c/2c/6f/56795.ttf') format('truetype'),
  url('https://forumstatic.ru/files/001c/2c/6f/56795.svg') format('svg'),
  url('https://forumstatic.ru/files/001c/2c/6f/65192.otf') format("opentype");
  font-style: normal;
  font-weight: 400;
}



/*************************************************************
Корневые элементы
**************************************************************/

:root {
    --font-title: Foglihten;
    --font-main: Tahoma;
    --font-post: Verdana;
    --text: #2A3237;
    --text-light: #969A9C;
    --link: #2A3237;
    --link-light: #969A9C;
    --link-hover: #38566D;
    --link-dark-hover: #617B90;
    --accent: #483d3b;
    --cover: #acb1aa;
    --fill: rgba(244, 244, 234, 0.75);
    --fill2: rgba(241, 241, 228, 0.75);
    --fill3: #F1F1E4;
    --img-darken1: #AFB492;
    --img-cover1: rgba(74, 63, 85, 0.5);
    --shadow: 0 0 0 1px #bfb6aa, 0 0 0 2px #978e85;
}

/*************************************************************
Общие стили
**************************************************************/

::spelling-error {
    text-decoration: none;
    background: #372a2f;
    color: var(--link-light);
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/*Скрываем элементы форума*/
.acchide,
#pun-index #pun-main h1,
#pun-navlinks 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,
#pun-title h1,
#pun-announcement h2,
#pun-title,
#pun-break1,
#pun-break2,
#pun-crumbs1 .container strong+em,
#pun-main h1,
li:before,
#pun-break3,
#pun-break4,
.forum h2,
.stickytext,
.closedatafield,
.topic h2,
.sharelink,
.pa-last-visit, 
.pa-online,
.usertable h2,
#viewprofile-next h2,
.post-sig dt span,
#pun-status .container .status-right,
#post-form h2,
#post legend span,
#pun-profile #profilenav h2, 
.gid3 .status_wrap .item1,
#userlist legend  {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
}

.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after,
.punbb .container:after {clear: both; content: "."; display: block; height: 0; visibility: hidden; overflow:hidden; line-height: 0.0; font-size: 0;}

.tcr br, #topic-modmenu p > span, .modmenu .container span, .author-avatar, #profile-title, #pa-ua, thead, li#pa-invites, .post .pa-respect > a  {display: none;}

/* ================== */


body {
    background: url(https://forumstatic.ru/files/001c/2c/6f/52912.png) no-repeat fixed;
    margin: 0;
    font-family: var(--font-main);
    font-size: 12px;
    color: var(--text);
    font-variant-numeric: lining-nums proportional-nums;
    padding: 0 10px;
    background-size: cover;
}

a {text-decoration: none;}
body a {color: var(--link); transition: color 0.8s ease;}
body a:hover {color: var(--link-hover); transition: color 0.8s ease;}
address, em {font-style: normal}
ul, dl, li, dd, dt {list-style: none;}
#pun-admain a {color: var(--text) !important; transition: color 0.8s ease;}
#pun-admain a:hover {color: var(--link-hover) !important; transition: color 0.8s ease;}


/* Скроллбары */
@-moz-document url-prefix() {
body * {
	scrollbar-width: thin;
	scrollbar-color: var(--link) rgba(0, 0, 0);
}

html {
	scrollbar-width: thin;
	scrollbar-color: var(--link) rgba(0, 0, 0);
}
}

::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: rgba(0, 0, 0);
	border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
	background-color: var(--link);
	width: 4px !important;
	border-radius: 10px !important;
}


/* Тело форума */
#pun {
    background: url(https://forumstatic.ru/files/001c/2c/6f/46090.png) no-repeat top center;
    padding: 294px 0 0 0;
    position: relative;
    margin: 0 auto;
    width: 1008px;
}

.punbb {
    background: url(https://forumstatic.ru/files/001c/2c/6f/36734.png) no-repeat top center, url(https://forumstatic.ru/files/001c/2c/6f/94093.png) repeat-y center;
    margin: 0 auto;
    width: 1008px;
    box-sizing: border-box;
    position: relative;
    padding: 20px 0 0 0;
    min-height: 620px;
}

.punbb-admin #pun-navlinks .container {
    padding: 50px 0 0;
    margin: 0 0 5px 0;
}

.punbb-admin #pun-ulinks .container, #pun-pages #pun-ulinks .container {margin-bottom: 30px;}

.multipage,
#pun-search .main,
#pun-messages .main,
#pun-login .main {
    padding: 0 25px; 
}

/* Меню навигации */
#pun-navlinks {
    font-family: var(--font-title);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}

#pun-navlinks .container {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 20px 0 10px 0;
    margin: 0;
}

#navindex {
    z-index: 20;
    position: relative;
}

#pun-ulinks .container {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 0;
    font-weight: 600;
    text-transform: lowercase;
    font-size: 11px;
    font-family: var(--font-main);
    margin: 0;
}

#pun-status .container {
    position: absolute;
    text-transform: uppercase;
    font-size: 8px;
    font-family: var(--font-main);
    text-align: center;
    padding: 10px 0 0 0;
    top: 5px;
    width: calc(100% - 60px);
    margin: 0;
}

.status_wrap a {
    font-weight: bold;
    color: var(--link);
}

#pun-status span {
  white-space: pre-line;
  margin-right: 0.5em;
}

.gid3 .status_wrap:before {
    content: 'привет, волшебник!'
}

.status_wrap .item2 {margin-left: 0.5em;}

/*Хлебные крошки*/
.container.crumbs {
    text-transform: uppercase;
    text-align: center;
    font-family: var(--font-title);
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    position: relative;
}

.container.crumbs a {color: var(--link);}
.container.crumbs a:hover {color: var(--link-hover);}

/*Форумные таблицы*/
.punbb table {
    table-layout: fixed; 
    width: 100%; 
}

#respect {width: auto;}
.tc2, .tc3, .tcmod {text-align: center;}
#pun-searchtopics .tcl, #pun-modviewforum .tcl {width: 40%;}
#pun-debug table .tcl {width: 15%; white-space:normal;}
#pun-debug .tcr {width: 90%; white-space: normal;}
.punbb td {padding: 8px 10px;}
.punbb th {padding: 4px 10px;}

#pun-searchtopics .tc2 {
    text-align: left;
    width: 20%;
}

/*Категории*/
.category h2, #pun-stats h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--font-title);
    background: url(https://forumstatic.ru/files/001c/2c/6f/27703.png) no-repeat center;
    font-size: 14px;
    text-align: center;
    position: relative;
    margin: 0;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category > div {padding: 20px 54px;}

.category tbody {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 15px 0;
}

.category td {padding: 0;}

.category tr {
    font: 400 9px tahoma;
    text-transform: uppercase;
    position: relative;
    background: rgba(0, 0, 0, .05);
    border-radius: 10px;
    padding: 22px;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    justify-content: end;
    align-items: start;
    grid-template-columns: 440px 30px 70px 310px;
}

.category .tcl {
    grid-column: 1 / 4;
    grid-row: -1 / 1;
}

.category .tc2 {
    margin-top: 10px;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.category .tc3 {
    margin-top: 10px;
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.category .tcr {
    padding-left: 30px;
    grid-column: 4 / -1;
    grid-row: -1 / 1;
    margin: auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category .tcr .user-avatar {margin: 0 15px 0;}

.lastpost-link {
    display: block;
    font-weight: bold;
    font-size: 15px;
    font-family: var(--font-title);
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 230px;
    white-space: nowrap;
}

.lastpost {font-size: 8px; font-weight: 600;}

.category .tc3, .category .tc2 {font-size: 7px;}

.category .tc2:before {content: 'тем: ';}
.category .tc3:before {content: 'сообщений: ';}

.intd {position: relative;}

.intd h3 {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-family: var(--font-title);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.10) 0%, rgba(102, 102, 102, 0) 100%);
    padding: 7px 20px 4px;
    border-radius: 5px;
}

.forum-descr {
    font-size: 9px;
    letter-spacing: 0.1px;
    line-height: 12px;
    text-align: justify;
    text-transform: lowercase;
}

.hotlink {
    background: url(https://forumstatic.ru/files/001c/2c/6f/92502.png);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: var(--link-light);
    margin-top: 12px;
    font-weight: 700;
    letter-spacing: .03em;
    border-radius: 5px;
}

.hotlink a {color: var(--link-light);}
.hotlink a:hover {color: var(--link-dark-hover);}

/*Иконки*/
div.icon {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: -35px;
    border-radius: 100%;
}

div.icon.inew {
    background: #272D30;
}

/*Аватар*/
.avatar-image{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    transition: all .5s linear 0s;
    box-sizing: border-box;
    opacity: .55;
    mix-blend-mode: luminosity;
    border: 2px solid #8B8B8B;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
}

.avatar-image:hover {opacity:1}

.user-avatar {
    width: 30px;
    height: 30px;
    position:relative;
}

span.avatar-image[style*="default_avatar.jpg"] {
    background-image: url(https://i.ibb.co/r2DpdJr2/image.png) !important;
}

.isonline {
    width:8px; 
    height:8px; 
    border-radius:50%; 
    display:block; 
    position:absolute; 
    top:2px; 
    right:0px; 
    animation:blinkColor 1.5s linear infinite; 
    -moz-animation:blinkColor 1.5s linear infinite; 
    -webkit-animation:blinkColor 1.5s linear infinite; 
    background: var(--link-hover); 
    z-index:100
}

@keyframes blinkColor {0% {opacity:1.0} 50% {opacity:.3} 100% {opacity:1.0}}
@-moz-keyframes blinkColor {0% {opacity:1.0} 50% {opacity:.3} 100% {opacity:1.0}}
@-webkit-keyframes blinkColor {0% {opacity:1.0} 50% {opacity:.3} 100% {opacity:1.0}}

/*Статистика*/
.statscon .container {
    padding: 10px 60px 0;
    margin: 0;
    line-height: 15px;
    font-size: 8px;
    text-transform: uppercase;
    text-align: justify;
    display: flex;
    gap: 20px;
    flex-direction: column;
    position: relative;
    font-family: var(--font-main);
}

.all-stats-forum {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    gap: 30px;
    border-bottom: 1px solid var(--link-light);
    padding-bottom: 15px;
    justify-content: center;
}

#onlinelist a {font-weight: bold;}
.online-list .tcl.action {width:45%}
.online-list tcl.username {width: 30%;}

/*Копирайт*/
#pun-about .container {
    text-align: center;
    text-transform: uppercase;
    font-size: 7px;
    font-weight: bold;
    font-family: var(--font-main);
    margin: 10px 0 20px;
}

/*Активные пользователи*/
.online-list {
    margin: 15px 0;
    font-size: 11px;
    font-family: var(--font-post);
}

#pun-about a, .online-list a {color: var(--link);}
#pun-about a:hover, .online-list a:hover {color: var(--text);}

.online-list td {border-bottom: 1px solid #4c464026;}

/*Топики*/
.linkst, .linksb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 9px;
    position: relative;
    z-index: 10;
    font-family: var(--font-main);
}

.linkst {margin: 0 0 10px;}
.linksb {margin: 10px 0 10px;}
.linksb noindex {order: 1;}
.linkst a, .linksb a {color: var(--link);}
.postlink {font-weight: bold;}
#pun-viewtopic .postlink {order: 1;}
.subscribelink {font-weight: bold;}

.forum {margin: 15px 0;}

.new-topic a, .new-poll a {
    background: rgba(0, 0, 0, .05);
    padding: 5px 15px 3px;
    transition: all .8s ease;
    font-family: var(--font-title);
    font-size: 10px;
    font-weight: bold;
    border: 1px solid var(--link-light);
}

 .new-topic a:hover, .new-poll a:hover {
    background: var(--link-hover);
    border: 1px solid var(--link-hover);
    color: var(--link-light);
    transition: all .8s ease;
}

.forum tr {
    display: flex;
    padding: 0;
    gap: 20px;
    align-items: center;
    transition: background .8s linear 0s;
    font-family: var(--font-post);
    font-size: 11px;
    justify-content: space-between;
}

.forum tr:hover, .usertable tr:hover {
    background: rgba(0, 0, 0, .05);
    transition: background .8s linear 0s;
}

.forum tr:not(:first-child), #messages tr:not(:first-child), .usertable tr:not(:first-child)  {margin-top: 5px;}
.forum .tcl, #messages .tcl {width: 60%;}
.forum .tc2, .forum .tc3 {width: 5%; opacity: .65; text-transform: lowercase;}
.forum .tcr {width: 20%;}
.forum .tcr a {padding-left: 20px; color: var(--link);}
.forum .tcr .byuser {display: block;  padding-left: 46px;}
.forum td {padding: 0;}

.forum .intd {
    display: flex;
    align-items: center;
    gap: 10px
}

.forum .icon {
    position: relative;
    top: 0;
    left: 0;
    background: var(--link-hover);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    filter: grayscale(1);
}

#pun-searchtopics .forum .icon {flex-basis: 16px;}
#pun-searchtopics .forum .tclcon {flex-basis: 354px;}

.forum div.icon-new {filter: grayscale(0);}
.forum .tclcon {line-height: 150%;}

.forum .tclcon a {
    text-transform: lowercase;
    color: var(--link);
    transition: color 0.8s ease;
}

.forum .tclcon a:hover {color: var(--link-hover); transition: color 0.8s ease;}

.modmenu .container {
    padding: 10px 0px 15px;
    text-transform: uppercase;
    font-size: 9px;
    margin: 0;
    font-family: var(--font-main);
}

.modmenu .container a {color: var(--link);}


/*************************************************************
Страница топика
**************************************************************/
.post > .container {
    display: grid;
    grid-template-columns: 272px 654px;
    gap: 20px;
}

.post.hideprofile .post-body {grid-column: 1 / -1;}
.post.removeprofile .post-body {grid-column: 1 / -1;}

.post h3 {
    padding: 15px 20px 8px 60px;
    text-transform: uppercase;
    height: auto;
    box-sizing: border-box;
    margin: 0 0 0 297px;
    position: relative;
    top: 30px;
    font-size: 12px;
    font-family: 'Bodoni';
    background: rgba(0, 0, 0, 0.05);
    font-weight: 100;
    border-radius: 10px 0 0 10px;
}

.post h3 span {
    display: flex;
    margin-top: -5px;
    flex-direction: row;
    flex-wrap: wrap;
}

.post h3 strong {
    order: 1;
    opacity: .55;
    font-weight: normal;
}

.post h3 strong:before {content: ", #";}

.post-content p {
    margin: 0;
    padding: 0 0 1em 0;
    line-height: 150%;
    font-weight: 400;
    font-size: 12px;
}

.post-body {font-family: 'Verdana'; font-size: 13px;}
.post-box {
    margin-top: 30px;
    padding-top: 20px;
    text-align: justify;
    position: relative;
    z-index: 1;
}

.post-links ul {
    position: relative;
    margin: 0;
    text-align: right;
    opacity: .65;
    transition: all .3s linear 0s;
    padding: 0;
    z-index: 10;
}

.post-links li {
display: inline;
padding-left: 10px;
}

.post-links ul a, .pa-links li a {
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 600;
}

.pl-email, .pl-website {float: left;}
.clearer {clear: both; height: 0; font-size: 0;}

em.bbuline {text-decoration: underline;}

.post-sig dt {
    background: rgba(0, 0, 0, .1);
    height: 1px;
    margin: 5px auto 15px;
    width: 80%;
}

img.postimg {max-width:100%; margin:0.4em 0; vertical-align: middle;}

.post-content p a {
    font-weight: 600;
    color: var(--link);
    padding-bottom: 5px;
}

.post-content p a:hover {color: var(--link-hover);}
.post-content td {padding:0.4em 0.5em; overflow:hidden; vertical-align: top;}

.scrollbox {
    width: 100%;
    overflow: auto;
    max-height: 200px;
}

/*Рейтинг поста*/
.post-rating {
    position: relative;
    float: right;
}

div.post-rating p {padding:3px;}
div.post-rating a, div.post-vote a {}

.post-rating p>a {
    font-weight: 700;
    background: url(https://forumupload.ru/uploads/001b/b9/c5/99/653941.png) no-repeat center;
    width: 50px;
    padding-top: 30px;
    height: 50px;
    text-align: center;
    font-size: 11px;
    line-height: 8px;
    letter-spacing: -1px;
    float: right;
}

.post-vote p {
    float: right;
    position: relative;
}

.post-vote p a {
    font-size: 0;
    position: absolute;
    z-index: 200;
    display: block;
    background-size: 100%;
    top: 7px;
    right: -53px;
}

.post-vote p a:before {
    content: '\f075';
    font-size: 15px;
    font-family: FontAwesome;
    opacity: 0.5;
}

#pun-edit .main {padding: 0 30px;}

#pun-post .pa-author {
    text-align: center;
    margin: 23px 0 0;
    z-index: 1;
    position: relative;
    color: var(--link-light);
}

#pun-post .post-author::before {height: 76px; left: 10px; width: 260px;}

#pun-post #post-form {padding: 0 30px;}

.post-content abbr {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: #555;
}

.post-links {grid-column: 1 / -1; font-family: var(--font-main);}

del {
    text-decoration: none !important;
    transition: all .5s ease-in-out 0s;
    filter: blur(2px);
}

del:hover {
    text-decoration: none !important;
    filter: none;
}

/*кнопки, поля, инпуты и пр.*/
.punbb select, .punbb input {
    padding: 4px 10px 4px 10px;
    color: var(--text);
    background: rgba(0, 0, 0, .1);
}

.punbb select {
    text-transform: uppercase;
    font-family: var(--font-main);
    font-weight: bold;
    font-size: 9px;
    width: auto;
    border: 1px solid var(--link-light);
}

#pun .punbb input {
    font-family: var(--font-post);
    font-weight: normal;
    font-size: 10px;
}

#topic-users-in a {font-weight: bold; color: var(--link);}

.punbb textarea {
    box-sizing: border-box;
    background: #afb4b7;
    border-radius: 1px;
    padding: 10px;
    width: 100%;
    box-shadow: 0 0 0 2px #6E7376, 0 0 0 1px #000;
}

#pun .punbb .button, #pun .punbb input[type="button"], #pun .punbb button[type="button"] {
    font-family: var(--font-title);
    font-size: 8px;
    font-weight: 600;
    margin-top: 0px;
    padding: 6px 25px 4px 25px;
    transition: all 0.8s ease-in-out 0s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    border: 1px solid var(--link-light);
}

input[type="checkbox"] {
    appearance: none;
    padding: 5px;
    cursor: pointer;
    transition: all .4s ease-in-out 0s;
    border-radius: 100%;
}

input[type="checkbox"]:checked, input[type="radio"]:checked {
    background: var(--link);
    border: 1px solid var(--link-hover);
}

#pun .punbb .button:hover, input[type="button"]:hover, input.active[type="button"], button[type="button"]:hover {
    cursor: pointer;
    background: var(--link);
    border: 1px solid var(--link-light);
    color: var(--link-light);
}