/* =========================================================
   ËÈ×ÍÛÅ ÑÒÐÀÍÈÖÛ — ÏÎËÍÛÅ ÑÒÈËÈ
   my-tabs + profile-head + str1/str2/str3
   ========================================================= */

/* ---------- overlay / notice ---------- */

#pre-wrap {
  position: fixed;
  inset: 0;
  z-index: 99998;
  background: rgba(20, 20, 20, 0.35);
}

#ml-personal-overlay {
  position: fixed;
  inset: 0;
  z-index: 999998;
  background: rgba(0, 0, 0, 0.72);
}

#ls-copy-notice {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 1000000;
  display: none;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(30, 30, 30, 0.92);
  color: #fff;
  font-size: 12px;
  pointer-events: none;
}

/* =========================================================
   SHELL: .my-tabs
   ========================================================= */

.my-tabs {
  position: fixed;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  z-index: 999999;

  box-sizing: border-box;
  width: 760px;
  max-width: calc(100vw - 48px);
  height: 620px;

  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 192px 428px;
  align-items: stretch;
  gap: 0;

  border-radius: 20px;
  background: #e9e9e9;
  color: #333;
  font-family: var(--regular-font, Arial, sans-serif);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  outline: 1px solid rgba(255, 255, 255, 0.5);
  overflow: visible;
}

/* ñâåòëóþ âåðõíþþ ïîëîñó óáðàëè */

/* ---------- áîêîâûå âêëàäêè ---------- */

.my-tabs > .tab-side {
  position: absolute;
  left: -22px;
  width: 22px;
  height: 78px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  border-radius: 0 10px 10px 0;
  background: rgba(255, 255, 255, 0.78);
  color: #666;
  font-size: 11px;
  line-height: 1.1;
  letter-spacing: 0.4px;
  text-transform: lowercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  cursor: pointer;
  user-select: none;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.06);
  z-index: 5;
}

.my-tabs > .tab-side.tab-profile {
  top: 24px;
}

.my-tabs > .tab-side.tab-collections {
  top: 110px;
}

.my-tabs > .tab-side.selected,
.my-tabs > .tab-side:hover {
  background: #fff;
  color: #333;
  font-weight: 700;
}

/* ---------- close: íà ôîíå ëåñà ---------- */

.my-tabs > .close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 20;
  width: 28px;
  height: 28px;
  margin: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 0;
  color: transparent;
  overflow: hidden;
}

.my-tabs > .close::before {
  content: "\F62A";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 1;
  color: #444;
    font-family: var(--icon-font);
}

/* ---------- panels ---------- */

.my-tabs > .tab-a {
  grid-column: 1;
  grid-row: 2;
  position: relative;
  z-index: 2;

  box-sizing: border-box;
  width: 100%;
  height: 428px;
  overflow: hidden;
  background: #e9e9e9;
  border-radius: 0 0 20px 20px;
}

.my-tabs > .tab-a:not(.active) {
  display: none;
}

.my-tabs > .tab-a.active {
  display: block;
}

.my-tabs > .tab-a > .post-content {
  height: 100%;
}

.my-tabs > .tab-a > .post-content > p:first-child {
  display: none;
}

/* =========================================================
   PROFILE HEADER
   ========================================================= */

.my-tabs > .profile-head,
.profile-head {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 192px;
  padding: 12px 16px 0;
    border-radius: 20px 20px 0 0;
  overflow: visible;
  background: #e9e9e9;
  font-family: var(--regular-font, Arial, sans-serif);
}

.my-tabs > .profile-head {
  grid-column: 1;
  grid-row: 1;
  z-index: 3;
}

.profile-head::before,
.profile-head::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 34px;
  z-index: 0;
}

.profile-head::before {
  background: var(--nav);
  filter: grayscale(1);
  opacity: 0.78;
  border-radius: 20px 20px 0 0;
}

.profile-head::after {
  background: rgba(0, 0, 0, 0.16);
  border-radius: 20px 20px 0 0;
}

