html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

a._0cHccbS3Nn4-:empty {
  display: none !important;
}

.skinclub-pickem-slide {
  position: absolute;
  inset: 0;
  z-index: 7;
  overflow: hidden;
  background: #100e1c;
  opacity: 0;
  pointer-events: none;
  transition: opacity .45s ease;
}

.skinclub-hero-show-pickem .skinclub-pickem-slide {
  opacity: 1;
  pointer-events: auto;
}

.skinclub-pickem-slide__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.skinclub-pickem-slide__title,
.skinclub-pickem-slide__note,
.skinclub-pickem-slide__box,
.skinclub-pickem-slide__weapon {
  position: absolute;
  z-index: 3;
  display: block;
  pointer-events: none;
}

.skinclub-pickem-slide__title {
  left: 2.6%;
  top: 9.2%;
  width: min(22%, 330px);
  height: auto;
}

.skinclub-pickem-slide__note {
  left: 40.2%;
  top: 43.6%;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(14px, 1.03vw, 18px);
  font-weight: 700;
  line-height: 1.26;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .52);
  transform: rotate(-7deg);
}

.skinclub-pickem-slide__note b {
  color: #ffd64b;
  font-weight: 900;
}

.skinclub-pickem-slide__box {
  left: 40.1%;
  bottom: 10.4%;
  width: min(18.4%, 270px);
  height: auto;
}

.skinclub-pickem-slide__weapon {
  right: 1.7%;
  bottom: 12.1%;
  width: min(42.5%, 620px);
  height: auto;
}

.skinclub-pickem-slide__dots {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 3.6%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 18px;
  background: #211a50;
  border: 1px solid rgba(116, 88, 255, .75);
  transform: translateX(-50%);
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
}

.skinclub-pickem-slide__dots span {
  display: block;
  width: 32px;
  height: 3px;
  background: #5d4fc1;
  cursor: pointer;
  transition: background-color .18s ease;
}

.skinclub-pickem-slide__dots span.is-active {
  background: #ee627e;
}

.skinclub-pickem-slide__button {
  position: absolute;
  z-index: 4;
  left: 2.9%;
  bottom: 14%;
  width: 13.5%;
  min-width: 210px;
  max-width: 270px;
  height: 13%;
  min-height: 54px;
  max-height: 68px;
  padding: 0;
  border: 0;
  color: #fff;
  background: #6448e7;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(15px, 1.02vw, 18px);
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0 50%);
  box-shadow: 0 0 30px rgba(97, 72, 231, .28);
}

.auth-modal-root {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease;
}

.auth-modal-root,
.auth-modal-root * {
  box-sizing: border-box;
}

.auth-modal-root.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.auth-modal-root.auth-passthrough {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: none !important;
}

.auth-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 4, 15, .78);
  backdrop-filter: blur(9px);
}

.auth-positioner {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.auth-panel {
  width: min(500px, calc(100vw - 32px));
  height: 312px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(48, 38, 97, .5) 0%, rgba(19, 17, 42, .86) 47%, #111120 100%), url("/assets/skinclub/auth-steam-bg.jpg") center 23% / cover no-repeat, #111120;
  border-radius: 7px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .55);
  transform: none;
}

.auth-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(80, 60, 160, .08), rgba(12, 11, 24, .46) 70%);
  pointer-events: none;
}

.auth-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.auth-close svg {
  width: 21px;
  height: 21px;
}

.auth-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 40px 67px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Montserrat, Arial, sans-serif;
}

.auth-content h2 {
  margin: 0;
  color: #f2f1f8;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.1;
  text-align: center;
}

