/* ÈÌÏÎÐÒÈÐÓÅÌ ÖÂÅÒÀ È ØÐÈÔÒÛ
------------------------------------------------------------------------- */

  @import url(style_cs.1765097401.css);

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://forumstatic.ru/files/001c/8d/dc/89257.css');
@import url('https://forumstatic.ru/files/001b/31/48/23035.css');


@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700|Open+Sans:400,400i,600,600i,700,700i,800,800i|Roboto:100,300,400,700,900');
@import url('https://fonts.googleapis.com/css2?family=Alice&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Tenor+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Oswald:wght@200..700&display=swap');



@font-face {
    font-family: 'Tsap_tsarap-Regular';
    src: url('https://forumstatic.ru/files/001c/9a/4f/34157.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001c/9a/4f/89730.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'MyHandwritingRightHanded-Rg';
    src: url('https://forumstatic.ru/files/001c/9a/4f/69771.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001c/9a/4f/36132.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Annabelle';
    src: url('https://forumstatic.ru/files/001c/9a/4f/63471.woff2') format('woff2'),
        url('https://forumstatic.ru/files/001c/9a/4f/61517.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goudy';
    src: url('https://forumstatic.ru/files/001c/9a/4f/29272.woff2?v=1') format('woff2'),
        url('https://forumstatic.ru/files/001c/9a/4f/67644.woff?v=1') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





/* ÄÅËÀÅÌ ÊÎÐÍÈØÎÍ 
------------------------------------------------------------------------- */

:root {
    --font: "Mulish"; /* ôîíò áàçîâè÷îê */
    --font-size:11px; /*îñíîâíîé øðèôò ôîðóìà*/
    --dec-f1: "Tsap_tsarap-Regular", "Mulish", serif; /*ôýíñè ôîíò*/
    --dec-f2: "MyHandwritingRightHanded-Rg", "Mulish", serif;/*óëüòðàôýíñè ôîíò äëÿ óêðàøàëêè*/
    --c-main1: #000000; /* ÷åðíûé */
    --c-main2: #C4C4C4; /* ôîí ôîðóìà */
    --c-accent1: #53331F; /* òåìíûé ðûæèé */
    --c-accent2: #454545; /* òåìíåå ôîíà */
    --c-accent3: #B2B2B2; /* íåìíîãî ñâåòëåå ôîíà */
    --c-accent4: #DFDFDF; /* ñèëüíî ñâåòëåå ôîíà */
    --c-accent5: #FF9F64; /* ðûæèé ÿðêèé */
    --buttons-border: 1px dotted var(--c-accent2);
    --link: var(--c-accent1); /* ññûëî÷êè â ñèáèðü */
    --link-hover: var(--c-accent2); /* ñèáèðü íà õîâåðå */
}





/* ÑÒÐÎÈÌ ÒÅÊÑÒ 
------------------------------------------------------------------------- */

body {
    font-size: 100.01%;
}

.punbb {
    font: normal 68.75% var(--font), verdana, arial, helvetica, sans-serif;
    line-height: 150% !important;
    font-size: var(--font-size);
}

a {
    text-decoration: none;
    font-weight: 700;
    color: var(--link);
    transition: 0.3s ease-in-out;
}

a:hover {
    color: var(--link-hover);
}

del {
    padding: 0 2px;
    text-decoration: none;
    filter: blur(2px);
    transition: 0.3s ease-in-out;
}

del:hover {
    padding: 0px !important;
    filter: none !important;
}

legend {
    padding-inline: 0px !important;
}


/* ÑÊÐÎËËÛ È ÕÀÉËÀÉÒÛ È ÂÑßÊÈÅ ØÒÓ×ÊÈ ÂÐÎÄÅ ÑÅËÅÊÒÎÂ
------------------------------------------------------------------------- */

::-webkit-scrollbar {
  width: 4px;  
  height: 4px;  

}

::-webkit-scrollbar-track {
background: var(--c-accent3);
}

::-webkit-scrollbar-thumb {
  background-color: var(--c-accent1); 
  border-radius: 20px;  
}

::-moz-selection { /* Code for Firefox */
  color: var(--c-accent4);
  background: var(--c-accent1);
}

::selection {
  color: var(--c-accent4);
  background: var(--c-accent1);
}


@-moz-document url-prefix() {
* {
  scrollbar-width: thin;
  scrollbar-color: var(--c-accent1) transparent;
}
}

input, select {
    font-size: var(--font-size);
    font-family: var(--font);
    text-transform: lowercase;
    padding: 4px 10px 5px;
    border-radius: 5px;
    border: var(--buttons-border);
    background: var(--c-accent4);
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

input:hover, select:hover {
    background: var(--c-accent3);
}

.formal fieldset {
    padding-block: 0;
    padding-inline: 0;
}

textarea {
width:97.7% !important;
}

img.postimg {
    max-width: 100%;
}

/* ÑÒÈÐÀÅÌ ÍÅÍÓÆÍÎÅ È ×ÈÑÒÈÌ ÔËÎÒÛ 
------------------------------------------------------------------------- */

.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, div#pun-title, div#pun-crumbs1 strong, .category table thead, div#pun-crumbs2 strong, div#pun-about, #pun-main .modmenu span, .forum table thead, .forum tbody .tclcon .acchide, .forum h2, .main.multipage h1, div#pun-live-rusff, div#post-form h2, .post-links li span, .formal h2, .post .sharelink, #pun-announcement h2,#pun-profile div#pun-main h1, #pun-edit div#pun-main h1, #pun-main h1, #image_upload_input {
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
}

#pun:after, .punbb .container:after, .punbb .post-links ul:after, .punbb .main div.inline:after, .punbb .post-box:after, .punbb .linksb:after {
    content: "";
    display: table;
    clear: both;
}



/* ÂÈËËÈ ÂÎÍÊÀ 
------------------------------------------------------------------------- */

html, body {margin: 0; padding: 0}

.punbb * {
    margin: 0
}

.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
    padding: 0;
    list-style: none;
}

.punbb img {
    border:none
}

.punbb .main table {
    table-layout: fixed;
    width: 100%;
    border: none;
}

.checkfield input[type="checkbox"], .radiofield input[type="radio"] {
    margin: 0 5px;
}

p[class="checkfield"] *, div[class="checkfield"] *, fieldset[class="radiofield"] * {
    height: 15px;
    vertical-align: middle
}

fieldset {
    border: none !important;
}



/* ÁÝÉÑÈÊ ÁÈ× - ØÈÐÈÍÀ È ÔÎÍ ÔÎÐÓÌÀ 
------------------------------------------------------------------------- */

body {
    background: var(--c-accent2) url(https://forumstatic.ru/files/001c/9a/4f/47627.webp) no-repeat fixed top center / cover;
}

#pun {
    width: 900px;
    padding: 0 50px;
    margin: auto;
    position: relative;
    background: var(--c-main2) url(https://forumstatic.ru/files/001c/9a/4f/79005.png) repeat-y center top;
    background-size: 100% auto;
    margin-top: 480px;
    margin-bottom: 110px;
}



/* ÊÍÎÏÊÈ ÂÂÅÐÕ ÂÍÈÇ 
------------------------------------------------------------------------- */

#Go_Top {
    position: fixed;
    margin-top: 315px;
    margin-left: 1030px;
    display: block;
    width: 95px;
    height: 115px;
    color: black;
    cursor: pointer;
    background-position: bottom;
    background: url(https://forumstatic.ru/files/001c/9a/4f/71562.png?v=1);
    background-size: contain !important;
    background-repeat: no-repeat;
    font-size: 0;
}

#Go_Bottom {
    position: fixed;
    margin-top: 445px;
    margin-left: 1050px;
    display: block;
    width: 53px;
    height: 93px;
    color: black;
    cursor: pointer;
    background-position: bottom;
    background: url(https://forumstatic.ru/files/001c/9a/4f/58633.png?v=1);
    background-size: contain !important;
    background-repeat: no-repeat;
    font-size: 0;
}


/*  ËÎÃÈÍ È ÐÅÃÈÑÒÐÀÖÈß
------------------------------------------------------------------------- */

#login .fs-box.inline {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

#login p.infofield {
    width: 100%;
}

form#register {
    display: flex;
    flex-direction: column;
    gap: 10px;
}



/* ØÀÏÊÀ 
------------------------------------------------------------------------- */

div#html-header {
    height: 379px;
    width: 1000px;
    margin-left: -50px;
    background: url(https://forumstatic.ru/files/001c/9a/4f/80936.png);
    background-size: contain;
    border-radius: 40px;
    position: absolute;
    margin-top: -450px;
    background-repeat: no-repeat;
}

.dropdown, li.pa-online {
    display: none;
}

.dropdown.active {
    display: block;
}

.bestep img {
    width: 108px;
    height: 41px;
    object-fit: cover;
    box-shadow: inset 0px 0px 7px 0px #000000;
    border-radius: 10px;
    filter: grayscale(1) brightness(0.7);
}

.activists a {
    font-family: var(--dec-f1) !important;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 22px;
    text-transform: lowercase;
    color: #454545;
    text-shadow: 0px 0px 4.4px #A6A6A6;
}

.activists a:hover {
    color: var(--c-main1);
}

.activists p {
    font-family: var(--dec-f2) !important;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    color: #FFFFFF;
    margin-bottom: -15px;
    margin-top: 10px;
}

.activists {
    position: absolute;
    left: 70px;
top: 5px;
}

.admini a {
    color: #FF9F64;
    text-shadow: 0px 0px 5px #FF9F64;
    font-family: var(--dec-f1) !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

.admini a:hover, .bp-header a:hover, .post-link:hover, #btn1, #btn2 {
    color: #e57734;
cursor: pointer;
}

.admini {
    display: flex;
    flex-direction: column;
    position: absolute;
    font-size: 25px;
    line-height: 26px;
    text-align: center;
    top: 235px;
    left: 135px;
    gap: 3px;
}

.bp-header a {
    font-family: var(--dec-f1) !important;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 22px;
    text-align: center;
    text-transform: lowercase;
    color: #FF9F64;
    text-shadow: 0px 0px 5px #FF9F64;
}

.bp-header {
    margin-left: 80px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 115px;
    justify-content: center;
}

.bp-header span {
    font-family: var(--dec-f2) !important;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
}

.bestpost {
    position: absolute;
    top: 157px;
    left: 260px;
    width: 290px;
    text-align: justify;
}

.post-link {
    font-family: var(--dec-f1) !important;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 22px;
    text-transform: lowercase;
    color: #FF9F64;
    text-shadow: 0px 0px 5px #FF9F64;
    margin-top: 18px;
    display: block;
    width: 100px;
    margin-left: 179px;
}

.post-text {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    text-align: justify;
    text-transform: lowercase;
    color: #454545;
    margin-top: 13px;
    width: 290px;
    padding-right: 10px;
    max-height: 90px;
    overflow-y: scroll;
}

.bestep {
    position: absolute;
    left: 615px;
    top: 70px;
}

.bestep p {
    font-family: var(--dec-f2) !important;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    color: #000000;
    margin-bottom: 5px;
}

button#btn2 {
    font-family: var(--dec-f2) !important;
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 32px;
    color: #FFFFFF;
    text-shadow: 0px 0px 5px #FF9F64;
    transform: rotate(62.7deg);
    right: 180px;
    top: 140px;
}

