/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1782830149.css);
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Arizonia&family=Grand+Hotel&family=Kaushan+Script&family=WindSong:wght@400;500&display=swap');

/* Font Awesome */
@import url('https://kit-pro.fontawesome.com/releases/v6.6.0/css/pro.min.css');

@font-face {
  font-family: 'Seaside';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001c/b8/7c/70385.ttf);
}

@font-face {
  font-family: 'FFF Tusj';
  font-style: normal;
  font-weight: 400;
  src: url(https://forumstatic.ru/files/001c/b8/7c/54229.ttf);
}

/* Variables */
:root {
    --bagmain: #99B6B8 url('https://forumstatic.ru/files/001c/ac/b2/13951.webp') center no-repeat;
    --bghead: url('https://forumstatic.ru/files/001c/ac/b2/92394.png') center no-repeat;
    --futbg: url('https://forumstatic.ru/files/001c/ac/b2/34771.png') center no-repeat;
    --navlinksmainf: "Montserrat";
    --navlinksmainc: rgb(255 255 255);
    --alllinkscol: rgb(95 117 121);
    --bodyc: rgb(244 255 254);
    --borderm: 1px solid rgb(190 224 219);
    --bannersscroll: rgb(27 31 6);
    --head300: 300;
    --headborder: 1px solid rgb(226 219 194);
    --headfname: "Montserrat";
    --newnbg: rgb(114 91 59);
    --newnbr: 1px solid rgb(234 234 234);
    --newhov: rgb(66 66 55);
    --maintextcol: #3F5053;
    --catbord: 1px solid #99aeb854;
    --cath2: url('https://forumstatic.ru/files/001c/ac/b2/49588.png');
    --hovllinkalll: rgb(32 36 23);
    --opforcol: rgb(112 102 75);
    --opforbac: rgba(215, 214, 209, 0.5);
    --iconbac: rgba(215, 214, 209, 0.8);
    --messinfo: rgb(228, 227, 221);
    --mssinfb: 1px solid rgba(69, 67, 61, 0.07);
    --profbg: rgb(227 226 224);
    --profbord: 1px solid rgba(112, 102, 75, 0.17);
    --profimgb: 1px solid rgba(112, 102, 75, 0.4);
    --proftext: rgb(86 79 60);
    --font-icon: "Font Awesome 6 Pro";
}


/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0}

/* A2.2 */
.punbb * {
  margin: 0;
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none;
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle;
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */

html {
  font-size: 100.01%;
  }

/* A3.2 */
.punbb {
  font: normal 80% Raleway, arial, helvetica, sans-serif;
  }

/* 3.3 */
.punbb textarea, .punbb optgroup {
  font: 1em arial, helvetica, sans-serif;
  font-weight: 400;
  color: var(--hovllinkalll);
  padding: 10px;
  letter-spacing: .5px;
  }

.punbb input {
    padding: 1px 10px 3px;
    color: var(--alllinkscol);
    font-family: var(--navlinksmainf);
    font-weight: 400;
    font-size: 13px;
    border-radius: 3px;
    background: rgb(198 215 215 / 50%);
    border: 1px solid #6a859742;
}

#pun-admain input {
    padding: 1px 10px 3px;
    color: var(--alllinkscol);
    font-family: var(--navlinksmainf);
    font-weight: 400;
    font-size: 13px;
    border-radius: 3px;
    background: rgb(198 215 215 / 50%);
    border: 1px solid #6a859742;
}

.podfora {
    display: flex;
    gap: 0 5px;
    flex-wrap: wrap;
}

.punbb select{
    padding: 1px 10px 3px;
    font-family: var(--navlinksmainf);
    font-size: 14px;
    color: var(--alllinkscol);
    border-radius: 3px;
    background: rgb(198 215 215 / 50%);
    border: 1px solid #6a859742;
}


/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }

.reactions-container {
    display: flex;
    gap: 4px;
    margin-top: 4px;
}

/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
  font-size: 1em;
  }

.inner.post_reputation {
    background: rgb(255 246 241);
    border-radius: 7px;
}

.inner.post_reputation .tc2 span {
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
    color: #8b7430;
}

textarea#reputationText {
    background: #ffefe6;
    border: 1px solid #b7a3988f;
    border-radius: 7px;
}

/* A3.6 */
.punbb pre {
  font: 1em/140% Raleway, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal;
  }

/* A3.8 */
.punbb .post-content em {
  font-style: italic;
  }

#main-reply {
    width: 100%;
    background: rgb(234 228 221 / 34%);
    border: var(--catbord);
    border-radius: 5px;
}

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

/* A3.10 */
.punbb a {
  text-decoration: none;
  }

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }

.punbb .pmtcl1 {
    width: 30% !important;
}

#profile .tc2 {
    width: 20% !important;
    font-size: 12px !important;
    color: #435350;
    padding-right: 5px;
}

#profile .tc3 {
    width: 10% !important;
    font-size: 10px !important;
    color: #425452;
    padding-right: 5px;
    padding-left: 0px;
    vertical-align: middle;
    padding-top: 3px;
}

/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 */
#pun {
    position: relative;
    background: #F0EFF3;
    margin: auto;
    width: 1000px;
    box-sizing: border-box;
    margin-top: 55px !important;
    margin-bottom: 55px;
    background-size: contain;
    border-radius: 10px;
}

/* A5.2 */
.punbb {
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 0px;
    float: none;
    width: auto;
    height: auto;
    background: transparent;
}

/* A5.3 */
#pun-redirect, #pun-maint {
    margin: 50px 20% 12px 20%;
    float: none;
    width: auto;
    min-height: 100px;
  }

  #pun-redirect {
    position: fixed;
    width: 100%;
    height: 100%;
    border: 0 none !important;
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: var(--bagmain);
    background-size: cover; 
   }

 #pun-redirect *{
      border:0 none;
   }

   #pun-redirect .main-title {
      display: none;
   }

  #pun-redirect.punbb .info .container a {
    color: var( --alllinkscol)!important;
    text-decoration: none;
  }

  #pun-redirect.punbb .info .container {
    display: block;
    margin-top: 120px;
    padding: 30px 0px;
    width: 900px;
    height: auto;
    border: 0 !important;
    text-align: center;
    margin: 5% auto;
    font-size: 13px;
    font-weight: 400;
    font-family: var(--navlinksmainf);
    text-transform: lowercase;
    color: var(--proftext);
    background: var(--bodyc); 
    border-radius: 5px;
  }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1.2em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.5em;
  }

/* A5.6 */
 .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }


/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

#imageupload-left input[type=button] {
    width: 11em;
    text-align: center;
    right: 31em !important;
}


/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-style: none none none none;
  border-width: 0px 0px 0px 0px;
  }

.punbb .category {
    width: 885px;
    display: flex;
    margin: auto;
    padding: 10px 20px 0 0;
    border: var(--catbord);
    margin-bottom: 20px;
    background: #ede7e44a;
    border-radius: 5px;
}

.punbb .category .container {

}

.category h2 {
    position: relative;
    display: flex!important;
    justify-content: center;
    box-sizing: border-box;
    width: 80px;
    flex-shrink: 0;
    background-size: auto;
    margin: 0;
    top: -11px;
    margin-bottom: -12px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-bottom: 0;
}

#pun-index .category.category-1 h2 {
    background: url(https://forumstatic.ru/files/001c/ac/b2/75949.png) center no-repeat;
    background-size: cover;
}

#pun-index .category.category-2 h2 {
    background: url(https://forumstatic.ru/files/001c/ac/b2/95439.png) top no-repeat;
    background-size: cover;
    
}

#pun-index .category.category-3 h2 {
    background: url(https://forumstatic.ru/files/001c/ac/b2/66046.png) top no-repeat;
    background-size: cover;
}
#pun-index .category.category-4 h2 {
    background: url(https://forumstatic.ru/files/001c/ac/b2/50395.png) center no-repeat;
    background-size: cover;
}
#pun-index .category.category-5 h2 {
    background: url(https://forumstatic.ru/files/001c/ac/b2/35895.png) center no-repeat;
    background-size: cover;
}

#pun-index .category.category-6 h2 {
    background: url(https://forumstatic.ru/files/001c/ac/b2/94951.png) top no-repeat;
    background-size: cover;
}

#pun-index .category.category-7 h2 {
        background: url(https://forumstatic.ru/files/001c/ac/b2/62052.png) top no-repeat;
    background-size: cover;

}

#pun-index .category.category-8 h2 {
        background: url(https://forumstatic.ru/files/001c/ac/b2/60320.png) center no-repeat;
    background-size: cover;
}

/* A5.9 */
.punbb .container {
  border-style: none;
  border-width: 0px;
  }

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-debug h2 {
    margin: 0px 0px -10px 70px;
    padding: 10px 0 20px !important;
    padding-right: 90px !important;
    width: auto;
    text-align: center;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 21px !important;
    font-style: normal;
    font-weight: 700;
    background-color: transparent;
    color: #817658;
  }

#pun-main h2 {
    display: none; 
}

#pun-main h2 span, #pun-stats h2 span {
    display: none;  
}

#pun-stats h2 {
    display: none;
}

#pun-about p.container {
    width: auto;
    padding: 0 !important;
    border: none !important;
    text-align: center;
    font-size: 8px;
    text-transform: lowercase;
    color: #5E7272;
    font-family: Inter;
    position: absolute;
    left: 30em;
    bottom: 2em;
}

#pun-about p.container a {
    color: #5E7272 !important;
}

/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  text-align: justify;
  }

/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border-top: 1px solid #red;
  width: 250px;
  margin: 5px 0;
  }

/* B1.3 */
.punbb .post-content p {
    margin: 0;
    padding: 0 0 1em 1em;
    line-height: 150%;
    font-size: 12px;
    font-weight: 400;
    font-family: Inter;
    color: rgb(52 62 62);
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom;
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
    margin: 1em 2px 1em 2px;
    padding: 15px 15px 15px 15px;
    background: rgb(219 227 229 / 61%);
    border: var(--catbord) !important;
    color: var(--alllinkscol);
    font-family: 'Inter';
    text-transform: none;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
  }

.spoiler-box {
    margin: 1em 2px 1em 2px;
    padding: 15px 15px 15px 15px !important;
  }

.punbb .post-content .code-box {
    margin: 2em 2px 1em 2px;
}

/* B1.9 */
.punbb .quote-box cite {
    display: block;
    margin: -31px -20px 10px -15px;
    padding: 0px 9px;
    color: #4D432E;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--navlinksmainf);
    margin-bottom: 8px;
    width: 30%;
    text-transform: lowercase;
    font-style: normal;
    letter-spacing: 0.2px;
  }

.punbb .quote-box cite, .punbb .code-box strong.legend {
    display: inline-flex;
    margin: -11px -20px 0px 0px !important;
    padding: 1px 9px 4px 9px;
    border-radius: 3px;
    color: #f0eff3;
    text-align: left;
    font-size: 12px;
    font-family: var(--navlinksmainf);
    width: auto;
    text-transform: lowercase;
    height: 13px;
    font-weight: 400;
    background: #6e8182;
    position: relative;
    top: -22px;
}

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/* B3 Pagination and posting links
-------------------------------------------------------------*/

/* B3.1 */
.punbb .linkst {
    float: left;
    position: relative;
    width: 98%;
    height: 0;
    font-size: 10px;
    font-weight: 400;
    font-family: var(--navlinksmainf);
    text-transform: uppercase;
    margin-left: 3em;
    color: var(--maintextcol);
  }
  
 .punbb .linkst strong, .linksb .pagelink strong {
    font-weight: 400!important;
  }

/* B3.2 */
.multipage {
  margin-top: 2em;
  }
  
.multipage .container {
    padding: 0 40px;
}

