/**************************************************************
* GENERAL
* design template by max, the murderer!
**************************************************************/

@charset "windows-1251";
@import url('style_cs.1757083630.css');

/* Import
-------------------------------------------------------------*/

/* 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/css?family=Playfair+Display:400,400i,500,500i,600,600i,700,700i,900,900i&subset=cyrillic,latin-ext');

@import url('https://fonts.googleapis.com/css2?family=Scheherazade+New:wght@400;500;600;700&display=swap');

@font-face { font-family: 'Montserrat'; 
src: local("montserrat-regular"), url(https://forumstatic.ru/files/001c/49/4e/44070.ttf); }

@font-face { font-family: 'Rubik'; 
src: local("rubik-regular"), url(https://forumstatic.ru/files/001c/49/4e/71023.ttf); }


@font-face { font-family: 'Material Icons'; 
src: local("Material Icons"), url(https://forumstatic.ru/files/001c/49/4e/21441.otf); }

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Design Fonts */
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fuggles&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap');

@font-face { font-family: 'alegreyasanssc-regular'; 
src: local("alegreyasanssc-regular"), url(https://forumstatic.ru/files/001c/3d/92/14911.ttf?v=1); }


@font-face { font-family: 'tan-pearl'; 
src: local("tan-pearl"), url(https://forumstatic.ru/files/001c/49/4e/56663.ttf); }

@font-face { font-family: 'Jost'; 
src: local("Jost"), url(https://forumstatic.ru/files/001b/ec/77/55175.ttf?v=1); }

@font-face { font-family: 'yesevaone'; 
src: local("yesevaone"), url(https://forumstatic.ru/files/001c/3d/92/69346.ttf?v=1); }

@font-face { font-family: 'asteriska'; 
src: local("asteriska"), url(https://forumstatic.ru/files/001c/3d/92/82269.ttf?v=1); }

@font-face { font-family: "Inter";
src: local("InterRegular"), url(https://forumstatic.ru/files/001c/17/0e/56893.ttf) format('truetype');}

@font-face { font-family: Argue;
src: local("Argue"), url(https://forumstatic.ru/files/001a/28/10/17893.ttf) format('truetype');}

@font-face { font-family: 'GENTO DREAM'; 
src: local("GENTO DREAM"), url(https://forumstatic.ru/files/001b/d3/6d/41592.ttf); }

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Variables */
:root {
    --punWidth: 1100px;
    --html-bg: url('https://forumstatic.ru/files/001c/49/4e/45013.jpg');
    --header-bg: url('https://forumstatic.ru/files/001c/49/4e/23627.png');
    --footer-bg: url('https://forumstatic.ru/files/001c/49/4e/72422.svg');
    --ppagebg: url(https://upforme.ru/uploads/001b/9b/ff/5/942060.png);
    --profback: url(https://forumstatic.ru/files/001c/8a/47/63829.png);

    --punColor: 252, 252, 249;
    --pun2Color: #FAFAF7;
    --punBorderColor: #E8E7E4;
    --secondary: 190, 180, 176;
    --dark: 28, 23, 22;
    --dark-brown: 56, 43, 39;
    --links: 109, 127, 94;
    --acc: 201,91,57;
    --statcol: 109,91,85;

    --font: 'Inter', georgia, times new roman, garamond, serif;
    --fontHeader: 'Playfair Display';
    --fontAdd: 'Times New Roman';
    --fa: 'Font Awesome 6 Pro';



    --light: 248 248 248;
    --primary: 216 170 139;
    --profileWidth: calc(180px + calc(var(--16) * 2));
    --64: calc(var(--16) * 4);
    --32: calc(var(--16) * 2);
    --24: calc(var(--16) * 1.5);
    --20: calc(var(--16) * 1.25);
    --16: 16px;
    --12: calc(var(--16) / 1.33);
    --8: calc(var(--16) / 2);
    --6: calc(var(--16) / 2.66);
    --4: calc(var(--16) / 4);
    --2: calc(var(--16) / 8);
    --brMedium: 4px;
    --brSmall: calc(var(--brMedium) / 2);


    --dark-html-bg: url('https://forumstatic.ru/files/001b/9b/ff/17319.jpg');
    --dark-header-bg: url('https://forumstatic.ru/files/001b/9b/ff/35755.png');
    --dark-footer-bg: url('https://forumstatic.ru/files/001b/9b/ff/12442.png');
    --dark-punColor: 236, 236, 233;
    --dark-pun2Color: #E8E8E5;
    --dark-punBorderColor: #C8C5C2;
}




/* General
-------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
}

body,
body.redirect-page {
    background: var(--html-bg) no-repeat center center / cover fixed;
}


html {
    padding: var(--32) 0;
    font: normal 70%/140% 'Inter', verdana, arial, tahoma, trebuchet ms, sans-serif;
    color: rgb(var(--dark));
    -webkit-text-size-adjust: 100%;
}

#pun {
    width: var(--punWidth);
    margin: 0 auto;
}

.punbb {
    padding: 0 var(--32) var(--16);
    background: rgb(var(--punColor));
    position: relative;
    top: 50px;
    margin-bottom: 50px;
    padding-bottom: 0px;
}

.punbb {
    font: normal 100% Inter;
}

.punbb .container {
    padding: 1.4em 0;
}

.punbb .container::after,
#viewprofile-next::after,
.post-body::after,
.linkst::after {
    clear: both;
    content: '';
    display: block;
    visibility: hidden;
}

.fs-box {
    margin: 16px 0px;
}


.hashelp {
    position: relative;
}


/* Announcement */

#pun-announcement .container {
    padding: 0;
}


/* Footer */

#html-footer .container {
    padding: 0;
}

#pun-about .container {
padding: 0;
    font-size: 0.9rem;
    text-transform: lowercase;
    margin-top: 160px;
    position: absolute;
    width: 1100px;
    text-align: center;
    display: flex;
    justify-content: center;
}

#pun-about .container a {
color: rgb(var(--punColor));
    font-size: 8px;
}


/* Status */

#pun-status .container {
    font-size: 8px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-left: 0px;
    position: absolute;
    top: 16px;
    font-family: var(--font);
    letter-spacing: 0.4px;
    color: rgb(var(--dark-brown));
}


/* Crumbs */

#pun-crumbs1 .container {
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: 0.2px;
}


#pun-crumbs2 .container {
    padding-bottom: 15px;
    margin-top: 0px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
padding-top: 15px;
}

#pun-crumbs1 .container a,
#pun-crumbs2 .container a {
color: rgb(var(--links));
    transition: all 0.5s;
}

#pun-crumbs1 .container a:hover,
#pun-crumbs2 .container a:hover {
color: rgb(var(--dark-brown));
}


/* Links */

a,
body #pun-admain a,
body #pun #pun-adnav ul.adsubnav a {
    text-decoration: none;
    color: rgb(var(--links));
    transition: all 0.5s;
    font-weight: 500;
    letter-spacing: 0.2px;
}

a:hover,
a:focus,
body #pun-admain a:hover,
body #pun-admain a:focus,
body #pun #pun-adnav ul.adsubnav a:hover,
body #pun #pun-adnav ul.adsubnav a:focus {
    color: rgb(var(--dark-brown));
    text-decoration: none;
}


/* Headlines */

h1,
h2 {
    position: relative;
    padding: var(--16) var(--32);
    text-align: center !important;
    margin: var(--16) calc(var(--32) * -1) var(--8);
}

#pun-index h2 {
    margin: 0 calc(var(--32) * -1);
    margin-top: -20px;
}

h1 span,
h2 span {
    display: inline-block;
    font: 500 14px var(--fontAdd);
    font-style: italic;
    text-transform: lowercase;
    padding: 0 var(--4) var(--2);
}

#pun-messages h2 {
    text-align: left;
}

.punbb legend span {
    font-size: 0.9rem;
    text-transform: lowercase;
    padding: 0 var(--4) var(--2);
    background: var(--punBorderColor);
}




/* Categories & forums */

#pun-index .category .container {
    padding-top: 25px !important;
}

/* фон подфорумов */
#pun-index .category tbody {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 0 var(--32);
    width: 1020px;
    margin-left: 8px;
    margin-top: -8px;
    gap: 20px;
}

/* фон категории b заголовок */
#pun-index .category h2 span, #pun-stats.section h2 span {
    width: 1020px;
    font-size: 0px;
}


#pun-index .category h2:after {
    position: absolute;
    display: flex;
    margin-top: 10px;
    z-index: 1;
    font-size: 22px;
    color: rgb(var(--links));
    font-family: var(--fontHeader);
    text-transform: lowercase;
    align-content: center;
    align-items: center;
    font-weight: 500;
    justify-content: center;
    margin-left: 25px;
    background-color: #fff;
    font-style: italic;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 4px;
    padding-left: 15px;
    padding-right: 15px;
    transform: rotate(0.5deg);
}


#pun-stats.section h2:after {
    position: absolute;
    display: flex;
    margin-top: 20px;
    z-index: 1;
    font-size: 22px;
    color: rgb(var(--links));
    font-family: var(--fontHeader);
    text-transform: lowercase;
    align-content: center;
    align-items: center;
    font-weight: 600;
    justify-content: center;
    margin-left: 540px;
    background-color: #fff;
    font-style: italic;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 4px;
    padding-left: 15px;
    padding-right: 15px;
    transform: rotate(-0.5deg);
}





#pun-category1.category h2:after {
    content: "spoiler alert: things don't go well";
}

#pun-category2.category h2:after {
    content: "unprotected hand holding";
}

#pun-category3.category h2:after {
    content: "we don't have time to unpack all that";
}

#pun-category4.category h2:after {
    content: "prone to falling in love with the wrong people";
}

#pun-category5.category h2:after {
    content: "self-worth issues as the third party in this relationship";
}

#pun-stats.section h2:after {
    content: "just thought they should have a happily ever after";
}



#pun-index .category h2:before {
    position: absolute;
    font: 13px Times New Roman;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-end;
    width: 1020px;
    margin-top: 35px;
    right: 60px;
    color: rgba(var(--statcol));
}

#pun-stats.section h2:before {
    position: absolute;
    font: 13px Times New Roman;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    width: 1020px;
    margin-top: 55px;
    right: 30px;
    color: rgba(var(--statcol));
}



#pun-category1.category h2:before {
    content: "foreplay for guests";
}

#pun-category2.category h2:before {
    content: "Terms & Conditions of Falling in Love";
}

#pun-category3.category h2:before {
    content: "Plotlines & Poor Life Choices";
}

#pun-category4.category h2:before {
    content: "Screaming in the Groupchat";
}

#pun-category5.category h2:before {
    content: "Hot Singles in Your Area";
}

#pun-stats.section h2:before {
    content: "Previously, on This Forum…";
}





/* jGrosl fix */

#jGrowl h2 {
    border: none;
    margin: 0;
    text-align: left !important;
}

#jGrowl h2 span {
    background: none;
    font: inherit;
}

#jGrowl td {
    padding: var(--8) 0 0;
}