button#btn1 {
    right: 255px;
    top: 141px;
    font-family: var(--dec-f1) !important;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 26px;
    color: #FF9F64;
    text-shadow: 0px 0px 5px #FF9F64;
}

button#btn1, button#btn2 {
    position: absolute;
    background: transparent !important;
    border: none !important;
}

div#drop1 {
    right: 270px;
    width: 140px;
    top: 190px;
    padding: 0 5px;
    background: var(--c-accent3);
    border-radius: 10px;
}

div#drop1, div#drop2 {
    position: absolute;
}

.navig a {
    font-family: 'Mulish';
    text-transform: lowercase;
    text-align: center;
    background: var(--c-accent4);
    border-radius: 100px;
}

div#drop1 .navig {
    max-height: 100px;
    overflow-y: scroll;
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.story-ins {
    width: 140px;
    margin: auto;
    padding-right: 5px;
    overflow-y: scroll;
    max-height: 100px;
}

div#drop2 {
    right: 70px;
    width: 140px;
    top: 185px;
    background: var(--c-accent3);
    border-radius: 10px;
    max-height: 100px;
    padding: 10px;
    text-transform: lowercase;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
}

.low-hand {
    position: absolute;
    width: 176px;
    height: 102px;
    background: url(https://forumstatic.ru/files/001c/9a/4f/26840.png?v=1);
    background-size: contain;
    bottom: -42px;
    left: -35px;
}

.high-hand {
    position: absolute;
    width: 280px;
    height: 350px;
    right: -90px;
    top: -35px;
    background: url(https://forumstatic.ru/files/001c/9a/4f/16633.png?v=1);
    transform: rotate(-7.22deg);
    background-size: contain;
    background-repeat: no-repeat;
}

.newsblock {
    gap: 10px;
    display: flex;
    margin-top: 50px;
    position: relative;
    padding-top: 70px;
    padding-bottom: 10px;
    margin-bottom: -40px;
    overflow-x: scroll;
}

.newsblock .news {
    width: 200px;
    border: 1px solid;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
}

a.news tx p {
    font-weight: lighter;
    font-size: 10px;
}

a.news tx p:first-child {
    text-transform: uppercase;
    font-family: var(--dec-f1);
    font-size: 13px;
    padding-top: 3px;
    margin-bottom: -5px;
    font-weight: 800 !important;
}

a.news:hover {
    background: var(--c-accent3);
}

a.news:hover date {
    background: var(--c-main2);
}

a.news date {
    border: 1px solid var(--c-accent2);
    padding: 2px 70px;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}



/*  ÍÀÂÈÃÀÖÈß, ÑÑÛËÊÈ ÏÎÄ ÍÅÉ È ÏÐÈÂÅÒÑÒÂÈÅ
------------------------------------------------------------------------- */
div#pun-navlinks .container {
    display: flex;
    text-transform: lowercase;
    gap: 10px;
    margin-top: 30px;
    width: 900px;
    padding: 0 50px;
    justify-content: center;
}

div#pun-navlinks li a span {
    background: #1F1F1F;
    box-shadow: inset 0px 0px 4px #000000;
    border-radius: 0px 0px 10px 10px;
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding: 15px;
    color:#FF9F64;
font-family: var(--dec-f1);
font-size: 21px;
transition: 0.3s ease-in-out;
}

