:root {
  --ls-dark: #55555590;
  --ls-light: #ffffff70;
  --icon-mark: url("https://i.imgur.com/pk83blX.png");
  --ls-outline: 1px solid #ffffff30;
}

/* ---------------- OVERLAY ---------------- */

#pre-wrap {
  position: fixed;
  inset: 0;
  z-index: 29999;
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

/* ---------------- ÎÁÙÅÅ ÎÊÍÎ ---------------- */

.my-tabs {
  position: fixed;
  z-index: 30000;
  width: 700px;
  height: 540px;
  border-radius: 18px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
  align-items: start;
  outline: var(--ls-outline);
}

.my-tabs::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  z-index: 1;
  background: var(--body);
  background-repeat: no-repeat;
  background-position: center;
}

.my-tabs > span {
  position: relative;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  cursor: pointer;
  z-index: 2;
  transition: 0.25s ease;
  box-sizing: border-box;
  text-align: center;
  padding: 0 10px;
  background: rgba(110, 110, 110, 0.55);
}

.my-tabs > .close:hover,
.my-tabs > span:hover {
  background: rgba(130, 130, 130, 0.68);
}

.my-tabs > span.selected {
  background: var(--ls-light);
  color: #fff;
}

.my-tabs > .tab-a {
  position: absolute;
  left: 0;
  top: 0;
  width: 700px;
  height: 540px;
  display: none;
}

.my-tabs > .tab-a .post-content {
  display: block;
  width: 100%;
  height: 100%;
}

.my-tabs > .tab-a .post-content p {
  padding: 0 !important;
  margin: 0 !important;
}

.my-tabs > .close {
  position: relative;
  height: 41px;
  padding: 0 10px;
  z-index: 4;
  cursor: pointer;
  background: rgba(110, 110, 110, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.my-tabs > .close::before {
  font-family: var(--icon-font);
  font-size: 23px;
  content: "\F62A";
}

.str1,
.str2,
.str3,
.str4 {
  background: var(--body);
  background-repeat: no-repeat;
  background-position: center;
}

/* çàãîëîâêè áëîêîâ */

.str4 .col_time_wrp::before,
.str4 .col_all_wrp::before,
.str2 .pres_wrp::before,
.str2 .ikon_wrp::before,
.str2 .fons_wrp::before,
.str1 .awards::before,
.str1 .plash_wrp::before {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  font-family: var(--regular-font);
  letter-spacing: 0.5px;
  text-align: center;
  display: block;
}

/* ---------------- ÏÅÐÂÀß ÑÒÐÀÍÈÖÀ ---------------- */

.str1 {
  position: relative;
  width: 700px;
  height: 540px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 18px;
  font-family: inherit;
}

/* ---------------- ËÅÂÀß ÊÎËÎÍÊÀ ---------------- */

.str1 .plash_wrp {
  position: absolute;
  left: 20px;
  top: 54px;
  width: 272px;
  height: 306px;
  background: var(--ls-dark);
  outline: var(--ls-outline);
  border-radius: 20px;
  box-sizing: border-box;
  z-index: 2;
  border: 10px solid transparent;
}

.str1 .plash {
  height: 262px;
  padding: 0 2px 0 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: grid;
  justify-items: center;
  gap: 12px;
  align-content: start;
}

.str1 .plash img,
.str1 .plash .plashka {
  margin: 0 !important;
}

.str1 .plash_wrp::before {
  content: "ïëàøêè";
  margin-bottom: 12px;
}

.str1 .plash > br {
  display: none;
}

.str1 .plash > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 10px;
}

.str1 .plash::-webkit-scrollbar {
  width: 2px;
  background: rgba(255, 255, 255, 0.22);
}

.str1 .plash::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.42);
}

/* ---------------- Ñ×¨Ò×ÈÊ ---------------- */

.str1 .all_count {
  position: absolute;
  left: 303px;
  top: 98px;
  width: 68px;
  min-height: 172px;
  background: var(--ls-dark);
  outline: var(--ls-outline);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px 0;
}

.str1 .all_count > div {
  color: #fff;
  text-align: center;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}

.str1 .all_count > div .counter_label {
  display: block;
  font-size: 11px;
  line-height: 1.1;
}

.str1 .all_count > div .counter_value {
  display: block;
  font-size: 14px;
  line-height: 1.1;
  margin-top: 1px;
  white-space: nowrap;
}