/* B3.3 */
.linkst .pagelink {
    position: absolute;
    top: -4.6em;
    left: 2em;
    width: 24em;
  }

/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -4em;
  right: 4em;
  width: 16em;
  text-align: right;
  }

/* B3.5 */
.punbb .linksb {
    text-align: right;
    padding: 0.4em 1em 0.5em 30px;
    font-size: 10px;
    font-weight: 400;
    font-family: var(--navlinksmainf);
    text-transform: uppercase;
  }

/* B3.6 */
.linksb .pagelink {
    float: left;
    width: 24em;
    text-align: left;
    font-size: 10px;
    color: var(--maintextcol);
    margin-left: 1.5em;
  }

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  margin-right: 2em !important;
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  padding-right: 1.6em;
  }


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
   padding: 0em 2.3em 1.1em 2.3em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  margin: 1em 0 0 0;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0;
  }

/* C1.4 */
.punbb fieldset {
  padding: 0 18px 0 0px;
  margin: 0 0 1em 0
  }

/* C1.5 */
.punbb fieldset legend {
    padding: 0;
    margin: 0 0 0 11px;
    font-size: 1.1em;
    color: #485655;
    font-weight: 400;
  }

/* C1.6 */
.punbb fieldset legend span {
    padding: 0 5px;
    margin: 0;
    font-size: 13px!important;
    font-weight: 400;
    font-family: var(--navlinksmainf)!important;
    text-transform: uppercase;
    background: transparent;
    margin-left: -1em;
  }

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0;
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0;
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both;
  }

/* C1.12 */
.punbb .datafield br {
  display: none;
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
    font-weight: 400;
    color: #3d5250;
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl{
  text-transform: none;
  overflow: hidden;
  text-align: left;
  width: auto;
  font-family: var(--navlinksmainf);
  color: rgb(137 112 79);
  }

.punbb .main .category .intd {
    background-repeat: no-repeat;
}

/* C2.2 */

.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
    width: 6%;
    text-align: center;
    font-size: 10px;
    font-weight: var(--head300);
    font-family: var(--navlinksmainf);
    text-transform: lowercase;
    color: rgb(71 99 104);
    font-style: italic;
    padding-right: 10px;
  }


/* C2.3 */
.punbb .main .forum .tcr {
    position: relative;
    width: 35%;
    text-transform: lowercase;
    overflow: visible;
    text-align: left;
    line-height: 45px;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--navlinksmainf);
    background: transparent;
    color: rgb(137 112 79);
  }

.punbb .main .forum .tcr a {
       font-weight: 500!important; 
}

/* C2.4 */
#pun-userlist .main .tcl {
  width: 30%
  }
  
 #pun-userlist .main .tcl span {
    line-height: 4;
 }

.punbb .main .forum .tc3 {
    display: none;
}

#pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl {
    background-color: transparent;
    width: 35%;
    padding-left: 30px;
    font-family: var(--navlinksmainf);
    font-size: 12px;
    color: var(--maintextcol);
}

#pun-searchtopics .main .icon {
    float: left;
    height: 8px;
    margin-left: 0px;
    margin-right: 5px;
    width: 8px;
    background: var(--datecolor);
    border-radius: 5px;
    margin-top: 6.5px !important;
}

/* C2.5 */
#pun-searchtopics .main .tc2 {
    text-align: left;
    width: 19%;
    font-size: 12px !important;
  }

#pun-userlist .main .tc2 {
    text-align: left;
    width: 20%;
    font-size: 13px;
}

#pun-userlist .main .tc3 {
   font-size: 12px !important;
}

.forum td.tc2, .forum td.tc3 {
    font-size: 13px !important;
}

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* C2.8 ñòèëü ïîäôîðóìîâ*/
#pun-index .tcl h3 {
    font-weight: 900 !important;
    color: var(--alllinkscol) !important;
    font-family: 'Inter';
    text-transform: lowercase;
    letter-spacing: 0;
    transition: 1s;
    position: relative;
    z-index: 100;
    font-size: 20px;
  }

#pun-index .tcl h3 a {
    font-weight: 900 !important;
    color: var(--alllinkscol) !important;
    font-family: 'Inter';
    text-transform: lowercase;
    letter-spacing: 0;
    font-size: 20px;
    transition: 1s;
  }

#pun-index .tcl h3 a:hover {
    color: #7E765D !important;
    font-weight: 900 !important;
    transition: 1s;
  }

#pun-index .tcl {
    width: 47%;
    position: relative;
    overflow: visible;
    padding: 0px 10px 10px 0;
    background: transparent;
}

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em;
  }

/* C2.11 */
.punbb .main td {
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
  padding: 0 20px 15px 10px;
  text-transform: lowercase;
  }

/* C2.12 */
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 1em 0.4em 1.4em;
  background: transparent;
  }

/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0;
  }

* html .tclcon {
    height: 1px;
  }

/* C2.14 */
#pun-index td div.tclcon {
    text-align: justify;
    position: relative;
    font-family: var(--navlinksmainf);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .2px;
    padding-left: 5px;
    padding-bottom: 1em;
    display: flex;
    flex-direction: column;
}


/* C2.15 */
#pun-messages .main .tc2 {
    text-align: center;
  }
 


/* C2.15*/
 div.icon {
    float: left;
    display: block;
    height: 10px!important;
    width: 10px!important;
    margin-top: 10px;
}

.punbb Div.icon {
background: transparent;
}
TR.inew Div.icon {
background: transparent;
}

#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon::before {
    float: left;
    height: 10px !important;
    margin-left: 0px;
    margin-right: 5px;
    width: 10px !important;
    background: rgb(151 115 115 / 14%);
    border-radius: 5px;
    margin-top: 3px !important;
}

#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon {
    float: left;
    height: 10px !important;
    margin-left: 0px;
    margin-right: 5px;
    width: 10px !important;
    background: rgb(55 137 163 / 47%);
    border-radius: 5px;
    margin-top: 3px !important;
}

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
    border-width: 1px;
    margin-top: 0;
    padding: 0 !important;
    padding-bottom: 1px !important;
  }

/* C3.2 */
.punbb .post h3 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
  }

.punbb .post h3 a {
    font-weight: 400 !important;
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 2px;
    color: #956d49;
}

/* C3.3 */
.punbb .post h3 span {
    padding: 5px 30px 5px 30px;
    display: block;
    font-weight: 400;
    background: transparent;
    font-size: 11px;
  }

/* C3.4 */
.punbb .post h3 strong {
    float: right;
    width: 5em;
    text-align: right;
    font-weight: normal;
    color: #956d49;
    margin-top: 1px;
  }

/* C3.5 */
.punbb .post .post-author {
    float: left;
    position: relative;
    margin: 10px 0 0 28px;
    padding-top: 0;
    width: 239px;
    font-family: var(--navlinksmainf);
    font-weight: 400;
    font-size: 12px;
    color: #3F5053;
    text-align: center;
    z-index: 1;
    background: #CCD6D9;
    border-radius: 7px;
  }

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: 0 1em 1em 0.98em;
  line-height: 140%;
  }

.punbb .post .post-author ul {
    background: #F0EFF3;
    position: relative;
    border: 1px solid #5f757952;
    background-size: cover;
    border-radius: 7px;
    margin: 12px;
}


/* C3.7 */
.pa-author {
    font-family: var(--headfname);
    font-size: 14px;
    font-weight: 800 !important;
    letter-spacing: 0px;
    text-align: center;
    width: 215px;
    height: 19px;
    color: #485353;
    margin-top: 21px;
    text-transform: lowercase;
    transition: ease 1s;
    position: relative;
    z-index: 1;
    margin-left: -13px;
  }

/* C3.8 */
.pa-author a {
    font-size: 14px;
    font-weight: 800 !important;
    font-family: var(--headfname);
    text-transform: lowercase;
    color: #6E8182 !important;
    transition: ease 1s;
  }

.pa-author a:hover {
    transition: ease 1s;
    color: #7E765D !important;
}

/* C3.9 */
li.pa-title {
    font-weight: normal;
    font-family: Inter;
    text-align: center;
    text-transform: lowercase;
    margin-top: -4px;
    margin-bottom: 6px;
    position: relative;
    z-index: 1;
    font-size: 10px;
    width: 215px;
    margin-left: -13px;
  }

li.pa-avatar.item2 {
    text-align: center;
    width: 216px;
    margin-left: -13px;
    position: relative;
    z-index: 1;
}

li.pa-avatar.item2 img {
    max-width: 180px;
    border-radius: 5px;
}

.lz-namec {
    font-family: Inter;
    text-transform: uppercase;
}



li.pa-online {
    width: 9px;
    height: 9px;
    position: absolute;
    background: #d1895e;
    border-radius: 10px;
    z-index: 1;
    top: 1em;
  }


/* C3.11 */
.punbb .post-body {
    margin-left: 236px;
    border-left-style: solid;
    border-left-width: 1px;
    padding: 0 0 1px 0;
  }

/* C3.12 */
.punbb .post-box {
    padding: 1px 30px 20px 40px;
  }

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em;
  }

/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 50px;
  }

/* C3.15 */
.punbb .post-links ul {
    padding: 1em 2.5em 1em 0;
    height: 2em;
    line-height: 2em;
    margin-left: -21em;
    border-top-style: dashed;
    border-top-width: 1px;
    background: transparent;
    text-align: right;
    font-size: 13px;
    font-family: var(--navlinksmainf);
    font-weight: 400;
    text-transform: uppercase;
  }

.punbb .post-links ul a {
    font-weight: 400 !important;
    color: #956d49!important;
}

/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }

/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }

/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
    padding: 0.5em 3em 0.5em 4.2em;
    text-align: right;
    font-size: 11px;
    text-transform: lowercase;
    font-family: Inter;
  }

.punbb .modmenu .container a {
    color: var(--maintextcol)!important;
    font-weight: var(--head300)!important;
}

.punbb .modmenu .container span {
    font-weight: 400!important;
}

.postlink.long {
    width: 30em;
    font-size: 10px;
    margin-right: 1.5em;
}

.postlink.long a {
    font-weight: var(--textreg)!important;
    color: var(--alllinkscol)!important;
    transition: 1s;
}

.postlink.long a:hover {
    color: var(--hovllinkalll)!important;
    transition: 1s;
}

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
    padding: 0.8em 1em;
    color: #5e5555;
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
  padding-left: 18.6em;
  }

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
  border-style: solid;
  border-width: 1px;
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

/* C6.5 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  width: auto;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 26px;
  position: relative;
  font-family: var(--navlinksmainf);
  font-size: 13px;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

#viewprofile li#pa-fld5 img {
    width: 20px;
    object-fit: contain;
}

#viewprofile .plsh {
    position: relative;
    gap: 10px;
    display: flex;
    z-index: 1;
    height: 35px;
    width: 185px;
    text-align: center;
    align-items: center;
    justify-content: center;
    left: 5px;
    bottom: 4px;
    border-radius: 7px;
}

#viewprofile .lz-info {
    font-size: 9px;
    text-align: center;
    width: 171px;
    color: #4E5353 !important;
    font-family: Inter;
    letter-spacing: 0.2px;
    margin-left: 5px;
    border: 1px solid #79928e8f;
    padding: 15px 7px 10px 7px !important;
    position: relative;
    top: -9px;
    border-radius: 7px;
    z-index: 1;
}

.lz-info p {
    padding: 0!important;
}

#viewprofile .lz-namec {
    width: 168px;
    text-align: center;
}

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  font-family: Inter;
  color: #6a8597;
  }

#viewprofile li a {
    color: #6a8597!important;
}

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }
  
  #profile-right li strong {
    padding-left: 2em;
    font-family: Inter;
    color: #6a8597;
}

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  color: #6a8597;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em;
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }

/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D1 Logo and description
-------------------------------------------------------------*/