div#pun-navlinks li a span:hover {
    text-shadow: 0px 0px 5px #FF9F64;
    background: var(--c-main1);
}

li#navawards {
    display: none;
}

div#pun-ulinks .container {
    display: flex;
    text-transform: lowercase;
    gap: 10px;
    justify-content: center;
    width: 900px;
    margin-left: -50px;
    padding: 0 50px;
    margin-top: 25px;
    position: absolute;
}

#pun-ulinks a {
    font-weight: 400;
}

div#pun-status .container {
    text-transform: lowercase;
}

div#pun-status .container .status-right {
    float: right;
}

div#pun-status {
    padding-top: 50px;
}

div#pun-navlinks {
    position: absolute;
    width: 1000px;
    margin-left: -50px;
    background: var(--c-main2) url(https://forumstatic.ru/files/001c/9a/4f/39886.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 90.5px;
    margin-top: -40px;
    border-radius: 50px;
}

div#pun-ulinks {
    position: relative;
    z-index: 1;
}



/* ÒÀÁËÈÖÀ ÊÀÒÅÃÎÐÈÉ + ÔÎÐÓÌÛ 
------------------------------------------------------------------------- */

.category h2 {
    text-align: center;
}

.category table tr {
    width: 100%;
    display: flex;
    align-items: center;
}

.category table .tcl {
    width: 70%;
}


.category .container table tr {
    padding: 10px 0px;
}

em.user-avatar {
    float: left;
    position: relative;
    height: 40px;
    width: 40px;
    margin-right:10px;
}

em.user-avatar span {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100%;
    background-size: cover !important;
    background-repeat: no-repeat;
}

.punbb .user-avatar .isonline {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 2px;
    right: 0px;
    animation: blinkColor .9s 
linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s 
linear infinite;
    background: #8ac176;
    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
    }
}

.category h2 span, #pun-stats h2 span {
    font-family: var(--dec-f1) !important;
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 30px;
    color: #FF9F64;
    text-shadow: 0px 0px 5px #FF9F64;
    text-transform: lowercase;
    background: url(https://forumstatic.ru/files/001c/9a/4f/52125.png);
    width: 898px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.podf-text {
    max-width: 85%;
}

.category table {
    height: 90%;
    background: #B2B2B2;
    box-shadow: inset 0px 0px 7px #A6A6A6;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 38px;
}

.category td.tc2, .category td.tc3 {
    display: none;
}

.category td.tcr .lastpost {
    font-size: 10px;
}

.category td.tcr {
    min-width: 240px;
    max-width: 240px;
}

.category .tclcon h3 a {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    text-transform: uppercase;
    color: #353535;
}

.category .tclcon h3 a:hover {
    color: var(--c-accent1);
}

.category .tclcon {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    text-align: justify;
    text-transform: lowercase;
    color: #353535;
}

.category .inew .tclcon h3 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    text-decoration: underline dotted var(--c-accent1);
    text-transform: uppercase;
    color: #1F1F1F;
    text-underline-offset: 7px;
    margin-bottom: 5px;
}