/* Tables */

.punbb table {
    width: 100%;
    border-spacing: 0;
}

.punbb td,
.punbb th {
    padding: var(--8) var(--16);
}

/* Rusff reputation fix */

.tipsy-inner #respect td {
    padding: 0;
}

.punbb th {
    font-size: 0.8rem;
    text-align: left;
    padding: var(--4) var(--16);
}

.punbb:not(#pun-index, #pun-mod, #pun-online, .punbb-admin) .tcl {
    width: 45%;
}

.punbb:not(#pun-index, #pun-mod, .punbb-admin) .tc2 {
    width: 15%;
text-align: center;
}

.punbb:not(#pun-index, #pun-mod, .punbb-admin) .tc3 {
    width: 10%;
text-align: center;
}

.punbb:not(#pun-index, #pun-mod, .punbb-admin) .tcr {
    width: 30%;
}

.punbb:not(#pun-index, #pun-mod, .punbb-admin) .tcr > a {
    display: flex;
    margin-top: var(--4);
    padding-left: 5px;
}

.punbb:not(#pun-index, #pun-mod, .punbb-admin) .tcr > span {
    padding-left: 2px;
}

.punbb#pun-searchtopics td.tc2,
.punbb#pun-searchtopics th.tc2 {
    width: 15%;
}

.punbb#pun-searchtopics td.tc3,
.punbb#pun-searchtopics th.tc3 {
    width: 10%;
}


/* Inputs */

.inputfield label,
.selectfield label {
    font-size: 0.9rem;
    display: inline-block;
    font-weight: 400;
    text-transform: lowercase;
}

.inline .inputfield,
.inline .selectfield {
    display: inline-block;
}

.punbb .fs-box p,
.punbb .fs-box fieldset {
    padding: 0 0 var(--8) 0;
}

input,
textarea,
#pun #sTheme {
    padding: var(--6) var(--6);
    box-sizing: border-box;
    border-radius: var(--brMedium);
    color: rgb(var(--dark));
    font: normal 1rem / 130% 'Inter', verdana, arial, tahoma, trebuchet ms, sans-serif;
    margin: 0 var(--4) var(--4) 0 !important;
    max-width: 100%;
    background-color: var(--pun2Color);
    border: 1px solid var(--punBorderColor);
}

select {
    background: rgb(var(--secondary) / .2);
    color: rgb(var(--dark));
    font-family: 'Inter', verdana, arial, tahoma, trebuchet ms, sans-serif;
    padding: var(--4) var(--6);
    margin: 0 var(--4) var(--4) 0 !important;
    border-radius: var(--brMedium);
    max-width: 100%;
    font-size: 1rem;
    text-transform: lowercase;
}

select option {
    background: rgb(var(--light));
}

select:hover {
    cursor: pointer;
}

::placeholder {
  color: rgb(var(--dark) / .38);
  opacity: 1; /* Firefox */
}


/* Checkboxes & Radionuttons */

input[type="checkbox"],
input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width: var(--12);
    height: var(--12);
    min-width: var(--12);
    min-height: var(--12);
    margin: 0 var(--2) 0 0 !important;
    border-radius: var(--brSmall);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    padding: 0;
}

input[type="radio"] {
    border-radius: var(--6);
}

input[type="checkbox"]:hover,
input[type="radio"]:hover {
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background: rgb(var(--links));
    color: rgb(248 248 248) !important;
}

input[type="radio"]:checked:hover {
    cursor: default;
}

input[type="radio"]:checked {
    background: transparent;
    box-shadow: inset 0 0 0 2px rgb(var(--primary));
}

input[type="radio"]:checked::before {
    content: '\f111';
    font: 900 var(--6)/100% var(--fa);
    color: rgb(var(--primary));
}

input[type="checkbox"]:checked::before {
    content: '\f00c';
    font: 900 var(--8)/100% var(--fa);
}

input[type="checkbox"]:checked:hover {
    background: rgb(var(--secondary) / .6);
}

p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
    line-height: 100%;
    vertical-align: middle;
}

.radio label,
.checkfield label {
    padding: 0 var(--8) 0 var(--4);
}

.checkfield label {
    line-height: 120%;
}

.radio *:hover,
.checkfield *:hover {
    cursor: pointer;
}



/* Buttons */

button,
.button,
input[type="button"],
input[type="submit"] {
    border-radius: 20px;
    background: rgb(var(--links));
    color: rgb(var(--punColor));
    margin: var(--4) !important;
    font-weight: 500 !important;
    font-family: var(--fontAdd);
    line-height: 134%;
    font-size: 14px;
    text-transform: lowercase;
    transition: all .2s ease;
    padding-left: var(--12);
    padding-right: var(--12);
    font-style: italic;
    margin-top: -10px !important;
}

button[disabled],
.button[disabled],
input[disabled] {
    background: rgb(var(--dark) / .12);
    color: rgb(var(--dark) / .388);
}

.button[name="preview"],
.button.full,
.button.cancel,
.button[name="cancel"] {
    background: rgb(var(--secondary) / .2);
    color: rgb(var(--dark));
}

.formsubmit input, 
.formsubmit a,
.formsubmit span {
    margin: 0 var(--8) 0 0;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    background: rgb(var(--dark-brown))!important;
    color: rgb(var(--punColor)) !important;
    cursor: pointer;
}


button[disabled]:hover,
.button[disabled]:hover,
input[disabled]:hover {
    background: rgb(var(--dark) / .12) !important;
    color: rgb(var(--dark) / .38) !important;
    cursor: not-allowed;
}

.punbb #isk {
border-radius: var(--brMedium);
    border: none;
    background: rgb(var(--links));
    color: rgb(var(--punColor));
    margin-left: var(--4);
    position: relative;
    height: var(--24);
    transition: all .2s ease;
}

.punbb #isk:hover {
    background: rgb(var(--dark-brown));
    color: rgb(var(--punColor));
}

.punbb #isk::before {
    content: '\f002';
    font: 400 1rem/100% var(--fa);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#pun #sTheme {
    height: var(--24);
}


/* Hide elements
-------------------------------------------------------------*/

.punbb:not(.punbb-admin) #pun-title,
#pun-title .title-logo-tdl,
#pun-navlinks h2,
#pun-ulinks h2,
#pun-status h2,
#pun-index h1,
.punbb :not(#pun-statistic) #pun-main h1,
#pun-crumbs1 .container strong,
#pun-crumbs2 .container strong,
#pun-index thead,
#pun-status .item4,
.acchide,
#pun-userlist h1,
#pun-userlist h2,
#pun-profile h2,
#pun-viewtopic h2,
#post fieldset legend > span,
.sharelink,
#formkey,
#formetc,
#pun-searchposts h1,
#pun-searchposts h2,
#pun-searchtopics h1,
#pun-searchtopics h2,
#pun-modviewforum h1,
#pun-modviewforum h2,
#pun-viewforum h1,
#pun-viewforum h2,
.punbb .submitfield label,
.pa-gifts,
.post-sig dt,
#pun-navlinks #navawards,
#pun-navlinks #navrules,
.modlist,
.tclcon:has(.modlist) > br:last-of-type,
#pun-ulinks #h-replies,
#pun-ulinks #h-unanswered,
.pl-email.email,
.catleft,
.catright,
#pun-premoderation .pa-title,
#pun-premoderation .pa-ua,
#pun-premoderation .pa-posts,
#pun-premoderation .pa-respect,
#pun-premoderation li[class^="pa-fld"],
#pun-premoderation h2,
#pun-viewtopic .linksb .postlink,
.inputfield:has(.social) {
    display: none;
}


/* Navigation
-------------------------------------------------------------*/

/* Navlinks */

#pun-navlinks {
    margin: 0 calc(var(--32) * -1);
}

.punbb:not(.punbb-admin) #pun-navlinks {
    margin-bottom: 0px;
}

#pun-navlinks .container {
    position: absolute;
    padding: 0;
    height: var(--24);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -380px;
    width: 1100px;
    padding-right: 30px;
}

#pun-navlinks li {
    list-style: none;
    display: inline-block;
}

#pun-navlinks li a {
    font-weight: 500;
    display: flex;
    color: rgb(var(--dark-brown));
    text-transform: lowercase;
    margin: 3px 5px;
    border-radius: 3px;
    font-family: var(--fontHeader);
    font-style: italic;
    font-size: 18px;
    transition: all 0.5s;
    padding: var(--2) var(--6);
}

#pun-navlinks li a:hover,
#pun-navlinks li a:focus {
    color: rgb(var(--links));   
}


/* Ulinks */

#pun-ulinks {
    margin: 0 calc(var(--32) * -1);
    margin-top: 5px;
    z-index: 1;
    position: relative;
}

#pun-ulinks .container {
    padding: 0;
    display: inline-flex;
    justify-content: flex-end;
    width: 1100px;
    padding-right: 30px;
    margin-top: 15px;
}

#pun-ulinks li {
    list-style: none;
    display: inline-block;
}

#pun-ulinks li a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 500;
    padding: var(--2) var(--12);
    letter-spacing: -0.3px;
    color: rgb(var(--dark));
    transition: all 0.5s!important;
}

#pun-ulinks li a:hover,
#pun-ulinks li a:focus {
    color: rgb(var(--links))!important;
}


/* Index
-------------------------------------------------------------*/

/* Categories & forums */

#pun-index .category .container {
    padding: 0;
}

#pun-index .category tr {
    display: flex;
    flex-direction: row;
    gap: var(--16);
    align-items: center;
    box-sizing: border-box;
    position: relative;
    padding: var(--16) var(--32);
    margin: 0 calc(var(--32) * -1);
    background-color: var(--pun2Color);
    border-radius: 16px;
    border: 1px solid var(--punBorderColor);
    min-height: 170px;
}

#pun-index .category tr td {
    padding: 0;
}

#pun-index .category .intd {
    font-size: 0.9rem;
    text-transform: lowercase;
    color: rgb(var(--dark) / .6);
    line-height: 120%;
}

#pun-index .category tr .tcl {
    width: 70%;
}

#pun-index .category .intd {
    font-size: 0.9rem;
    text-transform: lowercase;
    color: rgb(var(--dark) / .6);
    line-height: 120%;
}

#pun-index .category tr .tc2,
#pun-index .category tr .tc3 {
    display: none;
}

#pun-index .category tr h3 a {
    font: 400 40px / 100% var(--fontHeader);
    letter-spacing: -1px;
    display: inline-block;
    text-transform: capitalize;
    /* padding-left: var(--6); */
    padding-bottom: var(--2);
    margin-bottom: var(--4);
    color: rgb(var(--links));
    background-image: none;
    font-style: italic;
    transition: all 0.5s !important;
}

#pun-index .category tr h3 a:hover {
color: rgb(var(--dark-brown))!important;
}

#pun-index .category tr .tcr {
    width: 40%;
    margin-left: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
}


#pun-index .category tr .tcr .lastpost {
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: 0.3px;
    opacity: 0.8;

}