.profile-head .str-header {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  height: 152px;
  margin-top: 16px;
  padding: 10px 0 18px;
  display: grid;
  grid-template-columns: 158px 1fr;
  gap: 18px;
  border-radius: 12px;
  background: rgba(245, 245, 245, 0.9);
}

.profile-head .ls-main-photo {
  width: 158px;
  height: 151px;
  margin-top: -10px;
  overflow: hidden;
  border-radius: 14px;
  cursor: pointer;
}

.profile-head .ls-main-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.profile-head .ls-head-right {
  min-width: 0;
  display: block;
}

.profile-head .ls-twinks {
  box-sizing: border-box;
  height: 125px;
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px 0 6px;
}

.profile-head .ls-twink {
  flex: 0 0 82px;
  width: 82px;
  box-sizing: border-box;
  padding: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.55);
  color: #555;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.profile-head .ls-twink-active,
.profile-head .ls-twink:hover {
  background: rgba(255, 255, 255, 0.86);
}

.profile-head .ls-twink img {
  width: 72px;
  height: 72px;
  display: block;
  border-radius: 9px;
  object-fit: cover;
  filter: grayscale(1);
  cursor: pointer; 
}

.profile-head .ls-twink span,
.profile-head .ls-twink .ls-twink-name {
  max-width: 60px;
  overflow: hidden;
  color: #555;
  font-size: 10px;
  line-height: 1.1;
  text-align: center;
  text-overflow: ellipsis;
 /*white-space: nowrap;*/
  text-decoration: none;
  cursor: pointer;
}

.profile-head .ls-twink .ls-twink-name:hover {
  color: #333;
  text-decoration: underline;
}

.profile-head .ls-identity {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -25px;
  z-index: 4;
  display: grid;
  grid-template-columns: 180px 160px 1fr;
  align-items: center;
  gap: 16px;
  min-width: 0;
  pointer-events: auto;
}