.icon.inew {
    position: absolute;
    width: 70px;
    height: 78px;
    background: url(https://forumstatic.ru/files/001c/9a/4f/87291.png?v=1);
    background-size: contain;
    margin-left: -65px;
    margin-top: -21px;
    background-repeat: no-repeat;
}

.navsi a:hover {
    background: var(--c-main2) !important;
}

.forlinks {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.navsi a {
    border: var(--buttons-border);
    padding: 5px 15px 7px;
    border-radius: 100px;
}

a.lastpost-link, .lastpost {
    text-transform: lowercase !important;
}



/*  ÕËÅÁÀ È ÇÐÅËÈÙÙÙ
------------------------------------------------------------------------- */

div#pun-crumbs1 .container, div#pun-crumbs2 .container {
    text-align: center;
    text-transform: lowercase;
    margin-top: 10px;
    margin-bottom: 10px;
}



/* ÑÒÀÒÈÑÒÈÊÀ 
------------------------------------------------------------------------- */

div#pun-stats .container {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-transform: lowercase;
}

div#pun-stats #onlinelist {
    margin-top: 10px;
}

#pun-stats h2 {
    text-align: center;
}



/* ÔÓÒÅÐ 
------------------------------------------------------------------------- */

div#html-footer {
    background: var(--c-main2);
    background-size: contain;
    width: 1000px;
    margin-left: -50px;
    height: 90px !important;
    background-repeat: no-repeat;
    position: absolute;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

div#html-footer .container {
    background: url(https://forumstatic.ru/files/001c/9a/4f/45558.png);
    background-size: contain;
    width: 1000px;
    height: 91px;
    background-repeat: no-repeat;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.banners .wrap a img:hover {
    filter: none;
}

.banners .wrap a img {
    filter: grayscale(1) brightness(0.7);
    transition: 0.3s ease-in-out;
    width: 88px;
    height: 31px;
}

.banners .wrap {
    max-height: 50px !important;
    overflow-y: scroll;
}

.banners {
    width: 910px;
    margin: auto;
}



/* ÒÅÌÛ Â ÔÎÐÓÌÅ È ÏÎÈÑÊ ÑÎÎ
------------------------------------------------------------------------- */

.multipage .forum tr {
    display: flex;
    align-items: center;
    justify-content: center;
}

.multipage .forum td.tcl, .forum td.tcr {
    width: 34% !important;
    display: flex;
    align-items: center;
}

.multipage .forum td.tc2 {
    width: 20% !important;
    text-align: center;
}

.multipage .forum td.tc3 {
    width: 10%;
    text-align: center;
}

div#pun-searchposts .post h3 a, div#pun-searchposts .post h3 em {
    float: right;
}

div#pun-searchposts .FNTslider {
    margin-left: 30px !important;
}



/ * ÑÏÈÑÎÊ ÞÇÅÐÎÂ Â ÃËÀÂÍÎÉ + ÎÍËÀÉÍÅ + ÏÎÈÑÊÈ
------------------------------------------------------------------------- */

.usertable tbody .tcl {
    text-align: left;
    display: flex;
    align-items: center;
    width: 100%;
}

.usertable {
    text-transform: lowercase;
    text-align: center;
}

.usertable .tcl {
    width: 30%;
    text-transform: lowercase;
}

form#userlist {
    margin-bottom: 20px;
}

form#userlist fieldset {
    margin-top: 20px;
}

form#userlist fieldset .fs-box.inline {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    text-transform: lowercase;
}

.usertable tbody td.tcl.username {
    width: 100%;
    display: flex;
    align-items: center;
}

.section.online-list .tc3 {
    text-align: center;
}

form#punbbsearch label {
    text-transform: lowercase;
}

form#punbbsearch .infofield {
    width: 100% !important;
}

form#punbbsearch .fs-box.inline {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}



/* ÒÅËÎ ÒÅÌ 
------------------------------------------------------------------------- */





/* ÒÅËÎ ÏÎÑÒÎÂ
------------------------------------------------------------------------- */

.punbb {
    box-sizing: border-box;
    position: relative;
}

.post {
    margin-top: 55px;
    margin-bottom: 20px;
}

.post-body {
    width: 680px;
    padding: 10px 20px;
    position: relative;
    margin-left: 205px;
}

.post-content {
    text-align: justify;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px; 
}

.post-content p {
    padding: 3px 0;
    line-height:160%;
}

.post h3 .permalink {
    float: right;
}

.post h3 strong {
    float: left;
    font-weight: 500;
}

.post h3 {
    background: var(--c-accent3);
    width: 680px;
    float: right;
    padding: 4px 20px 5px;
    font-size: var(--font-size);
    border-radius: 20px;
    text-transform: lowercase;
    margin-top: -30px;
    margin-right: -24px !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.FNTslider {
    position: absolute !important;
    margin-left: 400px !important;
    margin-top: 5px !important;
}

.post-links {
    display: block;
    width: 100%;
}

.post-links ul {
    display: block;
    width: 100%;
}

.post-links li a {
    background: var(--c-accent4);
    border: var(--buttons-border);
    padding: 4px 10px 5px;
    text-transform: lowercase;
    border-radius: 5px;
    font-size: var(--font-size);
}

li.pl-email.profile, .pl-email.pm, .pl-email.email {
    float: left;
    margin-right:10px;
}

li.pl-delete, .pl-edit, .pl-quote {
    float: right;
    margin-left:10px;
}

.linkst {
    padding-bottom: 5px;
    margin-top: -10px;
    text-transform: lowercase;
}

div#topic-users-in {
    text-transform: lowercase;
    margin-top: 10px;
}

.postlink {
    float: right;
}

.linksb {
    margin-top: 10px;
    text-transform: lowercase;
}

.pagelink {
    float: left;
}

.subscribelink a {
    padding: 4px 10px 5px;
    background: var(--c-accent4);
    border: var(--buttons-border);
    border-radius: 5px;
}

.subscribelink {
    text-transform: lowercase;
    clear: both;
    margin-bottom: 15px;
    margin-top: 10px;
    position: relative;
    float: right;
}