#pun-index .category tr .tcr .lastpost-link {
    display: inline-block;
    text-transform: lowercase;
    font: 500 14px var(--fontAdd);
    font-style: italic;
    line-height: 140%;
}

a.lastpost-link{
color: rgb(var(--dark));
    transition: all 0.5s !important;
}

a.lastpost-link:hover {
color: rgb(var(--links));
}



#pun .user-avatar {
    flex-shrink: 0;
}


.opisanie {
    width: 475px;
    text-align: justify;
    position: relative;
    margin-left: 90px;
    font-family: var(--font);
    line-height: 16px;
    letter-spacing: 0.05px;
    color: rgb(var(--dark));
    font-size: 9px;
    text-transform: none;
}







/* Statistics */

#pun-stats .container {
padding: 0;
    list-style: none;
    display: flex;
    gap: var(--16);
    flex-direction: column;
    padding: var(--16) 0;
    text-transform: lowercase;
    margin-top: 25px;
}

#pun-stats .container::after {
    display: none;
}

#pun-stats .statsinfo {
    display: flex;
    justify-content: center;
    gap: var(--16);
    margin-top: 10px;
}

#pun-stats .statsinfo li {
    line-height: 100%;
    padding: var(--4) 0px;
    flex-grow: 1;
    font-size: 8px;
    text-align: center;
    gap: 5px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

#pun-stats .statsinfo li.item1 {
    display: flex;
    justify-content: flex-start;
}

#pun-stats .statsinfo li.item4 {
    display: flex;
    justify-content: flex-end;
}

#pun-stats .statsinfo li.item4 a{
transition: all 0.5s !important;
color: rgb(var(--dark));
}

#pun-stats .statsinfo li.item4 a:hover {
    color: rgb(var(--links));
}



#pun-stats .statsinfo li.item4 {
    flex-shrink: 0;
}

#pun-stats .statsinfo li strong {
    font-weight: 700;
}

#pun-stats #onlinelist {
    font: 400 11px var(--font);
    text-transform: none;
    letter-spacing: -0.5px;
    line-height: 20px;
}

#pun-stats #onlinelist a {
color: rgb(var(--links));
transition: all 0.5s !important;
font-weight: 300;
letter-spacing: -0.15px;
}

#pun-stats #onlinelist a:hover {
color: rgb(var(--dark-brown));
}

/* Forum, Userlist, Statistic list
-------------------------------------------------------------*/

/* Table */

#pun-viewforum table,
#pun-modviewforum table,
#pun-searchtopics table,
#pun-userlist table,
#pun-statistic table,
#pun-respect table,
#pun-positive table,
#pun-messages #messages table,
.profile-awards-container table {
    overflow: hidden;
}

#pun-viewforum table tr,
#pun-modviewforum table tr,
#pun-searchtopics table tr,
#pun-userlist table tr,
#pun-statistic table tr,
#pun-respect table tr,
#pun-positive table tr,
#pun-messages #messages table tr,
.profile-awards-container table tr {
    display: flex;
    align-items: center;
    margin-top: -5px;
    color: rgb(var(--dark) / .6);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

#pun-viewforum tr td:first-child,
#pun-viewforum tr th:first-child,
#pun-modviewforum tr td:first-child,
#pun-modviewforum tr th:first-child,
#pun-searchtopics tr td:first-child,
#pun-searchtopics tr th:first-child,
#pun-userlist tr td:first-child,
#pun-userlist tr th:first-child,
#pun-statistic tr td:first-child,
#pun-statistic tr th:first-child,
#pun-respect tr td:first-child,
#pun-respect tr th:first-child,
#pun-positive tr td:first-child,
#pun-positive tr th:first-child,
#pun-messages #messages tr td:first-child,
#pun-messages #messages tr th:first-child,
.profile-awards-container tr td:first-child,
.profile-awards-container tr th:first-child {
    padding-left: 0;
}

#pun-viewforum tr td:last-child,
#pun-viewforum tr th:last-child,
#pun-modviewforum tr td:last-child,
#pun-modviewforum tr th:last-child,
#pun-searchtopics tr td:last-child,
#pun-searchtopics tr th:last-child,
#pun-userlist tr td:last-child,
#pun-userlist tr th:last-child,
#pun-statistic tr td:last-child,
#pun-statistic tr th:last-child,
#pun-respect tr td:last-child,
#pun-respect tr th:last-child,
#pun-positive tr td:last-child,
#pun-positive tr th:last-child,
#pun-messages #messages tr td:last-child,
#pun-messages #messages tr th:last-child,
.profile-awards-container tr td:last-child,
.profile-awards-container tr th:last-child {
    padding-right: 0;
}

#pun-viewforum table th,
#pun-modviewforum table th,
#pun-searchtopics table th,
#pun-userlist table th,
#pun-statistic table th,
#pun-respect table th,
#pun-positive table th,
#pun-messages #messages table th,
.profile-awards-container table th {
    text-transform: uppercase;
    font-weight: 400;
    color: rgb(var(--dark));
    font-size: 8px;
    opacity: 0.6;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
}

#pun-userlist tr .tcl,
#pun-viewforum tr .tcl .intd,
#pun-modviewforum tr .tcl .intd,
#pun-searchtopics tr .tcl .intd,
#pun-messages #messages tr .tcl .intd,
#pun-userlist tr .tcl .intd {
    display: flex;
    align-items: center;
    gap: 10px;
}

span.stickytext, span.closedatafield {
    display: none;
}



#pun-viewforum table tr.inew strong,
#pun-modviewforum table tr.inew strong,
#pun-searchtopics table tr.inew strong {
    font-weight: 400;
}

#pun-viewforum table tr.inew a,
#pun-modviewforum table tr.inew a,
#pun-searchtopics table tr.inew a {
    font-weight: 700;
}

#pun-viewforum table .tcr a,
#pun-modviewforum table .tcr a,
#pun-searchtopics table .tcr a {
    text-transform: uppercase;
}

.profile-awards-container th,
.profile-awards-container td {
    width: 20% !important;
}

.profile-awards-container td {
    padding: var(--16);
}

th input[type="checkbox"] {
    margin: 0 !important;
}

#pun-messages #messages td.tc2.pmtc22 {
display: flex !important;
    align-items: center;
    gap: var(--12);
    justify-content: center;
}

#pun-userlist table tr,
#pun-statistic table tr {
    text-transform: lowercase;
}


.tclcon a {
    color: rgb(var(--dark));
    font-weight: 400;
transition: all 0.5s;
}

.tclcon a:hover {
    color: rgb(var(--links));
}


/* Userlist */

.punbb#pun-userlist .tcl {
    width: 25%;
}

.punbb#pun-userlist .tc2,
.punbb#pun-userlist .tc3 {
    width: 15%;
text-align: center;
}


/* Statistic list */

#pun-statistic .main .container {
    padding: 0 0 var(--16) 0;
}

.punbb#pun-statistic .tcl {
    width: 40%;
}

.punbb#pun-statistic .tc2,
.punbb#pun-statistic .tc3 {
    width: 15%;
}


/* Links */

.punbb:not(.punbb-admin) .pagelink,
.punbb:not(.punbb-admin) .postlink {
    display: inline-block;
    margin: var(--8) 0;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: 0.2px;
}

.punbb:not(.punbb-admin) .postlink {
    float: right;
    width: unset;
}


/* Paginator */

.punbb:not(.punbb-admin) .pagelink a,
.punbb:not(.punbb-admin) .pagelink strong {
    display: inline-block;
    padding: 3px var(--4) !important;
    border-radius: var(--brSmall) !important;
    background-color: rgb(var(--secondary) / .2);
    transition: all 0.5s;
}

.punbb:not(.punbb-admin) .pagelink span {
    margin: 0 var(--4);
}

.punbb:not(.punbb-admin) .pagelink strong {
background: rgb(252 252 249);
    color: rgb(var(--dark-brown));
    background-color: var(--pun2Color);
    border-radius: 16px;
    border: 1px solid var(--punBorderColor);
}

.punbb:not(.punbb-admin) .pagelink a:hover {
    color: rgb(var(--links));
}


/* Icons */

.punbb div.icon {
    position: relative;
    display: inline-flex;
    width: var(--16);
    height: var(--16);
    border-radius: 0.4rem;
    margin: var(--4) var(--4) var(--4) 0;
    text-align: center;
    font: 400 var(--20)/100% var(--fa);
    color: rgb(var(--secondary400));
}

.punbb div.icon::after {
    font-size: var(--16);
}

#pun-index TR.inew Div.icon {
background: url(https://forumstatic.ru/files/001b/9b/ff/51721.svg) no-repeat;
    height: 71px !important;
    width: 71px !important;
    margin-left: 0px;
    transition: transform 0.3s ease;
    position: relative;
    display: inline-flex;
    background-position: center center;
    background-size: cover;
    margin-top: 5%;
    opacity: 1 !important;
}

#pun-index TR.inew Div.icon:hover {
transform: rotate(-10deg)
   } 

#pun-index TR Div.icon {
    background: url(https://forumstatic.ru/files/001b/9b/ff/51721.svg) no-repeat;
    height: 71px !important;
    width: 71px !important;
    margin-left: 0px;
    transition: transform 0.3s ease;
    position: relative;
    display: inline-flex;
    background-position: center center;
    background-size: cover;
    margin-top: 5%;
    opacity: 0.6;
}

.punbb tr.isticky div.icon {
    background: rgb(var(--danger));
}

.punbb tr.iclosed div.icon {
    background: rgb(var(--text900) / .2);
}

#pun-index tr div.icon {
    float: left;
    margin-right: var(--16);
    width: var(--24);
    height: var(--24);
    border-radius: 0.6rem;
}



#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon {
    background: url(https://forumstatic.ru/files/001b/9b/ff/30404.svg) no-repeat center;
    float: left;
    height: 16px;
    width: 16px;
    position: relative;
    display: inline-flex;
    padding: 10px;
}


#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon, #pun-searchtopics TR.inew Div.icon {
    background: url(https://forumstatic.ru/files/001b/9b/ff/48491.svg) no-repeat center;
    width: 16px;
    height: 16px;
    padding: 10px;
}
#pun-viewforum TR.isticky Div.icon, #pun-messages TR.isticky Div.icon, #pun-searchtopics TR.isticky Div.icon {
    background: url(https://forumstatic.ru/files/001b/9b/ff/48699.svg) no-repeat center;
    width: 16px;
    height: 16px;
    padding: 10px;
}

#pun-viewforum TR.iclosed Div.icon, #pun-messages TR.iclosed Div.icon, #pun-searchtopics TR.iclosed Div.icon {
    background: url(https://forumstatic.ru/files/001b/9b/ff/88776.svg) no-repeat center;
    width: 16px;
    height: 16px;
    padding: 10px;
}


/* Profile page
-------------------------------------------------------------*/

#pun-profile #profile .container {
    padding-left: 10em;
}

#viewprofile {
    flex-grow: 1;
}

#viewprofile-next {
    display: flex;
    gap: var(--32);
}

#viewprofile-next::after {
    display: none;
}