/* D1.1 */
#pun-title {
    position: relative;
    width: 998px;
    height: 326px;
    background: var(--bghead);
    margin-left: -1px;
    padding-top: 5.5em;
}

/* D1.2 */
#pun-title h1 {
    display: none;
}

/* D1.3 */
#pun-title .container {
  border-style: none none none none;
  }

/* D1.4 */
#pun-title h1 span {
    display: none;
}


/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0;
}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline;
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em;
  }

/* D3 Forum navigation
-------------------------------------------------------------*/

/* D3.1 */
#pun-navlinks, #pun-navlinks .container {
    font-size: 10px;
    text-transform: uppercase;
    height: 3px;
    margin-left: 10px;
    letter-spacing: 1px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }

/* D3.2 */
#pun-navlinks .container {
    margin-top: -87em;
    padding: 0.7em 1.2em 0em 1em;
    z-index: 20
  }

/* D.3 */
#pun-navlinks li {
  display: inline;
  padding: 0px 8px;
  }

/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-top: 0 !important;
  }

/* D4.2 */
#pun-ulinks .container {
    display: flex;
    width: 100%;
    padding-inline-start: 0px;
    font-style: normal;
    text-transform: uppercase;
    background: transparent;
    align-items: center;
    justify-content: center;
    margin-top: -31.4em;
    margin-bottom: 26em;
    position: relative;
    z-index: 15;
  }

/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: solid;
  border-left-width: 1px;
  white-space: nowrap;
  }

/* D4.4 */
#pun-ulinks li a {
    padding: 0px 5px;
    font-size: 10px;
    color: var(--alllinkscol);
    font-weight: 400;
    text-transform: lowercase;
    font-family: Inter;
    letter-spacing: 0.6px;
    transition: 1s;
  }

#pun-ulinks li a:hover {
    font-weight: 500;
    transition: 1s;
}

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0;
  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 2em;
    z-index: 20;
    position: relative;
  }

/* D5.2 */
#pun-status .container {
    font-size: 10px;
    font-family: 'Inter';
    letter-spacing: 0.3px;
    text-transform: lowercase;
    width: auto;
    background: transparent;
    height: 25px;
    font-style: italic;
    display: flex;
    align-items: center;
    padding-left: 5em;
    color: var(--alllinkscol);
    justify-content: start;
    margin-top: 10px;
    font-weight: 500;
  }

#pun-status .container strong {
    font-weight: 500;
    color: var(--alllinkscol);
}

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  overflow: hidden;
  margin-top: 0;
  }

/* D5.5 */
#pun-crumbs1 p.container {
    height: 20px;
    font-family: Inter;
    font-size: 9px;
    letter-spacing: 0.2px;
    background: transparent;
    display: flex;
    align-items: center;
    color: var(--alllinkscol);
    justify-content: start;
    text-transform: lowercase;
    margin-left: 5.2em;
    margin-bottom: 0em;
}


#pun-crumbs1 p.container a, #pun-crumbs2 p.container a {
    font-weight: var(--textreg)!important;
    transition: 1s;
    color: var(--datecolor)!important;
}

#pun-crumbs1 p.container a:hover, #pun-crumbs2 p.container a:hover {
    transition: 1s;
    font-weight: var(--textreg)!important;
   color: var(--hovllinkalll)!important;
}

/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: 0 !important;
  position: relative;
  z-index: 1;
  }

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  display: none;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: none;
  }

/* D6.3 */
#pun-announcement .container {
    line-height: 1.1;
    text-align: center;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
    padding: 0em 0px 10px;
    font-family: var(--navlinksmainf);
    font-size: 12px;
    text-transform: lowercase;
    position: relative;
    font-weight: 400;
  }

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
  text-align: right;
  line-height: 150%;
  }

/* D7.4 */
li#onlinelist {
    margin-top: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    float: left;
    font-size: 11px;
    width: 100%;
    line-height: 170%;
    text-align: justify;
    color: rgb(137 112 79);
  }

li#onlinelist a {
    color: rgb(137 112 79)!important;
    font-weight: var(--textreg);
}

/* D7.5 */
li#onlinelist div {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 0.2em 0 0 0em;
  }

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */


/* D8.4 */


/* D8.5 */


/* D8.6 */
#pun-crumbs2 {
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
    height: 20px;
    font-family: Inter;
    font-size: 9px;
    letter-spacing: 0.2px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: start;
    text-transform: lowercase;
    margin-left: 5em;
    color: var(--alllinkscol);
  }

/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  border-style: solid none;
  border-width: 1px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: none;
  border-bottom-width: 0px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 0;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em;
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em;
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top;
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% Inter, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }

.category .container thead {
display: none;
}


.punbb .user-avatar .isonline {
    width: 9px !important;
    height: 9px !important;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 4px !important;
    right: -4px !important;
    animation: blinkColor .9s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;
    background: #85adbd !important;
    z-index: 100;
}


div#post-form h2 {
    display: none;
}

.punbb .flag-i, li.pa-ua {
    display: none !important;
}

li.pa-online strong {
    display: block;
    opacity: 0;
    color: rgb(81 100 98);
    text-align: center;
    text-transform: lowercase;
    width: 145px;
    font-size: 10px;
    border-radius: 5px;
    margin-left: 4px;
    font-weight: 400;
    background: #f0eff3;
    border: 1px solid #a6b8c9;
    transition: 1s;
    position: relative;
    top: -12px;
}

li.pa-online strong:hover {
    opacity: 1;
}

li.pa-gifts, li.pa-awards {
    display: none;
}




.punbb .container thead {
    display: none;
}



#tags .container {
    position: absolute;
    right: 6px;
    top: 44px;
    z-index: 2;
    border: 1px solid #3f8d8140;
    padding-top: 14px;
    background: #f0eff3;
    border-radius: 5px;
}

.post-content hr {
    opacity: 0.3!important;
    margin-bottom: 0.2em!important;
    margin-top: 0.2em;
}

.punbb .user-avatar .avatar-image {
    height: 45px !important;
    width: 45px !important;
    opacity: 0.85;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    border: 1px solid #B4A589 !important;
    border-radius: 5px !important;
}

.punbb .user-avatar {
    float: left;
    position: relative;
    height: 40px!important;
    width: 46px!important;
    margin: 1px 11px 2px 0px !important;
}


a.lastpost-link {
    font-size: 10px;
    text-transform: uppercase;
    color: #5F7579 !important;
    font-weight: 600 !important;
    font-family: Inter;
}

div#pun-navlinks {
    margin-bottom: 0 !important;
}




div#pun-announcement {
    margin-bottom: -10px !important;
}

#pun-status .status-right  {
    display: none!important;
}

.banners-place {
    height: 178px;
    width: 1000px;
    margin-bottom: -31px;
    margin-left: 0;
    background: var(--futbg);
    background-size: contain;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
}

.banners {
    width: 541px;
    height: 69px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    gap: 1px;
    left: 237px;
    bottom: 2.5em;
}



.banners a::after {
    content: "";
    width: 86px;
    height: 29px;
    border: 1px dashed #bdbfc199;
    background: #5a898961;
    position: absolute;
    margin-left: -88px;
    border-radius: 5px;
    transition: 1s;
}

.banners a:hover::after {
    content: "";
    width: 86px;
    height: 29px;
    border: 1px dashed #bdbfc199; 
    background: transparent;
    transition: 1s;
}

.banners img {
    border-radius: 5px !important;
    filter: grayscale(0.5);
}

.fish-fut {
    position: absolute;
    left: 450px;
    top: 17px;
}


.punbb .forum .tcl {
    font-size: 12px;
}

li.pa-fld1 {
    width: 189px;
    margin: auto;
    position: relative;
    z-index: 0;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: -15px;
}

.lz-info {
    font-size: 9px;
    text-align: center;
    color: #4E5353;
    width: 165px;
    font-family: Inter;
    letter-spacing: 0.2px;
    margin-left: 5px;
    border: 1px solid #79928e8f;
    padding: 15px 7px 10px 7px;
    position: relative;
    top: -9px;
    border-radius: 7px;
    z-index: 1;
    line-height: 1.1;
}

div#pun-live-rusff {
    display: none !important;
}

/* ÍÀÃÐÀÄÛ */
#navawards {
    display: none !important;
}



#viewprofile li .lz a {
    color: #805D85 !important;
}

div#pun-stats {
    width: 905px;
    margin: auto;
    margin-top: 3em;
}

#pun-index .user-avatar {
    height: 40px;
    vertical-align: baseline;
    margin-top: -5px !important;
}



.post-content .spoiler-box > div {
    background: url(https://forumstatic.ru/files/001c/ac/b2/91414.png) no-repeat left center !important;
    cursor: pointer;
    padding-left: 30px !important;
    background-size: auto !important;
    transition: 1s;
    font-size: 13px;
    font-family: 'Inter';
}

.post-content .spoiler-box > div.visible {
    background: url(https://forumstatic.ru/files/001c/ac/b2/98114.png) no-repeat !important;
    background-size: auto !important;
    transition: 1s;
}

input[type="button"] {
    border: 1px solid #4132321f;
}

#pun-adnav {
    float: left;
    width: 14em;
    margin-left: -15em;
    display: inline;
    margin-top: 8em !important;
}

div#viewprofile .lz-a a {
   color: #553030 !important;
}

#pun-admain fieldset {
    border-style: solid;
    border-width: 1px;
    padding: 0 18px 0 18px;
    margin: 73px 0 1em 0;
    border-color: #1a1a1a;
}


#keyboard-span input {
    position: relative;
}



/* ÄÎÏÎËÍÈÒÅËÜÍÎÅ ÄËß ÊÀÆÄÎÃÎ ÄÈÇÀÉÍÀ ÈÍÄÈÂÈÄÓÀËÜÍÎ
-------------------------------------------------------------*/

/* ØÀÏÊÀ */
.head-dec1 {
    position: absolute;
    z-index: 10;
    left: -103px;
    top: -26px;
}

.head-dec2 {
    position: absolute;
    z-index: 10;
    right: -64px;
    top: 2em;
    width: 221px;
}

.adm-name {
    position: absolute;
    right: 26em;
    z-index: 20;
    top: 5em;
}

.adm-name a {
    color: #507778!important;
    font-size: 9px!important;
    padding: 3px 9px 3px;
    background: #ffffffab;
    border: 1px solid #5f757982;
    border-radius: 5px;
    transition: 1s;
    font-weight: 500!important;
}

.adm-name a:hover {
    color: #fff!important;
    font-size: 9px;
    padding: 3px 9px 3px;
    background: #5077788c!important;
    border: 1px solid #dbdbdb82;
    border-radius: 5px;
    transition: 1s;
    font-weight: 500!important;
}

.best-post {
    position: absolute;
    width: 280px;
    height: 36px;
    padding: 5px 6px;
    z-index: 20;
    font-size: 9px;
    font-family: Inter;
    top: 265px;
    left: 313px;
    text-align: justify;
    overflow-y: auto;
    color: #2D4848;
    background: #ffffff8c;
    border: 1px solid #5f75795c;
    border-radius: 5px;
    font-style: italic;
}

.best-post a {
    font-weight: 800 !important;
}

.best-couple {
    width: 68px;
    height: 39px;
    position: absolute;
    z-index: 20;
    top: 62px;
    left: 60px;
}

.best-couple a::after {
    content: '';
    border: 1px solid #726A5E;
    background: #b7a08557;
    z-index: 25;
    position: absolute;
    width: 66px;
    height: 38px;
    left: 0px;
    border-radius: 5px;
}

.best-couple img {
    width: 68px;
    height: 39px;
    object-fit: cover;
    filter: grayscale(1);
    border-radius: 5px;
}