#post-form fieldset {
    padding-block: 0 !important;
    padding-inline: 0 !important;
    width: 100% !important;
    min-width: 0;
}

em.bbuline {
    font-style: normal;
    text-decoration: underline;
}

.grippie {
    width: 100% !important;
}

textarea#main-reply {
    font-family: var(--font);
    font-size: var(--font-size);
    padding: 10px;
    width: 97.7%;
    border-radius: 5px;
    border: var(--buttons-border);
    background: var(--c-accent4);
}

.fs-box #tags .container {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    padding: 15px;
    border-radius: 5px;
    background: var(--c-main2);
    border: var(--buttons-border);
}

div#font-area, div#size-area {
    left: 0px;
    float: left;
    right: auto !important;
    max-height: 180px;
    overflow: auto;
}

div#image-area {
    left: 500px;
    right: auto !important;
}

.fs-box #tags {
    position: relative;
}

#tags div#image-source-list {
    display: flex;
    justify-content: space-between;
}

#tags .container td.selected {
    background: var(--c-accent4);
}

#tags .container td {
    border: 1px solid var(--c-accent3);
    background: transparent;
    transition: 0.1s 
ease-in-out;
line-height: 0;
}

div#color-area table {
    width: auto !important;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

#table-area table {
    width: auto !important;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

div#image-area-tcon-computer table td {
    border: none !important;
}


div#table-area div {
    text-align: center;
    margin-top: 10px;
    margin-bottom: -5px;
}

#color-area, #table-area, #keyboard-area {
    width: auto;
}

#color-area td img, #table-area td img {
    width: 20px;
    height: 20px;
    cursor: pointer !important;
}

#post legend {
    display: flex;
    flex-direction: column-reverse;
}

small#plng {
    padding: 4px 10px 5px;
    background: var(--c-accent4);
    border: var(--buttons-border);
    border-radius: 5px;
    text-transform: lowercase;
    font-size: var(--font-size);
    text-align: center;
    width: 50px;
    margin-bottom: -10px;
    margin-top: 10px;
}

#post-preview .fs-box {
    background: var(--c-accent3);
    padding: 10px 20px;
    margin: 15px 0px;
    border-radius: 10px;
}

div#image-area-actions {
    display: flex;
    gap: 40px;
}

#imageupload-right .cancel {
    margin-left: -15px;
}

#imageupload-left div#image-width, #imageupload-left div#image-width select, #imageupload-left div#image-thumb-width, #imageupload-left div#image-thumb-width select, #imageupload-left div#image-insert-format, #imageupload-left div#image-insert-format select {
    margin-top: 10px;
}

#uploaded-images img {
    object-fit: contain !important;
    max-width: 100%;
}

.uploadQueueItem {
    padding: .8em 1em;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: .5em;
    background: rgba(238, 238, 238, 0.22);
}

td#imageupload-right {
    width: 60%;
}


#tags #image-area td {
    line-height: 150% !important;
}

.topic h2 {display:none; }

div#post-errors {
    margin-top: 20px;
    margin-bottom: 10px;
}

.hideprofile h3 {
    width: 885px;
}

.hideprofile .post-body {
    width: 860px;
}

p.formsubmit {
    margin-top: 5px;
}

p.lastedit {
    display: none;
}



/* ÊÎÄÁÎÊÑÛ ÑÏÎÉËÅÐÛ È ÏÐÎ×Àß ÏÓÏÀ ÎÒÄÅËÜÍÎ 
------------------------------------------------------------------------- */

.code-box pre {
    font-size: var(--font-size);
    font-family: var(--font);
}

.scrollbox {
    overflow: scroll;
    max-height: 70px;
}

hr {
    height: 3px;
    background: var(--c-accent2);
    margin-block-start: 10px !important;
    margin-block-end: 10px !important;
}

.blockcode, .quote-box blockquote {
    padding: 10px;
    background: var(--c-accent4);
    border-radius: 10px;
    margin-top: 5px;
    border: var(--buttons-border);
}

.code-box, .quote-box {
    margin-top: 5px;
    margin-bottom: 5px;
}

.code-box .legend, cite {
    font-style: normal;
    text-transform: lowercase;
    text-decoration: underline dotted grey;
    text-underline-offset: 5px;
    margin-bottom: 5px;
}

.post-content .spoiler-box > blockquote {
    display: none;
}

.post-content .spoiler-box > blockquote.visible {
    display: block;
    overflow: auto;
}

.quote-box.spoiler-box div {
    border: 1px dotted var(--c-accent2);
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 7px 0px #45454542;
}

label {
    text-transform: lowercase;
}

input[type="checkbox"] {
    accent-color: var(--c-accent2);
}

input[type="radio"] {
    accent-color: var(--c-accent2);
}



/* ÏÐÎÔÈËÜ ÞÇÅÐÀ Â ÒÅÌÅ
------------------------------------------------------------------------- */

.post-author {
    margin-left: -25px;
    width: 230px;
    float: left;
    text-align: center;
    background: var(--c-accent2);
    border-radius: 20px;
}

li.pa-fld5 img {
    height: 25px;
    width: 25px;
    object-fit: contain;
}

li.pa-fld5 {
    position: absolute;
    margin-left: -25px;
    margin-top: 35px;
}

li.pa-title {
    font-size: 9px;
    text-transform: lowercase;
    color: var(--c-accent3);
    padding: 5px;
}

li.pa-author a {
    color: #FF9F64;
    text-shadow: 0px 0px 5px #FF9F64;
    background: #1F1F1F;
    font-family: var(--dec-f1) !important;
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 30px;
    transition: 0.3s ease-in-out;
}

li.pa-author {
    background: #1F1F1F;
    font-size: 29px;
    line-height: 30px;
    margin-top: -2px;
    text-transform:lowercase;
}

.pa-author a:hover {
    text-shadow: 0px 0px 5px #ffdecb;
}

