/* template-01 base styles (SCSS) */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-height: 100dvh !important;
  height: auto !important;
  touch-action: auto !important;
}

#page {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  -webkit-overflow-scrolling: auto !important;
  overscroll-behavior: auto !important;
  scroll-behavior: auto !important;
}

body {
  background-color: var(--bg);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-display: swap;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

section {
  position: relative;
}

#app {
  max-width: 1440px;
  margin: 0 auto;
}

._6p4ttbvn {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.03em;
  color: var(--primary);
}
@media screen and (min-width: 1024px) {
  ._6p4ttbvn {
    font-size: 64px;
  }
}

._jvmrds73 {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: var(--primary);
}
@media screen and (min-width: 1024px) {
  ._jvmrds73 {
    font-size: 48px;
  }
}

._kgxq38ew {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: var(--text);
}
@media screen and (min-width: 1024px) {
  ._kgxq38ew {
    font-size: 24px;
  }
}

._o7hmnqcv {
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  ._o7hmnqcv {
    margin-top: 20px;
  }
}

._sbvp6pfk {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  ._sbvp6pfk {
    margin-top: 30px;
  }
}

.text_20_20 {
  margin-top: 20px;
}

._42iffrn7 {
  margin-top: 20px;
  padding: 0 12px;
}
@media screen and (min-width: 1024px) {
  ._42iffrn7 {
    margin-top: 30px;
    padding: 0 30px;
  }
}
._42iffrn7 img {
  display: block;
  width: fit-content;
  max-height: 750px;
  margin-left: auto;
  margin-right: auto;
}
._42iffrn7 p,
._42iffrn7 ul,
._42iffrn7 table,
._42iffrn7 h3,
._42iffrn7 h4,
._42iffrn7 h5 {
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  ._42iffrn7 p,
  ._42iffrn7 ul,
  ._42iffrn7 table,
  ._42iffrn7 h3,
  ._42iffrn7 h4,
  ._42iffrn7 h5 {
    margin-top: 20px;
  }
}

img {
  border-radius: 14px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 1024px) {
  img {
    border-radius: 24px;
  }
}

ul,
ol {
  margin-left: 25px;
}

header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
@media screen and (min-width: 1024px) {
  header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    padding: 0 30px;
    height: 120px;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  header._ivhs0jdq {
    position: fixed;
  }
}
header ._cdlrtbxf {
  width: 46px;
  height: 46px;
}
@media screen and (min-width: 1024px) {
  header ._cdlrtbxf {
    width: 62px;
    height: 62px;
  }
}
header ._l16wep3k {
  display: none;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  header ._l16wep3k {
    display: flex;
  }
}
header ._yrgy67i0 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 123px;
  height: 46px;
  background: var(--primary);
  border-radius: 8px;
  font-size: 16px;
  line-height: 99%;
  text-align: center;
  letter-spacing: -0.03em;
  color: var(--text2);
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  header ._yrgy67i0 {
    width: 244px;
    height: 62px;
    border-radius: 12px;
    font-size: 24px;
  }
}
header ._gxjozpqu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 91px;
  height: 46px;
  border: 1px solid var(--bg2);
  background: var(--bg2);
  border-radius: 8px;
  text-decoration: none;
  line-height: 99%;
  text-align: center;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: var(--text);
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  header ._gxjozpqu {
    width: 170px;
    height: 62px;
    border-radius: 12px;
    font-size: 24px;
  }
}
header nav {
  display: none;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  header nav {
    display: flex;
  }
}
header nav a {
  color: var(--text);
  text-decoration: none;
  font-weight: 400;
}
header nav a:active {
  color: var(--text);
}
header ._k06w74ia {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1023px) {
  header ._k06w74ia {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
header ._k06w74ia ._1gfmk240,
header ._k06w74ia .close-icon {
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
header ._k06w74ia .close-icon {
  opacity: 0;
  position: absolute;
}
header ._k06w74ia.active ._1gfmk240 {
  opacity: 0;
}
header ._k06w74ia.active .close-icon {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  header ._l16wep3k {
    display: none;
  }
}

._h03so8l8 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg);
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
._h03so8l8.active {
  transform: translateX(0);
}
._h03so8l8 ._n20vg5gw {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  z-index: 1002;
}
._h03so8l8 ._n20vg5gw img {
  width: 100%;
  height: 100%;
}
._h03so8l8 ._a1pu32k4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px 20px;
  gap: 40px;
}
._h03so8l8 ._gxnyg4e3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
._h03so8l8 ._gxnyg4e3 ._duqtn0ib {
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  transition: color 0.3s ease;
}
._h03so8l8 ._gxnyg4e3 ._duqtn0ib:hover, ._h03so8l8 ._gxnyg4e3 ._duqtn0ib:active {
  color: var(--primary);
}
._h03so8l8 ._si7hkc74 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 300px;
}
._h03so8l8 ._si7hkc74 ._gxjozpqu,
._h03so8l8 ._si7hkc74 ._yrgy67i0 {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 99%;
  text-align: center;
  letter-spacing: -0.03em;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}