.str1 .all_count > div .counter_value count {
  display: inline;
}

/* ---------------- ÊÐÓÆÎÊ-ÑÛËÊÀ ---------------- */

.str1 .profile_link {
  position: absolute;
  left: 339px;
  top: 306px;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
  background: var(--ls-dark);
  outline: var(--ls-outline);
  border-radius: 50%;
  z-index: 6;
  display: block;
  text-decoration: none;
}

.str1 .profile_link::before {
  content: "\F4D7";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--icon-font);
  font-size: 18px;
  color: #ffffff;
}

.str1 .profile_link:hover {
  filter: brightness(1.08);
}

/* ---------------- ÏÐÀÂÀß ÊÀÐÒÎ×ÊÀ ---------------- */

.str1 .photo {
  position: absolute;
  right: 18px;
  top: 41px;
  width: 300px;
  height: auto;
  aspect-ratio: 10 / 9;
  border: var(--ls-outline);
  border-top-width: 0;
  border-radius: 0 0 34px 34px;
  overflow: hidden;
  z-index: 5;
}

.str1 .photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(100%);
  border-radius: 0 0 34px 34px;
  opacity: 0.8;
}

.str1 .name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 34px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  z-index: 5;
  background: #00000070;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 34px 34px;
}

.str1 .tekst {
  position: absolute;
  right: 19px;
  top: 281px;
  width: 300px;
  max-height: 81px;
  background: var(--ls-dark);
  outline: var(--ls-outline);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
  padding: 0 3px 0 0;
  border-radius: 0 0 34px 34px;
  overflow: auto;
  border: 12px transparent solid;
  border-top-width: 39px;
}

/* ---------------- ÍÀÃÐÀÄÛ ---------------- */

.str1 .awards {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 150px;
  background: var(--ls-dark);
  outline: var(--ls-outline);
  border-radius: 18px 18px 14px 14px;
  box-sizing: border-box;
  padding: 10px;
  z-index: 1;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.str1 .awards::before {
  content: "íàãðàäû";
  width: 100%;
  margin-top: 5px;
}

.str1 .awards > * {
  display: block;
  width: 82px;
  height: 88px;
  padding-top: 60px;
  box-sizing: border-box;
  text-align: center;
  font-size: 11px;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
}

.str1 .awards > * span {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.str1 .awards couple span {
  background: #d4b1c2;
}

.str1 .awards ep span {
  background: #ddb87e;
}

.str1 .awards post span {
  background: #a0aac9;
}

.str1 .awards quote span {
  background: #b0a5d8;
}

.str1 .awards flud span {
  background: #9bcdbc;
}

.str1 .awards writer span {
  background: #ddacad;
}

.str1 .awards > *::after {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  text-transform: lowercase;
}

.str1 .awards couple {
  left: 14px;
  background-image: url("https://forumstatic.ru/files/0019/9e/ef/29633.png");
}

.str1 .awards post {
  left: 118px;
  background-image: url("https://forumstatic.ru/files/0019/9e/ef/58289.png");
}

.str1 .awards ep {
  left: 222px;
  background-image: url("https://forumstatic.ru/files/0019/9e/ef/40796.png");
}

.str1 .awards flud {
  left: 326px;
  background-image: url("https://forumstatic.ru/files/0019/9e/ef/10501.png");
}

.str1 .awards quote {
  left: 430px;
  background-image: url("https://forumstatic.ru/files/0019/9e/ef/61805.png");
}

.str1 .awards writer {
  left: 534px;
  background-image: url("https://forumstatic.ru/files/0019/9e/ef/93434.png");
}

.str1 .awards couple::after {
  content: "ëó÷øàÿ ïàðà";
}

.str1 .awards post::after {
  content: "ëó÷øèé ïîñò";
}

.str1 .awards ep::after {
  content: "ëó÷øèé ýïèçîä";
}

.str1 .awards flud::after {
  content: "àêòèâèñò";
}

.str1 .awards quote::after {
  content: "ëó÷øàÿ öèòàòà";
}

.str1 .awards writer::after {
  content: "ïîñòîïèñåö";
}

.str1 .awards .is-zero {
  filter: grayscale(1);
  opacity: 0.6;
}

/* ---------------- ÂÒÎÐÀß ÑÒÐÀÍÈÖÀ ---------------- */

.str2 {
  position: relative;
  width: 700px;
  height: 540px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  gap: 20px 30px;
  padding-top: 41px;
}

.str2 .fons_wrp,
.str2 .ikon_wrp,
.str2 .pres_wrp {
  background: var(--ls-dark);
  outline: var(--ls-outline);
  box-sizing: border-box;
  min-height: 0;
  display: flex;
  flex-direction: column;
  border: 10px solid transparent;
}

.str2 .fons_wrp {
  border-radius: 0 0 26px 0;
}

.str2 .fons {
  overflow-y: auto;
  overflow-x: hidden;
  display: grid;
  justify-content: center;
  gap: 13px;
}

.str2 .fons_wrp::before {
  content: "ôîíû";
  margin-bottom: 12px;
}

.str2 .fons img {
  display: block;
  width: 242px;
  height: 54px;
  object-fit: cover;
  border-radius: 16px;
}

.str2 .fons img:last-child {
  margin-bottom: 0;
}

.str2 .ikon_wrp {
  border-radius: 0 0 0 34px;
  position: relative;
  height: calc(100% - 40px);
}

.str2 .ikon {
  padding-bottom: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  gap: 18px 20px;
}

.str2 .ikon_wrp::before {
  content: "èêîíêè";
  margin-bottom: 12px;
}

.str2 .ikon img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex: 0 0 50px;
}

.str2 .ikon-mark {
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  width: 58px;
  height: 58px;
  background: #5c5c5c;
  outline: var(--ls-outline);
  border-radius: 16px;
  z-index: 4;
  pointer-events: none;
}

.str2 .ikon-mark::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--icon-mark);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px auto;
}