.profile-head .name.profile_link,
.profile-head .profile_link.name {
  grid-column: 1;
  color: #474747;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.profile-head .ls-style-btn {
  grid-column: 2;
  box-sizing: border-box;
  width: 160px;
  height: 18px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(70, 70, 70, 0.72);
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.profile-head .ls-awards-info,
.profile-head .ls-stars-info {
  color: #555;
  font-size: 11px;
  white-space: nowrap;
}

.profile-head .ls-awards-info b,
.profile-head .ls-stars-info b {
  color: #333;
}

/* =========================================================
   COMMON: str1 / str2 / str3
   ========================================================= */

.str1,
.str2,
.str3 {
  box-sizing: border-box;
  width: 100%;
  height: 428px;
  color: #333;
  background: #e9e9e9;
  font-family: var(--regular-font, Arial, sans-serif);
}

.my-tabs .str1,
.my-tabs .str2,
.my-tabs .str3 {
  height: 100%;
}

.str1 > p:first-child,
.str2 > p:first-child,
.str3 > p:first-child {
  display: none;
}

.section-title {
  display: none;
}

.ls-copy-hint {
  margin: 0 0 8px;
  color: #888;
  font-size: 10px;
  letter-spacing: 0.3px;
}

/* =========================================================
   STR1 / ÏÐÎÔÈËÜ
   ========================================================= */

.str1 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.str1 .str1-body {
  flex: 1;
  min-height: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: 120px 128px;
  gap: 62px;
  padding: 58px 16px 18px;
}

.str1 .checks-section,
.str1 .activity-section {
  position: relative;
  min-height: 0;
  height: auto;
  box-sizing: border-box;
  padding: 15px 12px 12px;
  overflow: visible;
  border-radius: 10px;
  background: rgb(224 224 224 / 46%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(180, 180, 180, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.35);
}

.str1 .checks-section::before,
.str1 .activity-section::before {
  position: absolute;
  left: 0;
  top: -28px;
  height: 18px;
  display: flex;
  align-items: center;
  color: #555;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.str1 .checks-section::before {
  content: "÷åêè";
}

.str1 .activity-section::before {
  content: "àêòèâíîñòü";
}

.str1 .checks-grid {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: flex-start;
}

/* ---- ÷åêè ---- */

.chek_nuzhnyy,
.chek_vneshnost,
.chek_ikonka_plashka,
.chek_full_prof,
.chek_plashki_gr,
.chek_plashki,
.chek_podarok_3,
.chek_podarok_5,
.chek_ikonki,
.chek_fons,
.chek_bank_vse,
.chek_bank_posty,
.chek_bank_reklama,
.chek_udaleniye,
.chek_parnyy,
.chek_bez_ankety,
.chek_twink,
.chek_plashki_gr_tr,
.chek_bank_posty_utroyeniye,
.chek_table_cell,
.chek_chicago_news {
  width: calc((100% - 20px) / 3);
  min-height: 72px;
  margin: 0 0 10px;
  box-sizing: border-box;
}

/* ---- íàãðàäû / àêòèâíîñòü ---- */

.str1 .awards {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  outline: none;
}

.str1 .awards::before {
  display: none;
}

.str1 .awards > * {
  position: relative;
  flex: 0 0 86px;
  width: 86px;
  min-width: 0;
  min-height: 104px;
  padding-top: 80px;
  box-sizing: border-box;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 72px 72px;
  color: #666;
  font-size: 11px;
  line-height: 1.1;
  text-align: center;
}

.str1 .awards > * span {
  position: absolute;
  left: 50%;
  top: 60px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.str1 .awards couple span { background: #f0b7c0; }
.str1 .awards ep span { background: #e9ab30; }
.str1 .awards post span { background: #7ca6d2; }
.str1 .awards quote span { background: #7fb170; }
.str1 .awards flud span { background: #5dc3b4; }
.str1 .awards writer span { background: #b89ee6; }

.str1 .awards couple {
  background-image: url("https://upforme.ru/uploads/001b/ef/4a/29/368558.png");
}
.str1 .awards post {
  background-image: url("https://upforme.ru/uploads/001b/ef/4a/29/820168.png");
}
.str1 .awards ep {
  background-image: url("https://upforme.ru/uploads/001b/ef/4a/29/719482.png");
}
.str1 .awards flud {
  background-image: url("https://upforme.ru/uploads/001b/ef/4a/29/200336.png");
}
.str1 .awards quote {
  background-image: url("https://upforme.ru/uploads/001b/ef/4a/29/56625.png");
}
.str1 .awards writer {
  background-image: url("https://upforme.ru/uploads/001b/ef/4a/29/399534.png");
}

.str1 .awards couple::after { content: "ïàðà"; }
.str1 .awards ep::after { content: "ýïèçîä"; }
.str1 .awards post::after { content: "ïîñò"; }
.str1 .awards quote::after { content: "öèòàòà"; }
.str1 .awards flud::after { content: "àêòèâèñò"; }
.str1 .awards writer::after { content: "ïîñòîïèñåö"; }

.str1 .awards .is-zero {
  filter: grayscale(1);
  opacity: 0.6;
}

/* =========================================================
   STR2 / ÊÎËËÅÊÖÈÈ
   ========================================================= */

.str2 {
  display: grid;
  grid-template-rows: 28px 1fr 50px;
  gap: 10px;
  padding: 10px 12px 12px;
  box-sizing: border-box;
  overflow: hidden;
}

.str2-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 0 4px;
  box-sizing: border-box;
}

.collections-total {
  color: #7a7a7a;
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: lowercase;
}

.str2-body {
  min-height: 0;
  display: grid;
  grid-template-columns: 214px 1fr;
  gap: 12px;
  overflow: hidden;
}

.str2-left,
.str2-right {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.str2 .col_all_wrp,
.str2 .col_time_wrp {
  height: 100%;
  min-height: 0;
  box-sizing: border-box;
  padding: 12px;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.str2 .col_all,
.str2 .col_time {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 4px;
}

/* ïîñòîÿííûå êîëëåêöèè */

.str2 .pcollection {
  position: relative;
  width: 100%;
  min-height: max-content;
  box-sizing: border-box;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.62);
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 2px 7px rgba(0, 0, 0, 0.06);
}

.str2 .pcollection::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 14px;
  height: 97px;
  border-radius: 16px;
  background: var(--cover) center / cover no-repeat;
  filter: grayscale(1) opacity(0.38);
  transition: 0.25s ease;
}

.str2 .pcollection:not(:has(n))::before,
.str2 .pcollection.complete::before {
  filter: none;
  opacity: 1;
}

.str2 .pcollection collnm {
  display: block;
  margin: 0 0 8px;
  color: #666;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: lowercase;
}

.str2 .pcollection cl {
  display: block;
  color: #5d5d5d;
  font-size: 11px;
  text-align: center;
}

/* âðåìåííûå êîëëåêöèè / ñòèêåðû */

.str2 .collection {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 10px 11px 12px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  align-content: start;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 2px 7px rgba(0, 0, 0, 0.06);
}

.str2 .collection collnm {
  grid-column: 1 / -1;
  display: block;
  margin: 0 0 4px;
  color: #555;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: lowercase;
  text-align: center;
}

.str2 .collection img,
.str2 .collection n,
.str2 .collection n img {
  width: 100%;
  height: 42px;
  display: block;
  object-fit: contain;
}

.str2 .collection n {
  opacity: 0.28;
  filter: grayscale(1);
}

.str2 .collection img {
  transition: 0.2s ease;
}

.str2 .collection img:hover {
  opacity: 1;
  filter: none;
}

/* ñ÷¸ò÷èêè */

.str2 .all_count,
.str3 .all_count {
  display: grid;
  gap: 10px;
  height: 50px;
  padding: 0 4px;
  box-sizing: border-box;
}

.str2 .all_count {
  grid-template-columns: repeat(3, 1fr);
}

.str3 .all_count {
  grid-row: 3;
  grid-template-columns: repeat(4, 1fr);
}

.str2 .all_count > div,
.str3 .all_count > div {
  min-height: 42px;
  box-sizing: border-box;
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.str2 .counter_label,
.str3 .counter_label {
  display: block;
}

/* =========================================================
   STR3 / ÎÔÎÐÌËÅÍÈÅ
   ========================================================= */

.str3 {
  display: grid;
  grid-template-rows: 28px minmax(0, 1fr) 50px;
  gap: 10px;
  padding: 10px 12px 12px;
  box-sizing: border-box;
  overflow: hidden;
}

.str3-grid {
  grid-row: 2;
  min-height: 0;
  height: 100%;
  display: grid;
  grid-template-columns: 1.3fr 0.5fr 1.3fr;
  gap: 12px;
  overflow: hidden;
}

.str3 .plash_wrp,
.str3 .ikon_wrp,
.str3 .fons_wrp {
  min-width: 0;
  min-height: 0;
  height: 100%;
  box-sizing: border-box;
  padding: 12px;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  display: flex;
  flex-direction: column;
}

.str3 .plash_wrp::before,
.str3 .ikon_wrp::before,
.str3 .fons_wrp::before {
  display: block;
  height: 25px;
  margin: 0;
  color: #555;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  flex: 0 0 auto;
}

.str3 .plash_wrp::before { content: "ïëàøêè"; }
.str3 .ikon_wrp::before { content: "èêîíêè"; }
.str3 .fons_wrp::before { content: "ôîíû"; }

.str3 .plash,
.str3 .ikon,
.str3 .fons {
  flex: 1 1 auto;
  min-height: 0;
  margin-top: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
}

.str3 .plash {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.str3 .plashka {
    width: 100%;
    margin: 0;
    padding: 5px 12px;
    border-radius: 12px;
    cursor: copy;
}

.str3 .ikon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: flex-start;
  justify-content: center;
}

.str3 .ikon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  cursor: copy;
}

.str3 .ikon-mark {
  display: none;
}

.str3 .fons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 5px;
}

.str3 .fons img {
  height: 52px;
  object-fit: cover;
  border-radius: 12px;
  cursor: copy;
    height: 70px;
}

/* =========================================================
   SCROLLBARS
   ========================================================= */

.profile-head .ls-twinks::-webkit-scrollbar,
.str1 .checks-grid::-webkit-scrollbar,
.str1 .awards::-webkit-scrollbar,
.str2 .col_all::-webkit-scrollbar,
.str2 .col_time::-webkit-scrollbar,
.str3 .plash::-webkit-scrollbar,
.str3 .ikon::-webkit-scrollbar,
.str3 .fons::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.profile-head .ls-twinks::-webkit-scrollbar-thumb,
.str1 .checks-grid::-webkit-scrollbar-thumb,
.str1 .awards::-webkit-scrollbar-thumb,
.str2 .col_all::-webkit-scrollbar-thumb,
.str2 .col_time::-webkit-scrollbar-thumb,
.str3 .plash::-webkit-scrollbar-thumb,
.str3 .ikon::-webkit-scrollbar-thumb,
.str3 .fons::-webkit-scrollbar-thumb {
  background: rgba(120, 120, 120, 0.45);
}

.profile-head .ls-twinks::-webkit-scrollbar-track,
.str1 .checks-grid::-webkit-scrollbar-track,
.str1 .awards::-webkit-scrollbar-track,
.str2 .col_all::-webkit-scrollbar-track,
.str2 .col_time::-webkit-scrollbar-track,
.str3 .plash::-webkit-scrollbar-track,
.str3 .ikon::-webkit-scrollbar-track,
.str3 .fons::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.18);
}

/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 600px) {
  .my-tabs {
    left: 0;
    top: 0;
    transform: none;
    width: 100vw;
    max-width: none;
    height: 100vh;
    height: 100dvh;
    border-radius: 0;
    outline: none;

    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .my-tabs > .close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.5);
  }

  /* âêëàäêè-ïèëþëè */
  .my-tabs > .tab-side {
    position: absolute;
    top: 208px;
    left: auto;
    width: auto;
    height: 30px;
    margin: 0;
    padding: 0 14px;

    border-radius: 999px;
    writing-mode: horizontal-tb;
    text-orientation: initial;
    transform: none;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.92);
    z-index: 25;
  }

  .my-tabs > .tab-side.tab-profile {
    left: 12px;
    top: 208px;
  }

  .my-tabs > .tab-side.tab-collections {
    left: 100px;
    top: 208px;
  }

  /* header */
  .my-tabs > .profile-head,
  .profile-head {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    height: 200px;
    padding: 10px 10px 0;
  }

  .profile-head::before,
  .profile-head::after {
    bottom: 40px;
    border-radius: 0;
  }

  .profile-head .str-header {
    width: 100%;
    height: 150px;
    margin-top: 10px;
    grid-template-columns: 108px 1fr;
    gap: 10px;
    padding: 8px 8px 16px;
  }

  .profile-head .ls-main-photo {
    width: 108px;
    height: 132px;
    margin-top: 0px;
  }

  .profile-head .ls-head-right {
    min-width: 0;
    width: 100%;
  }

  .profile-head .ls-twinks {
    width: 100%;
    height: 112px;
    gap: 8px;
  }

  .profile-head .ls-twink {
    flex: 0 0 70px;
    width: 70px;
  }

  .profile-head .ls-twink img {
    width: 60px;
    height: 60px;
  }

  .profile-head .ls-identity {
    left: 10px;
    right: 10px;
    bottom: -28px;
    grid-template-columns: 108px 1fr;
    gap: 8px;
  }

  .profile-head .name.profile_link,
  .profile-head .profile_link.name {
    font-size: 13px;
  }

  .profile-head .ls-style-btn {
    width: auto;
    max-width: 140px;
  }

  /* panels */
  .my-tabs > .tab-a {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    height: auto;
    margin-top: 44px;
    border-radius: 0;
    overflow: hidden;
  }

  .my-tabs > .tab-a.active {
    display: flex;
    flex-direction: column;
  }

  .my-tabs > .tab-a > .post-content {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }

  .str1,
  .str2,
  .str3 {
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 0;
  }

  /* profile */
  .str1 {
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .str1 .str1-body {
    flex: 1 1 auto;
    min-height: 0;
    grid-template-rows: minmax(140px, 1fr) minmax(150px, 1fr);
    gap: 36px;
    padding: 24px 10px 12px;
    overflow: hidden;
  }

  .str1 .checks-section,
  .str1 .activity-section {
    min-height: 0;
    overflow: hidden;
  }

  .str1 .checks-grid {
    width: 100%;
justify-content: center;
  }

  .chek_nuzhnyy,
  .chek_vneshnost,
  .chek_ikonka_plashka,
  .chek_full_prof,
  .chek_plashki_gr,
  .chek_plashki,
  .chek_podarok_3,
  .chek_podarok_5,
  .chek_ikonki,
  .chek_fons,
  .chek_bank_vse,
  .chek_bank_posty,
  .chek_bank_reklama,
  .chek_udaleniye,
  .chek_parnyy,
  .chek_bez_ankety,
  .chek_twink,
  .chek_plashki_gr_tr,
  .chek_bank_posty_utroyeniye,
  .chek_table_cell,
  .chek_chicago_news {
    width: 60%;
  }

  .str1 .awards {
    flex-wrap: wrap;
    gap: 10px;
    overflow-y: auto;
    justify-content: space-around;
  }

  .str1 .awards > * {
    flex: 0 0 calc((100% - 20px) / 3);
    width: calc((100% - 20px) / 3);
  }

  /* ----- collections ----- */
  .str2 {
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 8px;
    padding: 8px 10px 10px;
    overflow: hidden;
    height: 100%;
  }

  .str2-head {
    display: none;
  }

  .str2-body {
    min-height: 0;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1.15fr 0.85fr;
    gap: 8px;
    overflow: hidden;
  }

  .str2-left,
  .str2-right {
    min-height: 0;
    height: auto;
    overflow: hidden;
  }

  .str2 .col_all_wrp,
  .str2 .col_time_wrp {
    height: 100%;
    min-height: 0;
    padding: 10px;
    overflow: hidden;
  }

  .str2 .col_all {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
    grid-auto-rows: max-content;
    align-content: start;
    gap: 8px;
    height: 100%;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 2px;
  }

 .str2 .col_time {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .str2 .collection {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .str2 .pcollection {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0;
    padding: 90px 10px 10px;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
  }

  .str2 .pcollection::before {
    left: 10px;
    right: 10px;
    top: 10px;
    height: 70px;
    border-radius: 14px;
  }

  .str2 .pcollection collnm {
    display: block;
    margin: 0 0 6px;
    color: #666;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-align: center;
    text-transform: lowercase;
  }

  .str2 .pcollection cl {
    display: block;
    color: #5d5d5d;
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
    padding: 1px 0;
  }

  .str2 .pcollection n {
    display: contents; /* n íå ëîìàåò ïîòîê, cl îñòàþòñÿ âèäíû */
  }

  .str2 .pcollection n cl {
    opacity: 0.4;
  }

  .str2 .all_count {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    height: auto;
    padding: 0;
  }

  .str2 .all_count > div {
    min-height: 0;
    padding: 6px 4px;
    border-radius: 10px;
  }

  .str2 .counter_label,
  .str2 .counter_value {
    font-size: 10px;
    line-height: 1.15;
  }

  /* style */
  .str3 {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 8px 10px 10px;
    overflow: hidden;
    height: 100%;
  }

  .str3-grid {
    grid-row: auto;
    min-height: 0;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1.2fr 0.9fr 1fr;
    gap: 8px;
    overflow: hidden;
  }

  .str3 .plash_wrp,
  .str3 .ikon_wrp,
  .str3 .fons_wrp {
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 10px;
    overflow: hidden;
  }

  .str3 .plash,
  .str3 .ikon,
  .str3 .fons {
    height: auto;
    max-height: none;
    min-height: 0;
    flex: 1 1 auto;
    overflow-y: auto;
  }

.str3 .plash,
  .str3 .fons {
    align-items: center;
  }

.str3 .plashka {
    width: 78%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .str3 .fons img {
    width: 78%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .str3 .all_count {
    grid-row: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    height: auto;
    padding: 0;
  }

  .str3 .all_count > div {
    min-height: 0;
    padding: 6px 4px;
    border-radius: 10px;
  }

  .str3 .counter_label,
  .str3 .counter_value {
    font-size: 10px;
    line-height: 1.15;
  }
}