.best-ep {
    position: absolute;
    right: 40px;
    top: 270px;
    z-index: 20;
    color: #fff;
    font-family: Inter;
    font-size: 10px;
    font-weight: bold;
    transition: 1s;
}

.ep-links a:hover {
    color: #fff!important;
    font-size: 11px;
    padding: 2px 15px 2px;
    background: #7ca0a8c2;
    border: 1px solid #5f7679;
    border-radius: 7px;
    transition: 1s;
    font-weight: 600!important;
}

.ep-links a {
    color: #fff !important;
    font-size: 11px;
    padding: 2px 15px 2px;
    background: #a8927cc2;
    border: 1px solid #796E5F;
    border-radius: 7px;
    font-weight: 600!important;
}

.ep-links {
    margin-bottom: 5px;
}

.ep-names a {
    color: #fff!important;
    margin: 0px 5px;
    letter-spacing: 0.3px;
}

.postopis img, .activists img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 5px;
    filter: grayscale(1);
}

a.postis1 {
    position: absolute;
    top: 221px;
    z-index: 20;
    left: 131px;
}

a.postis2 {
    position: absolute;
    z-index: 20;
    top: 244px;
    left: 94px;
}

a.postis3 {
    position: absolute;
    z-index: 20;
    top: 265px;
    left: 131px;
}

a.activis1 {
    position: absolute;
    z-index: 20;
    top: 40px;
    right: 94px;
}

a.activis2 {
    position: absolute;
    z-index: 20;
    top: 63px;
    right: 54px;
}

a.activis3 {
    position: absolute;
    z-index: 20;
    top: 84px;
    right: 94px;
}

.postopis a::after {
    content: '';
    background: #49bcae42;
    width: 28px;
    height: 28px;
    position: absolute;
    margin-left: -30px;
    border: 1px solid #79928E;
    border-radius: 5px;
}

.activists a::after {
    content: '';
    background: #bc824954;
    width: 28px;
    height: 28px;
    position: absolute;
    margin-left: -30px;
    border: 1px solid #928879;
    border-radius: 5px;
}

.news-block {
    display: flex;
    width: 1000px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -3em;
    position: relative;
}

.news {
    display: flex;
    width: 151px;
    height: 41px;
    padding: 5px 15px;
    align-items: center;
    gap: 7px;
    background: url(https://forumstatic.ru/files/001c/ac/b2/43456.png);
    background-size: cover;
    border-radius: 7px;
    border: 1px solid #F0EFF3;
    color: #fff !important;
    z-index: 20;
    transition: 1s;
}

.news:hover {
    background: url(https://forumstatic.ru/files/001c/ac/b2/24286.png);
    background-size: cover;
    transition: 1s;
}

.date {
    border: 1px solid #fff;
    padding: 4px 7px 4px;
    border-radius: 5px;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: bold;
}

.new-text {
    font-size: 8px;
    letter-spacing: 0.5px;
    text-align: justify;
}

.new-text span {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 800;
    font-size: 10px;
}


/* ÏÎËß ÏÐÎÔÈËß ÄÎÏ */

.lz-namec a {
    font-size: 9px;
    font-weight: 500 !important;
    color: #5F7579 !important;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    border: 1px solid #99b6b8d4;
    padding: 3px 15px 3px;
    border-radius: 7px;
    position: relative;
    z-index: 2;
    background: #f0eff3;
}

li.pa-row1 {
    position: relative;
    z-index: 10;
    font-size: 10px;
    display: flex;
    gap: 7px;
    flex-wrap: nowrap;
    margin-top: 10px;
    justify-content: center;
    margin-bottom: -10px;
}

li.pa-fld5 {
    width: 40px;
    height: 40px;
    position: absolute;
    background: #F0EFF3;
    border: 1px solid #5e72725c;
    border-radius: 100%;
    top: -24px;
    left: 85px;
}

li.pa-fld5 img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-top: 9px;
}

li.pa-fld6 {
    position: absolute;
    right: -18px;
    top: -16px;
    z-index: 10;
}

li.pa-fld6 img {
    height: 170px;
    object-fit: contain;
}


td#button-files_rusff, td#button-graffiti_rusff {
    display: none!important;
}


.uploadQueueItem {
   padding:.8em 1em;
   border:solid 1px #ddd;
   border-radius: 0px!important;
   margin-bottom:.5em;
   background:rgba(238,238,238,0.22);
   margin-left: 14px; 
}

#uploaded-images {
    max-height:144px;
    overflow-y:auto;
    margin-left: 15px;
    
}

td.tcl.username {
    width: 17% !important;
    padding-left: 4.2em;
    font-size: 11px;
}

.punbb .online-list .tc3 {
    width: 10% !important;
    font-weight: 400;
    font-size: 11px;
    font-style: normal;
}

#pun-online .tcl.action {
    width: 25%;
    font-size: 11px;
}

.desr-theme {
    color: #3F5053;
    font-family: Inter;
    font-size: 10px;
    font-style: italic;
    margin-top: 3px;
    margin-bottom: 2px;
    text-transform: lowercase;
}

.links-theme {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 5px;
    font-family: Inter;
    margin-top: 5px;
    font-size: 10px;
}

.links-theme a {
    font-weight: 600 !important;
    padding: 2px 13px 4px !important;
    color: #6C593F !important;
    font-size: 10px;
    background: #80746a36 !important;
    border-radius: 3px;
    transition: 1s;
}

.links-theme a:hover {
    font-weight: 600 !important;
    color: #3f5f6c !important;
    background: #3d897f36 !important;
    transition: 1s;
}

span.lastpost {
    font-family: Inter;
    font-size: 8px;
    color: #4E5353;
    font-weight: 500;
    font-style: italic;
}

/* ÑÒÀÒÈÑÒÈÊÀ Â ÐßÄ */
#pun-stats .statsinfo {
    display: flex;
    gap: 0px;
    margin-bottom: 8px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: #817257;
}

#pun-stats .statsinfo li {
    flex-shrink: 1;
    flex-grow: 1;
    text-align: center;
}

#pun-stats .statsinfo strong {
    font-weight: 500 !important;
}

#pun-stats .statsinfo a {
    color: #817257!important;
}

#pun-stats .e2-1, #pun-stats .e3-1 {
    font-weight: 500!important;
}




/* ÏÐÎÔÈËÜ */
.pa-posts, .pa-respect1, .pa-respect, li.pa-respect a:link, li.pa-respect a:visited, li.pa-respect a:active, li.pa-respect a:hover, .pa-ip, .pa-ip a:link {
   color: var(--alllinkscol);
}

.pa-posts::after, .pa-respect::after, .pa-fld2::after, .pa-fld3::after, .pa-fld7::after {
    display: block;
    position: absolute;
    padding: 2px 10px 3px;
    background: #586b69;
    border-radius: 2px;
    text-align: center;
    margin: -35px 0 0 11px !important;
    font: 400 9px Inter;
    letter-spacing: 0.3px;
    color: #fff;
    opacity: 0;
}

.pa-posts:hover::after, .pa-respect:hover::after, .pa-fld2:hover::after, .pa-fld3:hover::after, .pa-fld7:hover::after {
    opacity: 1;
}

.pa-posts::after {
    content: "messages";
}

.pa-respect::after {
    content: "respect";
}

.pa-fld2::after {
    content: "lotus";
}

.pa-fld3::after {
    content: "posts";
}

.pa-fld7::after {
    content: "lotus";
}

.pa-posts::before, .pa-respect::before, .pa-fld2::before, .pa-fld3::before, .pa-fld7::before {
    display: inline-block;
    text-align: center;
    margin: 0px 3px 0px 0px !important;
    font: 800 11px var(--font-icon);
    color: var(--alllinkscol);
    font-weight: bold;
    line-height: 20px;
}

.pa-respect .fld-name {
    position: absolute;
    margin: 0px 0 0 -15px !important;
    font-size: 3px;
    opacity: 0;
}

.pa-respect::before {
    content: '\f004';
}

.pa-posts::before {
    content: '\f2b6';
}

.pa-posts .fld-name {
    display: none;
}

.pa-fld2::before {
    content: '\e588';
}

.pa-fld3::before {
    content: '\f249';
}

.pa-fld7::before {
    content: '\f7ff';
}

.pa-fld4 {
    position: absolute;
    z-index: -1;
    padding: 0px !important;
    left: -13px;
    top: -12px;
    height: calc(100% + 25px);
}

.pa-fld4 img {
    width: 238px;
    height: 100%;
    background-size: cover;
    position: relative;
    border-radius: 7px;
}




/* Àäìèíêà */
#pun-admain fieldset .handle, #pun-admain fieldset p {
    border-left-style: solid;
    border-left-width: 18em;
    margin-bottom: 3px;
    padding: 6px 0;
    position: relative;
    border-color: #5d706e0f;
    background-color: #dfe6e8!important;
}

#pun-admain textarea, #pun-admain .longinput input {
    width: 98%;
    background: #f0faf9;
}

/* ïëàøêà
------------------------------------------*/

.pltxt span {

    font-size: 9px;
    color: #565656;
    font-size: 9px;
    text-transform: uppercase;
    line-height: 10px !important;
    background: #e5e5e5 !important;
    padding: 2px 10px;
    font-family: var(--font-text);
    box-shadow: 1px 1px 1px 0 rgb(0 0 0 / 20%);
    margin: 0px 10px !important;
    display: block;
    position: relative;
}

.plsh {
    position: relative;
    gap: 10px;
    display: flex;
    z-index: 1;
    height: 35px;
    width: 181px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    left: 5px;
    bottom: 14px;
}

.pltxt p {
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    text-transform: lowercase;
    line-height: 7px !important;
    font-family: Montserrat;
    padding: 3px 8px 4px !important;
    border-radius: 3px;
}





td.tcl a.registered-user {
    font-weight: 500!important;
    color: #50605c !important;
}

.fs-box table .user-avatar {
    display: none;
}

.punbb .pmtc24 {
    vertical-align: middle;
    padding-bottom: 7px !important;
}


/* ËÈ×ÍÀß ÑÒÐÀÍÈ×ÊÀ
-------------------------------------------------------------*/
.lichn-mains {
    width: 765px;
    background: url(https://forumstatic.ru/files/001c/ac/b2/14031.png);
    background-size: cover;
    padding: 25px;
    border: 1px solid #f0eff3bd;
    border-radius: 10px;
}

.lichn-blav {
    background: #f0eff3de;
    /*height: -webkit-fill-available;*/
    border: 1px solid #5f757985;
    border-radius: 7px;
}

.lichn-dec1 {
    position: absolute;
    top: -79px;
    left: -123px;
    z-index: 11;
}

.lichn-dec2 {
    position: absolute;
    right: 24px;
    top: 2px;
    z-index: 2;
}

.lichn-dec2 img {
    height: 175px;
}

.music-licb {
    position: absolute;
    font-family: Inter;
    left: 27em;
    z-index: 10;
    top: 12em;
    font-weight: 700;
    color: #796a5f;
}

.lichn-maininf {
    position: relative;
    display: flex;
    left: 21.9em;
    top: -8em;
    width: fit-content;
    gap: 5px;
}

.licnhd-img img  {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 7px;
    border: 1px solid #5f75799c;
}

.licnhd-img {
    position: relative;
    top: 3.5em;
    left: 9em;
    display: inline-block;
}

.lichn-name {
    position: relative;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    color: #3C4E52;
    top: 1px;
}

.lichn-inst {
position: relative;
    top: -5px;
}

.lichn-inst img {
    width: auto;
    height: auto;
    border: none;
}

.date-infname {
    position: absolute;
    left: 26.7em;
    top: 9.4em;
    display: flex;
    gap: 23px;
    font-size: 13px;
    font-family: Montserrat;
    color: #5F7579;
    font-weight: 600;
}

.inf-opis {
    padding: 10px;
    text-align: justify;
    font-family: Inter;
    font-size: 11px;
    width: 417px;
    height: 33px;
    position: relative;
    left: 25.2em;
    background: #e9e7ea;
    border: 1px solid #5f75797d;
    border-radius: 10px;
    z-index: 1;
    margin-top: -5em;
    margin-bottom: 5em;
}

.inf-opisl {
    display: flex;
    overflow-x: auto;
    gap: 7px;
}

.inf-opisl img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.backg-infol img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}