.str2 .pres_wrp {
  grid-row: 2;
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  border-radius: 18px;
  justify-content: center;
}

.str2 .pres {
  height: 54px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 10px solid transparent;
  box-sizing: border-box;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.str2 .pres_wrp::before {
  content: "ïîäàðêè";
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.str2 .pres img {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 0;
  object-fit: contain;
  vertical-align: top;
}

.str2 .fons::-webkit-scrollbar,
.str2 .ikon::-webkit-scrollbar,
.str2 .pres::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}

.str2 .fons::-webkit-scrollbar-thumb,
.str2 .ikon::-webkit-scrollbar-thumb,
.str2 .pres::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.38);
}

.str2 .pres:empty {
  display: none;
}

.str2:has(.pres:empty) .fons {
  height: 468px;
}

.str2:has(.pres:empty) .ikon {
  height: 442px;
}

.str2:has(.pres:empty) .ikon-mark {
  top: 460px;
}

/* ---------------- ÒÐÅÒÜß ÑÒÐÀÍÈÖÀ ---------------- */

.str3 {
  position: relative;
  width: 700px;
  height: 540px;
  border-radius: 18px;
  padding: 0 5px 0 0;
  box-sizing: border-box;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  gap: 18px;
  border: 14px solid transparent;
  border-top-width: 68px;
}

.str3 > div {
  margin: 0 !important;
}

.str3::-webkit-scrollbar {
  width: 2px;
  background: rgba(255, 255, 255, 0.2);
}

.str3::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.38);
}

/* ---------------- ×ÅÒÂ¨ÐÒÀß ÑÒÐÀÍÈÖÀ ---------------- */

.str4 {
  position: relative;
  width: 700px;
  height: 540px;
  border-radius: 18px;
  box-sizing: border-box;
  overflow: hidden;
  font-family: inherit;
}

.str4 .col_all_wrp {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 53px;
  border: 10px solid transparent;
  background: var(--ls-dark);
  outline: var(--ls-outline);
  border-radius: 22px;
  padding-top: 23px;
  padding-left: 5px;
}

.str4 .col_all {
  padding-right: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-content: flex-start;
  height: 142px;
  box-sizing: border-box;
}

.str4 .col_all_wrp::before {
  content: "ïîñòîÿííûå êîëëåêöèè";
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
}

.str4 .pcollection {
  position: relative;
  width: calc(50% - 7px);
  background: var(--ls-dark);
  border: var(--ls-outline);
  border-radius: 16px;
  box-sizing: border-box;
  padding: 18px 12px 10px;
  text-align: center;
}

.str4 .pcollection collnm {
  display: block;
  position: absolute;
  left: 8px;
  right: 8px;
  top: 2px;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: italic;
  text-transform: lowercase;
}