._h03so8l8 ._si7hkc74 ._gxjozpqu {
  border: 1px solid var(--bg2);
  background: var(--bg2);
  color: var(--text);
}
._h03so8l8 ._si7hkc74 ._yrgy67i0 {
  background: var(--primary);
  color: var(--text2);
}

main ._7505vdyo ._i21yvc0c {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-image: url("./assets/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 12px 72px;
  background-color: color-mix(in srgb, var(--primary) 8%, transparent);
}
@media screen and (min-width: 1024px) {
  main ._7505vdyo ._i21yvc0c {
    display: grid;
    grid-template-columns: 1fr 640px;
    padding: 60px 30px 72px;
    background-position: center;
    align-items: center;
  }
  main ._7505vdyo ._i21yvc0c._ivhs0jdq {
    padding: 32px 30px 72px;
  }
}
main ._7505vdyo ._i21yvc0c ._6l7h0gut {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main ._7505vdyo ._i21yvc0c ._6l7h0gut h1 {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  main ._7505vdyo ._i21yvc0c ._6l7h0gut h1 {
    text-align: left;
  }
}
main ._7505vdyo ._i21yvc0c ._6l7h0gut > img {
  border-radius: 12px;
  margin: 0 18px;
  width: auto;
}
@media screen and (min-width: 1024px) {
  main ._7505vdyo ._i21yvc0c ._6l7h0gut > img {
    display: none;
  }
}
main ._7505vdyo ._i21yvc0c ._6l7h0gut > ._kgxq38ew {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  main ._7505vdyo ._i21yvc0c ._6l7h0gut > ._kgxq38ew {
    text-align: left;
  }
}
main ._7505vdyo ._i21yvc0c ._6l7h0gut ._l16wep3k {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 8px;
  margin-top: 6px;
}
@media screen and (min-width: 1024px) {
  main ._7505vdyo ._i21yvc0c ._6l7h0gut ._l16wep3k {
    gap: 12px;
    margin-top: 20px;
  }
}
main ._7505vdyo ._i21yvc0c ._6l7h0gut ._l16wep3k ._4b3ywtzt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  background: var(--bg2);
  border-radius: 12px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 89%;
  letter-spacing: -0.03em;
  color: var(--text);
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  main ._7505vdyo ._i21yvc0c ._6l7h0gut ._l16wep3k ._4b3ywtzt {
    height: 60px;
    font-size: 24px;
  }
}
main ._7505vdyo ._i21yvc0c ._6l7h0gut ._l16wep3k ._5bqqt57s {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  height: 46px;
  background: var(--primary);
  border-radius: 12px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 89%;
  letter-spacing: -0.03em;
  color: var(--text2);
  cursor: pointer;
}
main ._7505vdyo ._i21yvc0c ._6l7h0gut ._l16wep3k ._5bqqt57s img {
  width: 21px;
  height: 21px;
}
@media screen and (min-width: 1024px) {
  main ._7505vdyo ._i21yvc0c ._6l7h0gut ._l16wep3k ._5bqqt57s img {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  main ._7505vdyo ._i21yvc0c ._6l7h0gut ._l16wep3k ._5bqqt57s {
    height: 60px;
    font-size: 24px;
    gap: 30px;
  }
}
main ._7505vdyo ._i21yvc0c ._4uyvrs3y {
  display: none;
}
@media screen and (min-width: 1024px) {
  main ._7505vdyo ._i21yvc0c ._4uyvrs3y {
    display: block;
  }
}
main ._7505vdyo ._i21yvc0c ._4uyvrs3y img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main ._7505vdyo .bottom {
  margin-top: 20px;
  padding: 0 12px;
}
@media screen and (min-width: 1024px) {
  main ._7505vdyo .bottom {
    margin-top: 66px;
    padding: 0 30px;
  }
}
main ._orme2xmc ._c84hejlp {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 12px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  main ._orme2xmc ._c84hejlp {
    margin-top: 30px;
    padding-bottom: 60px;
  }
}
main ._orme2xmc ._c84hejlp ._jsgt06pc ._cajsfo0n {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--text);
}
@media screen and (min-width: 1024px) {
  main ._orme2xmc ._c84hejlp ._jsgt06pc ._cajsfo0n {
    padding-bottom: 34px;
  }
}
main ._orme2xmc ._c84hejlp ._jsgt06pc ._cajsfo0n ._gmgoh04s {
  font-weight: 500;
  font-size: 16px;
  line-height: 99%;
  letter-spacing: -0.03em;
  color: var(--text);
}
@media screen and (min-width: 1024px) {
  main ._orme2xmc ._c84hejlp ._jsgt06pc ._cajsfo0n ._gmgoh04s {
    font-size: 24px;
  }
}
main ._orme2xmc ._c84hejlp ._jsgt06pc ._cajsfo0n ._2qwxhxhj {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  border-radius: 21px;
  background-color: var(--primary);
}
main ._orme2xmc ._c84hejlp ._jsgt06pc ._cajsfo0n ._2qwxhxhj img {
  width: 11px;
  height: 11px;
}
@media screen and (min-width: 1024px) {
  main ._orme2xmc ._c84hejlp ._jsgt06pc ._cajsfo0n ._2qwxhxhj img {
    width: 18px;
    height: 18px;
  }
}
main ._orme2xmc ._c84hejlp ._jsgt06pc ._cajsfo0n ._2qwxhxhj ._y2hvrgd1 {
  display: block;
}
main ._orme2xmc ._c84hejlp ._jsgt06pc ._cajsfo0n ._2qwxhxhj ._xfd4l5c3 {
  display: none;
}
@media screen and (min-width: 1024px) {
  main ._orme2xmc ._c84hejlp ._jsgt06pc ._cajsfo0n ._2qwxhxhj {
    width: 36px;
    height: 36px;
    border-radius: 36px;
  }
}
main ._orme2xmc ._c84hejlp ._jsgt06pc ._2zu09hxi {
  display: none;
  padding-top: 20px;
}
@media screen and (min-width: 1024px) {
  main ._orme2xmc ._c84hejlp ._jsgt06pc ._2zu09hxi {
    padding-top: 30px;
  }
}
main ._orme2xmc ._c84hejlp ._jsgt06pc ._2zu09hxi ._gmgoh04s {
  font-weight: 400;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  main ._orme2xmc ._c84hejlp ._jsgt06pc ._2zu09hxi {
    font-size: 24px;
  }
}
main ._orme2xmc ._c84hejlp ._jsgt06pc ._u4mykuav {
  display: none;
}
main ._orme2xmc ._c84hejlp ._jsgt06pc:has(._u4mykuav:checked) ._2zu09hxi {
  display: block;
}
main ._orme2xmc ._c84hejlp ._jsgt06pc:has(._u4mykuav:checked) ._cajsfo0n ._2qwxhxhj ._y2hvrgd1 {
  display: none;
}
main ._orme2xmc ._c84hejlp ._jsgt06pc:has(._u4mykuav:checked) ._cajsfo0n ._2qwxhxhj ._xfd4l5c3 {
  display: block;
}

footer {
  display: flex;
  justify-content: center;
  background-color: var(--bg2);
}
footer._ivhs0jdq {
  padding-bottom: 86px;
}
@media screen and (min-width: 1024px) {
  footer._ivhs0jdq {
    padding-bottom: 0;
  }
}
footer ._r8g3ddjb {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 12px;
}
@media screen and (min-width: 1024px) {
  footer ._r8g3ddjb {
    display: grid;
    grid-template-columns: 70px 70px 1fr;
    gap: 20px;
    padding: 44px 24px;
    align-items: center;
  }
}
footer ._r8g3ddjb ._kgxq38ew {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  footer ._r8g3ddjb ._kgxq38ew {
    width: auto;
  }
}
footer ._r8g3ddjb img {
  width: 52px;
  height: 52px;
}
@media screen and (min-width: 1024px) {
  footer ._r8g3ddjb img {
    width: 70px;
    height: 70px;
  }
}
footer ._r8g3ddjb .footer__top {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  footer ._r8g3ddjb .footer__top {
    gap: 36px;
  }
}

._jy0m9f3a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
._jy0m9f3a img {
  max-width: 215px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  ._jy0m9f3a img {
    max-width: 330px;
  }
}
._jy0m9f3a ._kgxq38ew {
  max-width: 780px;
  text-align: center;
}

._6dhbv8ml {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86px;
  z-index: 100;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding: 0 12px;
}
._6dhbv8ml._a820ohcg {
  display: grid;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  ._6dhbv8ml._a820ohcg {
    display: none;
  }
}
._6dhbv8ml ._yrgy67i0 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  background: var(--primary);
  border-radius: 12px;
  font-size: 16px;
  line-height: 99%;
  text-align: center;
  letter-spacing: -0.03em;
  color: var(--text2);
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  ._6dhbv8ml ._yrgy67i0 {
    width: 244px;
    height: 62px;
    border-radius: 12px;
    font-size: 24px;
  }
}
._6dhbv8ml ._gxjozpqu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  border: 1px solid var(--bg2);
  background: var(--bg2);
  border-radius: 12px;
  text-decoration: none;
  line-height: 99%;
  text-align: center;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: var(--text);
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  ._6dhbv8ml ._gxjozpqu {
    width: 170px;
    height: 62px;
    border-radius: 12px;
    font-size: 24px;
  }
}