.backg-info {
    background: #E9E7EA;
    padding: 15px;
    position: relative;
    text-align: center;
    left: 3em;
    top: -2em;
    width: 395px;
    height: 66px;
    border: 1px solid #99b6b8a6;
    border-radius: 7px;
    z-index: 5;
}

.backg-infon {
    position: relative;
    display: inline;
    padding: 2px 10px 3px;
    top: -23px;
    background: #E9E7EA;
    font-family: Inter;
    font-weight: 800;
    color: #3F5053;
}

.backg-infol {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    top: -12px;
    height: 61px;
    overflow-y: auto;
    padding-right: 10px;
    left: -4px;
    width: 406px;
}

.plshk-infol img {
    height: 39px;
    width: 125px;
    object-fit: cover;
    border-radius: 5px;
}

.plshk-infol {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    top: -12px;
    height: 66px;
    overflow-y: auto;
    padding-right: 14px;
    padding-top: 16px;
    left: -8px;
    width: 406px;
}

.plshk-infol .plsh {
    position: relative;
    gap: 10px;
    display: flex;
    z-index: 1;
    height: 35px;
    width: 181px;
    text-align: center;
    align-items: center;
    justify-content: center;
    left: 5px;
    bottom: 14px;
    border-radius: 7px;
}

.plshk-info {
    background: #E9E7EA;
    padding: 15px;
    position: relative;
    text-align: center;
    left: 3em;
    top: -0.4em;
    width: 395px;
    height: 85px;
    border: 1px solid #99b6b8a6;
    border-radius: 7px;
}

.plshk-infon {
    position: relative;
    display: inline;
    padding: 2px 10px 3px;
    top: -23px;
    background: #E9E7EA;
    font-family: Inter;
    font-weight: 800;
    color: #3F5053;
}

.visuk-infol img {
    height: 170px;
}

.visuk-info {
    position: relative;
    width: 195px;
    height: 206px;
    text-align: center;
    top: -18.8em;
    right: -38.7em;
    z-index: 7;
    border: 1px solid #99b6b8a6;
    border-radius: 7px;
    padding: 15px;
}

.visuk-infon {
    position: relative;
    display: inline;
    padding: 2px 10px 3px;
    top: -23px;
    background: #E9E7EA;
    font-family: Inter;
    font-weight: 800;
    color: #3F5053;
}


.visuk-infol {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    top: -12px;
    height: 205px;
    overflow-y: auto;
    padding-right: 10px;
    left: -4px;
    width: 206px;
}

.kupons-theme {
    position: absolute;
    top: 41em;
    left: 84px;
    width: 726px;
    margin-top: 10px;
}

.kupons-list {
    display: flex;
    width: 726px;
    overflow-x: auto;
    border-top: 1px solid #5f75797d;
    padding-bottom: 17px;
    padding-top: 5px;
}

.kupon img {
    height: 140px;
    object-fit: contain;
}

.kupon {
    position: relative;
    text-align: center;
    z-index: 4;
    margin-top: -8px;
}

.kupon span {
    font-family: Inter;
    font-weight: 800;
    color: #3F5053;
}

li.pa-ip {
    margin-top: 9px;
    font-size: 10px;
    margin-bottom: -7px;
}

li.pa-ip a {
    font-weight: 300!important;
}

.punbb .forum .tcl a {
     font-weight: 500!important;   
}


.section.online-list a, .subscribelink a, .linkst .postlink a, .linkst .pagelink a, .adcontainer a, .news a, .mantra-guest-bottom-link a, .mantra-guest-bottom-link a:hover, .mn-side-couple-name a, .linksb .postlink a, #pun-stats .statsinfo a, #profile .container a, strong.legend.legend-processed a, .linksb .pagelink a, .punbb .forum .container a, 
span.byuser-username, .multipage a {
     font-weight: 500!important;      
}


div#move_posts_form {
    background: #d4d9d9;
    padding: 20px;
    border-radius: 10px;
}




















/* ==================================================
   ÎÑÍÎÂÍÎÉ ÁËÎÊ ÀÍÊÅÒÛ
================================================== */

.mantra-profile {
    position: relative;
    width: 600px;
    max-width: 100%;
    min-height: 670px;
    margin: 25px auto;
    padding: 52px 48px 52px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    background-image: url(https://upforme.ru/uploads/001c/b8/7c/2/382254.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #38565d;
    font-family: Inter, Helvetica, sans-serif;
}

.mantra-profile,
.mantra-profile * {
    box-sizing: border-box;
}


/* ==================================================
   ÂÅÐÕÍÈÅ ÔÎÒÎÃÐÀÔÈÈ
================================================== */

.mantra-profile-photos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

    margin-bottom: 15px;
}

.mantra-profile-photo {
    display: block;
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(58, 62, 62, 0.18);
}


/* ==================================================
   ÈÌß È ÂÍÅØÍÎÑÒÜ
================================================== */

.mantra-profile-heading {
    text-align: center;
}

.mantra-profile-name {
    color: #FFFFFF;
    font-family: Italiana, "Times New Roman", serif;
    font-size: 33px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1px;
    text-transform: lowercase;
}

.mantra-profile-face {
    margin-top: 7px;
    color: #FFFFFF;
    font-size: 9px;
    font-style: italic;
    line-height: 1.2;
    text-transform: lowercase;
}


/* ==================================================
   ÎÑÍÎÂÍÀß ÈÍÔÎÐÌÀÖÈß
================================================== */

.mantra-profile-info {
    display: grid;
    grid-template-columns: 1fr 1.6fr 1fr;
    gap: 17px;
    width: 72%;
    margin: 26px auto 0;
}

.mantra-profile-info-item {
    min-width: 0;
    text-align: center;
}

.mantra-profile-info-title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 23px;
    padding: 2px 12px;
    border: 1px solid #8ca1a5;
    border-radius: 8px;
    background: rgba(239, 237, 236, 0.48);
    color: #2D4E4D;
    font-size: 10px;
    font-style: italic;
    line-height: 1.1;
}

.mantra-profile-info-value {
    margin-top: 11px;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 1.3;
}


/* ==================================================
   ÐÀÇÄÅËÈÒÅËÜ
================================================== */

.mantra-profile-divider {
    width: 90%;
    margin: 14px auto 18px;
    border-top: 2px dashed rgba(103, 134, 139, 0.58);
}


/* ==================================================
   ÎÑÍÎÂÍÎÉ ÒÅÊÑÒ ÀÍÊÅÒÛ
================================================== */

.mantra-profile-textbox {
    width: 100%;
    height: 284px;
    padding: 20px 21px;
    border: 1px solid rgba(133, 156, 161, 0.55);
    border-radius: 7px;
    background: rgb(255 255 255 / 72%);
    color: #2D4E4D;
    font-size: 11px!important;
    line-height: 1.55;
    text-align: left;
    box-shadow:
        inset 0 0 16px rgba(255, 255, 255, 0.17);
    overflow-y: auto;
}

.mantra-profile-textbox p {
    margin: 0 0 10px;
    font-size: 11px!important;
}

.mantra-profile-textbox p:last-child {
    margin-bottom: 0;
}


/* ==================================================
   ÄÎÏÎËÍÈÒÅËÜÍÀß ÈÍÔÎÐÌÀÖÈß
================================================== */

.mantra-profile-extra {
    position: relative;
    margin-top: 7px;
}

.mantra-profile-extra-title {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 212px;
    max-width: 70%;
    min-height: 25px;
    margin: -16px auto -9px;
    padding: 4px 15px;
    border-radius: 6px;
    background: #89a9aa;
    color: #f3f4f3;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    text-transform: lowercase;
}

.mantra-profile-extra-box {
    min-height: 52px;
    padding: 20px 21px 12px;
    border: 1px solid rgba(133, 156, 161, 0.42);
    border-radius: 7px;
    background: rgb(255 255 255 / 72%);
    color: #2D4E4D;
    font-size: 10px;
    line-height: 1.45;
}


/* ==================================================
   ÑÑÛËÊÈ ÂÍÓÒÐÈ ÀÍÊÅÒÛ
================================================== */

.mantra-profile a {
    color: #668d92 !important;
    font-weight: 600;
    text-decoration: none !important;
}

.mantra-profile a:hover {
    color: #3c6870 !important;
    text-decoration: none !important;
}


/* ==================================================
   ÀÄÀÏÒÈÂÍÎÑÒÜ
================================================== */

@media screen and (max-width: 620px) {
    .mantra-profile {
        padding: 42px 28px 42px;
    }

    .mantra-profile-info {
        width: 88%;
    }

    .mantra-profile-divider {
        width: 96%;
    }
}

@media screen and (max-width: 480px) {
    .mantra-profile {
        padding: 35px 18px 35px;
    }

    .mantra-profile-photos {
        gap: 9px;
    }

    .mantra-profile-photo {
        width: 48px;
        height: 48px;
    }

    .mantra-profile-name {
        font-size: 28px;
    }

    .mantra-profile-info {
        grid-template-columns: 1fr;
        gap: 12px;

        width: 82%;
        margin-top: 22px;
    }

    .mantra-profile-info-value {
        margin-top: 6px;
    }

    .mantra-profile-textbox {
        min-height: 240px;
    }

    .mantra-profile-extra-title {
        max-width: 85%;
    }
}

/* ==================================================
  ñíñ
================================================== */



 .abyssalchat-wrapper {
  width: 320px;
  height: 520px;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(8px);

  font-family: 'Segoe UI', sans-serif;
}

.abyssalchat-header,
.abyssalchat-footer {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  background: rgba(255,255,255,0.6);
}

.abyssalchat-header {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  position: relative;
}

.abyssalchat-footer {
  border-top: 1px solid rgba(0,0,0,0.1);
  gap: 8px;
}

.abyssalchat-avatar-wrapper img,
.abyssalchat-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.abyssalchat-avatar {
  width: 32px;
  height: 32px;
}

.abyssalchat-center-info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.abyssalchat-name {
  font-weight: bold;
}

.abyssalchat-status {
  font-size: 12px;
  color: green;
}

.abyssalchat-body {
  flex: 1;
  padding: 12px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.abyssalchat-message {
  display: flex;
  align-items: flex-end;
  gap: 6px;
}

.abyssalchat-message.abyssalchat-right {
  justify-content: flex-end;
}

.abyssalchat-bubble {
  max-width: 80%;
  padding: 8px 12px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.4;
  word-break: break-word;
}

.abyssalchat-incoming {
  background: #f3e8ff;
  color: #3d2c4f;
  border-bottom-left-radius: 4px;
}

.abyssalchat-outgoing {
  background: #cce4f6;
  color: #003d66;
  border-bottom-right-radius: 4px;
}

.abyssalchat-time {
  margin-top: 4px;
  font-size: 11px;
  color: #666;
  text-align: right;
}

.abyssalchat-media-photo,
.abyssalchat-media-video {
  width: 100%;
  max-width: 220px;
  border-radius: 12px;
  display: block;
}

audio {
  width: 220px;
}

.abyssalchat-voice-circle {
  display: flex;
  align-items: center;
  gap: 10px;
}

.abyssalchat-voice-circle-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #7cb8df;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  animation: abyssalchat-pulse 2s infinite;
}