li.pa-avatar img {
    margin: auto;
    background: #1f1f1f;
    border-radius: 15px;
    margin-top: -5px;
    padding: 10px;
    max-height: 180px;
    max-width: 180px;
}

.pa-fld3 lzname {
    margin-top: -3px;
    display: block;
}

.pa-fld3 lzname a:before {
    content: "*";
    font-family: var(--dec-f1) !important;
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 30px;
    color: #FF9F64;
    text-shadow: 0px 0px 5px #FF9F64;
    margin-top: -15px;
    position: absolute;
    margin-left: -10px;
}

.pa-fld3 lzname a {
    font-weight: 800;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    color: #B2B2B2;
}

.pa-fld3 lzinfo div {
    background: #1f1f1f !important;
}

.pa-fld3 lzinfo:has(center) {
    color: white;
    font-size: 9px;
    text-transform: lowercase;
    box-sizing: border-box;
    width: 170px;
    background: #1F1F1F;
    border: 1px dashed #B2B2B2;
    border-radius: 0px 0px 15px 15px;
    display: block;
    margin: auto;
    padding: 5px;
    margin-top: -16px;
}

.pa-fld3 lzinfo:has(div center) {
    background: #1F1F1F !important;
    font-family: var(--dec-f1) !important;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    color: #FF9F64;
    text-shadow: 0px 0px 5px #FF9F64;
    margin-top: -15px;
    display: block;
    width: 100%;
    border: 0 !important;
    border-radius: 0;
    padding: 0;
}

.pa-fld3 lzinfo:has(center) a {
    color:#FF9F64 !important;
transition: 0.3s ease-in-out;
}

.pa-fld3 lzinfo:has(center) a:hover {
    color:var(--c-accent3) !important;
}

li.pa-info li {
    width: 50%;
}

li.pa-info {
    display: flex;
    flex-wrap: wrap;
    width: 200px;
    margin: auto;
    margin-bottom: 5px;
    margin-top: 3px;
}

li.pa-info, li.pa-info a {
    color: var(--c-accent3);
    text-transform: lowercase;
    font-size: 10px;
}

.plashka {
    width: 100%;
    height: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    color: #dfdfdf;
    align-items: center;
    justify-content: center;
    font-size: 9px;
}

.plashka txt1 {
    text-transform: uppercase;
    margin-bottom: -5px;
}

li.pa-fld1 txt1, li.pa-fld1 txt2 {
    text-shadow: 0px 1px 3px BLACK;
}

.pa-awards:has(.mini_awards:empty) {
    display: none;
}

.mini_awards {
    display: none;
}

.pa-awards.open .mini_awards {
    margin-bottom: 10px;
    display: block;
    margin-top: 20px;
}

.mini_awards_label {
    cursor: pointer;
    display: inline-block;
}

li.pa-awards {
    margin-top: -55px;
    text-align: center;
}

span.mini_awards_label {
    margin: auto;
    content: "";
    font-size: 0;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -120px !important;
    width: 230px;
}



/* ÏÐÎÔÈËÜ ÞÇÅÐÀ Â ÏÐÎÔÈËÅ
------------------------------------------------------------------------- */


div#profilenav {
    width: auto;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}

div#profilenav ul {
    display: flex;
    width: auto;
    padding-bottom: 5px;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}

div#profilenav li a {
    background: var(--c-accent4);
    border: var(--buttons-border);
    padding: 4px 10px 5px;
    text-transform: lowercase;
    border-radius: 5px;
    font-size: var(--font-size);
    margin-right: 10px;
    display: flex;
    flex-wrap: nowrap !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-width: 100px;
}

#pun-profile input.button {
    margin-top: 10px;
    margin-bottom: 10px;
}

form#change_pass input.button {
    margin-top: 10px;
    margin-bottom: 10px;
}


#profile p#email .input a {
    text-transform: lowercase;
}

#profile p#email input {
    display: flex;
    flex-direction: column;
}

#profile p#num-posts .input a {
    text-transform: lowercase;
}

#profile p#num-posts input {
    display: flex;
    flex-direction: column;
}

form#profile7 fieldset .fs-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.p-advert, .p-promo, .p-notice, .p-award, .p-reputation, .p-report {
    background: var(--c-accent2);
}

#profile p.formsubmit {
    display: flex;
    flex-direction: column;
}

span.files-page-select {
    margin-top: 30px;
    margin-left: -188px;
    position: absolute;
}

#profile-name {
    text-transform: uppercase;
}

td#profile-left, td#profile-left a {
    color: var(--c-accent2);
    text-transform: lowercase;
    font-weight: 500;
}

td#profile-left {
    background: var(--c-accent3);
    border-radius: 20px;
    width: 30% !important;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}

div#profile-signature {
    padding: 10px 0;
}

td#profile-right {
    text-transform: lowercase;
    float: right;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}

td#profile-right li {
    background: var(--c-accent3);
    padding: 5px 10px 7px;
    border-radius: 20px;
    color: var(--c-accent2);
    width: 100%;
    text-align: center;
}

td#profile-right li a {
    color: var(--c-accent2);
}

td#profile-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    margin-left: 40px;
}

#profile li.pl-email {
    float: right;
    margin-left: 10px;
}

#profile .FNTslider {
    margin-top: -10px !important;
}

form#messages .container tr td.tcl, form#messages .container tr th.tcl {
    text-align: left;
}

form#messages .container tr td {
    text-align: center;
}

thead {
    text-transform: lowercase;
}

#messages table .intd a {
    font-weight: 500;
}

#messages table .inew .intd a {
    font-weight: 800;
}

textarea {
    font-family: var(--font);
    font-size: var(--font-size);
    padding: 10px;
    border-radius: 5px;
    border: var(--buttons-border);
    background: var(--c-accent4);
}

.profile-awards-container table tr {
    text-align: center;
}

div#profilenav .item9 {
    display: none;
}

li#pa-fld5, li#pa-fld1 {
    display: none;
}

#profile-right li a:hover {
    color: var(--c-accent2) !important;
}