.auth-lead {
  width: 100%;
  margin: 27px 0 21px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.auth-consents {
  width: 100%;
  display: grid;
  gap: 13px;
  color: #a9a3c3;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.18;
}

.auth-checkbox {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 13px;
  align-items: start;
  cursor: pointer;
  user-select: none;
  transition: color .18s ease;
}

.auth-checkbox:hover {
  color: #c8c2df;
}

.auth-checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.auth-checkmark {
  width: 22px;
  height: 25px;
  display: block;
  position: relative;
  margin-top: -4px;
  background: linear-gradient(180deg, rgba(38, 34, 81, .94), rgba(20, 18, 43, .96));
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  box-shadow: inset 0 0 0 2px #574e91, 0 0 0 1px rgba(21, 18, 44, .6), 0 8px 18px rgba(0, 0, 0, .28);
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.auth-checkmark::before {
  content: "";
  position: absolute;
  inset: 4px;
  background: rgba(18, 16, 39, .95);
  clip-path: inherit;
  transition: background .18s ease;
}

.auth-checkbox:hover .auth-checkmark {
  box-shadow: inset 0 0 0 2px #7b70bf, 0 0 0 1px rgba(34, 217, 196, .1), 0 10px 24px rgba(0, 0, 0, .34);
  transform: translateY(-1px);
}

.auth-checkbox input:focus-visible + .auth-checkmark {
  outline: 2px solid rgba(58, 239, 214, .55);
  outline-offset: 4px;
}

.auth-checkbox input:checked + .auth-checkmark {
  background: linear-gradient(180deg, #49ffe6, #20d4bd);
  box-shadow: inset 0 0 0 2px #55ffe9, 0 0 16px rgba(45, 238, 211, .34), 0 10px 24px rgba(0, 0, 0, .34);
}

.auth-checkbox input:checked + .auth-checkmark::before {
  background: linear-gradient(180deg, #1a5e67, #0d313f);
}

.auth-checkmark::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  z-index: 2;
  width: 6px;
  height: 11px;
  border: solid #5dffe8;
  border-width: 0 2.5px 2.5px 0;
  opacity: 0;
  transform: rotate(45deg) scale(.7);
  transition: opacity .14s ease, transform .18s ease;
}

.auth-checkbox input:checked + .auth-checkmark::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.auth-inline-link {
  color: #bdb7d2;
  font-weight: 900;
  text-decoration: underline;
}

.auth-steam {
  width: 200px;
  height: 54px;
  min-height: 54px;
  margin-top: 17px;
  display: inline-flex;
  flex: 0 0 54px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0;
  border: 0;
  background: #624be6;
  color: #fff;
  clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0 50%);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease;
}

.auth-steam:hover {
  background: #624be6;
  color: #fff;
}

.auth-steam:disabled,
.auth-steam[aria-disabled="true"] {
  background: #3a315f;
  color: rgba(255, 255, 255, .5);
  cursor: not-allowed;
  box-shadow: none;
}

.auth-steam:disabled .auth-steam-icon,
.auth-steam[aria-disabled="true"] .auth-steam-icon {
  opacity: .48;
}

.auth-steam:disabled:hover,
.auth-steam[aria-disabled="true"]:hover {
  background: #3a315f;
  color: rgba(255, 255, 255, .5);
}

.auth-weapon {
  position: absolute;
  display: block;
  opacity: .25;
  filter: grayscale(1) brightness(.62) sepia(.75) hue-rotate(210deg) saturate(1.5);
  pointer-events: none;
}

.auth-weapon-left {
  width: 315px;
  left: 34px;
  top: -34px;
  transform: rotate(-17deg);
}

.auth-weapon-right {
  width: 250px;
  right: -24px;
  top: -18px;
  transform: rotate(25deg);
}

.auth-steam-icon {
  width: 20px;
  height: 20px;
  display: block;
  flex: 0 0 auto;
  background: #fff;
  -webkit-mask: url("/assets/skinclub/steam-symbol.svg") center / contain no-repeat;
  mask: url("/assets/skinclub/steam-symbol.svg") center / contain no-repeat;
}

.skinclub-live-drop-moving {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
}

._vj9dIfaZqg8- {
  pointer-events: none;
}

._vj9dIfaZqg8- * {
  pointer-events: none !important;
}

._vj9dIfaZqg8- ._ym1YSXl15Gg- {
  overflow: hidden;
}

._vj9dIfaZqg8- ._OjUCfwyTb6w- {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

._vj9dIfaZqg8- ._ym1YSXl15Gg- > ._XNt6Ekn-Mr8-:first-child {
  display: flex;
  align-items: center;
  gap: 18px;
}

._vj9dIfaZqg8- ._SKfmI1Q6bpI-,
._vj9dIfaZqg8- ._eiV2eaw5seI- {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}

._vj9dIfaZqg8- ._zHHRirioaIc- {
  flex: 0 0 clamp(126px, 9.1vw, 175px);
  cursor: default !important;
  transition: none !important;
}

._vj9dIfaZqg8- ._zHHRirioaIc-:hover,
._vj9dIfaZqg8- ._zHHRirioaIc-:focus,
._vj9dIfaZqg8- ._zHHRirioaIc-:active {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

._vj9dIfaZqg8- ._ZLQrFaE3GRA-,
._vj9dIfaZqg8- ._-R5q1gd5l3k-,
._vj9dIfaZqg8- ._kqCAnGiEf0A-,
._vj9dIfaZqg8- ._Zna25jrEMU8-,
._vj9dIfaZqg8- ._XdekxTcTgTg- {
  cursor: default !important;
  transition: none !important;
}

._vj9dIfaZqg8- ._kqCAnGiEf0A- img {
  display: block;
  width: min(104px, 78%);
  height: auto;
  object-fit: contain;
  cursor: default !important;
  transition: none !important;
}

.skinclub-live-drop-flash {
  animation: skinclub-live-drop-flash .52s ease;
}

@keyframes skinclub-live-drop-flash {
  0% {
    filter: brightness(1.7);
    transform: translateY(-18%);
  }

  100% {
    filter: brightness(1);
    transform: translateY(0);
  }
}

.skinclub-dismissed {
  display: none !important;
}

.skinclub-section-hidden > :not(:first-child) {
  display: none !important;
}

.skinclub-seo-collapsed {
  max-height: 260px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, #000 72%, transparent);
  mask-image: linear-gradient(180deg, #000 72%, transparent);
}

._hytHkFDFgX0- {
  position: relative;
}

button._O5XL2oH1Gtk- {
  position: relative;
}

button._O5XL2oH1Gtk-::before {
  content: "";
  width: 24px;
  height: 16px;
  display: block;
  border-radius: 2px;
  background: linear-gradient(#b22234 0 7.69%, #fff 7.69% 15.38%, #b22234 15.38% 23.07%, #fff 23.07% 30.76%, #b22234 30.76% 38.45%, #fff 38.45% 46.14%, #b22234 46.14% 53.83%, #fff 53.83% 61.52%, #b22234 61.52% 69.21%, #fff 69.21% 76.9%, #b22234 76.9% 84.59%, #fff 84.59% 92.28%, #b22234 92.28% 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14);
}

button._O5XL2oH1Gtk-::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 11px;
  width: 10px;
  height: 8px;
  border-radius: 1px;
  background: #3c3b6e;
}

.skinclub-language-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 100;
  width: 172px;
  padding: 8px;
  display: none;
  background: #1b1830;
  border: 1px solid rgba(116, 88, 255, .42);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .38);
}

.skinclub-language-open .skinclub-language-menu {
  display: grid;
  gap: 4px;
}

.skinclub-language-menu button {
  height: 34px;
  padding: 0 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #d9d5ee;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.skinclub-language-menu button:hover {
  background: rgba(116, 88, 255, .22);
  color: #fff;
}

.skinclub-counter-tick {
  color: #fff !important;
  text-shadow: 0 0 10px rgba(116, 88, 255, .8);
}

@media (max-width: 720px) {
  html,
  body,
  #__nuxt {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    background: #0f0d1d;
  }

  header._QXuEknZrMpI- {
    height: auto !important;
    min-height: 132px;
    position: relative;
    z-index: 50;
    background: #141126;
    box-shadow: 0 14px 34px rgba(5, 4, 15, .28);
  }

  header._QXuEknZrMpI- ._lrwgSuGq7MM- {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-rows: auto auto;
    gap: 8px;
    padding: 7px 10px 10px;
  }

  header._QXuEknZrMpI- ._0hfGxkTrdGk-,
  header._QXuEknZrMpI- ._ZTvjVKYePxE- {
    width: 100% !important;
    height: 23px !important;
    min-height: 23px !important;
    display: flex !important;
    align-items: center;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  header._QXuEknZrMpI- .socials {
    display: none !important;
  }

  header._QXuEknZrMpI- ._0hfGxkTrdGk-::-webkit-scrollbar,
  header._QXuEknZrMpI- ._ZTvjVKYePxE-::-webkit-scrollbar,
  header._QXuEknZrMpI- ._bQe0x-8j3as-::-webkit-scrollbar {
    display: none;
  }

  header._QXuEknZrMpI- .counter {
    width: auto !important;
    height: 23px !important;
    min-width: max-content;
    display: flex !important;
    align-items: center;
    gap: 4px;
    opacity: 1 !important;
    color: #918ab5;
    font-size: 10px;
    line-height: 1;
  }

  header._QXuEknZrMpI- .counter__info,
  header._QXuEknZrMpI- .counter__count,
  header._QXuEknZrMpI- .counter__text {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center;
    line-height: 1;
  }

  header._QXuEknZrMpI- .counter__count {
    color: #26d1ff;
    font-weight: 800;
  }

  header._QXuEknZrMpI- .counter__text {
    color: #827a9f;
    text-transform: uppercase;
  }

  header._QXuEknZrMpI- ._iw2u4SQcgCE- {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "brand user" "nav nav";
    align-items: center;
    gap: 9px 10px;
  }

  header._QXuEknZrMpI- ._-VQrdL8vPKA- {
    grid-area: brand;
    width: auto !important;
    height: 38px !important;
    min-width: 0;
    display: flex !important;
    align-items: center;
  }

  header._QXuEknZrMpI- ._-VQrdL8vPKA- a {
    width: auto !important;
    height: 38px !important;
    min-width: 0;
    display: flex !important;
    align-items: center;
  }

  header._QXuEknZrMpI- ._-VQrdL8vPKA- img,
  header._QXuEknZrMpI- img[alt="Skin.Club"] {
    max-width: 118px !important;
    max-height: 34px !important;
    object-fit: contain;
  }

  header._QXuEknZrMpI- #header-user {
    grid-area: user;
    width: auto !important;
    height: 40px !important;
    min-width: 0;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }

  header._QXuEknZrMpI- ._hytHkFDFgX0- {
    width: 48px !important;
    height: 38px !important;
    display: flex !important;
    flex: 0 0 48px;
  }

  header._QXuEknZrMpI- button._O5XL2oH1Gtk- {
    width: 48px !important;
    height: 38px !important;
    min-width: 48px !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center;
    border-radius: 10px;
    background: #211b3a;
  }

  header._QXuEknZrMpI- button._O5XL2oH1Gtk-::after {
    left: 16px;
    top: 9px;
  }

  header._QXuEknZrMpI- #header-user .app-button {
    width: 88px !important;
    height: 38px !important;
    min-width: 88px !important;
    min-height: 38px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    font-size: 11px !important;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    background: #6547e7;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
  }

  header._QXuEknZrMpI- ._bQe0x-8j3as- {
    grid-area: nav;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    display: block !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1px;
  }

  header._QXuEknZrMpI- ._ZAN-dNTjq6Q- {
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    width: max-content !important;
    min-width: 100%;
    height: 42px !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: flex-start !important;
    gap: 7px;
  }

  header._QXuEknZrMpI- ._ZAN-dNTjq6Q- a,
  header._QXuEknZrMpI- ._ZAN-dNTjq6Q- button,
  header._QXuEknZrMpI- ._ZAN-dNTjq6Q- [role="button"] {
    width: auto !important;
    min-width: max-content !important;
    height: 38px !important;
    min-height: 38px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 10px !important;
    border-radius: 8px;
    color: #d8d4ef;
    background: rgba(38, 31, 68, .78);
    font-size: 11px !important;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
  }

  header._QXuEknZrMpI- ._ZAN-dNTjq6Q- a:first-child {
    background: rgba(100, 72, 231, .22);
    color: #fff;
  }

  ._vj9dIfaZqg8- {
    height: 94px !important;
    overflow: hidden;
  }

  ._vj9dIfaZqg8- ._KFkT82YjcKs-,
  ._vj9dIfaZqg8- ._eiV2eaw5seI- {
    width: 100% !important;
    height: 72px !important;
    display: block !important;
  }

  ._vj9dIfaZqg8- ._ym1YSXl15Gg- {
    min-height: 76px;
  }

  ._vj9dIfaZqg8- .skinclub-live-drop-moving {
    height: 72px !important;
    min-width: max-content;
    display: flex !important;
    align-items: stretch;
  }

  ._vj9dIfaZqg8- ._zHHRirioaIc- {
    width: 132px !important;
    height: 72px !important;
    flex: 0 0 132px !important;
    display: block !important;
  }

  ._nWuzfCt3GMI-._g8Llnkp2040-._Dtt3Gc0Asjk-.skinclub-hero-show-pickem {
    height: 456px;
  }

  .skinclub-pickem-slide__bg {
    object-position: 61% center;
  }

  .skinclub-pickem-slide__title {
    position: absolute;
    z-index: 2;
    display: block;
    top: 24px;
    left: 18px;
    width: 190px;
    height: auto;
  }

  .skinclub-pickem-slide__note {
    position: absolute;
    z-index: 3;
    top: 194px;
    left: 24px;
    display: block;
    color: #fff;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1.25;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .45);
    transform: rotate(-5deg);
  }

  .skinclub-pickem-slide__note b {
    color: #ffd64b;
    font-weight: 900;
  }

  .skinclub-pickem-slide__box {
    position: absolute;
    z-index: 2;
    left: 24px;
    bottom: 104px;
    display: block;
    width: 208px;
    height: auto;
  }

  .skinclub-pickem-slide__weapon {
    position: absolute;
    z-index: 2;
    right: -90px;
    bottom: 116px;
    display: block;
    width: 330px;
    height: auto;
  }

  .skinclub-pickem-slide__button {
    left: 18px;
    bottom: 32px;
    width: 174px;
    min-width: 0;
    max-width: none;
    height: 48px;
    min-height: 0;
    max-height: none;
    color: #fff;
    background: #6547e7;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .skinclub-pickem-slide__dots {
    position: absolute;
    z-index: 5;
    right: 18px;
    bottom: 31px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 13px;
    background: #211a50;
    border: 1px solid rgba(116, 88, 255, .7);
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
  }

  .skinclub-pickem-slide__dots span {
    display: block;
    width: 29px;
    height: 3px;
    background: #5d4fc1;
  }

  .skinclub-pickem-slide__dots span.is-active {
    background: #ee627e;
  }

  .auth-positioner {
    padding: 12px;
  }

  .auth-panel {
    width: min(500px, calc(100vw - 24px));
    height: auto;
    min-height: 354px;
    transform: none;
  }

  .auth-content {
    height: 100%;
    min-height: 0;
    padding: 38px clamp(22px, 7vw, 42px) 30px;
  }

  .auth-content h2 {
    font-size: 23px;
  }

  .auth-lead {
    margin: 27px 0 21px;
    font-size: 14px;
  }

  .auth-consents {
    gap: 14px;
    font-size: 12px;
  }

  .auth-checkbox {
    grid-template-columns: 22px 1fr;
    gap: 12px;
  }

  .auth-checkmark {
    width: 22px;
    height: 25px;
  }

  .auth-steam {
    width: min(200px, 78%);
    height: 54px;
    min-height: 54px;
    margin-top: 17px;
    font-size: 16px;
  }

  .auth-weapon {
    display: block;
  }

  .auth-weapon-left {
    width: min(315px, 64vw);
    left: 28px;
    top: -34px;
  }

  .auth-weapon-right {
    width: min(250px, 48vw);
    right: -24px;
    top: -18px;
  }

  ._gFh1cc5aKa8-,
  ._NqZYdz4F6Dw-,
  ._CUbxCDfnStI- {
    max-width: 100% !important;
    overflow-x: auto;
    scrollbar-width: none;
  }

  ._gFh1cc5aKa8-::-webkit-scrollbar,
  ._NqZYdz4F6Dw-::-webkit-scrollbar,
  ._CUbxCDfnStI-::-webkit-scrollbar {
    display: none;
  }

  section.main-page-section,
  section[class*="main-page-section"] {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    overflow: visible !important;
  }

  ._5z4GXCRkPC0- {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
    padding: 0 !important;
    overflow: visible !important;
  }

  ._9QteVJmzbdY- {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 218px !important;
    min-height: 218px !important;
    margin: 0 !important;
    display: block !important;
  }

  ._9QteVJmzbdY- img {
    max-width: 100%;
    object-fit: contain;
  }

  ._1T-Tp-XP5jc- {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    width: auto !important;
    max-width: calc(100vw - 20px) !important;
  }
}