#viewprofile-next #profilenav {
    display: none;
}

#pun-profile #profile #profilenav {
    float: left;
    width: 10em;
    margin-left: -10em;
}

#viewprofile-next #profilenav {
    padding-top: var(--16);
}

#viewprofile .container::after {
    display: none;
}

div#viewprofile .container ul tbody tr {
padding: var(--16) !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 5px;
    margin-top: 0px;
    background-color: var(--pun2Color);
    border-radius: 16px;
    border: 1px solid var(--punBorderColor);
}

body #profile-left {
    border-right: 1px solid #e8e7e4 !important;
    text-align: center;
    text-transform: lowercase;
    padding-top: 16px !important;
    padding-right: 15px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px;
    gap: 5px;
}

#profile-left strong {
    font-weight: normal !important;
}

#profilenav li {
    list-style: none;
}





#profilenav a {
    display: block;
    margin-bottom: var(--4);
}

#profilenav li:not(:last-child) a {
    margin-right: var(--4);
}

#profilenav .isactive a {
    font-weight: 700;
}

#profile-right li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: auto;
    text-align: center;
    padding: 10px 10px !important;
    font-size: 10px;
    background: #dfe6ef8a;
    align-self: stretch;
    font-family: montserrat;
    background-color: rgb(var(--punColor));
    border-radius: 10px;
    border: 1px solid var(--punBorderColor);
}

#profile-right li a {
    color: rgb(var(--links))!important;
    font-weight: 400;
transition: all 0.5s !important;
}

#profile-right li a:hover {
    color: rgb(var(--dark-brown))!important;
}


div#viewprofile td#profile-right {
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: auto !important;
    border-radius: 10px;
    padding: 20px !important;
    box-sizing: border-box;
    flex: 1;
    list-style: none;
    align-content: stretch;
}



#pun #profile-right li span {
    display: flex;
    text-align: center;
    font-size: 10px;
    font-family: montserrat;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    color: rgb(var(--links));
}

#viewprofile li strong {flex: auto;font-weight: normal!important;padding: 0 !important;margin: 0 !important;}

#profile-left li {
    list-style: none;
}


#profile-left #profile-name {
    position: absolute;
    display: flex;
    margin-top: -50px;
    z-index: 1;
    font-size: 20px;
    color: rgb(var(--links));
    font-family: var(--fontHeader);
    text-transform: lowercase;
    align-content: center;
    align-items: center;
    font-weight: 600;
    justify-content: center;
    margin-left: -35px;
    background-color: #fff;
    font-style: italic;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 4px;
    padding-left: 15px;
    padding-right: 15px;
    transform: rotate(0.5deg);
}




#profile-left #profile-title {
    margin: var(--4) 0 var(--8);
    font-size: 9px;
    letter-spacing: 0.5px;
}


#profile-left #pa-avatar img {
    border-radius: 7px;
}



#profile-left #pa-online {
    padding-top: var(--8)
}

#profile-left #pa-avatar strong {
    display: none;
}


li#pa-edit {
    padding-top: 25px;
    padding-bottom: 15px;
}




td.tc0.ft-image {
    border: 2px solid rgb(var(--light100));
}

#profile li {
    list-style: none;
}

#profile #select-hosting .infofield * {
    margin: 0;
}


#profile-right #pa-fld5 strong {
    width: 450px;
}





/* Set moderator permissions */

#setmods dl dl {
    padding: 0 var(--8);
    background: rgb(var(--secondary) / .2);
    margin-bottom: var(--8);
    border-radius: var(--8);
}

#setmods dl dl:hover {
    background: rgb(var(--secondary) / .38);
}

#setmods dt {
    font-weight: bold;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding: var(--8);
}

#setmods dd {
    display: inline-block;
    padding: var(--8);
}

#setmods dd div {
    display: block;
}

div.checkfield .sub {
    margin-left: 0 !important;
}

div.checkfield:has(.sub) {
    margin-left: var(--24);
}


/* Topic
-------------------------------------------------------------*/

.post .container {
    padding: 0;
    margin: var(--16) 0;
    width: 100%;
    display: flex;
    flex-flow: wrap;
}

.post-author {
    width: 230px;
    align-self: start;
}

.post-body {
    padding-left: var(--32);
    box-sizing: border-box;
    width: calc(100% - 230px);
    font-family: var(--font);
    letter-spacing: 0.1px;
}

.post-links {
    width: 100%;
}

.post-content {
    padding: var(--8) 0 var(--16);
    word-break: break-word;
}


#poll-special td {
    padding: var(--4);
}

.post-links {
    text-align: right;
    margin-top: 0px;
}

.post-links li {
    display: inline-block;
}

.post-links li a {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.post-links .pl-email,
.post-links .pl-website {
    float: left;
}

.post-links .pl-email a {
    margin: 0 var(--8) 0 0;
}

.post-links li a:not(.pl-email a) {
    margin: 0 0 0 var(--4);
    padding-top: 1.5px;
}

.post-links li.approve {
    margin-left: var(--4);
}

.modmenu a {
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 10px;
}

#topic-modmenu span,
.forum ~ .modmenu span {
    float: right;
}

#topic-modmenu .container {
    text-transform: lowercase;
}

.subscribelink {
    text-align: right;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

#topic-users-in {
    text-transform: lowercase;
}

#topic-users-in a:not(:last-child)::after {
    content: ',';
}

.punbb #profile-signature ul {
    border: none;
    padding: 0;
}

#pun-main #subforums {
    padding: 1em 0 1em 1em;
    margin-bottom: 16px!important;
    font: 10px var(--font);
    text-transform: uppercase;
    border-radius: 16px;
    border: 1px solid var(--punBorderColor);
}

.post-sig::before,
.punbb #profile-signature ul::before {
    content: '';
    display: block;
    margin: var(--16) auto var(--8);
    width: 30%;
    border-top: 1px dashed rgb(var(--secondary));
}


/* Post headline */

.post h3 {
    font-size: 10px;
    text-transform: uppercase;
    width: 1036px;
    margin-top: var(--16);
    padding: 0px var(--32);
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: var(--pun2Color);
    border-radius: 12px;
    border: 1px solid var(--punBorderColor);
}

.post h3 em {
    font-style: normal;
}

.post h3 strong {
    float: right;
    font-weight: 400;
    margin-left: var(--16);
}

#pun-premoderation .post h3 span > em:last-child {
    padding-left: var(--4);
}

.punbb .post h3 {
    z-index: 0!important;
    position: relative;
}


/* Profile */

.post-author {
    padding: var(--32) 0 var(--8);
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: calc(var(--20) * -1);
}

#pun-viewtopic .post-author {
    margin-bottom: var(--64);
}

/* сам список в колонке автора — контейнер для фона */
.post-author ul{
  position: relative;
  width: 225px;          /* если уже задано где-то — эту строку можно убрать */
  border-radius: 18px;
  overflow: hidden;      /* чтобы фон обрезался по скруглению */
  padding-bottom: 30px;
  border: 1px solid var(--punBorderColor); 
display: flex; 
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
}

/* весь контент поверх псевдоэлемента */
.post-author ul > *{
  position: relative;
  z-index: 1;
}

/* дефолтный фон ТОЛЬКО когда в .pa-fld2 нет картинки/ссылки */
@supports selector(:has(*)){
  .post-author ul:not(:has(.pa-fld2 img, .pa-fld2 a[href]))::before{
    content:"";
    position:absolute;
    border-radius: 17px;
    inset:0;                              /* растянуть на всю ширину/высоту ul */
    background-image: linear-gradient(170deg, var(--pun2Color) 0%, rgba(0,0,0,0) 90%), var(--profback); /* замени на свою */
    background-size:cover;                /* заполняет, лишнее обрезает */
    background-position:center;
    background-repeat:no-repeat;
    z-index:0;
    pointer-events:none;
    filter: saturate (0.8);
  }
}
 

/* если .pa-fld2 иногда выводит тире — чтобы оно не маячило */
.post-author ul .pa-fld2{
  font-size:0;
  line-height:0;
}


.post-author li {
    padding: 10px var(--16) var(--8);
    list-style: none;
    text-align: center;
}

.post-author .pa-author {
    z-index: 3;
    position: relative;
    width: 210px;
    text-align: left;
    background-color: rgb(var(--punColor));
    margin-left: 14px;
    padding-top: 2px !important;
    padding-bottom: 0px !important;
    margin-top: -10px;
}

.punbb .pa-author a,
.punbb .pa-author strong {
  font: 400 31px/1 var(--fontHeader);
  font-style: italic;
  text-transform: lowercase;
  display: inline-block;   /* чтобы <br> сработал красиво */
  white-space: normal;
line-height: 25px;
    letter-spacing: -0.5px;
}

#pun-premoderation .pa-author,
#pun-post .pa-author {
    font-weight: 700;
    text-align: center;
}

.pa-title {
    font-size: 8px;
    line-height: 120%;
    margin-top: 50px;
    text-transform: uppercase;
    color: rgb(var(--dark));
    font-weight: 400;
    background-color: rgb(var(--punColor));
    width: 210px;
    margin-left: 14px;
    border-radius: 16px 0px 0px 0px;
    text-align: left !important;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    height: 35px;
}

.pa-avatar {
    margin-top: 0px;
    background-color: rgb(var(--punColor));
    z-index: 1;
    position: relative;
    width: 210px;
    margin-left: 14px;
    padding-top: 5px !important;
}

.pa-avatar img {
    max-width: 180px;
border-radius: 5px;
margin-top: -10px;
}

.pa-posts,
.pa-respect {
    padding-top: var(--8);
    width: 100%;
}

.pa-posts .fld-name,
.pa-respect .fld-name {
    display: inline-block;
    font-size: 0;
}

#pun:not(.isguest) .post-author .pa-respect a:first-child::before,
#pun.isguest .post-author .pa-respect .fld-name::before,
.post-author .pa-posts .fld-name::before {
    font-family: var(--fa);
    font-size: 12px;
    font-weight: 400;
    margin-bottom: var(--4);
}

#pun.isguest .punbb .post-author .pa-respect .fld-name::before {
    color: rgb(var(--primary400));
}

#pun:not(.isguest) .punbb .post-author .pa-respect a:first-child::before,
#pun.isguest .punbb .post-author .pa-respect .fld-name::before {
    content: '\f004';
    color: rgb(var(--dark-brown));
    top: 1px !important;
    position: relative;
}

.punbb .post-author .pa-posts .fld-name::before {
    content: '\f0e0';
    color: rgb(var(--dark-brown));
    top: 1px !important;
    position: relative;
}

.pa-online,
.pa-last-visit {
    display: none;
}




/* Messages page */

#pun-messages #profilenav {
    float: left;
    margin-right: var(--32);
}

#pun-messages #profilenav h2 {
    margin-left: 0;
    margin-right: 0;
}



/* Reply form
-------------------------------------------------------------*/

#main-reply {
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    padding: 10px;
}

#post-errors ul {
    padding-bottom: var(--4);
}