#profile-right li a {
    color: var(--c-accent1) !important;
}

#profile-right li {
    font-weight: 300 !important;
}

#pa-fld3 lzinfo div {
    background: transparent !important;
}



/* ÀÄÌÈÍÊÀ 
------------------------------------------------------------------------- */

div#pun-adnav a, div#pun-adnav .adsubnav li a {
    color: var(--link) !important;
}

div#pun-adnav a:hover, div#pun-adnav .adsubnav li a:hover {
    color: var(--link-hover) !important;
}

.punbb-admin a {
    color: var(--link) !important;
}

.punbb-admin a:hover {
    color: var(--link-hover) !important;
}

.adcontainer {
    background: var(--c-main2);
}

div#pun:has(.punbb-admin) {
    margin-top: 100px;
}



/* ÁÛÑÒÐÎÏËÞÑÛ ÄËß ÒÎÏÈÊÀ 
------------------------------------------------------------------------- */

.noNull:before {
  content: "+";
  font-size: 9px;
  display: inline-block;
  margin-left: -6px;
  margin-top: 0px;
  position: absolute;
}

.noNull:before {display:none !important;}
.inner.post_reputation {
    background: var(--c-main2);
    border-radius: 10px;
}

div.post-vote p>a {
    font-size: 0 !important;
    position: absolute;
    cursor: pointer;
    z-index: 200;
    width: 20px;
    height: 20px;
    background: url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M1.65574e-06%2010C1.65574e-06%204.477%204.477%200%2010%200C15.523%200%2020%204.477%2020%2010C20%2015.523%2015.523%2020%2010%2020C8.52662%2020.0008%207.07126%2019.6761%205.738%2019.049L1.201%2019.979C1.03901%2020.0121%200.871332%2020.0045%200.712983%2019.957C0.554634%2019.9094%200.410553%2019.8233%200.293638%2019.7064C0.176723%2019.5894%200.0906225%2019.4454%200.0430431%2019.287C-0.00453626%2019.1287%20-0.0121094%2018.961%200.0210016%2018.799L0.951002%2014.262C0.323896%2012.9287%20-0.000846144%2011.4734%201.65574e-06%2010ZM10%206C10.2652%206%2010.5196%206.10536%2010.7071%206.29289C10.8946%206.48043%2011%206.73478%2011%207V9H13C13.2652%209%2013.5196%209.10536%2013.7071%209.29289C13.8946%209.48043%2014%209.73478%2014%2010C14%2010.2652%2013.8946%2010.5196%2013.7071%2010.7071C13.5196%2010.8946%2013.2652%2011%2013%2011H11V13C11%2013.2652%2010.8946%2013.5196%2010.7071%2013.7071C10.5196%2013.8946%2010.2652%2014%2010%2014C9.73478%2014%209.48043%2013.8946%209.29289%2013.7071C9.10536%2013.5196%209%2013.2652%209%2013V11H7C6.73478%2011%206.48043%2010.8946%206.29289%2010.7071C6.10536%2010.5196%206%2010.2652%206%2010C6%209.73478%206.10536%209.48043%206.29289%209.29289C6.48043%209.10536%206.73478%209%207%209H9V7C9%206.73478%209.10536%206.48043%209.29289%206.29289C9.48043%206.10536%209.73478%206%2010%206Z%22%20fill%3D%22%231E1E1E%22/%3E%3C/svg%3E) no-repeat !important;
    display: block;
    background-size: 100%;
    margin-left: 23px;
    margin-top: 42px;
margin-left: 25px;
    margin-top: 30px;
}

div .post-rating p>a {
    margin-right:-5px;
    background: url(data:image/svg+xml,%3Csvg%20width%3D%2237%22%20height%3D%2232%22%20viewBox%3D%220%200%2037%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M33.0842%2018.3386L21.466%2029.8125C20.6957%2030.5729%2019.6511%2031%2018.5619%2031C17.4727%2031%2016.4281%2030.5729%2015.6579%2029.8125L4.03957%2018.3406C3.07916%2017.4006%202.31625%2016.2825%201.79464%2015.0505C1.27302%2013.8186%201.00299%2012.497%201.00002%2011.1618C0.997063%209.82648%201.26124%208.50377%201.77738%207.26957C2.29352%206.03537%203.05147%204.91399%204.0077%203.96981C4.96394%203.02562%206.09963%202.27722%207.34958%201.76758C8.59952%201.25795%209.93911%200.9971%2011.2914%201.00002C12.6437%201.00295%2013.9822%201.26958%2015.2298%201.78462C16.4775%202.29966%2017.6099%203.05296%2018.5619%204.00127C20.4957%202.13939%2023.0945%201.10474%2025.7954%201.12145C28.4963%201.13816%2031.0818%202.20489%2032.9918%204.09055C34.9018%205.97621%2035.9825%208.52897%2035.9998%2011.1958C36.0171%2013.8627%2034.9696%2016.4289%2033.0842%2018.3386Z%22%20fill%3D%22%23c4c4c4%22%20stroke%3D%22%231E1E1E%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E) no-repeat;
    width: 35px;
    height: 30px;
    background-size: contain !important;
    background-position: center;
    font-weight: 500;
    position: relative;
    z-index: 100;
    text-align: center;
    font-size: 11px !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
}

    .mylike .noNull {
    background: url(data:image/svg+xml,%3Csvg%20width%3D%2237%22%20height%3D%2232%22%20viewBox%3D%220%200%2037%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M33.0842%2018.3386L21.466%2029.8125C20.6957%2030.5729%2019.6511%2031%2018.5619%2031C17.4727%2031%2016.4281%2030.5729%2015.6579%2029.8125L4.03957%2018.3406C3.07916%2017.4006%202.31625%2016.2825%201.79464%2015.0505C1.27302%2013.8186%201.00299%2012.497%201.00002%2011.1618C0.997063%209.82648%201.26124%208.50377%201.77738%207.26957C2.29352%206.03537%203.05147%204.91399%204.0077%203.96981C4.96394%203.02562%206.09963%202.27722%207.34958%201.76758C8.59952%201.25795%209.93911%200.9971%2011.2914%201.00002C12.6437%201.00295%2013.9822%201.26958%2015.2298%201.78462C16.4775%202.29966%2017.6099%203.05296%2018.5619%204.00127C20.4957%202.13939%2023.0945%201.10474%2025.7954%201.12145C28.4963%201.13816%2031.0818%202.20489%2032.9918%204.09055C34.9018%205.97621%2035.9825%208.52897%2035.9998%2011.1958C36.0171%2013.8627%2034.9696%2016.4289%2033.0842%2018.3386Z%22%20fill%3D%22%231e1e1e%22%20stroke%3D%22%231E1E1E%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E) no-repeat !important;
    background-size: contain !important;
color:#aeaeae;
    }