.str4 .pcollection > *:not(collnm) {
  display: inline-flex;
  width: 28px;
  height: 28px;
  margin: 6px 6px 0;
  vertical-align: top;
  align-items: center;
  justify-content: center;
}

.str4 .pcollection img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.str4 .pcollection > *:last-child {
  margin-right: 0;
}

.str4 .col_time_wrp {
  border: 10px solid transparent;
  padding-top: 20px;
  background: var(--ls-dark);
  outline: var(--ls-outline);
  border-radius: 18px;
  position: absolute;
  left: 14px;
  right: 14px;
  top: 252px;
  border-right-width: 5px;
}

.str4 .col_time {
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  height: 180px;
  padding-right: 5px;
}

.str4 .col_time_wrp::before {
  content: "ýêñêëþçèâíûå êîëëåêöèè";
  position: absolute;
  top: 0;
  text-align: center;
  z-index: 5;
  width: 100%;
}

.str4 .collection {
  position: relative;
  width: 100%;
  margin: 0 0 12px;
  background: #6e6e6e90;
  border-radius: 18px;
  box-sizing: border-box;
  padding: 7px;
  border: var(--ls-outline);
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  align-items: start;
}

.str4 .collection:last-child {
  margin-bottom: 0;
}

.str4 .collection collnm {
  grid-column: 1 / -1;
  display: block;
  margin: 0 0 8px;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  font-family: var(--regular-font);
  line-height: 1;
}

/* .str4 .collection::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 38px;
  bottom: 12px;
  background: #555555;
  border-radius: 0 0 16px 16px;
  z-index: 1;
} */

.str4 .collection > img,
.str4 .collection > n,
.str4 .collection > n > img {
  position: relative;
  z-index: 2;
}

.str4 .collection > img,
.str4 .collection > n {
  display: flex;
  align-items: center;
  justify-content: center;
}

.str4 .collection > img,
.str4 .collection > n > img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  display: block;
  margin: 0;
}

.str4 .pcollection > n,
.str4 .collection > n {
  transform: translateZ(0);
  opacity: 0.3;
  filter: grayscale(1);
  transition: all 0.5s cubic-bezier(0.3, 0.2, 0.2, 0.3);
}

.str4 .pcollection > n:hover,
.str4 .collection > n:hover {
  opacity: 1;
  filter: none;
  transition: all 0.5s cubic-bezier(0.3, 0.2, 0.2, 0.3);
}

.str4 .all_count {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 54px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--ls-dark);
  outline: var(--ls-outline);
  border-radius: 16px;
  font-size: 11px;
}

.str4 .time_collection_counter,
.str4 .alw_collection_counter,
.str4 .full_collection_counter {
  position: relative;
  box-sizing: border-box;
  padding: 8px 10px 6px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
}

.str4 .time_collection_counter .counter_label,
.str4 .alw_collection_counter .counter_label,
.str4 .full_collection_counter .counter_label {
  display: block;
  font-size: 11px;
  line-height: 1.1;
  margin-bottom: 2px;
}

.str4 .time_collection_counter .counter_value,
.str4 .alw_collection_counter .counter_value,
.str4 .full_collection_counter .counter_value {
  display: block;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.str4 .time_collection_counter .counter_value count,
.str4 .alw_collection_counter .counter_value count,
.str4 .full_collection_counter .counter_value count {
  display: inline;
}

.str4 .col_all::-webkit-scrollbar,
.str4 .col_time::-webkit-scrollbar {
  width: 2px;
  background: rgba(255, 255, 255, 0.2);
}

.str4 .col_all::-webkit-scrollbar-thumb,
.str4 .col_time::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.38);
}

/* ---------------- ÌÎÁÈËÜÍÀß ÂÅÐÑÈß ---------------- */