/* Global table styles */
/* обёртка таблицы — горизонтальный скролл, чтобы таблица не ломала ширину сайта */
._ybrl8fzf {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  margin: 20px 0;
  /* Firefox: тонкий скроллбар в цветах таблицы */
  scrollbar-width: thin;
  scrollbar-color: var(--primary) color-mix(in srgb, var(--bg2) 70%, transparent);
}
@media screen and (min-width: 1024px) {
  ._ybrl8fzf {
    margin: 30px 0;
  }
}
/* WebKit (Chrome/Safari/Edge): кастомный скроллбар в цвет таблицы */
._ybrl8fzf::-webkit-scrollbar {
  height: 8px;
}
._ybrl8fzf::-webkit-scrollbar-track {
  background: color-mix(in srgb, var(--bg2) 70%, transparent);
  border-radius: 8px;
}
._ybrl8fzf::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--bg2) 60%, transparent);
}
._ybrl8fzf::-webkit-scrollbar-thumb:hover {
  background: color-mix(in srgb, var(--primary) 85%, #fff);
}
table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  border-radius: 5px;
}
/* внутри обёртки margin не нужен (он на обёртке) */
._ybrl8fzf table {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  table {
    font-size: 18px;
    margin: 30px 0;
  }
  ._ybrl8fzf table {
    margin: 0;
  }
}