div.post-vote {
    margin-bottom: 65px;
}


.post-rating {
    display: flex;
    justify-content: flex-end;
}

div.post-vote {
float: right;
    display: flex;
    margin-top: -35px;
    margin-right: 65px;
}

button.reaction-picker-button {
    background: var(--c-accent4) !important;
    border: none;
    transition: 0.3s 
ease-in-out;
}

button.reaction-picker-button:hover {
    background: var(--c-accent3) !important;
}

.reactions-root .emoji-mart {
    background: var(--c-main2) !important;
}

.reactions-root .emoji-mart-category-label span {
    background-color: var(--c-accent4) !important;
}

button.emoji-mart-anchor.emoji-mart-anchor-selected {
    color: var(--c-accent2) !important;
}

span.emoji-mart-anchor-bar {
    background-color: var(--c-accent2) !important;
}

.emoji-mart-category-label {
    padding: 0 6px !important;
}

.reactions-root .emoji-mart-category-label span {
    font-family: var(--font) !important;
    font-size: var(--font-size) !important;
    text-transform: lowercase;
    border-radius: 5px; 
}

section.emoji-mart-search input {
    font-family: var(--font) !important;
    font-size: var(--font-size) !important;
}


/*  ÏÎÊÀÇÛÂÀÅÌ ÍÅ ÑÒÅÑÍßÅÌÑß
------------------------------------------------------------------------- */

.tipsy {
padding:5px; 
position:absolute; 
z-index:1000;
font-family: var(--font);
font-size: var(--font-size);
}

.tipsy-inner {
padding:5px 8px 4px; 
margin:-0.2px; 
background-color:black; 
color:white; 
max-width:200px; 
text-align:center; 
border-radius:3px; 
-moz-border-radius:3px; 
-webkit-border-radius:3px
}

.tipsy-arrow, .tipsy-n .tipsy-arrow, .tipsy-nw .tipsy-arrow, .tipsy-ne .tipsy-arrow, .tipsy-s .tipsy-arrow, .tipsy-sw .tipsy-arrow, .tipsy-se .tipsy-arrow, .tipsy-e .tipsy-arrow,.tipsy-w .tipsy-arrow, .modal-inner.section h2 {
display: none;
}

.jGrowl {z-index:9999; color:#fff; font-size:12px; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; position:fixed}
.jGrowl.top-left {left:0; top:0}
.jGrowl.top-right {right:0; top:0}
.jGrowl.bottom-left {left:0; bottom:0}
.jGrowl.bottom-right {right:0; bottom:0}
.jGrowl.center {top:0; width:50%; left:25%}
.jGrowl.center .jGrowl-closer,.jGrowl.center .jGrowl-notification {margin-left:auto; margin-right:auto}
.jGrowl-notification {background-color:#000; opacity:.9; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); zoom:1; width:250px; padding:10px; margin:10px; text-align:left; display:none; border-radius:5px; min-height:40px}
.jGrowl-notification .ui-state-highlight,.jGrowl-notification .ui-widget-content .ui-state-highlight,.jGrowl-notification .ui-widget-header .ui-state-highlight {border:1px solid #000; background:#000; color:#fff}
.jGrowl-notification .jGrowl-header {font-weight:700; font-size:.85em}
.jGrowl-notification .jGrowl-close {background-color:transparent; color:inherit; border:none; z-index:99; float:right; font-weight:700; font-size:1em; cursor:pointer}
.jGrowl-closer {background-color:#000; opacity:.9; filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); zoom:1; width:250px; padding:10px; margin:10px; display:none; border-radius:5px; padding-top:4px; padding-bottom:4px; cursor:pointer; font-size:.9em; font-weight:700; text-align:center}
.jGrowl-closer .ui-state-highlight,.jGrowl-closer .ui-widget-content .ui-state-highlight,.jGrowl-closer .ui-widget-header .ui-state-highlight {border:1px solid #000; background:#000; color:#fff}



@media print {.jGrowl {display:none}}
.pun-modal {position:fixed; width:100%; height:100%; top:0; left:0; bottom:0; z-index:100000}
.pun-modal .modal-bg {position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.5); cursor:pointer; z-index:110000}
.pun-modal .modal-inner {width:700px; max-width:94%; height:auto; max-height:44em; max-height:62vh; margin:12% auto 0; margin-top:20vh; box-shadow:0 0 14px rgba(0,0,0,.3); position:relative; z-index:120000; overflow:hidden}
.pun-modal h2,.pun-modal h1 {max-width:700px; margin:0!important}
.pun-modal .container {padding:.6em 1em; max-height:40em; max-height:54vh; overflow:auto}
.pun-modal .container .container {max-height:unset}
.pun-modal .closer {position:absolute; font-size:1.5em!important; line-height:.8em; right:.4em; padding:.3em!important; margin:-.3em!important; cursor:pointer; background:none 0 transparent!important}
.noscroll {overflow:hidden!important}

.modal-inner.section .container, .modal-inner.section {
    background: var(--c-accent3);
    border-radius: 20px;
}

#formkey {color:transparent !important; font-size:0px;}

.tipsy img {max-width:200px; max-height:200px;}