:root {
  --page: #1e1822;
  --panel: #37282f;
  --panel-soft: #332b37;
  --text: #c2a894;
  --text-strong: #d6bda8;
  --line: #6f3f28;
  --button: #6f3f28;
  --button-hover: #702100;
  --gold: #ffc82e;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--page);
}

body {
  margin: 0;
  background: var(--page);
  color: var(--text);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
.azlmvskxabdm {
  border: 0;
  border-radius: 10px;
  background: var(--button);
  color: var(--text);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  line-height: 1;
  padding: 13px 18px;
  text-align: center;
  transition: background .18s ease, color .18s ease, opacity .18s ease, transform .18s ease;
}

button:hover,
.azlmvskxabdm:hover {
  background: var(--button-hover);
  color: #fff;
}

.vlxcsdcgnptt {
  width: min(1280px, calc(100% - 30px));
  margin: 0 auto;
}

.wgzbgwnpqaqe {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  background: var(--panel);
  border-bottom: 1px solid var(--panel);
}

.louxcubedtyy {
  display: grid;
  grid-template-columns: 200px 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 80px;
  padding: 10px 0;
}

.uxsiihljwhgp img {
  width: 150px;
  height: auto;
}

.ycuvmomaawpq {
  justify-self: center;
}

.ycuvmomaawpq ul,
.wkumvxszmupe {
  display: flex;
  gap: 17px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ycuvmomaawpq a {
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
}

.ycuvmomaawpq a:hover {
  color: #fff;
}

.djvvclnoxrgv {
  display: grid;
  grid-template-columns: repeat(2, minmax(92px, 1fr));
  gap: 10px;
}

.djvvclnoxrgv .azlmvskxabdm {
  padding: 12px 17px;
  font-size: 15px;
}

.zctxkywvinsr {
  display: none;
}

.nnzgpobzbpsj {
  display: none;
  justify-self: end;
  width: 40px;
  height: 40px;
  color: #fff;
}

main {
  padding-top: 126px;
}

h1,
h2 {
  margin: 0 0 20px;
  color: var(--text-strong);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
  margin-top: 10px;
}

p,
li {
  color: var(--text);
  font-size: 16px;
}

p {
  margin: 0 0 20px;
}

ul,
ol {
  margin: 0 0 20px;
  padding-left: 24px;
}

.dlhtdwopdmgu,
.sptwhidukcvf {
  margin-bottom: 28px;
}

.ecfdnrnqfnrv {
  position: relative;
  min-height: 360px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 115px;
  isolation: isolate;
}

.ecfdnrnqfnrv img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.ecfdnrnqfnrv::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(23, 11, 25, .50), rgba(23, 11, 25, .06) 62%);
}

.lkoothwtbisd,
.mfcarpuhugpm {
  color: #fff;
  margin: 0;
  line-height: 1;
}

.lkoothwtbisd {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 22px;
}

.mfcarpuhugpm {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 30px;
}

.ecfdnrnqfnrv .azlmvskxabdm {
  width: fit-content;
  min-width: 185px;
  background: var(--gold);
  color: #fff;
}

.soryfczlnlao {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 34px;
}

.tklqlygeovrg {
  position: relative;
  min-width: 0;
  aspect-ratio: 195 / 200;
  background: var(--panel-soft);
  border-radius: 10px;
  overflow: hidden;
}

.tklqlygeovrg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tklqlygeovrg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .58);
  opacity: 0;
  transition: opacity .18s ease;
}

.gwypjkqbjzfo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  min-width: 112px;
  padding: 13px 22px;
  border-radius: 10px;
  transform: translate(-50%, -38%);
  opacity: 0;
  pointer-events: none;
  background: var(--gold);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .32);
}

.tklqlygeovrg:hover::after,
.tklqlygeovrg:focus-visible::after,
.tklqlygeovrg:hover .gwypjkqbjzfo,
.tklqlygeovrg:focus-visible .gwypjkqbjzfo {
  opacity: 1;
}

.tklqlygeovrg:hover .gwypjkqbjzfo,
.tklqlygeovrg:focus-visible .gwypjkqbjzfo {
  transform: translate(-50%, -50%);
}

table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  color: var(--text);
}