#post-errors li {
    list-style: none;
    padding-bottom: var(--4);
}


/* Keep buttons always above textarea fix */


#post .fs-box .inputfield.required {
    order: -1;
}


/* Form tools
----------------------------------------------------------------------- */

#pun #post-form div.container {
right: 0;
    margin-top: calc(var(--4) * -1);
    background: rgb(var(--light));
    padding: var(--8) !important;
    top: unset;
    overflow: hidden auto;
    max-height: 200px;
    background-color: var(--pun2Color);
    border-radius: 16px;
    border: 1px solid var(--punBorderColor);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
}

#keyboard-area input {
    line-height: 100%;
}

#size-area img {
    width: 100%;
    margin-top: -20px;
}

#size-area span,
#size-area img {
    height: 20px;
}

#size-area div {
    line-height: 120%;
}

#pun #size-area span {
    width: unset;
    height: unset;
    margin: 0;
}

#pun #addition-area div {
    height: unset;
}

#size-area div:not(:last-child),
#addition-area div:not(:last-child),
#font-area div:not(:last-child) {
    margin-bottom: var(--4);
}

.punbb #table-area td.selected,
.punbb #table-area td:hover {
    background: rgb(var(--primary))
}

.punbb #keyboard-span input {
    margin: var(--2) !important;
    background: rgb(var(--secondary) / .2);
    border: none;
    font-weight: 400 !important;
    height: 20px;
    padding: 0 var(--4);
}


/* Form Buttons
----------------------------------------------------------------------- */

#pun #form-buttons table,
#pun #form-buttons tbody {
    width: 100%;
}

#pun #form-buttons td img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#pun #form-buttons td {
    border: none;
    background: transparent;
    position: relative;
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    transition: all .2s ease;
}

#pun #form-buttons td:hover {
    cursor: pointer;
    color: rgb(var(--primary));
}

#form-buttons table tr {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: var(--8);
    background-color: var(--pun2Color);
    border-radius: 13px;
    border: 1px solid var(--punBorderColor);
    padding: 5px;
}

#form-buttons td::before {
    font: 400 1.2rem/100% var(--fa);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
    color: rgb(var(--links));
}

#button-font::before {
    content: '\f031';
}

#button-size::before {
    content: '\f894';
}

#button-bold::before {
    content: '\f032';
}

#button-italic::before {
    content: '\f033';
}

#button-underline::before {
    content: '\f0cd';
}

#button-strike::before {
    content: '\f0cc';
}

#button-left::before {
    content: '\f036';
}

#button-right::before {
    content: '\f038';
}

#button-center::before {
    content: '\f037';
}

#button-link::before {
    content: '\f0c1';
}

#button-spoiler::before {
    content: '\f518';
}

#button-image::before {
    content: '\f302';
}

#button-video::before {
    content: '\f144';
}

#button-hide::before {
    content: '\f30d';
}

#button-quote::before {
    content: '\f27a';
}

#button-code::before {
    content: '\f121';
}

#button-color::before {
    content: '\f53f';
}

#button-table::before {
    content: '\f009';
}

#button-smile::before {
    content: '\f118';
}

#button-keyboard::before {
    content: '\f11c';
}

#button-addition::before {
    content: '\f0d7';
}


#button-ChangeСase::before {
    content: '\f034';
}

#button-transL::before {
    content: '\f86f';
}

#button-indent::before {
    content: '\f1dd';
}

#button-justify::before {
    content: '\f039';
}


#button-sticker::before {
    content: '\f1b0';
}

#button-mask::before {
    content: '\f630';
}


#button-mask {
    background: transparent !important;
}

td#button-sticker {
    width: 100%;
    height: 100%;
}

/* Post
------------------------------------------------------------------ */

.post-content img {
    vertical-align: middle;
}

.post-content p {
    line-height: 150%;
    padding: var(--4) 0;
    text-align: justify;
}

.post-box .post-content ul {
    padding: 0.4rem 0 0.8rem 2.4rem;
}

.post-box .post-content ul ul {
    padding-top: var(--4);
    padding-bottom: 0;
}

.post-content li p {
    padding: 0 0 var(--4) 0;
}

/* Selection */

::selection {
    color: rgb(var(--light));
    background: rgb(var(--secondary));
}


/* Deleted text */

del {
    text-decoration: none;
    filter: blur(2px);
    transition: all .2s ease;
}

del:hover {
    filter: blur(0);
}


/* Underlined text */

.bbuline {
    font-style: unset;
    text-decoration: underline;
    text-decoration-color: rgb(var(--primary));
}


/* Highlighted text */

#pun .highlight-text {
    background-color: rgb(var(--primary) / .6);
    padding: 0.1rem 0.2rem 0.2rem;
}


/* Abbreviated text */

.post-content abbr {
    text-decoration: underline dotted rgb(var(--primary));
    cursor: help !important;
}


/* Links */

.post-content a {
    font-weight: 500;
}

.post-content a b {
    font-weight: 700!important;
}


/* Marker */

.post-content ::marker {
    font-weight: 700;
    color: rgb(var(--links));
}


/* HR (divider) */

#pun .post-content hr {
    opacity: 1;
    filter: none!important;
    border: 0;
    padding: 8px 0px;
    border-bottom: 1px solid #E8E7E4 !important;
    height: 1.5px;
}

/* Table */

#pun .post-content td {
    border: none !important;
    padding: var(--8) !important;
    vertical-align: top;
}


/* Quote, code & spoiler */

.quote-box,
.code-box,
.spoiler-box {
    padding: var(--16) var(--32);
    margin: var(--8) 0;
    position: relative;
    background-color: var(--pun2Color);
    border-radius: 16px;
    border: 1px solid var(--punBorderColor);
}

blockcode,
blockquote {
    overflow: hidden;
}

.code-box .scrollbox {
    width: 100%;
    overflow: hidden auto;
    height: 50px !important;
    max-height: 120px;
    padding-top: var(--4);
}

.code-box pre {
    white-space: break-spaces;
    font-size: 11px;
    padding-top: 10px;
    box-sizing: border-box;
    font-family: var(--font);
    letter-spacing: normal;
    color: #262627b8;
}

.quote-box cite,
.code-box strong a {
    font-size: 13px;
    line-height: 100%;
    text-transform: lowercase;
    padding: 0 var(--4) var(--2);
    margin-bottom: var(--4);
    font-family: var(--fontHeader);
    font-style: italic;
    color: rgb(var(--dark));
}

.quote-box cite,
.code-box strong,
.code-box strong a {
    display: inline-block;
    font-weight: 500;
}

#pun .spoiler-box > div {
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    text-transform: lowercase;
    padding: 0 var(--4) var(--2);
    font-family: var(--fontHeader);
    font-style: italic;
    color: rgb(var(--dark));
    text-align: center;
}


.punbb .code-box strong.legend {
    background-color: #e8e7e4;
    width: 100%;
    display: flex;
    padding-bottom: 2px;
    border-radius: 7px;
    padding-top: 7px;
    padding-left: 15px;
}

.punbb .code-box strong.legend {
    background-color: #e8e7e4;
    width: 100%;
    display: flex;
    padding-bottom: 2px;
    border-radius: 7px;
    padding-top: 7px;
    padding-left: 15px;
}

.quote-box cite {
    content: "";
    height: auto;
    border-bottom: 1px solid #d7d6d3;
    width: 100%;
    padding-bottom: 5px;
}


/* Admin pages
------------------------------------------------------------------ */

.title-logo-tdr {
    display: none;
}

.punbb-admin #filetable .tc3 {
    width: 10% !important;
}

#pun-adnav li {
    list-style: none;
}

#pun-adnav sup {
    display: none;
}

#pun-adnav li.isactive > a {
    color: rgb(var(--primary));
    background: none;
}


/* Modal
------------------------------------------------------------------ */

#pun-report .inner,
#pun-reputation .inner,
#pun-admin-award-form .inner {
     background: rgb(var(--punColor));
     border-radius: 16px;
     box-shadow: 0 var(--8) var(--64) rgb(var(--dark) / .38) !important;
}

#pun-report .container,
#pun-reputation .container,
#pun-admin-award-form .container {
    padding: 0 !important;
}

#pun-report h1,
#pun-reputation h1,
#pun-admin-award-form h1 {
    margin-top: 0;
}


/* Scrollbar
------------------------------------------------------------------ */

@supports selector(::-webkit-scrollbar) {
    *::-webkit-scrollbar-thumb {
        background: rgb(var(--links));
    }
    *::-webkit-scrollbar-thumb:hover {
        background: rgb(var(--dark-brown));
        cursor: default;
    }
    *::-webkit-scrollbar-track {
        background: #CACAC7;
    }
    *::-webkit-scrollbar {
        max-width: 8px;
        max-height: 8px;
    }
}

@supports not selector(::-webkit-scrollbar) {
    * {
        scrollbar-width: thin;
        scrollbar-color: rgb(var(--dark)) rgb(var(--secondary));
    }
}








/*всплывающая подсказка*/
#tooltip {
position:absolute;
background-color: rgb(var(--links)); /* фон подсказки */
z-index: 999;
max-width:200px; /* максимальная ширина подсказки */
border:0px dotted #74A1F2; /* толщина. стиль и цвет рамки */
-moz-border-radius:4px;
-khtml-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
font-family: Inter; /* шрифт подсказки */
font-size:10px; /* размер текста */
display:none;
color:#fff; /* цвет текста */
text-align:center;
padding:4px;
padding-top: 5px;
text-transform:lowercase;
letter-spacing:0.5px;
}








/*************************************************************
ОФОРМЛЕНИЕ ТАБЛИЦЫ В ШАПКЕ
**************************************************************/


.shapka_tandem, .shapka_episode, .shapka_post p, .shapka_people p {
    position: absolute;
    display: flex;
    z-index: 1;
    font-size: 18px;
    color: rgb(var(--dark));
    font-family: var(--fontHeader);
    text-transform: lowercase;
    align-content: center;
    align-items: center;
    font-weight: 500;
    justify-content: center;
    background-color: #fff;
    font-style: italic;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 4px;
    padding-left: 15px;
    padding-right: 15px;
    gap: 5px;
    flex-wrap: wrap;
    padding-top: 0px;
}


.shapka_tandem {
    margin-left: 70px;
    transform: rotate(-5deg);
    margin-top: 110px;
}


.shapka_tandem img {
    width: 14px;
    margin-top: 2px;
}


.shapka_episode {
    margin-left: 500px;
    transform: rotate(2deg);
    margin-top: 150px;
}


.shapka_post {
    width: 337px;
    margin-left: 725px;
    margin-top: 275px;
}

.shapka_post p {
transform: rotate(-5deg);
margin-top: -6px;
}

.shapka_post text {
    width: 302px;
    height: 49px;
    position: absolute;
    text-align: justify;
    margin-top: 30px;
    font: 300 10px Inter;
    line-height: 16px;
    letter-spacing: 0.3px;
    margin-left: 35px;
}



.shapka_people {
    width: 340px;
    margin-left: 40px;
}