th,
td {
  padding: 12px 16px;
  text-align: left;
  border: 1px solid var(--primary);
  color: var(--text);
}
@media screen and (min-width: 1024px) {
  th,
  td {
    padding: 16px 20px;
  }
}

th {
  background-color: var(--primary);
  color: var(--text2);
  font-weight: 600;
}

tr:nth-child(even) {
  background-color: rgba(var(--primary), 0.05);
}

tr:hover {
  background-color: rgba(var(--primary), 0.1);
}

td strong {
  color: var(--primary);
  font-weight: 600;
}
/* ── Секция слотов ─────────────────────────────────────────── */
/* десктоп/планшет — сетка 4 в ряд */
._z8naavdm {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  ._z8naavdm {
    gap: 20px;
    margin-top: 30px;
  }
}
/* мобильная версия — горизонтальная свайп-карусель */
@media screen and (max-width: 767px) {
  ._z8naavdm {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    margin-top: 16px;
    padding-bottom: 10px;
    scrollbar-width: none;
  }
  ._z8naavdm::-webkit-scrollbar {
    display: none;
  }
  ._z8naavdm ._u7g0nqei {
    flex: 0 0 44%;
    scroll-snap-align: start;
  }
}
._u7g0nqei {
  background: var(--bg2);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._u7g0nqei ._l666vrw4 {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0;
  margin: 0;
  max-height: none;
}
._u7g0nqei ._mpl9fjuy {
  padding: 10px 12px 4px;
  flex: 1;
}
._u7g0nqei ._vutwjjlt {
  color: var(--text);
  font-weight: 600;
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1024px) {
  ._u7g0nqei ._vutwjjlt {
    font-size: 15px;
  }
}
._u7g0nqei ._se2ba3ya {
  color: var(--text);
  opacity: 0.55;
  font-size: 11px;
  margin-top: 3px;
}
@media screen and (min-width: 1024px) {
  ._u7g0nqei ._se2ba3ya {
    font-size: 12px;
  }
}
._u7g0nqei ._ioy2bpuo {
  color: var(--primary);
  font-size: 11px;
  font-weight: 600;
  margin-top: 4px;
}
@media screen and (min-width: 1024px) {
  ._u7g0nqei ._ioy2bpuo {
    font-size: 12px;
  }
}
._u7g0nqei ._c4ewv0m1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 12px 12px;
  padding: 9px 8px;
  background: var(--primary);
  color: var(--text2);
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.02em;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  ._u7g0nqei ._c4ewv0m1 {
    font-size: 14px;
    padding: 11px 8px;
  }
}