tbody {
  display: table;
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

th,
td {
  border: 2px solid var(--line);
  padding: 12px 14px;
  vertical-align: top;
  background: var(--panel);
  font-size: 14px;
  text-align: left;
}

th {
  font-weight: 800;
}

td p,
th p {
  margin: 0;
  font-size: inherit;
}

.ehftnhbbuszq {
  padding-bottom: 10px;
}

.diffxrzpgmsq {
  max-width: 960px;
}

.diffxrzpgmsq h1 {
  margin-bottom: 18px;
}

.diffxrzpgmsq h2 {
  margin-top: 34px;
  margin-bottom: 14px;
  font-size: 28px;
}

.diffxrzpgmsq a {
  color: var(--gold);
  font-weight: 700;
}

.kcwqvfomqdpp {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
}

.idodyrcfykll {
  background: var(--panel);
  margin-top: 38px;
  padding: 44px 0 26px;
}

.xilmtspzpbqd {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 36px;
  align-items: start;
}

.bnuyqhctpeii img {
  width: 150px;
  margin: 0 auto;
}

.blvyohfbnqnz {
  display: grid;
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  gap: 30px;
}

.wkumvxszmupe {
  display: grid;
  gap: 10px;
}

.wkumvxszmupe a {
  font-size: 15px;
  color: var(--text);
}

.wayclwvkrqaq {
  text-align: right;
  font-weight: 700;
  font-size: 15px;
}

.jicrgumyuigp {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 22px;
}

.jicrgumyuigp img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.hhjfdnmxtmkv {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin: 36px 0 24px;
  padding: 22px 0;
  border-top: 1px solid #3e353f;
  border-bottom: 1px solid #3e353f;
}

.luvzhsrztyrw,
.tpefcrfrodwr {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.luvzhsrztyrw img {
  width: 60px;
  height: 30px;
  object-fit: contain;
  background: rgba(207, 212, 219, .08);
  border-radius: 4px;
}

.kltxbxbpkxgl {
  display: grid;
  grid-template-columns: 25px auto;
  gap: 8px;
  align-items: center;
  min-width: 180px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #c7ff27;
  color: #202020;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 800;
}

.kltxbxbpkxgl:hover {
  background: #b8ef16;
  color: #202020;
}

.kltxbxbpkxgl svg {
  width: 25px;
  height: 25px;
}

.kltxbxbpkxgl small,
.kltxbxbpkxgl strong {
  display: block;
}

.xhlerkdpztbq {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: end;
}

.xhlerkdpztbq p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.lixgxgzcjyxf {
  white-space: nowrap;
}

.nkhcjwduicjz {
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  opacity: .92;
  background: var(--line);
  color: var(--page);
  display: grid;
  place-items: center;
}

.nkhcjwduicjz svg {
  width: 30px;
  height: 30px;
  transform: rotate(-90deg);
}

.hwglvhgwzdif {
  margin: 34px 0 0;
}

.hwglvhgwzdif h2 {
  margin-bottom: 18px;
}

.lfujaudxxivz {
  display: grid;
  gap: 12px;
  margin: 0;
}

.wttfbdmxrxtk {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(111, 63, 40, .95);
  border-radius: 10px;
  background: var(--panel);
}

.aoyiozoibdiy {
  position: relative;
  margin: 0;
  padding: 18px 54px 18px 20px;
  color: var(--text-strong);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.aoyiozoibdiy::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--button);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  line-height: 1;
}

.wttfbdmxrxtk dd {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 990px) {
  .vlxcsdcgnptt {
    width: calc(100vw - 20px);
    max-width: 1280px;
  }

  .louxcubedtyy {
    grid-template-columns: 1fr 1fr 40px;
    gap: 15px;
  }

  .uxsiihljwhgp img {
    width: auto;
    height: 40px;
  }

  .nnzgpobzbpsj {
    display: grid;
    place-items: center;
    grid-column: 3;
    grid-row: 1;
  }

  .ycuvmomaawpq {
    display: none;
    grid-column: 1 / -1;
    justify-self: stretch;
    padding: 12px 0 2px;
    border-top: 1px solid #473842;
  }

  .ycuvmomaawpq ul {
    flex-direction: column;
    gap: 12px;
  }

  .zctxkywvinsr:checked ~ .ycuvmomaawpq {
    display: block;
  }

  .djvvclnoxrgv {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  main {
    padding-top: 136px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 26px;
  }

  .diffxrzpgmsq h2 {
    font-size: 23px;
  }

  p,
  li {
    font-size: 14px;
    line-height: 1.55;
  }

  .ecfdnrnqfnrv {
    min-height: 250px;
    padding: 42px 28px;
  }

  .lkoothwtbisd {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .mfcarpuhugpm {
    font-size: 32px;
    margin-bottom: 18px;
  }

  .soryfczlnlao {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .xilmtspzpbqd,
  .xhlerkdpztbq,
  .hhjfdnmxtmkv {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .wayclwvkrqaq {
    text-align: left;
  }

  .jicrgumyuigp,
  .tpefcrfrodwr {
    justify-content: flex-start;
  }
}

@media (max-width: 576px) {
  .vlxcsdcgnptt {
    width: min(370px, calc(100vw - 20px));
    margin-left: 10px;
    margin-right: 10px;
  }

  .ecfdnrnqfnrv {
    min-height: 200px;
    padding: 24px 16px;
  }

  .mfcarpuhugpm {
    font-size: 25px;
  }

  .ecfdnrnqfnrv .azlmvskxabdm {
    min-width: 150px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .soryfczlnlao {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gwypjkqbjzfo {
    min-width: 92px;
    padding: 11px 16px;
    font-size: 14px;
  }

  .aoyiozoibdiy {
    padding: 16px 48px 16px 16px;
    font-size: 16px;
  }

  .wttfbdmxrxtk dd {
    padding: 0 16px 16px;
    font-size: 14px;
  }

  .blvyohfbnqnz {
    grid-template-columns: 1fr;
  }
}