@media screen and (max-width: 540px) {
  /* ---------- îêíî ---------- */

  .my-tabs {
    width: 100%;
    height: -webkit-fill-available;
    border-radius: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .my-tabs > .tab-a {
    inset: 40px 0 0 0;
    width: 100%;
    height: calc(100% - 40px);
    overflow: hidden;
  }

  .my-tabs > .tab-a .html-post-box,
  .my-tabs > .tab-a .html-inner,
  .my-tabs > .tab-a .html-content {
    height: 100%;
  }

  .my-tabs > span {
    font-size: 0;
    position: relative;
    padding: 0;
  }

  .my-tabs > span::before {
    font-family: var(--icon-font);
    font-size: 18px;
  }

  .my-tabs .tab-profile::before {
    content: "\F4E1";
  }

  .my-tabs .tab-style::before {
    content: "\F4B1";
    font-size: 19px;
  }

  .my-tabs .tab-checks::before {
    content: "\F6C7";
  }

  .my-tabs .tab-collections::before {
    content: "\F70C";
    font-size: 16px;
  }

  /* ---------- âñå ñòðàíèöû ---------- */

  .str1,
  .str2,
  .str3,
  .str4 {
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 0;
  }

  /* ==================================================
       STR1
    ================================================== */

  .str1 {
    display: grid;
    grid-template-columns: 1fr 70px;
    grid-template-rows: auto auto auto 2fr 2fr;
    gap: 10px;
    grid-template-areas:
      "photo   profile"
      "photo   count "
      "tekst   count "
      "plash   plash "
      "awards  awards";
    justify-content: center;
  }

  .str1 .photo,
  .str1 .tekst,
  .str1 .all_count,
  .str1 .profile_link,
  .str1 .plash_wrp,
  .str1 .awards {
    position: relative;
    inset: auto !important;
    width: 100%;
    min-width: 0;
    min-height: 0;
  }

  /* ôîòî */
  .str1 .photo {
    grid-area: photo;
    border-top-width: 1px;
    border-radius: 34px;
    aspect-ratio: 5 / 4;
  }

  /* òåêñò */
  .str1 .tekst {
    grid-area: tekst;
    margin-top: -43px;
    z-index: 4;
    margin-left: 1px;
  }

  /* ïðîôèëü ñëåâà */
  .str1 .profile_link {
    grid-area: profile;
    height: 40px;
    width: 40px;
    transform: unset;
    margin: 0 auto;
    font-size: 0.9em;
  }

  /* ñ÷åò÷èê ñïðàâà */
  .str1 .all_count {
    grid-area: count;
    height: auto;
    gap: 4px;
  }

  /* ïëàøêè */
  .str1 .plash_wrp {
    grid-area: plash;
    position: relative;
    height: unset;
    border: 10px solid transparent;
  }

  .str1 .plash {
    height: unset;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /* íàãðàäû */
  .str1 .awards {
    grid-area: awards;
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    justify-items: center;
    padding-top: 29px;
  }

  .str1 .awards > * {
    position: relative;
    inset: auto;
    transform: scale(0.9);
    transform-origin: center;
    left: unset !important;
    top: unset !important;
    padding-top: 50px;
  }

  .str1 .awards::before {
    position: absolute;
    top: 5px;
  }

  /* ==================================================
       STR2
    ================================================== */

  .str2 {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr auto;
  }

  .str2 .ikon {
    padding-bottom: 0;
  }

  .str2 .fons_wrp,
  .str2 .ikon_wrp,
  .str2 .pres_wrp {
    border-radius: 18px;
  }

  .str2 .pres_wrp {
    grid-column: unset;
    grid-row: unset;
  }

  .str2 .ikon_wrp {
    height: 100%;
  }

  .str2 .ikon-mark {
    display: none;
  }

  /* ==================================================
       STR3
    ================================================== */

  .str3 {
    border-width: 10px 20px;
  }

  /* ==================================================
       STR4
    ================================================== */

  .str4 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr auto;
    gap: 8px;
  }

  .str4 .col_all_wrp,
  .str4 .col_time_wrp,
  .str4 .all_count {
    position: relative;
    inset: auto;
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: unset;
    box-sizing: border-box;
  }

  .str4 .col_all_wrp,
  .str4 .col_time_wrp {
    display: flex;
  }

  .str4 .col_all,
  .str4 .col_time {
    min-height: 0;
    height: unset;
  }

  .str4 .collection {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 8px;
  }

  .str4 .collection collnm {
    width: 100%;
  }

  /* ---------- ñêðîëëû ---------- */

  .str1 .tekst::-webkit-scrollbar,
  .str1 .all_count::-webkit-scrollbar,
  .str1 .plash::-webkit-scrollbar,
  .str1 .awards::-webkit-scrollbar,
  .str2 .fons::-webkit-scrollbar,
  .str2 .ikon::-webkit-scrollbar,
  .str2 .pres::-webkit-scrollbar,
  .str3::-webkit-scrollbar,
  .str4 .col_all::-webkit-scrollbar,
  .str4 .col_time::-webkit-scrollbar,
  .str4 .all_count::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
}