.abyssalchat-voice-circle-wave {
  flex: 1;
  height: 6px;
  border-radius: 10px;
  background: repeating-linear-gradient(
    to right,
    #7cb8df,
    #7cb8df 3px,
    transparent 3px,
    transparent 6px
  );
  opacity: 0.8;
}

.abyssalchat-voice-circle-time {
  font-size: 12px;
  color: #666;
  min-width: 40px;
  text-align: right;
}

@keyframes abyssalchat-pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

.abyssalchat-typing {
  display: flex;
  align-items: center;
  gap: 6px;
}

.abyssalchat-typing-dots {
  display: flex;
  gap: 3px;
}

.abyssalchat-typing-dots span {
  width: 6px;
  height: 6px;
  background: #7cb8df;
  border-radius: 50%;
  animation: abyssalchat-typing-animation 1.4s infinite;
}

.abyssalchat-typing-dots span:nth-child(2) {
  animation-delay: .2s;
}

.abyssalchat-typing-dots span:nth-child(3) {
  animation-delay: .4s;
}

@keyframes abyssalchat-typing-animation {
  0%,60%,100% {
    transform: translateY(0);
    opacity: .5;
  }

  30% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

.abyssalchat-footer input {
  flex: 1;
  padding: 6px 10px;
  border-radius: 16px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.abyssalchat-send-button {
  width: 32px;
  height: 32px;
  border: none;
  cursor: pointer;
  background: url('https://upforme.ru/uploads/001c/85/42/2/750143.png')
    center/contain no-repeat;
}


/*****************
Ñòèëü "Òèõîé Öèòàòû"
*****************/
.quiet-quote{
  position:relative;
  display: table;
  margin: 4px 15px 0px 19px!important; /*Îòñòóïû*/
  font-style: italic;
  font-size: 11px;
  color: #695f5f;
  /*text-align:justify;
  border:red solid 1px;*/
}
.quiet-quote>p{
  line-height:normal!important;
}
.quiet-quote:before, /*Øðèôò, Öâåò, Ðàçìåð èêîíîê*/
.quiet-quote:after{
  font-size: 17px;
  display: inline-block;
  position:absolute;
  z-index:1000;
  font-weight: 900;
  color: #695f5f; /*Öâåò Êàâû÷åê*/
  font-family:System, Arial, sans-serif;
}
.quiet-quote:before{
  content: "\201C";  /*Êîä ëåâîé êàâû÷êè ê Òèõîé öèòàòå*/
  left: -2px;
  top: 1px;
}
/*Êîä ïðàâîé êàâû÷êè ê Òèõîé öèòàòå
Cêðûë Ïðàâóþ êàâû÷êó
.quiet-quote:after{
  content: "\201D"; 
  right: -15px;
  bottom: -20px;
} */  
/*************************
/END//Ñòèëü "Òèõîé Öèòàòû"
*************************/

/* ÁûñòðîÏëþñû äëÿ Òîïèêà */
.noNull:before {
  content: "+";
  font-size: 9px;
  display: inline-block;
  margin-left: -6px;
  margin-top: 0px;
  position: absolute;
}
div .post-rating p>a {
  text-align: center;
  outline: 1px solid transparent;
  font-weight: 700;
  background: url(https://forumstatic.ru/files/001b/a6/d4/26514.svg) no-repeat center;
  background-size: 38px auto;
  position: relative;
  padding-left: 1px;
  z-index: 100;
  width: 38px;
  height: 38px;
  text-align: center;
  font-size: 12px !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  letter-spacing: -1px;
  color: #336B5E;
}
div.dark-style .post-rating p>a {
  color: #6BC8AF !important;
}
div.post-vote {
    margin-bottom: 65px;
}
div.post-vote p>a {
  font-size: 0 !important;
  position: absolute;
  cursor: pointer;
  z-index: 200;
  width: 23px;
  height: 23px;
  background: url(https://forumstatic.ru/files/0012/d8/04/75043.png?) no-repeat;
  display: block;
  background-size: 100%;
  margin-left: 29px;
  margin-top: 42px;
}
.post.dark-style div.post-vote p>a {
  background: url(https://forumstatic.ru/files/0012/d8/04/38128.png?) no-repeat;
  background-size: 100%;
}


/*************************************************************
ÄÎÏÎËÍÈÒÅËÜÍÛÅ ØÀÁËÎÍÛ
**************************************************************/

/* ÈÍÑÒÀ
-------------------------------------------------------------*/

#instagram {
    position: relative;
    width: 700px;
    max-width: 100%;
    min-height: 228px;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 30px;
    background-image: url(https://upforme.ru/uploads/001c/ac/b2/2/681363.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #4c6264;
    font-family: Inter, Helvetica, sans-serif;
}

#instagram,
#instagram * {
    box-sizing: border-box;
}

#instagram .insta_header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
    padding-left: 40px;
}

#instagram .insta_avatar {
    position: relative;
    flex: 0 0 156px;
    border: 3px solid rgb(75 143 151 / 48%);
    border-radius: 25px;
    background: rgba(224, 224, 224, 0.7);
    top: 20px;
}

#instagram .insta_avatar img {
    display: block !important;
    width: 156px !important;
    max-width: none !important;
    height: 156px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 21px;
    object-fit: cover;
    object-position: center;
}

#instagram .insta_info {
    flex: 1;
    min-width: 0;
    position: relative;
    top: 18px;
}


/* Ìàëåíüêàÿ íàäïèñü íàä íèêîì */

#instagram .insta_label {
    display: block;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}


/* Íèêíåéì */

#instagram .insta_nickname {
display: block;
    margin-bottom: 15px;
    color: #42595b;
    font-family: Inter, Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: lowercase;
}

#instagram .insta_stats {
    display: flex;
    gap: 23px;
    margin-bottom: 27px;
}

#instagram .insta_stats span {
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: #536769;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
}

#instagram .insta_stats strong {
    color: #536769;
    font-size: 13px;
    font-weight: 400;
}

#instagram .insta_about {
    color: #344e51;
    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.35;
}

#instagram .insta_about strong {
    display: inline-block;
    margin-bottom: 5px;
    color: #3f585b;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
}

#instagram .insta_about a {
    color: #527477 !important;
    font-weight: 500;
    text-decoration: none !important;
}

#instagram .insta_about a:hover {
    color: #2f5559 !important;
    text-decoration: none !important;
}

#insta_single {
position: relative;
    width: 420px;
    max-width: 100%;
    margin: 25px auto;
    overflow: hidden;
    border: 1px solid rgba(111, 132, 135, 0.62);
    border-radius: 12px;
    background-image: url(https://upforme.ru/uploads/001c/ac/b2/2/883109.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #4d62654a;
    font-family: Inter, Helvetica, sans-serif;
    box-shadow: 0 3px 10px rgba(36, 47, 50, 0.15);
}

#insta_single,
#insta_single * {
    box-sizing: border-box;
}


/* Ñáðîñ ôîðóìíûõ ñòèëåé èçîáðàæåíèé */

#insta_single img {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    width: 420px;
}


#insta_single .insta_single_header {
display: flex;
    align-items: center;
    width: 100%;
    height: 77px;
    padding: 0 20px;
    background: #e0f7fd63;
}


/* Àâàòàð â øàïêå */

#insta_single .insta_single_avatar {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 5px;
    background: #d4d9d9;
border: 1px solid #799894;
}

#insta_single .insta_single_avatar img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}


/* Èìÿ ïîëüçîâàòåëÿ */

#insta_single .insta_single_nickname {
    margin-left: 14px;

    color: #3e5356;
    font-size: 11px;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
}


/* Òðè òî÷êè */

#insta_single .insta_single_options {
    position: relative;

    width: 36px;
    height: 30px;
    margin-left: auto;
}

#insta_single .insta_single_options::before {
    content: "•  •  •";

    position: absolute;
    top: 50%;
    left: 50%;

    color: #597074;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;

    transform: translate(-50%, -55%);
}


#insta_single .insta_single_photo {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #dcdcdc;
    border: 1px solid #6f83814a;
    border-left: none;
    border-right: none;
}

#insta_single .insta_single_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 49px;
    padding: 0 21px;
background: #e0f7fd63;
}

#insta_single .insta_single_icons {
    display: flex;
    align-items: center;
    gap: 15px;
}


/* Îáùèå íàñòðîéêè èêîíîê */

#insta_single .insta_single_like,
#insta_single .insta_single_comment,
#insta_single .insta_single_share,
#insta_single .insta_single_bookmark {
    position: relative;
    flex: 0 0 auto;
    cursor: pointer;
}


/* Ëàéê */

#insta_single .insta_single_like {
    width: 26px;
    height: 27px;
}

#insta_single .insta_single_like::before {
    content: "\f004";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #4f5e5da6;
    font-family: "Font Awesome 6 Pro";
    line-height: 1;
 transform: translate(-50%, -50%);
font-size: 25px;
}


/* Êîììåíòàðèé */

#insta_single .insta_single_comment {
width: 23px;

}

#insta_single .insta_single_comment::after {
    content: "\f27a";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #4f5e5da6;
    font-family: "Font Awesome 6 Pro";
    line-height: 1;
 transform: translate(-50%, -50%);
font-size: 23px;
}


/* Îòïðàâèòü */

#insta_single .insta_single_share {
    width: 23px;
    height: 27px;
}

#insta_single .insta_single_share::before {
    content: "\f1d8";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #4f5e5da6;
    font-family: "Font Awesome 6 Pro";
    line-height: 1;
 transform: translate(-50%, -50%);
font-size: 23px;
}


/* Çàêëàäêà */

#insta_single .insta_single_bookmark {
    width: 18px;
    height: 25px;
}

#insta_single .insta_single_bookmark::before {
    content: "\f02e";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #4f5e5da6;
    font-family: "Font Awesome 6 Pro";
    line-height: 1;
 transform: translate(-50%, -50%);
font-size: 23px;
}

#insta_single .insta_single_liked {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 4px 20px;
    color: #53676a;
    font-size: 10px;
    line-height: 1.35;
background: #e0f7fd63;
}

#insta_single .insta_single_liked img {
    display: block !important;
    flex: 0 0 20px;
    width: 20px !important;
    height: 20px !important;
    margin-right: 8px !important;
    border-radius: 4px !important;
    object-fit: cover;
    object-position: center;
}

#insta_single .insta_single_liked strong {
    margin: 0 2px;
    color: #43585b;
    font-weight: 700;
}

#insta_single .insta_single_description {
    min-height: 35px;
    padding: 7px 20px;
    color: #53676a;
    font-size: 10px;
    line-height: 1.45;
background: #e0f7fd63;
}

#insta_single .insta_single_description strong {
    margin-right: 5px;
    color: #405659;
    font-weight: 700;
}

#insta_single .insta_single_date {
    min-height: 30px;
    padding: 5px 20px 9px;
    color: #788d90;
    font-size: 10px;
    line-height: 1.3;
background: #e0f7fd63;
}

#insta_single .insta_single_tabbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 58px;
    padding: 0 23px;
    border-top: 1px solid rgba(104, 130, 133, 0.25);
    background: rgb(214 231 233 / 24%);
}

#insta_single .tab_home,
#insta_single .tab_search,
#insta_single .tab_add,
#insta_single .tab_likes,
#insta_single .tab_profile {
    position: relative;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
}


/* Äîì */

#insta_single .tab_home::before {
    content: "\f015";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #4f5e5da6;
    font-family: "Font Awesome 6 Pro";
    line-height: 1;
 transform: translate(-50%, -50%);
font-size: 25px;
}


/* Ïîèñê */

#insta_single .tab_search::before {
    content: "\f002";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #4f5e5da6;
    font-family: "Font Awesome 6 Pro";
    line-height: 1;
 transform: translate(-50%, -50%);