.shapka_people p{
    transform: rotate(3.5deg);
    margin-top: 13px;
    margin-left: 100px;
}

.shapka_people activist {
    display: flex;
    gap: 10px;
    position: absolute;
    margin-top: 40px;
}


.shapka_people activist img {
    border: 5px solid rgb(255 255 255);
    transition: all 0.5s !important;
    outline: 1px solid #e8e7e4;
    filter: saturate(0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}


.shapka_info {
    display: inline-flex;
    align-items: flex-end;
    overflow: hidden;
    flex-shrink: 0;
    height: 15px;
    font-weight: 500;
    transition: all 0.5s !important;
    font-size: 14px;
    text-transform: lowercase;
    position: absolute;
    margin-top: -180px;
    margin-left: 807px;
    color: rgb(var(--links));
}


/*************************************************************
ОФОРМЛЕНИЕ ТЕМ
**************************************************************/


/* мини-тема
-------------------------------------------------------------*/

.default_smll {
    font-size: 10px;
    width: 600px;
    margin: 0 auto;          
    margin-top: var(--16);     
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--pun2Color);
    border-radius: 16px;
    border: 1px solid var(--punBorderColor);
    position: relative;
    line-height: 16px;
    text-align: justify;
}

.default_smll-wrap {
background: 
    linear-gradient(rgba(252,252,249,0.68), rgba(252,252,249,0.68)), 
    url(https://forumstatic.ru/files/001b/9b/ff/76738.png) center/cover no-repeat;
  border-radius: 16px;
  padding: 16px; 
}

.default_smll .header {
    display: flex;
    justify-content: center;
}


.default_smll .header p {
    position: absolute;
    display: flex;
    z-index: 1;
    font-size: 18px;
    color: rgb(var(--dark));
    font-family: var(--fontHeader);
    text-transform: lowercase;
    align-content: center;
    align-items: center;
    font-weight: 400;
    background-color: #fff;
    font-style: italic;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 4px;
    padding-left: 15px;
    padding-right: 15px;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -30px;
    line-height: 20px !important;
}

.default_smll .text {
    margin-top: 5px;
}

.default_smll .text a {
    font-weight: 600;
}

.default_smll .header p::after {
    content: "";
    background: url(https://forumstatic.ru/files/001b/9b/ff/67732.svg) no-repeat center;
    width: 40px;
    height: 40px;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    margin-left: 106%;
    margin-top: 12px;
    transform: rotate(346deg);
}

.default_smll .subheader {
  display: block;              
  width: -moz-fit-content;      
  width: fit-content;            
  padding: 0 10px;        
  background-color: #E9E9E7;
  border-radius: 5px;
  line-height: 24px;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 8px;
}

/* лучшие
-------------------------------------------------------------*/

.best_smll {
  font-size: 10px;
  width: 550px;
  margin: 0 auto;
  margin-top: var(--16);
  padding: 20px 20px 15px;
  background-color: var(--pun2Color);
  border-radius: 16px;
  border: 1px solid var(--punBorderColor);
  position: relative;
  line-height: 16px;
  text-align: justify;
}
.best_smll-wrap {
  background:
    linear-gradient(rgba(252,252,249,0), rgba(252,252,249,0)),
    url(https://forumstatic.ru/files/001b/9b/ff/55727.png) center/cover no-repeat;
  border-radius: 16px;
  padding: 16px 16px 24px;
}
.best_smll .header { display: flex; justify-content: center; }
.best_smll .header p {
  position: absolute;
  display: flex;
  z-index: 1;
  font-size: 18px;
  color: rgb(var(--dark));
  font-family: var(--fontHeader);
  text-transform: lowercase;
  align-items: center;
  font-weight: 400;
  background-color: #fff;
  font-style: italic;
  box-shadow: 0 4px 12px rgba(0,0,0,.12), 0 2px 8px rgba(0,0,0,.08);
  padding: 4px 15px;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -30px;
  line-height: 20px !important;
}
.best_smll .header p::after {
  content: "";
  background: url(https://forumstatic.ru/files/001b/9b/ff/67732.svg) no-repeat center;
  width: 40px; height: 40px;
  position: absolute;
  margin-left: 106%;
  margin-top: 12px;
  transform: rotate(346deg);
}
.best_smll .text { margin-top: 5px; }

/* ====== ОТСТУПЫ МЕЖДУ СЕКЦИЯМИ ====== */
.best_smll .section { position: relative; }
.best_smll .section + .section { margin-top: 24px; }

/* ====== УНИВЕРСАЛЬНАЯ ПЛАШКА ====== */
.best_smll .label {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px 6px;
  font-family: var(--fontHeader);
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  text-transform: lowercase;
  color: rgb(var(--dark));
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.12), 0 2px 8px rgba(0,0,0,.08);
  white-space: nowrap;
}

/* === модификаторы === */
.best_smll .label--best { top: 6px; right: 0; transform: rotate(3deg); }

.best_smll .section--inline {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.best_smll .label--read {
  position: relative; 
  display: inline-flex; 
  justify-content: center;
  transform: rotate(0deg);
}
.best_smll .label--read a {
  font-family: var(--fontHeader);
  font-style: italic;
  text-transform: lowercase;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--greenColor, #5f8d55);
  transition: color .2s ease;
}
.best_smll .label--read a:hover { color: var(--greenColorHover, #4d7545); }

.best_smll .label--post { top: 0; left: 0; transform: rotate(-1.36deg); }

.best_smll .label--otp {
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%) rotate(0deg);
}

/* ====== ЛУЧШИЕ ====== */
.best_smll .best-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 24px 0 6px;
}
.best_smll .best-item {
  display: grid;
  place-items: center;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: rgba(255,255,255,.65);
  outline: 1px solid #e8e7e4;
  border: 5px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.06);
}
.best_smll .best-item a {
  display: inline-block;
  width: 50px; height: 50px;
  border-radius: 50%;
  overflow: hidden;
  filter: saturate(.5);
  transition: transform .25s ease, filter .25s ease, box-shadow .25s ease;
}
.best_smll .best-item a:hover {
  transform: translateY(-2px);
  filter: saturate(1);
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
}
.best_smll .best-item img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}

/* ====== ПОСТ ОТ … ====== */
.best_smll .post-block { padding-top: 18px; }
.best_smll .post-text { margin: 3px 0 6px; }
.best_smll .post-footnote a {
  color: var(--greenColor, #5f8d55);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ====== ОТП НЕДЕЛИ ====== */
.best_smll .otp-image {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--punBorderColor);
  background: #ddd;
}
.best_smll .otp-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}



/* гостевая
-------------------------------------------------------------*/

.guestroom {
    background-color: var(--pun2Color);
    border-radius: 16px;
    border: 1px solid var(--punBorderColor);
    width: 765px;
    left: 14%;
    position: relative;
    padding: 20px;
}

.guestroom .links {
    position: absolute;
    display: inline-flex;
    gap: 20px;
    margin-top: -32px;
    margin-left: 25px;
}

.guestroom .links a {
    display: flex;
    font-size: 14px;
    color: rgb(var(--dark));
    font-family: var(--fontHeader);
    text-transform: lowercase;
    align-items: center;
    font-weight: 400;
    justify-content: center;
    background-color: #fff;
    font-style: italic;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 2px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 0.5s !important;
}

.guestroom .links a:hover {
color: rgb(var(--links));
}

.guestroom .info {
    height: 236px;
    position: relative;
    background-image: url(https://forumstatic.ru/files/001b/9b/ff/60797.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    padding: 35px;
    display: flex;
    justify-content: space-between;
}

.guestroom .info .name {
    font: 400 77px Scheherazade New;
    width: 300px;
    color: #F9F9F6;
    line-height: 45px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.guestroom .info .text {
    display: flex;
    text-align: justify;
    align-content: space-around;
    flex-wrap: wrap;
    width: 300px;
    flex-direction: row;
    gap: 92px;
    color: rgba(var(--punColor), 0.77);
    font: 400 10px Verdana;
    line-height: 16px;
    transition: all 0.5s !important;
}

.guestroom .info .text .ams {
    gap: 22px;
    display: inline-flex;
}

.guestroom .info .text .ams a {
    color: rgba(var(--punColor), 0.77);
}

.guestroom .info .text .ams a:hover {
    color: rgba(var(--punColor), 0.77);
    opacity:0.5;
}

.guestroom .info::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 6px;
    width: 717px;
    height: 236px;
    background: url(https://forumstatic.ru/files/001b/9b/ff/75568.svg) no-repeat center;
    background-size: contain;
    /* transform: rotate(-12deg); */
    pointer-events: none;
}

.guestroom .spiski {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.guestroom .spiski .broni {
    background-color: #F8F8F5;
    border-radius: 16px;
    border: 1px solid var(--punBorderColor);
    width: 350px;
    padding: 15px;
}

.guestroom .spiski .broni .header {
    display: flex;
    justify-content: center;
    font: 400 12px var(--fontHeader);
    font-style: italic;
    background-color: #E9E9E7;
    border-radius: 5px;
    line-height: 30px;
}

.guestroom .spiski .broni .spisok {
    height: 96px;
    overflow-y: auto;
    margin-top: 10px;
}

.guestroom .spiski .broni .spisok li {
    font: 400 10px Verdana;
    line-height: 16px;
    text-transform: lowercase;
}

.guestroom .spiski .broni .spisok date {
    font: 500 9px Verdana;
    color: rgba(var(--punColor));
    background-color: #A3AC9B;
    border-radius: 4px;
    display: flex;
    width: 40px;
    line-height: 14px;
    justify-content: center;
    margin-bottom: 2px !important;
}



/* список внешностей
-------------------------------------------------------------*/

.default_big {
    font-size: 10px;
    width: 100%;
    margin-top: var(--16);
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 25px;
    background-color: var(--pun2Color);
    border-radius: 16px;
    border: 1px solid var(--punBorderColor);
    position: relative;
    line-height: 16px;
    text-align: justify;
}

.default_big .header {
    display: flex;
    justify-content: center;
}

.default_big .header p {
    position: absolute;
    display: flex;
    z-index: 1;
    font-size: 18px;
    color: rgb(var(--dark));
    font-family: var(--fontHeader);
    text-transform: lowercase;
    align-content: center;
    align-items: center;
    font-weight: 400;
    background-color: #fff;
    font-style: italic;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 4px;
    padding-left: 15px;
    padding-right: 15px;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -30px;
    line-height: 20px !important;
}


.default_big .header p::after {
    content: "";
    background: url(https://forumstatic.ru/files/001b/9b/ff/67732.svg) no-repeat center;
    width: 40px;
    height: 40px;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    margin-left: 106%;
    margin-top: 12px;
    transform: rotate(346deg);
}

.default_big .text {
    margin-top: 15px;
    width: 550px;
    text-align: justify;
    margin-left: 230px;
}


.default_big .spiski {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    Gap: 20px;
}

.default_big .spiski .broni {
    background-color: #F8F8F5;
    border-radius: 16px;
    border: 1px solid var(--punBorderColor);
    width: 350px;
    padding: 15px;
    flex: 1 1 calc(50% - 20px);
}

.default_big .spiski .broni .header {
    display: flex;
    justify-content: center;
    font: 400 12px var(--fontHeader);
    font-style: italic;
    background-color: #E9E9E7;
    border-radius: 5px;
    line-height: 30px;
}

.default_big .spiski .broni .spisok {
    height: 96px;
    overflow-y: auto;
    margin-top: 10px;
}

.default_big .spiski .broni .spisok li {
    font: 400 10px Verdana;
    line-height: 16px;
    text-transform: lowercase;
}

.default_big .spiski .broni .spisok-name {
    height: 96px;
    overflow-y: auto;
    margin-top: 10px;
    display: flex;
    gap: 5px;
    flex-direction: column;
    flex-wrap: wrap;
}


/* банк
-------------------------------------------------------------*/

.default_big .spiski .broni .bank {
    height: 250px;
    overflow-y: auto;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.default_big .spiski .broni .bank p {
    display: grid;
    grid-template-columns: 60px 1fr; /* колонка для числа + колонка для текста */
    align-items: center; 
    gap: 10px;
    text-transform: lowercase;
    padding-right: 5px;
}

.default_big .spiski .broni .bank b {
    background-color: #e9e9e7;
    font: 400 14px Inter;
    padding: 4px;
    border-radius: 5px;
    color: rgb(var(--dark));
    text-align: center;
    white-space: nowrap; /* чтобы числа не переносились */
}




/* купоны в банке*/

/* контейнер с купонами */
.default_big .spiski .broni .kupons{
  display:flex;
  flex-wrap:wrap;          /* перенос на следующую строку */
  gap:15px;
  align-items:stretch;     /* одинаковая высота в строке */
  margin-top:10px;
  overflow-x:visible;      /* прокрутка больше не нужна */
}

/* сама карточка */
.default_big .spiski .broni .kupons .kupon {
  background: #8C9B80;
  padding: 10px 20px;
  text-align: center;
  box-sizing: border-box;
  flex: 1 1 calc((100% - 30px) / 3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* слева */
.default_big .spiski .broni .kupons .kupon::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:8px;               /* = диаметр */
  height:100%;
  pointer-events:none;

  background-image: radial-gradient(circle 4px at 0 7px, #F8F8F5 99%, transparent 100%);
  background-size: 8px 14px;   /* диаметр &#215; шаг */
  background-repeat: repeat-y;
  background-position: left 0 top 7px; /* стартовое смещение по вертикали */
}



/* заголовок */
.default_big .spiski .broni .kupons .kupon b{
  font:400 14px Inter;
  padding:4px;
  border-radius:5px;
  color: rgba(var(--punColor), 1);
  white-space:nowrap;
}

/* текст */
.default_big .spiski .broni .kupons .kupon p{
  display:flex;
  color: rgba(var(--punColor), 1);
  flex-direction:column;
  align-items:center;
  text-transform:uppercase;
  font-size:11px;
  margin:0;                 /* на всякий случай */
  flex:1;                   /* заполняет высоту карточки */
}

/* кастомный <small> только внутри купонов */
.default_big .spiski .broni .kupons .kupon small{
  font-size:10px;
  line-height:1.4;
  text-transform:none;
  color: rgba(var(--punColor), 1);
  opacity:.8;
}

/* адаптив: 2 в ряд и 1 в ряд */
@media (max-width: 900px){
  .default_big .spiski .broni .kupons .kupon{
    flex-basis:calc((100% - 15px)/2);
  }
}
@media (max-width: 560px){
  .default_big .spiski .broni .kupons .kupon{
    flex-basis:100%;
  }
}

/* магазин
-------------------------------------------------------------*/

.default_big .spiski .broni .icons {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.default_big .spiski .broni .icons img {
    padding: 6px;
    border: 1px solid #e9e9e7;
    border-radius: 50%;
    width: 35px;
}


.default_big .spiski .broni .plushes {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    height: 235px;
    overflow-y: auto;
}


.default_big .spiski .broni .plushes .plash {
    background-color: #e9e9e7;
    position: relative;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 auto;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 210px;
}

.default_big .spiski .broni .plushes .plash text1 {
    width: auto;
    font-size: 11px;
    letter-spacing: 0.3px;
    font-weight: 500;
    text-transform: uppercase;
}

.default_big .spiski .broni .plushes .plash text2 {
    width: auto;
    font-size: 8px;
    letter-spacing: 0.3px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 2px;
}

.default_big .spiski .broni .plushes .imgbox {
    position: relative;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 auto;
    width: 210px;
}

.default_big .spiski .broni .plushes .imgbox hex {
    position: absolute;
    top: 14px;
    left: 6px;
    background: #fff;
    color: #000;
    font: 12px / 1 monospace;
    padding: 2px 6px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    cursor: pointer;
}

.default_big .spiski .broni .plushes .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.default_big .spiski .broni .lski {
    width: 962px;
    height: 120px;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    margin-top: 10px;
}

.default_big .spiski .broni .lski img {
    min-width: 150px;
    height: 100px;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
}



/* список занятости
-------------------------------------------------------------*/

   /* ===== Каркас ===== */
    .jobs .wrap{
max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 16px;
    font: 16px / 1.5 system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", sans-serif;
    color: rgb(var(--text));
    margin-top: 20px;
    }
    /* прячем радиокнопки */
    .jobs input[type="radio"]{ position:absolute; left:-9999px; }

    /* ===== Навигация слева (как на CodePen) ===== */
    .jobs .nav{
padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    }
    .jobs .tab{
    display: block;
    padding: 12px 14px;
    border-radius: 0px;
    background: #ffffff;
    border: 1px solid #e8e7e4;
    letter-spacing: .2px;
    cursor: pointer;
    transition: transform .12s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
    font-size: 18px;
    color: rgb(var(--dark));
    font-family: var(--fontHeader);
    text-transform: lowercase;
    font-style: italic;
    }
    .jobs .tab small{
    display: block;
    margin-top: 4px;
    color: #6b7280;
    font: 400 10px Inter;
    }
    .jobs .tab:hover{ transform: translateY(0px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08); }

    /* Активная плашка (через :checked) */
    #t1:checked ~ .nav label[for="t1"],
    #t2:checked ~ .nav label[for="t2"],
    #t3:checked ~ .nav label[for="t3"],
    #t4:checked ~ .nav label[for="t4"],
    #t5:checked ~ .nav label[for="t5"]{
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    /* ===== Контент справа ===== */
    .jobs .panes{
    position: relative;
    height: 395px;
    overflow: clip;
    margin-top: 13px;
    width: 100%;
    padding-right: 25px !important;
    }
    .jobs .pane{
    position: absolute;
    inset: 0;
    overflow: auto;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .35s ease, transform .35s ease;
    display: flex;
    flex-direction: column;
    padding-right: 15px;
    gap: 5px;
    }
    /* Показ активной панели (как в CodePen — по соседству с радио) */
    #t1:checked ~ .panes .pane[data-pane="1"],
    #t2:checked ~ .panes .pane[data-pane="2"],
    #t3:checked ~ .panes .pane[data-pane="3"],
    #t4:checked ~ .panes .pane[data-pane="4"],
    #t5:checked ~ .panes .pane[data-pane="5"]{
      opacity:1; transform:translateY(0); pointer-events:auto;
    }

    /* ===== Внутри панели — как на скрине ===== */
  
    .jobs .item{
    display: flex;
    gap: 1px;
    align-items: flex-start;
    border-radius: 8px;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #e8e7e4;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
padding-top: 8px;
    }

.jobs .item a {
    font: 400 16px Inter;
    line-height: 12px;
text-transform: lowercase;
}

.jobs .item p {
    font: 400 10px Inter;
}

    .jobs .muted{ color:#5f6b7a; }


    /* Адаптив */
    @media (max-width:820px){
      .jobs .wrap{ grid-template-columns:1fr }
    }


/* список городов
-------------------------------------------------------------*/

   /* ===== Каркас ===== */
    .bboston .wrap{
max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-rows: 120px 1fr;
    gap: 16px;
    font: 16px / 1.5 system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", sans-serif;
    color: rgb(var(--text));
    margin-top: 20px;
    }
    /* прячем радиокнопки */
    .bboston input[type="radio"]{ position:absolute; left:-9999px; }

    /* ===== Навигация слева (как на CodePen) ===== */
    .bboston .nav{
    padding: 18px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    }
    .bboston .tab{
    display: block;
    padding: 12px 14px;
    border-radius: 0px;
    background: #ffffff;
    border: 1px solid #e8e7e4;
    letter-spacing: .2px;
    cursor: pointer;
    transition: transform .12s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
    font-size: 18px;
    color: rgb(var(--dark));
    font-family: var(--fontHeader);
    text-transform: lowercase;
    font-style: italic;
    }
    .bboston .tab small{
    display: block;
    margin-top: 4px;
    color: #6b7280;
    font: 400 10px Inter;
    }
    .bboston .tab:hover{ transform: translateY(0px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08); }

    /* Активная плашка (через :checked) */
    #t1:checked ~ .nav label[for="t1"],
    #t2:checked ~ .nav label[for="t2"],
    #t3:checked ~ .nav label[for="t3"],
    #t4:checked ~ .nav label[for="t4"],
    #t5:checked ~ .nav label[for="t5"],
    #t6:checked ~ .nav label[for="t6"]{
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    /* ===== Контент справа ===== */
    .bboston .panes{
    position: relative;
    height: 150px;
    overflow: clip;
    margin-top: 5px;
    width: 100%;
    padding-right: 25px !important;
    }
    .bboston .pane{
    position: absolute;
    inset: 0;
    overflow: auto;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .35s ease, transform .35s ease;
    display: flex;
    flex-direction: column;
    padding-right: 15px;
    gap: 5px;
    }
    /* Показ активной панели (как в CodePen — по соседству с радио) */
    #t1:checked ~ .panes .pane[data-pane="1"],
    #t2:checked ~ .panes .pane[data-pane="2"],
    #t3:checked ~ .panes .pane[data-pane="3"],
    #t4:checked ~ .panes .pane[data-pane="4"],
    #t5:checked ~ .panes .pane[data-pane="5"],
    #t6:checked ~ .panes .pane[data-pane="6"]{
      opacity:1; transform:translateY(0); pointer-events:auto;
    }

    /* ===== Внутри панели — как на скрине ===== */
  
    .bboston .item{
    display: flex;
    gap: 1px;
    align-items: flex-start;
    border-radius: 8px;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #e8e7e4;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
padding-top: 8px;
    }

.bboston .item b {
font-weight: 600;
    font-family: 'Inter';
    font-size: 12px;
    letter-spacing: 0.3px;
}

    .bboston .muted{ color:#5f6b7a; }


    /* Адаптив */
    @media (max-width:820px){
      .bboston .wrap{ grid-template-columns:1fr }
    }


/* СНСКИ
-------------------------------------------------------------*/

.chat {
    width: 320px;
    background-color: #efefec;
    border-radius: 16px;
    overflow: hidden;
    left: 26%;
    position: relative;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
}


.chat .header {
    height: 90px;
    background: url(https://forumstatic.ru/files/001b/9b/ff/95805.png) no-repeat center center / cover, #A3AC9B;
}

.chat .header img {
    width: 45px;
    border-radius: 50%;
    outline: 1px solid #e8e7e4;
    border: 3px solid rgb(255 255 255);
    top: 20px;
    position: relative;
    left: 50px;
}

.chat .header span {
    position: absolute;
    color: #ffffff;
    font: 400 15px Inter;
    left: 105px;
    top: 25px;
    text-transform: lowercase;
}

.chat .header span:before {
    content: "Онлайн";
    position: absolute;
    font: 400 10px Inter;
    top: 20px;
    width: 50px;
}

.chat .messages-body {
    border-radius: 16px;
    background-color: #fbfbfb;
    margin-top: -15px;
}


.messages-body .messages {
    border-radius: 16px;
    background-color: #fbfbfb;
    margin-top: -15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-height: 500px;
    overflow-y: auto;
    top: 15px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.chat .messages .msg-left {
    background-color: #edecea;
    width: 230px;
    border-radius: 10px 10px 10px 0px;
    position: relative;
    padding: 10px;
    font: 400 10px Inter;
    letter-spacing: 0.2px;
    box-shadow: rgb(0 0 0 / 3%) 0px 2px 5px, rgb(0 0 0 / 9%) 0px 2px 2px;
}


.chat .messages .msg-left img, .chat .messages .msg-right img {
    width: 208px;
    border-radius: 5px;
    padding-bottom: 5px;
}


.chat .messages .msg-right {
    background-color: #d8dece;
    width: 230px;
    border-radius: 10px 10px 0px 10px;
    position: relative;
    padding: 10px;
    font: 400 10px Inter;
    letter-spacing: 0.2px;
    box-shadow: rgb(0 0 0 / 3%) 0px 2px 5px, rgb(0 0 0 / 9%) 0px 2px 2px;
    left: 51px;
}

.chat .footer {
    height: 80px;
    background: url(https://forumstatic.ru/files/001b/9b/ff/91455.png) no-repeat center center / cover, #fbfbfb;
    position: relative;
}


.messages-body .messages::-webkit-scrollbar {
    width: 3px;
}




/* СОЦСЕТЬ
-------------------------------------------------------------*/
/* страница-превью */

.insta-main {
    position: relative;
    width: 500px;
    border-radius: 16px;
    overflow: hidden;
    left: 17%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    background-color: #fbfbfb;
}

.insta-main .bg {
    width: 500px;
    height: 200px;
}

.insta-main .bg img {
    width: 500px;
    height: 200px;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.insta-main .header {
    position: relative;
    top: -70px;
}


.insta-main .header img {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    border: 5px solid rgb(251 251 251);
    top: 0px;
    left: 25px;
    position: relative;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.insta-main .header p {
    position: absolute;
    width: 300px;
    display: flex;
    flex-direction: column;
    font: 500 16px Inter;
    left: 170px;
    margin-top: -60px;
}

.insta-main .header small {
    font: 500 10px Inter;
}


.insta-main .counts {
    position: relative;
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: -45px;
    border-bottom: 1px solid #dfdfdd;
    width: 450px;
    margin-left: 25px;
    padding-bottom: 20px;
}


.insta-main .counts p {
    background-color: #efefec;
    padding: 10px;
    border-radius: 30px;
    width: 120px;
    display: flex;
    justify-content: center;
    font: 600 11px inter;
    color: #6c6c65;
}


.insta-main .photos {
    position: relative;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}


.insta-main .photos img {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
}





/* страница-пост*/

.insta-post {
    position: relative;
    width: 400px;
    border-radius: 16px;
    overflow: hidden;
    left: 24%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    background-color: #fbfbfb;
    padding-bottom: 25px;
}

.insta-post .photo {
    width: 400px;
    position: relative;
}


.insta-post .photo img {
    width: 400px;
    max-height: 500px;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.insta-post .descr {
    position: relative;
}


.insta-post .descr {
    position: relative;
    background-color: #fbfbfb;
    border-radius: 16px;
    z-index: 1;
    margin-top: -25px;
}


.insta-post .descr .header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 25px;
    padding-right: 25px;
}


.insta-post .descr .header img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 5px solid rgb(251 251 251);
    top: 0px;
    position: relative;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -20px;
}


.insta-post .descr .header .name {
    font: 500 16px Inter;
    display: flex;
    flex-direction: column;
}


.insta-post .descr .header .name small {
    font: 500 10px Inter;
}


.insta-post .descr text {
    position: relative;
    display: flex;
    justify-content: center;
    border-top: 1px solid #dfdfdd;
    width: 350px;
    margin-left: 25px;
    padding-top: 15px;
    margin-top: 15px;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}



.insta-post .descr .header::before {
    content: "+follow";
    position: absolute;
    z-index: 1;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 16px;
    border: 1px solid #e8e7e4;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600 !important;
    color: rgb(59 59 59);
    transition: all 0.5s !important;
    margin-left: 270px;
    margin-top: 15px;
}


.insta-post .descr .header:hover::before{
background-color: #efefec;
}




/* ЕЖЕДНЕВНЫЕ ОТМЕТКИ
-------------------------------------------------------------*/

.default_big .daily {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 25px;
}

.default_big .daily .descr {
    flex: 0 0 240px;
    padding-right: 25px;
    font: 400 12px inter;
    text-align: justify;
}



.default_big .days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.default_big .days .day {
position: relative;
    background: #f5f5f3;
    padding: 12px;
    border-radius: 6px;
    font-weight: 500;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border: 1px solid #dfdfdd;
}

.default_big .days .highlight {
    background: #d8dece;
    grid-row: span 1;
}

.default_big .days .bonus {
    display: flex;
    flex-direction: row;
    width: 280px;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    gap: 10px;
    padding-left: 35px;
    margin-left: 15px;
    font: 600 14px inter !important;
}

.default_big .days .bonus .date {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 3px;
    background-color: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -50px;
    position: absolute;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    color: #557024;
}

.default_big .days .bonus .reward small {
  display: block;
  font-size: 0.75em;
  margin-top: 4px;
}


.default_big .daily .descr .profile {
    margin-top: 0px;
    position: relative;
    width: 225px;
    height: 180px;
}

.default_big .daily .descr .profile .icon {
    width: 35px;
    height: 35px;
    display: flex;
    background-color: rgb(var(--punColor));
    border-radius: 50%;
    border: 1px solid #e8e7e4;
    padding: 1px !important;
    justify-content: center;
    vertical-align: middle;
    position: absolute;
    margin-top: 25px;
    margin-left: -15px;
    z-index: 2;
}

.default_big .daily .descr .profile .icon img {
    object-fit: cover;
    padding: 5px;
}

.default_big .daily .descr .profile .plush {
    height: 60px;
    border-radius: 16px;
    z-index: 1;
    margin-top: -15px;
    position: relative;
}

.default_big .daily .descr .profile .bg {
    position: absolute;
    margin-top: 25px;
}

.default_big .daily .descr .profile .bg img {
    width: 225px;
    height: 100px;
    object-fit: cover;
    overflow: hidden;
    display: block;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    background-size: cover;
    border-radius: 16px;
}




/* КОЛЛЕКЦИИ
-------------------------------------------------------------*/

.default_big .collections {
    margin-top: 20px;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}


.default_big .collections .broni {
    background-color: #F8F8F5;
    border-radius: 16px;
    border: 1px solid var(--punBorderColor);
    width: 325px;
    padding: 15px;
    flex: 1 1 calc(50% - 20px);
}


.default_big .collections .broni .header {
    display: flex;
    justify-content: center;
    font: 400 12px var(--fontHeader);
    font-style: italic;
    background-color: #E9E9E7;
    border-radius: 5px;
    line-height: 30px;
}

.default_big .collections .broni .spisok {
    overflow-y: auto;
    margin-top: 10px;
}

.default_big .collections .broni .spisok .preview {
    display: flex;
    justify-content: center;
}

.default_big .collections .broni .spisok .preview img {
    width: 80px;
    height: 80px;
    padding: 5px;
    border: 1px solid #dfdfdd;
    border-radius: 12px;
}

.default_big .collections .broni .spisok .tasks {
    font: 500 10px Inter;
    line-height: 16px;
    margin-top: 10px;
    border-top: 1px solid #dfdfdd;
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdd;
}

.default_big .collections .broni .spisok .profile {
    margin-top: 15px;
    left: 12%;
    position: relative;
    width: 225px;
    height: 180px;
}


.default_big .collections .broni .spisok .profile .bg {
    position: absolute;
    margin-top: 25px;
}

.default_big .collections .broni .spisok .profile .bg img {
    width: 225px;
    height: 60px;
    object-fit: cover;
    overflow: hidden;
    display: block;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    background-size: cover;
    border-radius: 16px;
}


.default_big .collections .broni .spisok .profile .plush {
    height: 60px;
    border-radius: 16px;
    z-index: 1;
    margin-top: -15px;
    position: relative;
}


.default_big .collections .broni .spisok .icon {
    width: 35px;
    height: 35px;
    display: flex;
    background-color: rgb(var(--punColor));
    border-radius: 50%;
    border: 1px solid #e8e7e4;
    padding: 1px !important;
    justify-content: center;
    vertical-align: middle;
    position: absolute;
    margin-top: 25px;
    margin-left: -15px;
    z-index: 2;
}

.default_big .collections .broni .spisok .icon img {
    object-fit: cover;
    padding: 5px;
}

.default_big .collections .broni .spisok .profile .plush text1 {
    margin-top: 17px;
}

.default_big .collections .broni .spisok .profile .plush text2 {
    margin-top: 30px;
}


.default_big .collections .broni .spisok .profile .money {
    position: relative;
    margin-top: 90px;
    font: 400 25px inter;
    text-align: center;
}

/* ГОРОДА ИНФА
------------------------------------------------------*/

    .citypop{
max-width: 100%;
    margin: 0 auto;
    font: 16px / 1.5 system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", sans-serif;
    color: rgb(var(--text));
    margin-top: 20px;
    }


.citypop .cityblock1 {
    padding: 12px 14px;
    border-radius: 0px;
    background: #fafaf7;
    border: 1px solid #e8e7e4;
    letter-spacing: .2px;
    cursor: pointer;
    font-size: 18px;
    color: rgb(var(--dark));
    font-family: var(--fontHeader);
    text-transform: lowercase;
    font-style: italic;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
}


.citypop .cityblock {
    padding: 12px 14px;
    border-radius: 0px;
    background: #ffffff;
    border: 1px solid #e8e7e4;
    letter-spacing: .2px;
    cursor: pointer;
    color: rgb(var(--dark));
    text-transform: lowercase;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    font-size: 12px;
}






/* скрыть подфорумы на главной*/
.category .subforums {
    font-size: 0px !important;
    display: none !important;
}