/* ── Оглавление (TOC) ──────────────────────────────────────── */
html {
  scroll-behavior: smooth;
}
/* якоря не прячутся под фиксированной шапкой */
._42iffrn7 ._jvmrds73[id],
._42iffrn7 h3[id] {
  scroll-margin-top: 90px;
}
@media screen and (min-width: 1024px) {
  ._42iffrn7 ._jvmrds73[id],
  ._42iffrn7 h3[id] {
    scroll-margin-top: 140px;
  }
}
._167k4slr {
  background: var(--bg2);
  border: 1px solid color-mix(in srgb, var(--primary) 35%, transparent);
  border-radius: 14px;
  padding: 16px 18px;
}
@media screen and (min-width: 1024px) {
  ._167k4slr {
    padding: 24px 28px;
  }
}
._167k4slr ._nikpklk4 {
  color: var(--primary);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  ._167k4slr ._nikpklk4 {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
._167k4slr ._kmitj4fc,
._167k4slr ._9dpv500m {
  list-style: none;
  margin: 0;
  padding: 0;
}
._167k4slr ._1ytb6e8q {
  margin-top: 6px;
}
._167k4slr ._1ytb6e8q:first-child {
  margin-top: 0;
}
._167k4slr ._9dpv500m {
  margin-top: 4px;
  padding-left: 18px;
}
._167k4slr ._jvdzl5dd {
  margin-top: 4px;
  position: relative;
}
._167k4slr ._jvdzl5dd::before {
  content: "—";
  position: absolute;
  left: -18px;
  color: color-mix(in srgb, var(--text) 45%, transparent);
}
._167k4slr ._c23ycszo {
  color: var(--text);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  border-bottom: 1px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
@media screen and (min-width: 1024px) {
  ._167k4slr ._c23ycszo {
    font-size: 16px;
  }
}
._167k4slr ._1ytb6e8q > ._c23ycszo {
  font-weight: 500;
}
._167k4slr ._jvdzl5dd ._c23ycszo {
  color: color-mix(in srgb, var(--text) 78%, transparent);
  font-weight: 400;
}
._167k4slr ._c23ycszo:hover {
  color: var(--primary);
  border-bottom-color: color-mix(in srgb, var(--primary) 60%, transparent);
}