font-size: 25px;
}


/* Äîáàâèòü */

#insta_single .tab_add::before {
    content: "\f055";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #4f5e5da6;
    font-family: "Font Awesome 6 Pro";
    line-height: 1;
 transform: translate(-50%, -50%);
font-size: 27px;
}



/* Ñåðäöå */

#insta_single .tab_likes::before {
    content: "\f004";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #4f5e5da6;
    font-family: "Font Awesome 6 Pro";
    line-height: 1;
 transform: translate(-50%, -50%);
font-size: 28px;
}


/* Ïðîôèëü */

#insta_single .tab_profile {
    overflow: hidden;
    border-radius: 5px;
}

#insta_single .tab_profile img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

#insta_single a {
    color: #49696d !important;
    font-weight: 700;
    text-decoration: none !important;
}

#insta_single a:hover {
    color: #2e5257 !important;
    text-decoration: none !important;
}

#insta_single .insta_single_like:hover,
#insta_single .insta_single_comment:hover,
#insta_single .insta_single_share:hover,
#insta_single .insta_single_bookmark:hover,
#insta_single .insta_single_tabbar > div:hover {
    opacity: 0.7;
}

/* ÒÂÈÍÊÈ
-------------------------------------------------------------*/
.twins-template {
   width: 700px;
   max-width: 100%;
   min-height: 600px;
   margin: 20px auto;
   padding: 28px 20px 35px;
   box-sizing: border-box;
   position: relative;
   overflow: hidden;
   border-radius: 10px;
   background-image:
       url('https://upforme.ru/uploads/001c/ac/b2/2/507542.png');
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   color: #4d5558;
   font-family: Arial, sans-serif;
}
 
.twins-header {
   margin-bottom: 14px;
   text-align: center;
}
 
.twins-title {
   color: #536a72;
   font-family: Italiana, "Times New Roman", serif;
   font-size: 38px;
   font-weight: 600;
   line-height: 1;
   letter-spacing: 2px;
   text-transform: uppercase;
}
 
.twins-subtitle {
   margin-top: 7px;
   color: #74878d;
   font-size: 11px;
   font-style: italic;
   letter-spacing: 0.4px;
}
 
 
.twins-content {
   padding: 15px 28px 28px;
   box-sizing: border-box;
   border-radius: 10px;
   background: rgba(255, 255, 255, 0.57);
   backdrop-filter: blur(2px);
   -webkit-backdrop-filter: blur(2px);
}
 
.twins-section-title {
   margin: 0 0 11px;
   padding-bottom: 4px;
   border-bottom: 1px dashed rgba(89, 111, 117, 0.55);
   color: #667f83;
   font-family: Italiana, "Times New Roman", serif;
   font-size: 27px;
   font-weight: 400;
   line-height: 1.2;
   text-align: center;
   text-transform: lowercase;
}
 
.twins-section-title.twins-female-title {
   margin-top: 14px;
}
 
.twins-grid {
   display: flex;
   gap: 10px;
   align-items: stretch;
   flex-wrap: wrap;
   max-height: 200px;
   overflow-y: auto;
   justify-content: center;
}
 
 
.twins-card {
    width: 185px;
    height: 170px;
    padding: 12px 12px 14px;
    box-sizing: border-box;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.82);
    overflow: auto;
}
 
.twins-card-name {
   color: #72797b;
   font-family: Italiana, "Times New Roman", serif;
   font-size: 15px;
   line-height: 1.2;
   text-align: center;
   font-weight: 600;
   text-transform: lowercase;
}
 
.twins-card-count {
   margin-top: 5px;
   color: #4f5a5d;
   font-size: 9px;
   font-weight: bold;
   text-align: center;
   font-family: Inter;
   text-transform: uppercase;
}
 
.twins-card-line {
   margin: 9px 0 8px;
   border-top: 1px dashed rgba(102, 121, 126, 0.55);
}
 
.twins-card-list {
    margin: 0;
    padding: 0 0 0 0px !important;
    color: #50575a;
    font-size: 10px;
    /* line-height: 1.35; */
}
 
.twins-card-list li {
   margin: 0;
   padding: 0;
}
 
 
@media screen and (max-width: 700px) {
   .twins-template {
       padding: 24px 14px 28px;
   }
 
   .twins-content {
       padding: 15px 18px 22px;
   }
 
   .twins-grid {
       grid-template-columns: repeat(2, minmax(0, 1fr));
   }
}
 
@media screen and (max-width: 480px) {
   .twins-title {
       font-size: 31px;
   }
 
   .twins-content {
       padding: 14px;
   }
 
   .twins-grid {
       grid-template-columns: 1fr;
   }
 
   .twins-card {
       min-height: auto;
   }
}


/* ÀÍÊÅÒÀ
-------------------------------------------------------------*/
.mantra-profile {
    position: relative;
    width: 600px;
    max-width: 100%;
    min-height: 670px;
    margin: 25px auto;
    padding: 52px 48px 52px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    background-image: url(https://upforme.ru/uploads/001c/ac/b2/2/823754.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #38565d;
    font-family: Inter, Helvetica, sans-serif;
}

.mantra-profile,
.mantra-profile * {
    box-sizing: border-box;
}

.mantra-profile-photos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;

    margin-bottom: 15px;
}

.mantra-profile-photo {
    display: block;
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(58, 62, 62, 0.18);
}

.mantra-profile-heading {
    text-align: center;
}

.mantra-profile-name {
    color: #2D4E4D;
    font-family: Italiana, "Times New Roman", serif;
    font-size: 33px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1px;
    text-transform: lowercase;
}

.mantra-profile-face {
    margin-top: 7px;
    color: #2D4E4D;
    font-size: 9px;
    font-style: italic;
    line-height: 1.2;
    text-transform: lowercase;
}

.mantra-profile-info {
    display: grid;
    grid-template-columns: 1fr 1.6fr 1fr;
    gap: 17px;
    width: 72%;
    margin: 26px auto 0;
}

.mantra-profile-info-item {
    min-width: 0;
    text-align: center;
}

.mantra-profile-info-title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 23px;
    padding: 2px 12px;
    border: 1px solid #8ca1a5;
    border-radius: 8px;
    background: rgba(239, 237, 236, 0.48);
    color: #2D4E4D;
    font-size: 10px;
    font-style: italic;
    line-height: 1.1;
}

.mantra-profile-info-value {
    margin-top: 11px;
    color: #2D4E4D;
    font-size: 10px;
    line-height: 1.3;
}

.mantra-profile-divider {
    width: 90%;
    margin: 14px auto 18px;
    border-top: 2px dashed rgba(103, 134, 139, 0.58);
}

.mantra-profile-textbox {
    width: 100%;
    height: 284px;
    padding: 20px 21px;
    border: 1px solid rgba(133, 156, 161, 0.55);
    border-radius: 7px;
    background: rgb(255 255 255 / 72%);
    color: #2D4E4D;
    font-size: 11px!important;
    line-height: 1.55;
    text-align: left;
    box-shadow:
        inset 0 0 16px rgba(255, 255, 255, 0.17);
    overflow-y: auto;
}

.mantra-profile-textbox p {
    margin: 0 0 10px;
    font-size: 11px!important;
}

.mantra-profile-textbox p:last-child {
    margin-bottom: 0;
}

.mantra-profile-extra {
    position: relative;
    margin-top: 7px;
}

.mantra-profile-extra-title {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 212px;
    max-width: 70%;
    min-height: 25px;
    margin: -16px auto -9px;
    padding: 4px 15px;
    border-radius: 6px;
    background: #89a9aa;
    color: #f3f4f3;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    text-transform: lowercase;
}

.mantra-profile-extra-box {
    min-height: 52px;
    padding: 20px 21px 12px;
    border: 1px solid rgba(133, 156, 161, 0.42);
    border-radius: 7px;
    background: rgb(255 255 255 / 72%);
    color: #2D4E4D;
    font-size: 10px;
    line-height: 1.45;
}

.mantra-profile a {
    color: #668d92 !important;
    font-weight: 600;
    text-decoration: none !important;
}

.mantra-profile a:hover {
    color: #3c6870 !important;
    text-decoration: none !important;
}

@media screen and (max-width: 620px) {
    .mantra-profile {
        padding: 42px 28px 42px;
    }

    .mantra-profile-info {
        width: 88%;
    }

    .mantra-profile-divider {
        width: 96%;
    }
}

@media screen and (max-width: 480px) {
    .mantra-profile {
        padding: 35px 18px 35px;
    }

    .mantra-profile-photos {
        gap: 9px;
    }

    .mantra-profile-photo {
        width: 48px;
        height: 48px;
    }

    .mantra-profile-name {
        font-size: 28px;
    }

    .mantra-profile-info {
        grid-template-columns: 1fr;
        gap: 12px;

        width: 82%;
        margin-top: 22px;
    }

    .mantra-profile-info-value {
        margin-top: 6px;
    }

    .mantra-profile-textbox {
        min-height: 240px;
    }

    .mantra-profile-extra-title {
        max-width: 85%;
    }
}


/* ÑÏÈÑÎÊ ÂÍÅØÍÎÑÒÅÉ
-------------------------------------------------------------*/

.mantra-citizens {
    position: relative;
    width: 700px;
    max-width: 100%;
    min-height: 850px;
    margin: 35px auto;
    padding: 28px 20px 22px;
    box-sizing: border-box;
    overflow: visible;
    border-radius: 8px;
    background-image: url(https://upforme.ru/uploads/001c/ac/b2/2/823754.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #566d71;
    font-family: Inter, Helvetica, sans-serif;
}

.mantra-citizens,
.mantra-citizens * {
    box-sizing: border-box;
}


.mantra-citizens-header {
    position: relative;
    z-index: 3;
    margin-bottom: 25px;
    text-align: center;
}

.mantra-citizens-title {
    color: #4f6f76;
    font-family: Italiana, "Times New Roman", serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.mantra-citizens-subtitle {
    margin-top: 8px;
    color: #7f9499;
    font-size: 11px;
    font-style: italic;
    line-height: 1;
}


.mantra-citizens-columns {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 29px;
    width: 100%;
}

.mantra-citizens-column {
    position: relative;
    min-width: 0;
    padding: 31px 30px 28px;
    border-radius: 10px;
    background: rgb(255 255 255 / 71%);
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.14);
    z-index: 3;
}

.mantra-citizens-column-title {
    position: absolute;
    top: -16px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    min-height: 31px;
    padding: 4px 15px;
    border: 1px solid rgba(111, 139, 145, 0.45);
    border-radius: 6px;
    background: #d1dde0;
    color: #536f75;
    font-family: Italiana, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-transform: lowercase;
    transform: translateX(-50%);
}

.mantra-citizens-group {
    margin-bottom: 23px;
}

.mantra-citizens-group:last-child {
    margin-bottom: 0;
}


/* Àëôàâèòíûé çàãîëîâîê */

.mantra-citizens-alphabet {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 31px;
    margin-bottom: 4px;
    color: #70888d;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-transform: lowercase;
}

.mantra-citizens-cloud {
    display: block !important;
    flex: 0 0 40px;
    width: 40px !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}


/* Íàçâàíèå ãðóïïû */

.mantra-citizens-group-name {
    display: flex;
    justify-content: flex-end;
    margin: 0 12px 8px 0;
}

.mantra-citizens-group-name span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    min-height: 17px;
    padding: 3px 10px;
    border: 1px solid rgb(106 138 145 / 29%);
    border-radius: 5px;
    background: #dbe5e7;
    color: #58767c;
    font-size: 9px;
    font-style: italic;
    line-height: 1;
    text-align: center;
}


.mantra-citizens-list {
    margin: 0;
    padding: 0 0 0 22px;
    list-style: none;
    color: #4f6468;
    font-size: 10px;
    line-height: 1.72;
    height: 87px;
    overflow-y: auto;
}

.mantra-citizens-list a {
    color: #4d666b !important;
    font-weight: 600;
    text-decoration: none !important;
}

.mantra-citizens-list a:hover {
    color: #315860 !important;
    text-decoration: none !important;
}

.mantra-citizens-decoration {
    position: absolute;
    z-index: 2;
    left: -87px;
    bottom: -38px;
    width: 213px;
    max-width: none;
    height: auto;
    pointer-events: none;
    filter: drop-shadow(0 3px 3px rgba(55, 60, 61, 0.14));
}


.mantra-citizens::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 38%;
    border-radius: 0 0 8px 8px;
    background:
        linear-gradient(
            to bottom,
            rgba(181, 205, 211, 0),
            rgba(150, 184, 193, 0.2)
        );
    pointer-events: none;
}



/* ÍÎÂÎÑÒÈ
-------------------------------------------------------------*/
.mantra-news * {
  box-sizing: border-box;
}

.daily-news {
  width: 740px;
  max-width: 100%;
  margin: auto;
  padding: 35px;
  position: relative;
}

.mantra-news {
  width: 670px;
  margin: auto;
  padding: 38px 44px 34px;
  position: relative;
  overflow: hidden;
  color: #3e4749;
  font-family: "Inter", "Arial", sans-serif;
  font-size: 12px;
  line-height: 1.75;
  background: url(https://forumstatic.ru/files/001c/ac/b2/13708.png) center no-repeat;
  border: 1px solid rgba(92, 112, 116, .18);
  border-radius: 8px;
  box-shadow: 0 20px 45px rgba(40, 50, 52, .16), inset 0 0 0 1px rgba(255, 255, 255, .65);
}

/* ÄÅÊÎÐ PNG */

.mn-decor {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.mn-decor-ticket {
  width: 250px;
  height: 300px;
  top: 12px;
  left: -50px;
  opacity: .86;
  transform: rotate(-7deg);
  background-image: url("https://forumstatic.ru/files/001c/ac/b2/16133.png");
}

.mn-decor-butterfly {
  width: 200px;
  height: 200px;
  right: -44px;
  bottom: 255px;
  opacity: 1;
  background-image: url(https://forumstatic.ru/files/001c/ac/b2/25318.png);
}

.mn-decor-tag {
  width: 200px;
  height: 200px;
  left: -22px;
  bottom: -21px;
  opacity: .8;
  transform: rotate(4deg);
  background-image: url("https://forumstatic.ru/files/001c/ac/b2/36345.png");
}

/* HEADER */

.mn-header {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 34px 90px 28px;
  margin-bottom: 14px;
}

.mn-mini-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 12px;
  color: #8c9799;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.mn-mini-line:before,
.mn-mini-line:after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background: rgba(126, 150, 155, .45);
}

.mn-title {
  margin: 0;
  color: #2f555d;
  font-family: Inter, "Times New Roman", serif;
  font-size: 47px !important;
  font-weight: 200 !important;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mn-title span {
  display: block;
  margin-top: -2px;
  color: #b98267;
  font-family: Inter, "Times New Roman", serif;
  text-transform: lowercase;
  letter-spacing: 3px;
}

.mn-subtitle {
  margin-top: 13px;
  color: #8c9799;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.mn-issue {
  position: absolute;
  right: 82px;
  bottom: 112px;
  color: #b98267;
  font-family: Inter, "Times New Roman", serif;
  font-size: 43px;
  font-style: italic;
  font-weight: 100;
}


.mn-quote {
  position: relative;
  z-index: 3;
  margin: 10px auto 30px;
  padding: 12px 22px;
  color: #535c5e;
  text-align: center;
  font-family: Inter, "Times New Roman", serif;
  font-size: 12px;
  background: rgba(255, 255, 255, .46);
  border: 1px solid rgba(92, 112, 116, .25);
  border-radius: 20px;
  box-shadow: inset 0 0 18px rgba(255, 255, 255, .55);
}

.mn-quote:before,
.mn-quote:after {
  position: absolute;
  color: rgba(105, 138, 145, .55);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 1;
}

.mn-quote:before {
  content: "“";
  left: 20px;
  top: -11px;
}

.mn-quote:after {
  content: "”";
  right: 20px;
  bottom: -39px;
}

.mn-content {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 28px;
  margin-top: 8px;
}

.mn-left-column {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mn-side-card {
    align-self: start;
    padding: 12px 12px 16px;
    background: rgba(255, 255, 255, .42);
    border: 1px solid rgba(92, 112, 116, .18);
    box-shadow: 0 10px 24px rgba(70, 80, 82, .08);
    width: 190px;
    border-radius: 5px;
}

.mn-side-image {
  width: 100%;
  height: 310px;
  border-radius: 4px;
  overflow: hidden;
  background:
    linear-gradient(rgba(103, 139, 145, .25), rgba(103, 139, 145, .25)),
    url("https://i.pinimg.com/1200x/6b/eb/b4/6bebb4a1c22011c72562f29cbd8a8baa.jpg") center/cover;
filter: grayscale(0.4);
}

.mn-side-caption {
  margin-top: 10px;
  color: #7d8a8d;
  font-size: 9px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

.mn-side-couple {
    width: 192px;
    padding: 12px;
    position: relative;
    z-index: 3;
    background: rgba(255, 255, 255, .42);
    border: 1px solid rgba(92, 112, 116, .18);
    border-radius: 5px;
    box-shadow: 0 10px 24px rgba(70, 80, 82, .08);
}

.mn-side-couple-title {
  margin-bottom: 10px;
  color: #315a62;
  font-family: Inter, "Times New Roman", serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.mn-side-couple-image {
    width: 104px;
    height: 53px;
    margin: auto;
    margin-top: -8px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 6px;
    background: rgba(132, 166, 173, .16);
    border: 3px solid rgba(255, 255, 255, .65);
    box-shadow: 0 3px 8px rgba(50, 60, 62, .10);
}

.mn-side-couple-image img {
    width: 100px;
    height: 50px;
    object-fit: cover;
     filter: grayscale(1);
}

.mn-side-couple-names {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  color: #536163;
  font-size: 10px;
  line-height: 1.3;
  text-align: center;
  text-transform: lowercase;
}

.mn-side-couple-name a {
  color: #a4705e!important;
}

.mn-side-couple-and {
  color: #a4705e;
  font-family: Inter, "Times New Roman", serif;
}

.mn-text p {
  margin: 0 0 15px;
  text-align: justify;
}

.mn-text b {
  color: #315a62;
}

.mn-text a {
  color: #a4705e;
  text-decoration: none;
  border-bottom: 1px solid rgba(164,112,94,.35);
}

.mn-note {
  margin: 10px 0;
  padding: 16px 20px;
  background: rgba(132, 166, 173, .12);
  border-left: 4px solid rgba(105, 138, 145, .55);
  border-radius: 0 10px 10px 0;
  color: #536163;
  font-size: 11px;
}

.mn-note-title {
  display: block;
  margin-bottom: 4px;
  color: #315a62;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}


.mn-divider {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 38px 0 26px;
  color: #6f8589;
}

.mn-divider:before,
.mn-divider:after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(92, 112, 116, .28);
}

.mn-divider span {
  padding: 6px 22px;
  background: rgba(132, 166, 173, .22);
  border-radius: 999px;
  font-family: Inter, "Times New Roman", serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mn-summary {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1.1fr .95fr 1.05fr;
  gap: 18px;
  margin-top: 16px;
}

.mn-box {
  min-height: 170px;
  padding: 18px;
  position: relative;
  background: rgba(255,255,255,.44);
  border: 1px solid rgba(92, 112, 116, .20);
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(70, 80, 82, .06);
}

.mn-box-title {
  margin-bottom: 14px;
  color: #315a62;
  font-family: Inter, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

/* 6 ÀÊÒÈÂÈÑÒÎÂ */

.mn-faces {
  display: grid;
  grid-template-columns: repeat(3, 42px);
  gap: 9px;
  justify-content: center;
}

.mn-face {
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 8px;
  border: 3px solid rgba(255,255,255,.75);
  background: #d8d8d8;
  box-shadow: 0 3px 8px rgba(50, 60, 62, .12);
}

.mn-face img {
  width: 36px;
  height: 36px;
  object-fit: cover;
}

/* ËÓ×ØÈÉ ÝÏÈÇÎÄ */

.mn-episode {
  padding: 14px 12px 12px;
  border-radius: 10px;
  text-align: center;
  background: rgba(247, 245, 239, .72);
  border: 1px dashed rgba(92, 112, 116, .35);
}

.mn-episode a {
font-weight: 500!important;
}

.mn-episode-label {
  margin-bottom: 6px;
  color: #8c9799;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.mn-episode-name {
  display: block;
  margin-bottom: 5px;
  color: #315a62 !important;
  font-family: Inter, "Times New Roman", serif;
  font-size: 11px;
  line-height: 1.25;
  text-decoration: none;
}

.mn-episode-name:hover {
  color: #a4705e !important;
}

.mn-episode-players {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #536163;
  font-size: 10px;
  text-transform: lowercase;
  flex-wrap: wrap;
}

.mn-episode-player {
  color: #a4705e;
}

.mn-episode-and {
  color: #a4705e;
  font-family: Inter, "Times New Roman", serif;
}

.mn-post {
  position: relative;
  padding: 14px 16px;
  background: rgba(247, 245, 239, .72);
  border: 1px dashed rgba(92, 112, 116, .35);
  border-radius: 12px;
  font-size: 10px;
  line-height: 1.3;
  text-align: justify;
}

.mn-post a {
  color: #a4705e;
  text-decoration: none;
  border-bottom: 1px solid rgba(164,112,94,.35);
}

.mn-post-author {
  margin-top: 10px;
  color: #a4705e;
  font-family: Inter, "Times New Roman", serif;
  font-size: 11px;
  font-style: italic;
  text-align: right;
}


.mn-footer {
  position: relative;
  z-index: 3;
  margin-top: 34px;
  padding: 18px 70px;
  color: #617074;
  text-align: center;
  font-family: Inter, "Times New Roman", serif;
  font-size: 11px;
  line-height: 1.7;
  background: rgba(132, 166, 173, .20);
  border-radius: 8px;
}

.mn-footer:before,
.mn-footer:after {
  content: "&#10022;";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(164,112,94,.65);
  font-size: 18px;
}

.mn-footer:before {
  left: 28px;
}

.mn-footer:after {
  right: 28px;
}

@media (max-width: 780px) {
  .daily-news {
    width: 94%;
    padding: 25px 0;
  }

  .mantra-news {
    width: 94%;
    padding: 30px 24px;
  }

  .mn-header {
    padding: 40px 20px 22px;
  }

  .mn-title {
    font-size: 34px !important;
  }

  .mn-content {
    grid-template-columns: 1fr;
  }

  .mn-left-column {
    gap: 14px;
  }

  .mn-side-image {
    height: 220px;
  }

  .mn-side-couple-image {
    height: 150px;
  }

  .mn-summary {
    grid-template-columns: 1fr;
  }

  .mn-faces {
    grid-template-columns: repeat(6, 42px);
  }

  .mn-decor-ticket,
  .mn-decor-butterfly,
  .mn-decor-tag {
    opacity: .32;
  }
}

@media (max-width: 520px) {
  .mn-faces {
    grid-template-columns: repeat(3, 42px);
  }
}


@media screen and (max-width: 520px){
    .head-dec2 {
    position: absolute;
    z-index: 10;
    left: 67em;
    top: 2em;
    width: 146px!important;
    overflow-x: hidden;
}

.go-up, .go-down {
    display: none!important;
}
}