@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lacquer&family=Onest:wght@100..900&display=swap");
* {
  font-family: "Onest", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #111111;
  line-height: 1.4;
  transition: 0.4s all ease-in-out;
  padding: 0px;
  margin: 0px;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *::before, *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

input, button, textarea {
  font-family: "Onest", sans-serif;
}

@media (hover: none) and (pointer: coarse) {
  input, textarea, select {
    font-size: 16px !important;
  }
}
input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

body {
  background: #2a2a2a;
}
body::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(213, 213, 213, 0.568627451);
  border-radius: 4px;
}

.container {
  width: 1200px;
  padding: 0px 20px;
  margin: 0px auto;
}

.header {
  width: 100%;
  height: 80px;
  background: rgba(22, 22, 22, 0.6392156863);
  box-shadow: 0px 0px 20px #111111;
  position: relative;
  z-index: 2;
}
.header__body {
  height: 100%;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.header__left:hover .header__circle {
  box-shadow: inset 0px 4px 16px rgba(0, 0, 0, 0.908);
}
.header__left:hover .header__circle img {
  height: 200%;
  bottom: -60px;
}
.header__circle {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  position: relative;
  background: rgba(255, 255, 255, 0.062745098);
  background: #612727;
  box-shadow: inset 0px 4px 16px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}
.header__circle img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  height: 110%;
}
.header__name {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.header__name p {
  font-family: "Lacquer", system-ui;
  color: #F15946;
  font-size: 22px;
  line-height: 1;
}
.header__name span {
  font-family: "Lacquer", system-ui;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  display: block;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__icon-btns {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header__icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #868686;
  flex-shrink: 0;
  box-shadow: inset 0px 0px 5px rgba(16, 16, 16, 0.79);
}
.header__icon-btn svg {
  flex-shrink: 0;
  stroke: #909090;
}
.header__lang-flag {
  font-size: 18px;
  line-height: 1;
}
.header__icon-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.header__auth {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.header__auth-login {
  border-radius: 50px;
  padding: 10px 24px;
  background: #b42929;
  box-shadow: inset 0px 0px 8px rgba(16, 16, 16, 0.615);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}
.header__auth-login:hover {
  box-shadow: inset 0px 4px 10px rgba(16, 16, 16, 0.506);
  background: rgba(205, 205, 205, 0.9882352941);
  color: #171717;
}
.header__auth-registration {
  border-radius: 50px;
  padding: 10px 24px;
  background: rgba(243, 243, 243, 0);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}
.header__auth-registration:hover {
  opacity: 0.7;
}
.header__user {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.header__user-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 10px;
}
.header__user-inner:hover {
  background: rgba(255, 255, 255, 0.031372549);
}
.header__user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  overflow: hidden;
  background: #612727;
  box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.5);
  flex-shrink: 0;
}
.header__user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__user-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.header__user-info p {
  color: #fff;
  font-size: 13px;
  line-height: 1;
}
.header__user-info span {
  color: #868686;
  font-size: 11px;
  line-height: 1;
}
.header__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 210px;
  background: #1c1c1c;
  border-radius: 12px;
  padding: 6px;
  box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.7), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.05);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
}
.header__dropdown--open {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
}
.header__dropdown-item {
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  color: #aeaeae;
  cursor: pointer;
}
.header__dropdown-item:hover {
  background: #2a2a2a;
  color: #fff;
}
.header__dropdown-item--danger {
  color: #e76262;
}
.header__dropdown-item--danger:hover {
  background: #2d1f1f;
  color: #ff7070;
}
.header__dropdown-divider {
  height: 1px;
  background: #2a2a2a;
  margin: 4px 0px;
}

.main {
  margin-top: 10px;
}

.search {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  height: 40px;
}
.search__area {
  border-radius: 10px;
  background: rgba(34, 34, 34, 0.7960784314);
  box-shadow: inset 0px 4px 10px rgba(20, 20, 20, 0.356);
  width: 500px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.search__area input {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  color: #8b8b8b;
  padding-left: 40px;
  padding-right: 20px;
}
.search__area img {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: scale(0.4);
  filter: invert(1);
  opacity: 0.5;
}
.search__area p {
  font-size: 13px;
  color: #9d9d9d;
  line-height: 1;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.search__clear {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(34, 34, 34, 0.7960784314);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  max-width: 0px;
}
.search__clear img {
  width: 100%;
  height: auto;
  transform: scale(0.4);
  filter: invert(1);
  opacity: 0.5;
}
.search__clear:hover {
  box-shadow: inset 0px 0px 16px rgba(16, 16, 16, 0.829);
  background: #ff4b4b;
}
.search__clear:hover img {
  opacity: 1;
}

.sort {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
}
.sort__title {
  padding-top: 6px;
  padding-right: 10px;
}
.sort__title p {
  color: #fff;
  line-height: 1;
}
.sort__title span {
  font-size: 10px;
  color: #868686;
  line-height: 1;
}
.sort__select {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  min-width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(34, 34, 34, 0.7960784314);
  padding: 0px 8px;
  cursor: pointer;
}
.sort__select svg {
  width: 19px;
  height: auto;
  opacity: 0.5;
}
.sort__select-active {
  background: rgba(177, 177, 177, 0.2666666667);
  box-shadow: inset 0px 0px 8px rgba(16, 16, 16, 0.656);
}
.sort__select-active svg {
  opacity: 1;
}
.sort__select:hover {
  box-shadow: inset 0px 0px 14px rgba(16, 16, 16, 0.841);
}
.sort__select:hover svg {
  opacity: 1;
}

.push {
  width: 100%;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}
.push__message {
  width: fit-content;
  padding: 6px 14px;
  border-radius: 10px;
  box-shadow: inset 0px 0px 8px rgba(16, 16, 16, 0.656);
  font-size: 14px;
  text-shadow: 0px 0px 10px #000;
  overflow: hidden;
  max-height: 0px;
  transform: translateY(-300px);
  position: sticky;
  top: 10px;
}
.push__message p {
  color: #fff;
}
.push__message-warning {
  background: rgba(255, 255, 255, 0.0823529412);
}
.push__message-active {
  max-height: 500px;
  transform: translateY(0px);
  padding: 10px 10px;
  margin-bottom: 16px;
}

.catalog {
  padding-bottom: 100px;
}
.catalog__title {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
}
.catalog__title p, .catalog__title h2 {
  font-size: 28px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
}
.catalog__title span {
  color: #5e5e5e;
  line-height: 1;
  display: block;
  transform: translateY(-4px);
}
.catalog__tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.catalog__body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 20px;
  position: relative;
}
.catalog__card {
  border-radius: 14px;
  padding: 6px;
  background: rgba(34, 34, 34, 0.7960784314);
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}
.catalog__card:hover .catalog__bar {
  max-height: 60px;
  opacity: 1;
}
.catalog__card:hover .catalog__picture img {
  opacity: 1;
}
.catalog__card:hover .catalog__mark {
  opacity: 1;
}
.catalog__mark {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 14px;
  right: 14px;
  border-radius: 100px;
  box-shadow: inset 0px 4px 10px rgba(16, 16, 16, 0.123);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}
.catalog__mark img {
  width: 50%;
  height: auto;
  opacity: 0.5;
}
.catalog__mark:hover {
  box-shadow: inset 0px 4px 10px rgba(16, 16, 16, 0.424);
  background: #ffcc4b;
}
.catalog__mark:hover img {
  opacity: 1;
}
.catalog__mark--active {
  opacity: 1;
  background: #efaf0e;
  box-shadow: inset 0px 4px 10px rgba(16, 16, 16, 0.424);
}
.catalog__mark--active img {
  opacity: 1;
}
.catalog__picture {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.catalog__picture::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  box-shadow: inset 0px 0px 46px rgba(16, 16, 16, 0.734);
}
.catalog__picture img {
  width: 100%;
  height: auto;
  opacity: 0.9;
}
.catalog__purchased {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(23, 23, 23, 0.046);
  box-shadow: inset 0px 0px 3px rgba(16, 16, 16, 0.734);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 100px;
  padding: 4px 10px;
  white-space: nowrap;
  z-index: 2;
  pointer-events: none;
  letter-spacing: 0.3px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.catalog__purchased svg {
  width: 14px;
  height: auto;
  stroke: rgba(55, 55, 55, 0.964);
}
.catalog__purchased p {
  font-size: 10px;
  font-weight: 400;
  color: rgba(55, 55, 55, 0.964);
  line-height: 1;
}
.catalog__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}
.catalog__open, .catalog__buy {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
}
.catalog__open img, .catalog__buy img {
  width: 16px;
  height: auto;
  filter: invert(0);
}
.catalog__open p, .catalog__buy p {
  color: #fff;
  font-size: 12px;
}
.catalog__open {
  height: 38px;
  width: calc(100% - 40px);
  cursor: pointer;
  border-radius: 10px;
  background: rgba(32, 32, 32, 0.7607843137);
  box-shadow: inset 0px 0px 16px rgba(28, 28, 28, 0.744);
}
.catalog__open img {
  filter: invert(1);
}
.catalog__open:hover {
  background: #a0a0a0;
  box-shadow: inset 0px 0px 14px rgb(16, 16, 16);
}
.catalog__buy {
  height: 38px;
  width: 38px;
  min-width: 38px;
  min-height: 38px;
  background: rgba(0, 0, 0, 0.2549019608);
  background: #6bdb5f;
  border-radius: 100px;
  cursor: pointer;
  box-shadow: inset 0px 0px 18px rgba(16, 16, 16, 0.83);
}
.catalog__buy img {
  filter: invert(0);
  transform: translateX(0px) translateY(1px);
}
.catalog__buy:hover {
  background: #6bda5f;
  box-shadow: inset 0px 0px 18px rgb(16, 16, 16);
}
.catalog__buy:hover img {
  opacity: 1;
  filter: invert(0);
}
.catalog__info {
  border-radius: 10px;
  padding: 6px;
  background: #2a2a2a;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.catalog__name {
  font-size: 13px;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.0588235294);
  box-shadow: inset 0px 0px 6px rgba(16, 16, 16, 0.656);
}
.catalog__line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.catalog__price, .catalog__minimum, .catalog__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 6px;
}
.catalog__price img, .catalog__minimum img, .catalog__number img {
  width: 24px;
  padding: 6px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.3294117647);
  filter: invert(1);
}
.catalog__price p, .catalog__minimum p, .catalog__number p {
  color: #aeaeae;
  font-size: 11px;
}
.catalog__price-empty p, .catalog__minimum-empty p, .catalog__number-empty p {
  color: #e76262;
}
.catalog__price-empty img, .catalog__minimum-empty img, .catalog__number-empty img {
  background: rgba(42, 176, 181, 0.9529411765);
  box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.79);
}
.catalog__nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.catalog__button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: rgba(34, 34, 34, 0.7960784314);
  color: rgba(255, 255, 255, 0.5254901961);
  font-size: 14px;
  cursor: pointer;
}
.catalog__button svg {
  width: 24px;
  height: auto;
  opacity: 0.5;
}
.catalog__button-active {
  background: rgba(177, 177, 177, 0.7960784314);
  background: #b42929;
  box-shadow: inset 0px 0px 8px rgba(16, 16, 16, 0.638);
  color: #fff;
}
.catalog__button-active svg {
  opacity: 1;
}
.catalog__button:hover {
  color: #fff;
  box-shadow: inset 0px 0px 14px rgba(16, 16, 16, 0.929);
}
.catalog__button:hover svg {
  opacity: 1;
}
.catalog__empty {
  width: 100%;
  padding: 40px 20px;
  position: absolute;
  text-align: center;
  top: 40px;
}
.catalog__empty p {
  font-size: 14px;
  color: #999999;
}

img.emoji {
  height: 1.15em;
  width: auto;
  vertical-align: -0.2em;
  display: inline;
  margin: 0 1px;
  margin-color: #858585;
}

.product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
}
.product--open {
  opacity: 1;
  pointer-events: all;
}
.product--open .product__body {
  transform: translateY(0px) scale(1);
  opacity: 1;
  max-height: 88vh;
}
.product__body {
  width: 860px;
  max-width: 90vw;
  max-height: 0vh;
  background: #1c1c1c;
  border-radius: 16px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.85), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.04);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateY(-100px) scale(0.5);
  opacity: 0;
}
.product__close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 14px 18px 10px;
  flex-shrink: 0;
  cursor: pointer;
}
.product__close p {
  color: #5e5e5e;
  font-size: 12px;
  line-height: 1;
}
.product__close img {
  width: 14px;
  height: auto;
  filter: invert(1);
  opacity: 0.3;
}
.product__close:hover p {
  color: #bbbbbb;
}
.product__close:hover img {
  opacity: 0.7;
}
.product__block {
  display: flex;
  gap: 16px;
  padding: 0px 16px 18px;
  overflow: hidden;
  flex: 1;
  min-height: 0;
}
.product__left {
  width: 280px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
}
.product__picture {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.product__picture::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  box-shadow: inset 0px 0px 46px rgba(16, 16, 16, 0.985);
}
.product__picture img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  border-radius: 24px;
}
.product__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  padding-right: 4px;
  min-height: 0;
}
.product__right::-webkit-scrollbar {
  width: 4px;
}
.product__right::-webkit-scrollbar-thumb {
  background-color: rgba(213, 213, 213, 0.1450980392);
  border-radius: 4px;
}
.product__name {
  font-family: "Lacquer", system-ui;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.031372549);
  border-radius: 10px;
  box-shadow: inset 0px 0px 10px rgba(16, 16, 16, 0.5);
  flex-shrink: 0;
}
.product__line {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.product__price, .product__number, .product__minimum, .product__format {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 4px;
  border-radius: 10px;
  background: rgba(34, 34, 34, 0.7960784314);
  box-shadow: inset 0px 0px 6px rgba(16, 16, 16, 0.4);
}
.product__price img, .product__number img, .product__minimum img, .product__format img {
  width: 28px;
  min-width: 28px;
  padding: 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1254901961);
  filter: invert(1);
}
.product__price p, .product__number p, .product__minimum p, .product__format p {
  color: #aeaeae;
  font-size: 12px;
  line-height: 1;
}
.product__description {
  padding-right: 4px;
  min-height: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 4px;
  border-radius: 10px;
  background: rgba(34, 34, 34, 0.7960784314);
  gap: 0px;
}
.product__description-icon {
  width: 28px;
  min-width: 28px;
  padding: 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1254901961);
  filter: invert(1);
  margin-right: 10px;
  margin-bottom: 4px;
}
.product__description p {
  color: #aeaeae;
  font-size: 12px;
  line-height: 1;
}
.product__description span {
  font-size: 11px;
  color: #7e7e7e;
  line-height: 1.2;
  white-space: pre-wrap;
  display: block;
  background: rgba(20, 20, 20, 0.4156862745);
  padding: 10px;
  border-radius: 6px;
  width: 100%;
  max-height: 26vh;
  overflow-y: auto;
}
.product__description span::-webkit-scrollbar {
  width: 4px;
}
.product__description span::-webkit-scrollbar-thumb {
  background-color: rgba(213, 213, 213, 0.1450980392);
  border-radius: 4px;
}
.product__number-empty p {
  color: #e76262;
}
.product__number-empty img {
  background: rgba(42, 176, 181, 0.9529411765);
}
.product__buy {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 24px;
  border-radius: 10px;
  background: #b42929;
  box-shadow: inset 0px 0px 16px rgba(16, 16, 16, 0.7);
  cursor: pointer;
  flex-shrink: 0;
}
.product__buy img {
  width: 16px;
  height: auto;
  filter: invert(1);
}
.product__buy p {
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.product__buy:hover {
  background: #c93232;
  box-shadow: inset 0px 0px 22px rgba(16, 16, 16, 0.9);
}
.product__buy--disabled {
  background: #2d2d2d;
  cursor: default;
  box-shadow: inset 0px 0px 10px rgba(16, 16, 16, 0.5);
}
.product__buy--disabled p {
  color: #555555;
}
.product__buy--disabled img {
  opacity: 0.3;
}
.product__buy--disabled:hover {
  background: #2d2d2d;
  box-shadow: inset 0px 0px 10px rgba(16, 16, 16, 0.5);
}

.auth-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
}
.auth-modal--open {
  opacity: 1;
  pointer-events: all;
}
.auth-modal--open .auth-modal__body {
  transform: translateY(0px) scale(1);
  opacity: 1;
}
.auth-modal__body {
  width: 460px;
  max-width: 92vw;
  max-height: 90vh;
  background: #1c1c1c;
  border-radius: 16px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.9), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.04);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 0px 0px 20px;
  transform: translateY(24px) scale(0.97);
  opacity: 0;
}
.auth-modal__body::-webkit-scrollbar {
  width: 4px;
}
.auth-modal__body::-webkit-scrollbar-thumb {
  background-color: rgba(213, 213, 213, 0.1254901961);
  border-radius: 4px;
}
.auth-modal__close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 14px 18px 0px;
  cursor: pointer;
  flex-shrink: 0;
}
.auth-modal__close p {
  color: #4a4a4a;
  font-size: 12px;
  line-height: 1;
}
.auth-modal__close img {
  width: 14px;
  height: auto;
  filter: invert(1);
  opacity: 0.25;
}
.auth-modal__close:hover p {
  color: #aaaaaa;
}
.auth-modal__close:hover img {
  opacity: 0.6;
}
.auth-modal__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 10px 20px 16px;
  border-bottom: 1px solid #2a2a2a;
  margin-bottom: 4px;
}
.auth-modal__logo-circle {
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background: #612727;
  box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.auth-modal__logo-circle img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  height: 110%;
}
.auth-modal__logo-name {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.auth-modal__logo-name p {
  font-family: "Lacquer", system-ui;
  color: #F15946;
  font-size: 18px;
  line-height: 1;
}
.auth-modal__logo-name span {
  font-family: "Lacquer", system-ui;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
}
.auth-modal__tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 10px 20px 0px;
}
.auth-modal__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 10px;
  background: #222222;
  cursor: pointer;
  flex: 1;
}
.auth-modal__tab img {
  width: 16px;
  height: auto;
  filter: invert(1);
  opacity: 0.6;
}
.auth-modal__tab p {
  color: #5e5e5e;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}
.auth-modal__tab--active {
  background: #2d2020;
  box-shadow: inset 0px 0px 8px rgba(16, 16, 16, 0.5);
}
.auth-modal__tab--active img {
  opacity: 1;
}
.auth-modal__tab--active p {
  color: #F15946;
}
.auth-modal__tab:hover:not(.auth-modal__tab--active) {
  background: #282828;
}
.auth-modal__tab:hover:not(.auth-modal__tab--active) p {
  color: #aeaeae;
}
.auth-modal__panel {
  display: none;
  flex-direction: column;
  gap: 14px;
  padding: 16px 20px 0px;
}
.auth-modal__panel--active {
  display: flex;
}
.auth-modal__hint {
  font-size: 12px;
  color: #5e5e5e;
  line-height: 1.5;
  text-align: center;
}
.auth-modal__hint strong {
  color: #aeaeae;
}
.auth-modal__hint b, .auth-modal__hint-email {
  color: #e0e0e0;
  font-size: inherit;
  font-weight: 600;
}
.auth-modal__tg-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
}
.auth-modal__step {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.auth-modal__avatar {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  background: #2d2d2d;
  flex-shrink: 0;
}
.auth-modal__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.auth-modal__uname {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}
.auth-modal__uinfo {
  font-size: 12px;
  color: #5e5e5e;
  line-height: 1.6;
  text-align: center;
}
.auth-modal__big-icon {
  font-size: 40px;
  line-height: 1;
  text-align: center;
}
.auth-modal__row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 250px;
}
.auth-modal__input {
  width: 100%;
  height: 42px;
  border-radius: 10px;
  background: rgba(34, 34, 34, 0.7960784314);
  box-shadow: inset 0px 0px 8px rgba(16, 16, 16, 0.5);
  padding: 0px 14px;
  color: #aeaeae;
  font-size: 13px;
  resize: none;
}
.auth-modal__input::-webkit-outer-spin-button, .auth-modal__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.auth-modal__input[type=number] {
  -moz-appearance: textfield;
}
.auth-modal__input::placeholder {
  color: #4a4a4a;
}
.auth-modal__input:focus {
  box-shadow: inset 0px 0px 12px rgba(16, 16, 16, 0.7), 0px 0px 0px 1px rgba(180, 41, 41, 0.2509803922);
}
.auth-modal__action-btn {
  width: 100%;
  height: 42px;
  border-radius: 10px;
  background: #b42929;
  box-shadow: inset 0px 0px 14px rgba(16, 16, 16, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  flex-shrink: 0;
}
.auth-modal__action-btn:hover {
  background: #c93232;
  box-shadow: inset 0px 0px 20px rgba(16, 16, 16, 0.8);
}
.auth-modal__action-btn--green {
  background: #2d6b28;
}
.auth-modal__action-btn--green:hover {
  background: #367030;
}
.auth-modal__action-btn--red {
  background: #3d2020;
  color: #e76262;
}
.auth-modal__action-btn--red:hover {
  background: #4d2828;
}
.auth-modal__error {
  font-size: 11px;
  color: #e76262;
  text-align: center;
  line-height: 1.4;
}
.auth-modal__subtabs {
  display: flex;
  gap: 0px;
  border-radius: 10px;
  overflow: hidden;
  background: #222222;
  padding: 4px;
  gap: 4px;
}
.auth-modal__subtab {
  flex: 1;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 13px;
  color: #5e5e5e;
  cursor: pointer;
}
.auth-modal__subtab--active {
  background: #2d2020;
  color: #F15946;
}
.auth-modal__subtab:hover:not(.auth-modal__subtab--active) {
  color: #aeaeae;
}
.auth-modal__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.auth-modal__captcha {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 78px;
  margin: 4px 0;
}
.auth-modal__captcha > div {
  margin: 0 auto;
}
.auth-modal__input--code {
  text-align: center;
  letter-spacing: 6px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.auth-modal__link {
  text-align: center;
  font-size: 12px;
  color: #888;
  cursor: pointer;
  padding: 4px 0;
  text-decoration: underline dotted rgba(255, 255, 255, 0.15);
  text-underline-offset: 3px;
}
.auth-modal__link:hover {
  color: #b42929;
}

.logout-confirm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
}
.logout-confirm--open {
  opacity: 1;
  pointer-events: all;
}
.logout-confirm--open .logout-confirm__body {
  transform: translateY(0px) scale(1);
  opacity: 1;
}
.logout-confirm__body {
  width: 340px;
  max-width: 90vw;
  background: #1c1c1c;
  border-radius: 16px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.85), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.04);
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transform: translateY(20px) scale(0.97);
  opacity: 0;
}
.logout-confirm__icon {
  font-size: 36px;
  line-height: 1;
}
.logout-confirm__title {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}
.logout-confirm__text {
  font-size: 12px;
  color: #5e5e5e;
  line-height: 1.6;
  text-align: center;
}
.logout-confirm__buttons {
  display: flex;
  gap: 8px;
  width: 100%;
  margin-top: 6px;
}
.logout-confirm__btn {
  flex: 1;
  height: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
}
.logout-confirm__btn--yes {
  background: #3d2020;
  color: #e76262;
  box-shadow: inset 0px 0px 10px rgba(16, 16, 16, 0.5);
}
.logout-confirm__btn--yes:hover {
  background: #5a2020;
  color: #ff7070;
}
.logout-confirm__btn--no {
  background: rgba(34, 34, 34, 0.7960784314);
  color: #aeaeae;
  box-shadow: inset 0px 0px 10px rgba(16, 16, 16, 0.5);
}
.logout-confirm__btn--no:hover {
  background: #2d2d2d;
  color: #fff;
}

.buy-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 350;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
}
.buy-modal--open {
  opacity: 1;
  pointer-events: all;
}
.buy-modal--open .buy-modal__body {
  transform: translateY(0px) scale(1);
  opacity: 1;
}
.buy-modal__body {
  width: 480px;
  max-width: 92vw;
  max-height: 90vh;
  background: #1c1c1c;
  border-radius: 16px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.9), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.04);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0px 0px 20px;
  transform: translateY(24px) scale(0.97);
  opacity: 0;
}
.buy-modal__body::-webkit-scrollbar {
  width: 4px;
}
.buy-modal__body::-webkit-scrollbar-thumb {
  background-color: rgba(213, 213, 213, 0.1254901961);
  border-radius: 4px;
}
.buy-modal__close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 14px 18px 0px;
  cursor: pointer;
  flex-shrink: 0;
}
.buy-modal__close p {
  color: #4a4a4a;
  font-size: 12px;
  line-height: 1;
}
.buy-modal__close img {
  width: 14px;
  height: auto;
  filter: invert(1);
  opacity: 0.25;
}
.buy-modal__close:hover p {
  color: #aaaaaa;
}
.buy-modal__close:hover img {
  opacity: 0.6;
}
.buy-modal__header {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 0px 20px;
}
.buy-modal__picture {
  width: 200px;
  min-width: 200px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  background: #2a2a2a;
  flex-shrink: 0;
  position: relative;
}
.buy-modal__picture::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  box-shadow: inset 0px 0px 46px rgba(16, 16, 16, 0.734);
}
.buy-modal__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.buy-modal__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.buy-modal__name {
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
  word-break: break-word;
}
.buy-modal__meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.buy-modal__meta-row {
  display: flex;
  align-items: center;
  gap: 7px;
}
.buy-modal__meta-row img {
  width: 22px;
  min-width: 22px;
  padding: 5px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.0941176471);
  filter: invert(1);
}
.buy-modal__meta-row p {
  font-size: 11px;
  color: #868686;
  line-height: 1;
}
.buy-modal__section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0px 20px;
}
.buy-modal__section-number {
  padding: 0px;
}
.buy-modal__section-label {
  font-size: 11px;
  color: #5e5e5e;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.buy-modal__qty {
  display: flex;
  align-items: center;
  gap: 8px;
}
.buy-modal__qty-btn {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 10px;
  background: rgba(34, 34, 34, 0.7960784314);
  box-shadow: inset 0px 0px 8px rgba(16, 16, 16, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #aeaeae;
  cursor: pointer;
  user-select: none;
  line-height: 1;
}
.buy-modal__qty-btn:hover {
  background: #2d2d2d;
  color: #fff;
  box-shadow: inset 0px 0px 12px rgba(16, 16, 16, 0.7);
}
.buy-modal__qty-btn:active {
  box-shadow: inset 0px 0px 16px rgba(16, 16, 16, 0.9);
}
.buy-modal__qty-input {
  flex: 1;
  height: 40px;
  border-radius: 10px;
  background: rgba(34, 34, 34, 0.7960784314);
  box-shadow: inset 0px 0px 8px rgba(16, 16, 16, 0.5);
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.buy-modal__qty-input::-webkit-outer-spin-button, .buy-modal__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.buy-modal__qty-input[type=number] {
  -moz-appearance: textfield;
}
.buy-modal__formats {
  display: flex;
  gap: 6px;
}
.buy-modal__format {
  flex: 1;
  height: 38px;
  border-radius: 10px;
  background: rgba(34, 34, 34, 0.7960784314);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #5e5e5e;
  cursor: pointer;
  text-align: center;
  box-shadow: inset 0px 0px 6px rgba(16, 16, 16, 0.4);
}
.buy-modal__format--active {
  background: #2d2020;
  color: #F15946;
  box-shadow: inset 0px 0px 10px rgba(16, 16, 16, 0.5);
}
.buy-modal__format:hover:not(.buy-modal__format--active) {
  background: #272727;
  color: #aeaeae;
}
.buy-modal__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: #222222;
  margin: 0px 20px;
  border-radius: 10px;
  box-shadow: inset 0px 0px 8px rgba(16, 16, 16, 0.4);
}
.buy-modal__total span {
  font-size: 12px;
  color: #5e5e5e;
  line-height: 1;
}
.buy-modal__total p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 500;
}
.buy-modal__balance {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 20px;
}
.buy-modal__balance span {
  font-size: 11px;
  color: #5e5e5e;
  line-height: 1;
}
.buy-modal__balance p {
  font-size: 12px;
  color: #6bdb5f;
  line-height: 1;
}
.buy-modal__balance--low p {
  color: #e76262;
}
.buy-modal__error {
  font-size: 11px;
  color: #e76262;
  text-align: center;
  padding: 0px 20px;
  line-height: 1.5;
}
.buy-modal__action-btn {
  margin: 0px 20px;
  height: 40px;
  border-radius: 10px;
  background: #b42929;
  box-shadow: inset 0px 0px 16px rgba(16, 16, 16, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  flex-shrink: 0;
}
.buy-modal__action-btn:hover {
  background: #c93232;
  box-shadow: inset 0px 0px 22px rgba(16, 16, 16, 0.85);
}
.buy-modal__action-btn--disabled {
  background: #2d2d2d;
  color: #4a4a4a;
  cursor: default;
}
.buy-modal__action-btn--disabled:hover {
  background: #2d2d2d;
  box-shadow: inset 0px 0px 16px rgba(16, 16, 16, 0.6);
}

.profile-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 350;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
}
.profile-modal--open {
  opacity: 1;
  pointer-events: all;
}
.profile-modal--open .profile-modal__body {
  transform: translateY(0px) scale(1);
  opacity: 1;
}
.profile-modal__body {
  width: 520px;
  max-width: 92vw;
  max-height: 88vh;
  background: #1c1c1c;
  border-radius: 16px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.9), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.04);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  padding-bottom: 24px;
  transform: translateY(24px) scale(0.97);
  opacity: 0;
}
.profile-modal__body::-webkit-scrollbar {
  width: 4px;
}
.profile-modal__body::-webkit-scrollbar-thumb {
  background-color: rgba(213, 213, 213, 0.1254901961);
  border-radius: 4px;
}
.profile-modal__close {
  align-self: flex-end;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px 0px;
  cursor: pointer;
}
.profile-modal__close p {
  color: #4a4a4a;
  font-size: 12px;
  line-height: 1;
}
.profile-modal__close img {
  width: 14px;
  height: auto;
  filter: invert(1);
  opacity: 0.25;
}
.profile-modal__close:hover p {
  color: #aaaaaa;
}
.profile-modal__close:hover img {
  opacity: 0.6;
}
.profile-modal__avatar-wrap {
  padding: 0px 0px 12px;
}
.profile-modal__avatar {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #612727;
  box-shadow: inset 0px 4px 16px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}
.profile-modal__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-modal__name {
  font-family: "Lacquer", system-ui;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 0px 20px;
}
.profile-modal__badge {
  font-size: 11px;
  color: #868686;
  line-height: 1;
  margin-top: 6px;
  padding: 4px 12px;
  background: #222222;
  border-radius: 50px;
  margin-bottom: 10px;
}
.profile-modal__blocks {
  display: flex;
  gap: 8px;
  padding: 10px;
  width: 100%;
}
.profile-modal__block {
  width: 100%;
  background: rgba(34, 34, 34, 0.7960784314);
  border-radius: 10px;
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center;
  box-shadow: inset 0px 0px 6px rgba(16, 16, 16, 0.4);
}
.profile-modal__block span {
  font-size: 10px;
  color: #5e5e5e;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.profile-modal__block p {
  font-size: 13px;
  color: #b0b0b0;
  line-height: 1;
  font-weight: 500;
}
.profile-modal__balances {
  display: flex;
  gap: 8px;
  padding: 8px 20px 0px;
  width: 100%;
}
.profile-modal__balance {
  flex: 1;
  background: rgba(34, 34, 34, 0.7960784314);
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow: inset 0px 0px 6px rgba(16, 16, 16, 0.4);
}
.profile-modal__balance span {
  font-size: 10px;
  color: #5e5e5e;
  line-height: 1;
}
.profile-modal__balance p {
  font-size: 15px;
  color: #41a736;
  line-height: 1;
  font-weight: 500;
}
.profile-modal__section {
  width: 100%;
  padding: 12px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.profile-modal__section-label {
  font-size: 11px;
  color: #5e5e5e;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
}
.profile-modal__ref-row {
  display: flex;
  gap: 8px;
  align-items: center;
  background: rgba(34, 34, 34, 0.7960784314);
  border-radius: 10px;
  padding: 8px 10px;
  box-shadow: inset 0px 0px 6px rgba(16, 16, 16, 0.4);
}
.profile-modal__ref-link {
  flex: 1;
  font-size: 11px;
  color: #868686;
  line-height: 1.4;
  word-break: break-all;
}
.profile-modal__copy-btn {
  white-space: nowrap;
  font-size: 11px;
  color: #b42929;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  background: #2d2020;
  flex-shrink: 0;
}
.profile-modal__copy-btn:hover {
  background: #3d2020;
  color: #F15946;
}
.profile-modal__ref-count {
  font-size: 12px;
  color: #5e5e5e;
  line-height: 1;
}
.profile-modal__ref-count strong {
  color: #aeaeae;
}

#tu-symbol {
  color: #a2a2a2;
}

.topup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 350;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
}
.topup-modal--open {
  opacity: 1;
  pointer-events: all;
}
.topup-modal--open .topup-modal__body {
  transform: translateY(0px) scale(1);
  opacity: 1;
}
.topup-modal__body {
  width: 440px;
  max-width: 92vw;
  max-height: 88vh;
  background: #1c1c1c;
  border-radius: 16px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.9), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.04);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  transform: translateY(24px) scale(0.97);
  opacity: 0;
  padding-bottom: 20px;
}
.topup-modal__body::-webkit-scrollbar {
  width: 4px;
}
.topup-modal__body::-webkit-scrollbar-thumb {
  background-color: rgba(213, 213, 213, 0.1254901961);
  border-radius: 4px;
}
.topup-modal__close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 14px 18px 0px;
  cursor: pointer;
}
.topup-modal__close p {
  color: #4a4a4a;
  font-size: 12px;
  line-height: 1;
}
.topup-modal__close img {
  width: 14px;
  height: auto;
  filter: invert(1);
  opacity: 0.25;
}
.topup-modal__close:hover p {
  color: #aaaaaa;
}
.topup-modal__close:hover img {
  opacity: 0.6;
}
.topup-modal__step {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0px 20px;
}
.topup-modal__title {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  padding-top: 6px;
}
.topup-modal__cur-balances {
  display: flex;
  gap: 8px;
}
.topup-modal__cur-balance {
  flex: 1;
  background: rgba(34, 34, 34, 0.7960784314);
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: inset 0px 0px 6px rgba(16, 16, 16, 0.4);
}
.topup-modal__cur-balance span {
  font-size: 10px;
  color: #5e5e5e;
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}
.topup-modal__cur-balance p {
  font-size: 15px;
  color: #6bdb5f;
  line-height: 1;
}
.topup-modal__section-label {
  font-size: 11px;
  color: #5e5e5e;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
}
.topup-modal__currencies {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.topup-modal__currency {
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(34, 34, 34, 0.7960784314);
  font-size: 12px;
  color: #5e5e5e;
  cursor: pointer;
  box-shadow: inset 0px 0px 6px rgba(16, 16, 16, 0.4);
}
.topup-modal__currency--active {
  background: #2d2020;
  color: #F15946;
}
.topup-modal__currency:hover:not(.topup-modal__currency--active) {
  background: #272727;
  color: #aeaeae;
}
.topup-modal__input {
  width: 100%;
  height: 44px;
  border-radius: 10px;
  background: rgba(34, 34, 34, 0.7960784314);
  box-shadow: inset 0px 0px 8px rgba(16, 16, 16, 0.5);
  padding: 0px 14px;
  color: #fff;
  font-size: 16px;
}
.topup-modal__input::-webkit-outer-spin-button, .topup-modal__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.topup-modal__input[type=number] {
  -moz-appearance: textfield;
}
.topup-modal__input::placeholder {
  color: #4a4a4a;
}
.topup-modal__hint {
  font-size: 12px;
  color: #5e5e5e;
  line-height: 1;
}
.topup-modal__action-btn {
  height: 40px;
  border-radius: 10px;
  background: #b42929;
  box-shadow: inset 0px 0px 16px rgba(16, 16, 16, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  flex-shrink: 0;
}
.topup-modal__action-btn:hover {
  background: #c93232;
}
.topup-modal__action-btn--cancel {
  background: #2d1f1f;
  color: #e76262;
}
.topup-modal__action-btn--cancel:hover {
  background: #3d2020;
}
.topup-modal__pay-fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.topup-modal__pay-field {
  background: rgba(34, 34, 34, 0.7960784314);
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: inset 0px 0px 6px rgba(16, 16, 16, 0.4);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.topup-modal__pay-field-label {
  font-size: 11px;
  color: #5e5e5e;
  line-height: 1;
}
.topup-modal__pay-field-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.topup-modal__pay-usd {
  font-size: 11px;
  color: #5e5e5e;
  line-height: 1;
}
.topup-modal__copy-val {
  font-size: 14px;
  color: #e0e0e0;
  line-height: 1.4;
  word-break: break-all;
  flex: 1;
}
.topup-modal__copy-btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #2e2e2e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  color: #5e5e5e;
}
.topup-modal__copy-btn svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
}
.topup-modal__copy-btn:hover {
  background: #383838;
  color: #c0c0c0;
}
.topup-modal__copy-btn--copied {
  color: #86ff90 !important;
  background: rgba(122, 255, 137, 0.5490196078) !important;
}
.topup-modal__invoice-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 10px;
  background: #1a2840;
  color: #5aabf0;
  font-size: 13px;
  text-decoration: none;
}
.topup-modal__invoice-link:hover {
  background: #1e3050;
}
.topup-modal__qr {
  width: 140px;
  height: 140px;
  border-radius: 10px;
  align-self: center;
  background: #fff;
}
.topup-modal__timer {
  font-size: 12px;
  color: #868686;
  text-align: center;
  line-height: 1;
}
.topup-modal__status {
  font-size: 13px;
  color: #5e5e5e;
  text-align: center;
  line-height: 1;
}
.topup-modal__success-icon {
  font-size: 48px;
  text-align: center;
  padding-top: 10px;
}
.topup-modal__success-amount {
  font-size: 22px;
  color: #6bdb5f;
  text-align: center;
  font-weight: 500;
  line-height: 1;
}

.history-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 350;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
}
.history-modal--open {
  opacity: 1;
  pointer-events: all;
}
.history-modal--open .history-modal__body {
  transform: translateY(0px) scale(1);
  opacity: 1;
}
.history-modal__body {
  width: 680px;
  max-width: 92vw;
  max-height: 88vh;
  background: #1c1c1c;
  border-radius: 16px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.9), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.04);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  transform: translateY(24px) scale(0.97);
  opacity: 0;
  padding-bottom: 20px;
}
.history-modal__body::-webkit-scrollbar {
  width: 4px;
}
.history-modal__body::-webkit-scrollbar-thumb {
  background-color: rgba(213, 213, 213, 0.1254901961);
  border-radius: 4px;
}
.history-modal__close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 14px 18px 0px;
  cursor: pointer;
}
.history-modal__close p {
  color: #4a4a4a;
  font-size: 12px;
  line-height: 1;
}
.history-modal__close img {
  width: 14px;
  height: auto;
  filter: invert(1);
  opacity: 0.25;
}
.history-modal__close:hover p {
  color: #aaaaaa;
}
.history-modal__close:hover img {
  opacity: 0.6;
}
.history-modal__title {
  font-size: 18px;
  color: #fff;
  padding: 0px 20px 4px;
  line-height: 1;
}
.history-modal__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0px 20px;
}
.history-modal__empty {
  text-align: center;
  padding: 40px 20px;
}
.history-modal__empty p {
  font-size: 14px;
  color: #5e5e5e;
}
.history-modal__card {
  background: rgba(34, 34, 34, 0.7960784314);
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  box-shadow: inset 0px 0px 6px rgba(16, 16, 16, 0.3);
}
.history-modal__card-picture {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  background: #2a2a2a;
  position: relative;
}
.history-modal__card-picture::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  box-shadow: inset 0px 0px 6px rgba(16, 16, 16, 0.734);
}
.history-modal__card-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history-modal__card-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.history-modal__card-name {
  font-size: 13px;
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
  word-break: break-word;
}
.history-modal__card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.history-modal__card-tag {
  padding: 3px 8px;
  border-radius: 50px;
  font-size: 10px;
  line-height: 1;
  background: #2a2a2a;
  color: #868686;
}
.history-modal__card-tag--green {
  background: #1e3020;
  color: #6bdb5f;
}
.history-modal__card-tag--red {
  background: #2d1f1f;
  color: #e76262;
}
.history-modal__card-cost {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0;
}
.history-modal__card-price {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
.history-modal__card-qty {
  font-size: 11px;
  color: #5e5e5e;
  line-height: 1;
}
.history-modal__nav {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 10px 20px 0px;
}
.history-modal__nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background: rgba(34, 34, 34, 0.7960784314);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #868686;
  cursor: pointer;
}
.history-modal__nav-btn--active {
  background: #b42929;
  color: #fff;
}
.history-modal__nav-btn:hover:not(.history-modal__nav-btn--active) {
  background: #2d2d2d;
  color: #fff;
}

.purchase-detail {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
.purchase-detail--open {
  opacity: 1;
  pointer-events: all;
}
.purchase-detail--open .purchase-detail__body {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.purchase-detail__body {
  background: #1e1e1e;
  border-radius: 18px;
  width: 460px;
  max-width: calc(100vw - 32px);
  max-height: 88vh;
  overflow-y: auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transform: translateY(24px) scale(0.97);
  opacity: 0;
}
.purchase-detail__close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.purchase-detail__close p {
  color: #4a4a4a;
  font-size: 12px;
  line-height: 1;
}
.purchase-detail__close img {
  width: 14px;
  height: auto;
  filter: invert(1);
  opacity: 0.5;
}
.purchase-detail__close:hover p {
  color: #8a8a8a;
}
.purchase-detail__head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.purchase-detail__picture {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: #2a2a2a;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.purchase-detail__picture::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  box-shadow: inset 0px 0px 6px rgba(16, 16, 16, 0.734);
}
.purchase-detail__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.purchase-detail__head-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.purchase-detail__name {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}
.purchase-detail__status {
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 100px;
  width: fit-content;
}
.purchase-detail__status--success {
  background: #1e3020;
  color: #6bdb5f;
}
.purchase-detail__status--error {
  background: #2d1f1f;
  color: #e76262;
}
.purchase-detail__grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #252525;
  border-radius: 12px;
  padding: 14px 16px;
}
.purchase-detail__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.purchase-detail__label {
  font-size: 13px;
  color: #5e5e5e;
}
.purchase-detail__value {
  font-size: 13px;
  color: #c0c0c0;
  text-align: right;
}
.purchase-detail__value--price {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.purchase-detail__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.purchase-detail__action-btn {
  background: #b42929;
  color: #fff;
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.purchase-detail__action-btn--secondary {
  background: #2a2a2a;
  color: #868686;
}
.purchase-detail__action-btn:hover {
  opacity: 0.85;
}
.purchase-detail__action-btn--disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.purchase-detail__unavail {
  font-size: 13px;
  color: #5e5e5e;
  text-align: center;
  padding: 8px 0;
}

.preorder-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 350;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
}
.preorder-modal--open {
  opacity: 1;
  pointer-events: all;
}
.preorder-modal--open .preorder-modal__body {
  transform: translateY(0px) scale(1);
  opacity: 1;
}
.preorder-modal__body {
  width: 680px;
  max-width: 92vw;
  max-height: 88vh;
  background: #1c1c1c;
  border-radius: 16px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.9), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.04);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  transform: translateY(24px) scale(0.97);
  opacity: 0;
  padding-bottom: 20px;
}
.preorder-modal__body::-webkit-scrollbar {
  width: 4px;
}
.preorder-modal__body::-webkit-scrollbar-thumb {
  background-color: rgba(213, 213, 213, 0.1254901961);
  border-radius: 4px;
}
.preorder-modal__close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 14px 18px 0px;
  cursor: pointer;
}
.preorder-modal__close p {
  color: #4a4a4a;
  font-size: 12px;
  line-height: 1;
}
.preorder-modal__close img {
  width: 14px;
  height: auto;
  filter: invert(1);
  opacity: 0.25;
}
.preorder-modal__close:hover p {
  color: #aaaaaa;
}
.preorder-modal__close:hover img {
  opacity: 0.6;
}
.preorder-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px 10px;
  padding-top: 6px;
}
.preorder-modal__title {
  font-family: "Lacquer", system-ui;
  font-size: 18px;
  color: #fff;
  line-height: 1;
}
.preorder-modal__create-btn {
  font-size: 12px;
  color: #b42929;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 50px;
  background: #2d1a1a;
  line-height: 1;
}
.preorder-modal__create-btn:hover {
  background: #b42929;
  color: #fff;
}
.preorder-modal__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0px 20px;
}
.preorder-modal__empty {
  text-align: center;
  padding: 40px 20px;
}
.preorder-modal__empty p {
  font-size: 14px;
  color: #5e5e5e;
}
.preorder-modal__card {
  background: rgba(34, 34, 34, 0.7960784314);
  border-radius: 12px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: inset 0px 0px 6px rgba(16, 16, 16, 0.3);
  cursor: pointer;
}
.preorder-modal__card:hover {
  background: #282828;
}
.preorder-modal__card-icon {
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
  width: 32px;
  text-align: center;
}
.preorder-modal__card-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.preorder-modal__card-name {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  word-break: break-word;
}
.preorder-modal__card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.preorder-modal__card-tag {
  padding: 3px 8px;
  border-radius: 50px;
  font-size: 10px;
  line-height: 1;
  background: #2a2a2a;
  color: #868686;
}
.preorder-modal__card-tag--green {
  background: #1e3020;
  color: #6bdb5f;
}
.preorder-modal__card-tag--yellow {
  background: #2e2a16;
  color: #d4b84a;
}
.preorder-modal__card-tag--red {
  background: #2d1f1f;
  color: #e76262;
}
.preorder-modal__card-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex-shrink: 0;
}
.preorder-modal__card-qty {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
.preorder-modal__card-cancel {
  font-size: 11px;
  color: #5e5e5e;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.preorder-modal__card-cancel:hover {
  background: #b42929;
  color: #fff;
}
.preorder-modal__nav {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 10px 20px 0px;
}
.preorder-modal__nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background: rgba(34, 34, 34, 0.7960784314);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #868686;
  cursor: pointer;
}
.preorder-modal__nav-btn--active {
  background: #b42929;
  color: #fff;
}
.preorder-modal__nav-btn:hover:not(.preorder-modal__nav-btn--active) {
  background: #2d2d2d;
  color: #fff;
}

.preorder-create {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(8px);
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
.preorder-create--open {
  opacity: 1;
  pointer-events: all;
}
.preorder-create--open .preorder-create__body {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.preorder-create__body {
  width: 460px;
  max-width: 92vw;
  background: #1c1c1c;
  border-radius: 18px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.95), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.05);
  padding: 0px 0px 24px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  transform: translateY(20px) scale(0.97);
  opacity: 0;
}
.preorder-create__close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 14px 18px 0px;
  cursor: pointer;
}
.preorder-create__close p {
  color: #4a4a4a;
  font-size: 12px;
  line-height: 1;
}
.preorder-create__close img {
  width: 14px;
  height: auto;
  filter: invert(1);
  opacity: 0.25;
}
.preorder-create__close:hover p {
  color: #aaaaaa;
}
.preorder-create__close:hover img {
  opacity: 0.6;
}
.preorder-create__title {
  font-family: "Lacquer", system-ui;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 4px 24px 0px;
  line-height: 1;
}
.preorder-create__steps {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 16px 24px 0px;
}
.preorder-create__step {
  height: 4px;
  flex: 1;
  border-radius: 100px;
  background: #2a2a2a;
}
.preorder-create__step--active {
  background: #b42929;
}
.preorder-create__label {
  font-size: 13px;
  color: #868686;
  text-align: center;
  padding: 14px 24px 0px;
  line-height: 1.4;
}
.preorder-create__input {
  margin: 12px 24px 0px;
  background: #141414;
  border-radius: 10px;
  padding: 13px 16px;
  color: #fff;
  font-size: 14px;
  box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.4);
  width: calc(100% - 48px);
  -moz-appearance: textfield;
  appearance: textfield;
}
.preorder-create__input::-webkit-outer-spin-button, .preorder-create__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.preorder-create__input::placeholder {
  color: #484848;
}
.preorder-create__input:focus {
  box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.4), 0px 0px 0px 1px #b42929;
}
.preorder-create__hint {
  font-size: 11px;
  color: #444444;
  padding: 8px 24px 0px;
  text-align: center;
  line-height: 1.4;
}
.preorder-create__error {
  font-size: 11px;
  color: #e76262;
  padding: 6px 24px 0px;
  text-align: center;
  min-height: 22px;
  line-height: 1.4;
}
.preorder-create__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 24px 0px;
}
.preorder-create__btn {
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.preorder-create__btn--primary {
  background: #b42929;
  color: #fff;
}
.preorder-create__btn--primary:hover {
  background: #cc3030;
}
.preorder-create__btn--secondary {
  background: #222222;
  color: #686868;
}
.preorder-create__btn--secondary:hover {
  background: #2a2a2a;
  color: #aaaaaa;
}

.desktop-push {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #1e1e1e;
  border-radius: 14px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.7), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.06);
  z-index: 9999;
  min-width: 300px;
  max-width: 420px;
  transform: translateY(16px);
  opacity: 0;
  pointer-events: none;
}
.desktop-push--visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.desktop-push--success {
  background: #182318;
  box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.7), inset 0px 0px 0px 1px rgba(107, 219, 95, 0.15);
}
.desktop-push__left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.desktop-push__icon {
  font-size: 20px;
  flex-shrink: 0;
  line-height: 1;
}
.desktop-push__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
.desktop-push__title {
  font-size: 13px;
  color: #fff;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.desktop-push__timer {
  font-size: 11px;
  color: #5e5e5e;
  line-height: 1;
}
.desktop-push__btn {
  background: #b42929;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 14px;
  border-radius: 8px;
  cursor: pointer;
  flex-shrink: 0;
  white-space: nowrap;
}
.desktop-push__btn:hover {
  opacity: 0.85;
}

.buy-confirm {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(8px);
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
.buy-confirm--open {
  opacity: 1;
  pointer-events: all;
}
.buy-confirm--open .buy-confirm__body {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.buy-confirm__body {
  width: 400px;
  max-width: 92vw;
  background: #1c1c1c;
  border-radius: 18px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.95), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.05);
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transform: translateY(20px) scale(0.97);
  opacity: 0;
}
.buy-confirm__icon {
  font-size: 36px;
  line-height: 1;
}
.buy-confirm__title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
.buy-confirm__text {
  font-size: 13px;
  color: #868686;
  text-align: center;
  line-height: 1.6;
  padding: 0px 10px;
  white-space: pre-line;
}
.buy-confirm__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-top: 4px;
}
.buy-confirm__btn {
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}
.buy-confirm__btn--yes {
  background: #b42929;
  color: #fff;
}
.buy-confirm__btn--yes:hover {
  background: #cc3030;
}
.buy-confirm__btn--no {
  background: #222222;
  color: #686868;
}
.buy-confirm__btn--no:hover {
  background: #2a2a2a;
  color: #aaaaaa;
}

.buy-success {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(8px);
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
.buy-success--open {
  opacity: 1;
  pointer-events: all;
}
.buy-success--open .buy-success__body {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.buy-success__body {
  width: 400px;
  max-width: 92vw;
  background: #1c1c1c;
  border-radius: 18px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.95), inset 0px 0px 0px 1px rgba(107, 219, 95, 0.1);
  padding: 0px 0px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(20px) scale(0.97);
  opacity: 0;
}
.buy-success__close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 14px 18px 0px;
  cursor: pointer;
  width: 100%;
}
.buy-success__close p {
  color: #4a4a4a;
  font-size: 12px;
  line-height: 1;
}
.buy-success__close img {
  width: 14px;
  height: auto;
  filter: invert(1);
  opacity: 0.25;
}
.buy-success__close:hover p {
  color: #aaaaaa;
}
.buy-success__close:hover img {
  opacity: 0.6;
}
.buy-success__icon {
  font-size: 48px;
  line-height: 1;
  margin-top: 10px;
}
.buy-success__title {
  font-size: 20px;
  color: #6bdb5f;
  font-weight: 600;
  margin-top: 8px;
}
.buy-success__info {
  font-size: 13px;
  color: #868686;
  text-align: center;
  line-height: 1.5;
  padding: 8px 24px 0px;
  white-space: pre-line;
}
.buy-success__download {
  margin: 14px 24px 0px;
  height: 44px;
  border-radius: 10px;
  background: #1e3020;
  color: #6bdb5f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  width: calc(100% - 48px);
}
.buy-success__download:hover {
  background: #243827;
}
.buy-success__action-btn {
  margin: 8px 24px 0px;
  width: calc(100% - 48px);
  height: 40px;
  border-radius: 10px;
  background: #222222;
  color: #686868;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
}
.buy-success__action-btn:hover {
  background: #2a2a2a;
  color: #aaaaaa;
}

.buy-loading {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(15, 18, 28, 0.6);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.buy-loading--open {
  display: flex;
}
.buy-loading__box {
  background: #1c1c1c;
  border-radius: 20px;
  padding: 38px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.5);
  max-width: 340px;
  text-align: center;
}
.buy-loading__spinner {
  width: 46px;
  height: 46px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: #b42929;
  border-radius: 50%;
  animation: buy-spin 0.8s linear infinite;
}
.buy-loading__title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.buy-loading__text {
  color: #888;
  font-size: 13px;
  line-height: 1.5;
}

@keyframes buy-spin {
  to {
    transform: rotate(360deg);
  }
}
.phonecode-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(8px);
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
.phonecode-modal--open {
  opacity: 1;
  pointer-events: all;
}
.phonecode-modal--open .phonecode-modal__body {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.phonecode-modal__body {
  width: 440px;
  max-width: 92vw;
  background: #1c1c1c;
  border-radius: 18px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.95), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.05);
  padding: 0px 0px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(20px) scale(0.97);
  opacity: 0;
}
.phonecode-modal__close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 14px 18px 0px;
  cursor: pointer;
  width: 100%;
}
.phonecode-modal__close p {
  color: #4a4a4a;
  font-size: 12px;
  line-height: 1;
}
.phonecode-modal__close img {
  width: 14px;
  height: auto;
  filter: invert(1);
  opacity: 0.25;
}
.phonecode-modal__close:hover p {
  color: #aaaaaa;
}
.phonecode-modal__close:hover img {
  opacity: 0.6;
}
.phonecode-modal__banner {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 14px;
  margin-top: 8px;
}
.phonecode-modal__status {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 16px 24px 0px;
  line-height: 1.6;
  white-space: pre-line;
}
.phonecode-modal__status strong {
  color: #F15946;
}
.phonecode-modal__copyable {
  display: inline-block;
  cursor: pointer;
  padding: 2px 8px;
  margin: 0 1px;
  border-radius: 6px;
  background: rgba(241, 89, 70, 0.08);
  color: inherit;
  position: relative;
  transition: background 0.18s ease, transform 0.15s ease;
  user-select: all;
  -webkit-user-select: all;
}
.phonecode-modal__copyable:hover {
  background: rgba(241, 89, 70, 0.16);
}
.phonecode-modal__copyable:active {
  transform: scale(0.97);
}
.phonecode-modal__copyable::after {
  content: "✓ Скопировано";
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: #2e7d32;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.phonecode-modal__copyable--copied {
  background: rgba(46, 125, 50, 0.18);
}
.phonecode-modal__copyable--copied::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.phonecode-modal__timer-block {
  margin-top: 12px;
}
.phonecode-modal__timer {
  font-size: 28px;
  color: #F15946;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.phonecode-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 24px 0px;
  width: 100%;
}
.phonecode-modal__btn {
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}
.phonecode-modal__btn--cancel {
  background: #2d1f1f;
  color: #e76262;
}
.phonecode-modal__btn--cancel:hover {
  background: #3d2020;
}
.phonecode-modal__btn--home {
  background: #222222;
  color: #868686;
}
.phonecode-modal__btn--home:hover {
  background: #2a2a2a;
  color: #aaaaaa;
}

.format {
  margin-top: 64px;
  margin-bottom: 64px;
}
.format__header {
  text-align: center;
  margin-bottom: 40px;
}
.format__title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 8px;
}
.format__subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}
.format__block {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.format__card {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  background: #333333;
}
.format__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.format__icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2a2a2a;
  box-shadow: inset 0px 0px 10px rgba(29, 29, 29, 0.7882352941);
}
.format__icon img {
  width: 50%;
}
.format__name {
  font-size: 16px;
  color: #b3b3b3;
  width: 100%;
  text-align: center;
}

.format {
  margin-top: 64px;
  margin-bottom: 64px;
}
.format__header {
  text-align: center;
  margin-bottom: 40px;
}
.format__title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 8px;
}
.format__subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}
.format__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.format__card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top-width: 2px;
  border-radius: 16px;
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: fit-content;
  align-self: flex-start;
}
.format__head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.format__icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}
.format__icon img {
  width: 50%;
  height: auto;
}
.format--tdata .format__icon {
  background: rgba(74, 158, 255, 0.12);
}
.format--session .format__icon {
  background: rgba(76, 219, 128, 0.12);
}
.format--phonecode .format__icon {
  background: rgba(255, 160, 64, 0.12);
}
.format__name {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.4392156863);
}
.format--tdata .format__name {
  color: #6bb8ff;
}
.format--session .format__name {
  color: #5de090;
}
.format--phonecode .format__name {
  color: #ffb060;
}
.format__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.format__desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
}
.format__desc b {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
}
.format__desc code {
  background: rgba(255, 255, 255, 0.09);
  padding: 1px 7px;
  border-radius: 5px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3137254902);
}
.format__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.format__features li {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.format__features li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 11px;
  font-weight: 700;
  top: 1px;
}
.format--tdata .format__features li::before {
  color: #4a9eff;
}
.format--session .format__features li::before {
  color: #4cdb80;
}
.format--phonecode .format__features li::before {
  color: #ffa040;
}
.format__for {
  margin-top: auto;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 13px 16px;
}
.format__for span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #ffffff;
}
.format__for p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.format--tdata .format__for span {
  color: #4a9eff;
}
.format--session .format__for span {
  color: #4cdb80;
}
.format--phonecode .format__for span {
  color: #ffa040;
}

.faq {
  margin-top: 64px;
  margin-bottom: 64px;
}
.faq__header {
  text-align: center;
  margin-bottom: 40px;
}
.faq__title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 8px;
}
.faq__subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 800px;
  margin: 0 auto;
}
.faq__item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}
.faq__item--open {
  border-color: rgba(131, 131, 131, 0.4);
}
.faq__item--open .faq__arrow {
  transform: rotate(180deg);
  color: #b42929;
}
.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  cursor: pointer;
  gap: 16px;
}
.faq__question:hover {
  background: rgba(255, 255, 255, 0.03);
}
.faq__question span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
.faq__arrow {
  flex-shrink: 0;
  transition: transform 0.35s ease, color 0.35s ease;
  width: 30px;
  height: auto;
  stroke: #6e6e6e;
  background: rgba(0, 0, 0, 0.062745098);
  box-shadow: inset 0px 0px 5px rgba(28, 28, 28, 0.433);
  padding: 4px;
  border-radius: 100px;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq__answer p {
  padding: 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
  box-shadow: inset 0px 0px 16px rgba(28, 28, 28, 0.344);
}
.faq__answer p b {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
}

.contacts {
  margin-bottom: 64px;
}
.contacts__header {
  text-align: center;
  margin-bottom: 36px;
}
.contacts__title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 8px;
}
.contacts__subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}
.contacts__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.contacts__card {
  border-radius: 16px;
  padding: 28px 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.contacts__card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.15);
}
.contacts__card-icon {
  font-size: 32px;
  line-height: 1;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts__card-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4392156863);
  margin-bottom: 10px;
}
.contacts__card-avatar-fallback {
  font-size: 32px;
  line-height: 1;
}
.contacts__card-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
}
.contacts__card-value {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  word-break: break-all;
}
.contacts__card-btn {
  margin-top: 6px;
  padding: 10px 24px;
  background: #b42929;
  color: #fff;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease;
}
.contacts__card-btn:hover {
  background: #9e2020;
  color: #fff;
}
.contacts__loading, .contacts__empty, .contacts__error {
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 13px;
  padding: 20px;
  grid-column: 1/-1;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 10px 0px;
  margin-top: 20px;
}
.footer__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__logo-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.footer__logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(2);
  opacity: 0.7;
}
.footer__logo-name p {
  font-family: "Lacquer", cursive;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3137254902);
}
.footer__logo-name span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.2);
}
.footer__copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
.footer__top {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  padding: 8px 24px;
  background: rgba(255, 255, 255, 0.0196078431);
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.footer__top:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

[data-letter] {
  position: relative;
}
[data-letter]::before {
  content: attr(data-letter);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Lacquer", system-ui;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(135deg, #b42929 0%, #6e1818 100%);
}
[data-letter] img {
  position: relative;
  z-index: 1;
}

.profile-modal__avatar[data-letter]::before {
  font-size: 36px;
}

.auth-modal__avatar[data-letter]::before {
  font-size: 36px;
}

.auth-modal__error {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.25s ease, max-height 0.25s ease, margin 0.25s ease;
  margin: 0;
}
.auth-modal__error--visible {
  opacity: 1;
  max-height: 60px;
  margin: 4px 0;
}

.auth-modal__action-btn--loading {
  opacity: 0.55;
  pointer-events: none;
  cursor: default;
}

.header__api-btn {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0px 18px;
  border-radius: 50px;
  background: linear-gradient(135deg, #b42929 0%, #8a1e1e 100%);
  box-shadow: inset 0px 0px 10px rgba(16, 16, 16, 0.4), 0px 2px 12px rgba(180, 41, 41, 0.3);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.25s, box-shadow 0.25s, opacity 0.25s;
}
.header__api-btn:hover {
  background: linear-gradient(135deg, #c93232 0%, #9e2424 100%);
  box-shadow: inset 0px 0px 10px rgba(16, 16, 16, 0.4), 0px 4px 18px rgba(180, 41, 41, 0.45);
  color: #fff;
}
.header__api-btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0px 0px 6px rgba(16, 16, 16, 0.3);
  color: #aaa;
}
.header__api-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: inset 0px 0px 6px rgba(16, 16, 16, 0.3);
}

.topup-modal__title {
  text-align: center;
}

.api-section-head {
  text-align: center;
  margin-bottom: 48px;
}
.api-section-head--left {
  text-align: left;
  margin-bottom: 32px;
}
.api-section-head__title {
  font-size: 30px;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 10px;
}
.api-section-head__sub {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  display: block;
}

.hero-intro {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}
.hero-intro__banner {
  width: 260px;
  min-width: 260px;
  height: 260px;
  border-radius: 500px;
  position: relative;
  box-shadow: inset 0px 4px 36px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.hero-intro__banner img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  height: 100%;
}
.hero-intro__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.hero-intro__title {
  font-size: 36px;
  line-height: 1.15;
  color: #fff;
  font-weight: 400;
}
.hero-intro__title span {
  color: #F15946;
  display: inline-block;
  transform: translateY(-6px);
  padding: 4px 12px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.1254901961);
}
.hero-intro__lead {
  font-size: 14px;
  line-height: 1.7;
  color: #888;
}
.hero-intro__lead b {
  color: #d0d0d0;
  font-weight: 600;
}
.hero-intro__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}
.hero-intro__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50px;
  font-size: 12px;
  color: #aaa;
}
.hero-intro__pill span {
  font-size: 14px;
  line-height: 1;
}

.api-hero {
  padding: 80px 0px 70px;
  position: relative;
  overflow: hidden;
}
.api-hero::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(180, 41, 41, 0.12) 0%, rgba(180, 41, 41, 0) 70%);
  pointer-events: none;
}
.api-hero__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.api-hero__badge {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 50px;
  background: rgba(180, 41, 41, 0.15);
  border: 1px solid rgba(180, 41, 41, 0.3);
  color: #F15946;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.api-hero__title {
  font-size: 46px;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
  max-width: 780px;
}
.api-hero__subtitle {
  font-size: 16px;
  color: #888;
  line-height: 1.7;
  max-width: 600px;
  margin-bottom: 36px;
}
.api-hero__actions {
  display: flex;
  gap: 12px;
  margin-bottom: 56px;
}
.api-hero__btn {
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0px 28px;
  border-radius: 50px;
  background: linear-gradient(135deg, #b42929 0%, #8a1e1e 100%);
  box-shadow: 0px 4px 20px rgba(180, 41, 41, 0.4), inset 0px 0px 12px rgba(16, 16, 16, 0.3);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s, box-shadow 0.25s;
}
.api-hero__btn:hover {
  background: linear-gradient(135deg, #c93232 0%, #9e2424 100%);
  box-shadow: 0px 6px 28px rgba(180, 41, 41, 0.55), inset 0px 0px 12px rgba(16, 16, 16, 0.3);
  color: #fff;
}
.api-hero__btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0px 0px 8px rgba(16, 16, 16, 0.3);
  color: #aaa;
}
.api-hero__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: inset 0px 0px 8px rgba(16, 16, 16, 0.3);
}
.api-hero__stats {
  display: flex;
  align-items: center;
  gap: 0px;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
}
.api-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 40px;
  gap: 6px;
}
.api-hero__stat p {
  font-size: 26px;
  color: #F15946;
  line-height: 1;
}
.api-hero__stat span {
  font-size: 12px;
  color: #555;
  line-height: 1;
}
.api-hero__stat-sep {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.07);
  flex-shrink: 0;
}

.api-benefits {
  padding: 70px 0px;
}
.api-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.api-benefits__card {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color 0.25s, background 0.25s;
}
.api-benefits__card:hover {
  background: #1e1e1e;
  border-color: rgba(180, 41, 41, 0.25);
}
.api-benefits__icon {
  font-size: 28px;
  line-height: 1;
}
.api-benefits__name {
  font-size: 15px;
  color: #e0e0e0;
  font-weight: 500;
  line-height: 1.3;
}
.api-benefits__text {
  font-size: 13px;
  color: #666;
  line-height: 1.65;
}

.api-delivery {
  padding: 70px 0px;
}
.api-delivery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.api-delivery__card {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
}
.api-delivery__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}
.api-delivery__card--tdata::before {
  background: linear-gradient(90deg, #4a9eff, transparent);
}
.api-delivery__card--session::before {
  background: linear-gradient(90deg, #4cdb80, transparent);
}
.api-delivery__card--phonecode::before {
  background: linear-gradient(90deg, #ffa040, transparent);
}
.api-delivery__card:hover {
  background: #1e1e1e;
  border-color: rgba(255, 255, 255, 0.09);
}
.api-delivery__card-icon {
  font-size: 30px;
  line-height: 1;
}
.api-delivery__card-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.api-delivery__card--tdata .api-delivery__card-name {
  color: #4a9eff;
}
.api-delivery__card--session .api-delivery__card-name {
  color: #4cdb80;
}
.api-delivery__card--phonecode .api-delivery__card-name {
  color: #ffa040;
}
.api-delivery__card-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.65;
}
.api-delivery__card-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 4px;
}
.api-delivery__card-list li {
  font-size: 12px;
  color: #555;
  padding-left: 16px;
  position: relative;
  line-height: 1.4;
}
.api-delivery__card-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-size: 11px;
}
.api-delivery__card--tdata .api-delivery__card-list li::before {
  color: #4a9eff;
}
.api-delivery__card--session .api-delivery__card-list li::before {
  color: #4cdb80;
}
.api-delivery__card--phonecode .api-delivery__card-list li::before {
  color: #ffa040;
}

.api-included {
  padding: 70px 0px;
}
.api-included__body {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: start;
}
.api-included__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.api-included__list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.api-included__list li > span {
  font-size: 14px;
  color: #F15946;
  flex-shrink: 0;
  margin-top: 1px;
}
.api-included__list li strong {
  display: block;
  font-size: 14px;
  color: #e0e0e0;
  font-weight: 500;
  margin-bottom: 5px;
}
.api-included__list li p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}
.api-included__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.api-included__quote {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 28px 24px;
  border-left: 3px solid #b42929;
}
.api-included__quote p {
  font-size: 17px;
  color: #e0e0e0;
  line-height: 1.4;
  margin-bottom: 10px;
}
.api-included__quote span {
  font-size: 12px;
  color: #555;
  line-height: 1.5;
  display: block;
}
.api-included__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.api-included__tag {
  padding: 7px 14px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 12px;
  color: #666;
}

.api-earn {
  padding: 70px 0px;
}
.api-earn__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.api-earn__card {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
.api-earn__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}
.api-earn__card--api::before {
  background: linear-gradient(90deg, #b42929, transparent);
}
.api-earn__card--own::before {
  background: linear-gradient(90deg, #4cdb80, transparent);
}
.api-earn__badge {
  align-self: flex-start;
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.api-earn__card--api .api-earn__badge {
  background: rgba(180, 41, 41, 0.15);
  color: #F15946;
}
.api-earn__card--own .api-earn__badge {
  background: rgba(76, 219, 128, 0.12);
  color: #4cdb80;
}
.api-earn__percent {
  font-size: 40px;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 6px 0px;
}
.api-earn__percent span {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.api-earn__card--api .api-earn__percent {
  color: #F15946;
}
.api-earn__card--own .api-earn__percent {
  color: #4cdb80;
}
.api-earn__name {
  font-size: 16px;
  font-weight: 600;
  color: #e8e8e8;
}
.api-earn__text {
  font-size: 13px;
  color: #777;
  line-height: 1.65;
}
.api-earn__text b {
  color: #cfcfcf;
}
.api-earn__admin {
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #161616;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  padding: 26px 28px;
}
.api-earn__admin-icon {
  font-size: 30px;
  line-height: 1;
  flex-shrink: 0;
}
.api-earn__admin-title {
  font-size: 15px;
  font-weight: 600;
  color: #e8e8e8;
  margin-bottom: 7px;
}
.api-earn__admin-text {
  font-size: 13px;
  color: #777;
  line-height: 1.65;
}

.api-pricing {
  padding: 70px 0px;
}
.api-pricing__wrap {
  display: flex;
  justify-content: center;
}
.api-pricing__card {
  width: 440px;
  background: #1a1a1a;
  border: 1px solid rgba(180, 41, 41, 0.3);
  border-radius: 24px;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0px 0px 60px rgba(180, 41, 41, 0.08);
}
.api-pricing__badge {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 50px;
  background: rgba(180, 41, 41, 0.15);
  color: #F15946;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.api-pricing__price {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 4px;
}
.api-pricing__price span {
  font-size: 64px;
  color: #fff;
  line-height: 1;
}
.api-pricing__price p {
  font-size: 18px;
  color: #888;
  margin-top: 12px;
}
.api-pricing__label {
  font-size: 12px;
  color: #555;
  margin-bottom: 28px;
}
.api-pricing__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-bottom: 28px;
}
.api-pricing__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #aaa;
  text-align: left;
  padding: 9px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}
.api-pricing__list li::before {
  content: "✓";
  font-size: 12px;
  color: #F15946;
  flex-shrink: 0;
}
.api-pricing__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background: linear-gradient(135deg, #b42929 0%, #8a1e1e 100%);
  box-shadow: 0px 4px 20px rgba(180, 41, 41, 0.35), inset 0px 0px 12px rgba(16, 16, 16, 0.3);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 16px;
  cursor: pointer;
}
.api-pricing__btn:hover {
  background: linear-gradient(135deg, #c93232 0%, #9e2424 100%);
  color: #fff;
}
.api-pricing__note {
  font-size: 12px;
  color: #444;
  line-height: 1.6;
}

.api-cta {
  padding: 70px 0px 80px;
}
.api-cta__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.api-cta__title {
  font-size: 34px;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 14px;
}
.api-cta__sub {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 32px;
  display: block;
}
.api-cta__actions {
  display: flex;
  gap: 12px;
}
.api-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 0px 32px;
  border-radius: 50px;
  background: linear-gradient(135deg, #b42929 0%, #8a1e1e 100%);
  box-shadow: 0px 4px 24px rgba(180, 41, 41, 0.4), inset 0px 0px 12px rgba(16, 16, 16, 0.3);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.api-cta__btn:hover {
  background: linear-gradient(135deg, #c93232 0%, #9e2424 100%);
  box-shadow: 0px 6px 32px rgba(180, 41, 41, 0.55), inset 0px 0px 12px rgba(16, 16, 16, 0.3);
  color: #fff;
}
.api-cta__btn svg {
  flex-shrink: 0;
}

html.light body {
  background: #fafbfd;
}
html.light .header__circle,
html.light .header__icon-btn,
html.light .header__auth-login,
html.light .header__api-btn,
html.light .api-hero__btn,
html.light .api-hero__btn--ghost,
html.light .api-pricing__btn,
html.light .api-cta__btn,
html.light .api-hero__stats,
html.light [class$=__action-btn],
html.light [class$=__input],
html.light [class$=__copy-val],
html.light [class$=__copy-row],
html.light [class$=__pay-field],
html.light [class$=__success-card],
html.light [class$=__body] {
  box-shadow: none;
}
html.light .product__body,
html.light .buy-modal__body,
html.light .logout-confirm__body,
html.light .history-modal__body,
html.light .purchase-detail__body,
html.light .profile-modal__body,
html.light .topup-modal__body,
html.light .auth-modal__body,
html.light .preorder-modal__body,
html.light .preorder-create__body,
html.light .buy-confirm__body,
html.light .buy-success__body,
html.light .phonecode-modal__body {
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.04);
}
html.light .header__api-btn,
html.light .api-hero__btn,
html.light .api-pricing__btn,
html.light .api-cta__btn {
  background: linear-gradient(135deg, #e35a5a 0%, #c93232 100%);
  color: #fff;
}
html.light .header__api-btn:hover,
html.light .api-hero__btn:hover,
html.light .api-pricing__btn:hover,
html.light .api-cta__btn:hover {
  background: linear-gradient(135deg, #ec6868 0%, #d33838 100%);
  color: #fff;
}
html.light .api-hero__badge,
html.light .api-pricing__badge {
  background: rgba(213, 69, 69, 0.1);
  border-color: rgba(213, 69, 69, 0.18);
  color: #d54545;
}
html.light .api-included__quote {
  border-left-color: #d54545;
}
html.light .api-hero::before {
  background: radial-gradient(ellipse, rgba(213, 69, 69, 0.06) 0%, rgba(213, 69, 69, 0) 70%);
}
html.light .header__auth-login {
  background: #d54545;
  color: #fff;
}
html.light .header__auth-login:hover {
  background: #c93232;
  color: #fff;
}
html.light .header__auth-registration {
  color: #666;
}
html.light .header__auth-registration:hover {
  color: #222;
  opacity: 1;
}
html.light .header__circle {
  background: #ffeaea;
}
html.light [class$=__subtab--active],
html.light [class$=__filter--active],
html.light [class$=__tab--active] {
  background: #ffeaea;
  color: #d54545;
}
html.light .header {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 0 2px 12px rgba(0, 0, 0, 0.03);
}
html.light .header__name p {
  color: #d54545;
}
html.light .header__name span {
  color: #888;
}
html.light .header__icon-btn {
  background: rgba(0, 0, 0, 0.04);
  color: #666;
}
html.light .header__icon-btn:hover {
  background: rgba(0, 0, 0, 0.07);
  color: #222;
}
html.light .header__user-info p {
  color: #222;
}
html.light .header__user-info span {
  color: #999;
}
html.light .header__user-inner:hover {
  background: rgba(0, 0, 0, 0.03);
}
html.light .header__dropdown {
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}
html.light .header__dropdown-item {
  color: #555;
}
html.light .header__dropdown-item:hover {
  background: #f5f6fa;
  color: #111;
}
html.light .header__dropdown-item--danger {
  color: #b42929;
}
html.light .header__dropdown-divider {
  background: #eef0f5;
}
html.light .header__auth-login {
  background: #b42929;
  color: #fff;
}
html.light .header__auth-registration {
  color: #555;
}
html.light .push .push__message {
  background: #fff;
  border: 1px solid #eaecf2;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}
html.light .push .push__message p {
  color: #444;
}
html.light .catalog__title p, html.light .catalog__title h2 {
  color: #111;
}
html.light .catalog__title span {
  color: #bbb;
}
html.light .catalog__card {
  background: #fff;
  border: 1px solid #eaecf2;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
html.light .catalog__card:hover {
  border-color: rgba(213, 69, 69, 0.18);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}
html.light .catalog__picture::after {
  display: none;
}
html.light .catalog__name {
  color: #111;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.1254901961);
  border-radius: 8px;
}
html.light .catalog__price p, html.light .catalog__number p, html.light .catalog__minimum p {
  color: #777;
}
html.light .catalog__price img, html.light .catalog__number img, html.light .catalog__minimum img {
  background: rgba(0, 0, 0, 0.07);
  filter: none;
}
html.light .catalog__number-empty img {
  background: rgba(255, 63, 63, 0.6117647059);
  box-shadow: none;
}
html.light .catalog__open {
  background: rgba(0, 0, 0, 0.04);
  box-shadow: none;
}
html.light .catalog__open:hover {
  background: rgba(0, 0, 0, 0.07);
}
html.light .catalog__open:hover p {
  color: #111;
}
html.light .catalog__open p {
  color: #888;
}
html.light .catalog__open img {
  filter: none;
  opacity: 0.45;
}
html.light .catalog__buy {
  background: #a8e9b8;
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.2509803922);
}
html.light .catalog__mark img {
  filter: none;
  opacity: 0.4;
}
html.light .catalog__button {
  background: #eef0f5;
  color: #777;
}
html.light .catalog__button svg {
  stroke: #000;
}
html.light .catalog__button-active {
  background: linear-gradient(135deg, #e35a5a 0%, #c93232 100%);
  color: #fff;
}
html.light .catalog__loader {
  background: #f0f2f7;
}
html.light .catalog__info {
  background: #f4f5f9;
}
html.light .sort__title p {
  color: #777;
}
html.light .sort__title span {
  color: #222;
}
html.light .sort__select {
  background: #eef0f5;
}
html.light .sort__select svg {
  stroke: #888;
}
html.light .sort__select:hover {
  background: #e4e7ef;
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.062745098);
}
html.light .sort__select-active {
  background: #eef0f9;
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.1882352941);
}
html.light .sort__select-active svg {
  stroke: #000000;
}
html.light .search__area {
  background: #fff;
  border: 1px solid #eaecf2;
  box-shadow: none;
}
html.light .search__area input {
  color: #111;
}
html.light .search__area input::placeholder {
  color: #ccc;
}
html.light .search__area img {
  filter: none;
  opacity: 0.35;
}
html.light .search__area p {
  color: #bbb;
}
html.light .search__clear {
  background: #eef0f5;
}
html.light .search__clear img {
  filter: none;
  opacity: 0.4;
}
html.light .search__clear:hover {
  background: rgba(213, 69, 69, 0.1);
}
html.light .search__clear:hover img {
  opacity: 0.7;
}
html.light .product {
  background: rgba(15, 18, 28, 0.35);
}
html.light .product__body {
  background: #fff;
  border-left: 1px solid #eaecf2;
}
html.light .product__name {
  color: #111;
}
html.light .product__close p {
  color: #aaa;
}
html.light .product__close img {
  filter: none;
  opacity: 0.35;
}
html.light .product__price p, html.light .product__number p, html.light .product__minimum p, html.light .product__format p {
  color: #777;
}
html.light .product__price p, html.light .product__number p, html.light .product__minimum p, html.light .product__format p, html.light .product .product__description p {
  color: #111;
}
html.light .product__description span {
  color: #888;
}
html.light .product__description p {
  color: #111;
}
html.light .product__buy {
  background: linear-gradient(135deg, #e35a5a 0%, #c93232 100%);
  box-shadow: 0 4px 16px rgba(213, 69, 69, 0.28);
}
html.light .product__buy p {
  color: #fff;
}
html.light .product__buy:hover {
  background: linear-gradient(135deg, #ec6868 0%, #d33838 100%);
}
html.light .product__buy--disabled p {
  opacity: 0.3;
}
html.light .product__price, html.light .product__number, html.light .product__minimum, html.light .product__format, html.light .product__description {
  background: #f4f5f9;
  box-shadow: none;
}
html.light .product__price img, html.light .product__number img, html.light .product__minimum img, html.light .product__format img, html.light .product__description img {
  background: rgba(255, 255, 255, 0.3);
  padding: 6px;
}
html.light .product__description span {
  background: rgba(172, 172, 172, 0.0784313725);
}
html.light .product__description span img {
  padding: 0px;
  background: none;
}
html.light .product__name {
  background: #f4f5f9;
  box-shadow: none;
}
html.light .product__picture::after {
  display: none;
}
html.light .buy-modal {
  background: rgba(15, 18, 28, 0.35);
}
html.light .buy-modal__body {
  background: #fff;
  border: 1px solid #eaecf2;
}
html.light .buy-modal__close p {
  color: #aaa;
}
html.light .buy-modal__close img {
  filter: none;
  opacity: 0.35;
}
html.light .buy-modal__name {
  color: #111;
}
html.light .buy-modal__meta-row p {
  color: #777;
}
html.light .buy-modal__section-label {
  color: #888;
}
html.light .buy-modal__qty-btn {
  background: #f4f5f9;
  color: #777;
}
html.light .buy-modal__qty-btn:hover {
  background: #eef0f5;
  color: #111;
}
html.light .buy-modal__qty-input {
  background: #f4f5f9;
  color: #111;
}
html.light .buy-modal__format {
  background: #f4f5f9;
  color: #777;
  border: 1px solid transparent;
}
html.light .buy-modal__format:hover {
  background: #eef0f5;
}
html.light .buy-modal__format--active {
  background: #ffeaea;
  color: #d54545;
  border-color: rgba(213, 69, 69, 0.2);
}
html.light .buy-modal__total {
  background: #f4f5f9;
  border: 1px solid #eaecf2;
}
html.light .buy-modal__total span {
  color: #888;
}
html.light .buy-modal__total p {
  color: #111;
}
html.light .buy-modal__balance span {
  color: #888;
}
html.light .buy-modal__balance p {
  color: #2e7d32;
}
html.light .buy-modal__balance--low p {
  color: #d54545;
}
html.light .buy-modal__error {
  color: #d54545;
}
html.light .buy-modal__action-btn {
  background: linear-gradient(135deg, #e35a5a 0%, #c93232 100%);
  box-shadow: 0 4px 16px rgba(213, 69, 69, 0.28);
  color: #fff;
}
html.light .buy-modal__action-btn:hover {
  background: linear-gradient(135deg, #ec6868 0%, #d33838 100%);
}
html.light .buy-modal__picture::after {
  display: none;
}
html.light .buy-modal__meta-row img {
  filter: none;
  background: rgba(0, 0, 0, 0.062745098);
}
html.light .buy-modal__qty-btn, html.light .buy-modal__qty-input, html.light .buy-modal__qty-btn, html.light .buy-modal__format, html.light .buy-modal__total {
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.1254901961);
}
html.light .purchase-detail__picture::after {
  display: none;
}
html.light .purchase-detail__status--success {
  background: #ecf7ff;
}
html.light .purchase-detail__grid {
  background: rgba(236, 247, 255, 0.4784313725);
}
html.light .history-modal__card-picture::after {
  display: none;
}
html.light .history-modal, html.light .purchase-detail, html.light .profile-modal, html.light .topup-modal, html.light .logout-confirm, html.light .auth-modal, html.light .preorder-modal, html.light .preorder-create, html.light .buy-confirm, html.light .buy-success, html.light .phonecode-modal {
  background: rgba(15, 18, 28, 0.3);
}
html.light .history-modal__body, html.light .purchase-detail__body, html.light .profile-modal__body, html.light .topup-modal__body, html.light .logout-confirm__body, html.light .auth-modal__body, html.light .preorder-modal__body, html.light .preorder-create__body, html.light .buy-confirm__body, html.light .buy-success__body, html.light .phonecode-modal__body {
  background: #fff;
  border: 1px solid #eaecf2;
}
html.light .history-modal__title, html.light .purchase-detail__title, html.light .profile-modal__title, html.light .topup-modal__title, html.light .logout-confirm__title, html.light .auth-modal__title, html.light .preorder-modal__title, html.light .preorder-create__title, html.light .buy-confirm__title, html.light .buy-success__title, html.light .phonecode-modal__title {
  color: #111;
}
html.light .history-modal__close p, html.light .purchase-detail__close p, html.light .profile-modal__close p, html.light .topup-modal__close p, html.light .logout-confirm__close p, html.light .auth-modal__close p, html.light .preorder-modal__close p, html.light .preorder-create__close p, html.light .buy-confirm__close p, html.light .buy-success__close p, html.light .phonecode-modal__close p {
  color: #aaa;
}
html.light .history-modal__close img, html.light .purchase-detail__close img, html.light .profile-modal__close img, html.light .topup-modal__close img, html.light .logout-confirm__close img, html.light .auth-modal__close img, html.light .preorder-modal__close img, html.light .preorder-create__close img, html.light .buy-confirm__close img, html.light .buy-success__close img, html.light .phonecode-modal__close img {
  filter: none;
  opacity: 0.35;
}
html.light .history-modal__card {
  background: #fff;
  border: 1px solid #eaecf2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
html.light .history-modal__card:hover {
  background: #fafbfd;
  border-color: rgba(213, 69, 69, 0.18);
  transform: translateY(-1px);
}
html.light .history-modal__card-name {
  color: #111;
}
html.light .history-modal__card-tag {
  background: #f4f5f9;
  color: #888;
  border: 1px solid #eaecf2;
}
html.light .history-modal__card-cost {
  color: #111;
}
html.light .history-modal__card-meta {
  color: #aaa;
}
html.light .history-modal__nav-btn {
  background: #eef0f5;
  color: #777;
}
html.light .history-modal__nav-btn:hover {
  background: #e4e7ef;
}
html.light .history-modal__nav-btn--active {
  background: linear-gradient(135deg, #e35a5a 0%, #c93232 100%);
  color: #fff;
}
html.light .history-modal__empty p {
  color: #bbb;
}
html.light .purchase-detail__head-info .purchase-detail__name {
  color: #111;
}
html.light .purchase-detail__label {
  color: #888;
}
html.light .purchase-detail__value {
  color: #111;
}
html.light .purchase-detail__row {
  border-bottom: 1px solid #eef0f5;
}
html.light .purchase-detail__action-btn {
  background: linear-gradient(135deg, #e35a5a 0%, #c93232 100%);
  box-shadow: 0 4px 14px rgba(213, 69, 69, 0.25);
  color: #fff;
}
html.light .purchase-detail__action-btn:hover {
  background: linear-gradient(135deg, #ec6868 0%, #d33838 100%);
}
html.light .purchase-detail__action-btn--secondary {
  background: #eef0f5;
  color: #555;
  box-shadow: none;
}
html.light .purchase-detail__action-btn--secondary:hover {
  background: #e4e7ef;
  color: #111;
}
html.light .purchase-detail__unavail {
  color: #bbb;
}
html.light .profile-modal__name {
  color: #111;
}
html.light .profile-modal__badge {
  color: #888;
}
html.light .profile-modal__blocks {
  border: 1px solid #eaecf2;
  background: #fafbfd;
}
html.light .profile-modal__block {
  border-color: #eaecf2;
}
html.light .profile-modal__block span {
  color: #888;
}
html.light .profile-modal__block p {
  color: #111;
}
html.light .profile-modal__balance span {
  color: #888;
}
html.light .profile-modal__balance p {
  color: #2e7d32;
}
html.light .profile-modal__section-label {
  color: #888;
}
html.light .profile-modal__ref-link {
  background: #fafbfd;
  border: 1px solid #eaecf2;
  color: #444;
}
html.light .profile-modal__copy-btn {
  background: #eef0f5;
  color: #555;
}
html.light .profile-modal__copy-btn:hover {
  background: rgba(213, 69, 69, 0.1);
  color: #d54545;
}
html.light .profile-modal__ref-count {
  color: #aaa;
}
html.light .topup-modal__title {
  color: #111;
  text-align: center;
}
html.light .topup-modal__cur-balance {
  background: #fafbfd;
  border: 1px solid #eaecf2;
}
html.light .topup-modal__cur-balance span {
  color: #888;
}
html.light .topup-modal__cur-balance p {
  color: #2e7d32;
}
html.light .topup-modal__section-label {
  color: #888;
}
html.light .topup-modal__currency {
  background: #f4f5f9;
  color: #777;
  border: 1px solid transparent;
}
html.light .topup-modal__currency:hover {
  background: #eef0f5;
}
html.light .topup-modal__currency--active {
  background: #ffeaea;
  color: #d54545;
  border-color: rgba(213, 69, 69, 0.2);
}
html.light .topup-modal__input {
  background: #fafbfd;
  border: 1px solid #eaecf2;
  color: #111;
}
html.light .topup-modal__input::placeholder {
  color: #ccc;
}
html.light .topup-modal__hint {
  color: #aaa;
}
html.light .topup-modal__pay-field {
  background: #fafbfd;
  border: 1px solid #eaecf2;
}
html.light .topup-modal__pay-field-label {
  color: #888;
}
html.light .topup-modal__copy-val {
  color: #111;
}
html.light .topup-modal__copy-row {
  background: #fff;
  border: 1px solid #eaecf2;
}
html.light .topup-modal__status {
  color: #666;
}
html.light .topup-modal__timer {
  color: #aaa;
}
html.light .topup-modal__success-amount {
  color: #2e7d32;
  text-align: center;
}
html.light .topup-modal__success-card {
  background: #f0faf2;
  border: 1px solid rgba(46, 125, 50, 0.15);
}
html.light .topup-modal__action-btn {
  background: linear-gradient(135deg, #e35a5a 0%, #c93232 100%);
  box-shadow: 0 4px 14px rgba(213, 69, 69, 0.25);
  color: #fff;
}
html.light .topup-modal__action-btn:hover {
  background: linear-gradient(135deg, #ec6868 0%, #d33838 100%);
}
html.light .topup-modal__action-btn--cancel {
  background: #ffeaea;
  color: #d54545;
  box-shadow: none;
}
html.light .topup-modal__action-btn--cancel:hover {
  background: rgba(213, 69, 69, 0.18);
  color: #c93232;
}
html.light .logout-confirm__title {
  color: #111;
}
html.light .logout-confirm__text {
  color: #777;
}
html.light .logout-confirm__btn--yes {
  background: linear-gradient(135deg, #e35a5a 0%, #c93232 100%);
  box-shadow: 0 4px 14px rgba(213, 69, 69, 0.25);
  color: #fff;
}
html.light .logout-confirm__btn--yes:hover {
  background: linear-gradient(135deg, #ec6868 0%, #d33838 100%);
}
html.light .logout-confirm__btn--no {
  background: #eef0f5;
  color: #555;
}
html.light .logout-confirm__btn--no:hover {
  background: #e4e7ef;
  color: #111;
}
html.light .auth-modal__logo-name p {
  color: #111;
}
html.light .auth-modal__logo-name span {
  color: #aaa;
}
html.light .auth-modal__link {
  color: #888;
  text-decoration-color: rgba(0, 0, 0, 0.15);
}
html.light .auth-modal__link:hover {
  color: #d54545;
}
html.light .auth-modal__input--code {
  background: #fafbfd;
  border: 1px solid #eaecf2;
  color: #111;
}
html.light .auth-modal__tabs {
  background: #fafbfd;
  border: 1px solid #eaecf2;
}
html.light .auth-modal__tab {
  color: #888;
}
html.light .auth-modal__tab p {
  color: #888;
}
html.light .auth-modal__tab--active {
  background: #fff;
  color: #111;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
}
html.light .auth-modal__tab--active p {
  color: #d54545;
}
html.light .auth-modal__tab:hover {
  color: #444;
}
html.light .auth-modal__tab:hover p {
  color: #444;
}
html.light .auth-modal__hint {
  color: #888;
}
html.light .auth-modal__hint b {
  color: #222;
}
html.light .auth-modal__uname {
  color: #111;
}
html.light .auth-modal__uinfo {
  color: #888;
}
html.light .auth-modal__input {
  background: #fafbfd;
  border: 1px solid #eaecf2;
  color: #111;
}
html.light .auth-modal__input::placeholder {
  color: #ccc;
}
html.light .auth-modal__input:focus {
  border-color: rgba(213, 69, 69, 0.3);
}
html.light .auth-modal__error {
  color: #d54545;
}
html.light .auth-modal__action-btn {
  background: linear-gradient(135deg, #e35a5a 0%, #c93232 100%);
  box-shadow: 0 4px 14px rgba(213, 69, 69, 0.25);
  color: #fff;
}
html.light .auth-modal__action-btn:hover {
  background: linear-gradient(135deg, #ec6868 0%, #d33838 100%);
}
html.light .auth-modal__action-btn--green {
  background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%);
  box-shadow: 0 4px 14px rgba(76, 175, 80, 0.3);
  color: #fff;
}
html.light .auth-modal__action-btn--green:hover {
  background: linear-gradient(135deg, #5ab85e 0%, #449a48 100%);
}
html.light .auth-modal__action-btn--red {
  background: #ffeaea;
  color: #d54545;
  box-shadow: none;
}
html.light .auth-modal__action-btn--red:hover {
  background: rgba(213, 69, 69, 0.18);
}
html.light .auth-modal__subtabs {
  background: #fafbfd;
  border: 1px solid #eaecf2;
}
html.light .auth-modal__subtab {
  color: #888;
}
html.light .auth-modal__subtab--active {
  background: #fff;
  color: #111;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
}
html.light .auth-modal__avatar {
  background: #eef0f5;
  box-shadow: none;
}
html.light .preorder-modal__body {
  background: #fff;
  border: 1px solid #eaecf2;
}
html.light .preorder-modal__title {
  color: #111;
}
html.light .preorder-modal__create-btn {
  background: linear-gradient(135deg, #e35a5a 0%, #c93232 100%);
  box-shadow: 0 4px 14px rgba(213, 69, 69, 0.25);
  color: #fff;
}
html.light .preorder-modal__create-btn:hover {
  background: linear-gradient(135deg, #ec6868 0%, #d33838 100%);
}
html.light .preorder-modal__card {
  background: #fff;
  border: 1px solid #eaecf2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
html.light .preorder-modal__card:hover {
  background: #fafbfd;
  border-color: rgba(213, 69, 69, 0.18);
  transform: translateY(-1px);
}
html.light .preorder-modal__card-name {
  color: #111;
}
html.light .preorder-modal__card-tag {
  background: #f4f5f9;
  color: #888;
  border: 1px solid #eaecf2;
}
html.light .preorder-modal__card-tag--active {
  background: #fff5dd;
  color: #b56000;
  border-color: rgba(181, 96, 0, 0.2);
}
html.light .preorder-modal__card-tag--completed {
  background: #e8f5e9;
  color: #2e7d32;
  border-color: rgba(46, 125, 50, 0.15);
}
html.light .preorder-modal__card-tag--cancelled {
  background: #ffeaea;
  color: #d54545;
  border-color: rgba(213, 69, 69, 0.2);
}
html.light .preorder-modal__card-qty {
  color: #777;
}
html.light .preorder-modal__card-meta {
  color: #aaa;
}
html.light .preorder-modal__empty p {
  color: #bbb;
}
html.light .preorder-modal__nav-btn {
  background: #eef0f5;
  color: #777;
}
html.light .preorder-modal__nav-btn:hover {
  background: #e4e7ef;
}
html.light .preorder-modal__nav-btn--active {
  background: linear-gradient(135deg, #e35a5a 0%, #c93232 100%);
  color: #fff;
}
html.light .preorder-modal__card-cancel {
  background: rgba(42, 42, 42, 0.0823529412);
}
html.light .preorder-modal__card-cancel:hover {
  background: rgba(42, 42, 42, 0.1882352941);
  color: #000;
}
html.light .preorder-create__body {
  background: #fff;
  border: 1px solid #eaecf2;
}
html.light .preorder-create__title {
  color: #111;
}
html.light .preorder-create__label {
  color: #888;
}
html.light .preorder-create__steps .preorder-create__step {
  background: #eef0f5;
}
html.light .preorder-create__steps .preorder-create__step--active {
  background: linear-gradient(135deg, #e35a5a 0%, #c93232 100%);
}
html.light .preorder-create__input {
  background: #fafbfd;
  border: 1px solid #eaecf2;
  color: #111;
}
html.light .preorder-create__input::placeholder {
  color: #ccc;
}
html.light .preorder-create__input:focus {
  border-color: rgba(213, 69, 69, 0.3);
}
html.light .preorder-create__hint {
  color: #aaa;
}
html.light .preorder-create__error {
  color: #d54545;
}
html.light .preorder-create__btn--primary {
  background: linear-gradient(135deg, #e35a5a 0%, #c93232 100%);
  box-shadow: 0 4px 14px rgba(213, 69, 69, 0.25);
  color: #fff;
}
html.light .preorder-create__btn--primary:hover {
  background: linear-gradient(135deg, #ec6868 0%, #d33838 100%);
}
html.light .preorder-create__btn--secondary {
  background: #eef0f5;
  color: #555;
}
html.light .preorder-create__btn--secondary:hover {
  background: #e4e7ef;
  color: #111;
}
html.light .buy-confirm__title {
  color: #111;
}
html.light .buy-confirm__text {
  color: #777;
}
html.light .buy-confirm__text b {
  color: #111;
}
html.light .buy-confirm__btn--yes {
  background: linear-gradient(135deg, #e35a5a 0%, #c93232 100%);
  box-shadow: 0 4px 14px rgba(213, 69, 69, 0.25);
  color: #fff;
}
html.light .buy-confirm__btn--yes:hover {
  background: linear-gradient(135deg, #ec6868 0%, #d33838 100%);
}
html.light .buy-confirm__btn--no {
  background: #eef0f5;
  color: #555;
}
html.light .buy-confirm__btn--no:hover {
  background: #e4e7ef;
  color: #111;
}
html.light .buy-loading {
  background: rgba(15, 18, 28, 0.35);
}
html.light .buy-loading__box {
  background: #fff;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.12);
}
html.light .buy-loading__spinner {
  border-color: rgba(0, 0, 0, 0.08);
  border-top-color: #d54545;
}
html.light .buy-loading__title {
  color: #111;
}
html.light .buy-loading__text {
  color: #888;
}
html.light .buy-success__title {
  color: #2e7d32;
}
html.light .buy-success__info {
  color: #777;
}
html.light .buy-success__info b {
  color: #111;
}
html.light .buy-success__download {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid rgba(46, 125, 50, 0.15);
}
html.light .buy-success__download:hover {
  background: #dcefdd;
}
html.light .buy-success__action-btn {
  background: linear-gradient(135deg, #e35a5a 0%, #c93232 100%);
  box-shadow: 0 4px 14px rgba(213, 69, 69, 0.25);
  color: #fff;
}
html.light .buy-success__action-btn:hover {
  background: linear-gradient(135deg, #ec6868 0%, #d33838 100%);
}
html.light .phonecode-modal__status {
  color: #555;
}
html.light .phonecode-modal__status strong {
  color: #d54545;
}
html.light .phonecode-modal__timer {
  color: #d54545;
}
html.light .phonecode-modal__code-box {
  background: #fafbfd;
  border: 1px solid #eaecf2;
  color: #111;
}
html.light .phonecode-modal__copyable {
  background: rgba(213, 69, 69, 0.08);
  color: #d54545;
  font-weight: 500;
}
html.light .phonecode-modal__copyable:hover {
  background: rgba(213, 69, 69, 0.16);
}
html.light .phonecode-modal__copyable--copied {
  background: rgba(46, 125, 50, 0.16);
  color: #2e7d32;
}
html.light .phonecode-modal__btn--cancel {
  background: #ffeaea;
  color: #d54545;
}
html.light .phonecode-modal__btn--cancel:hover {
  background: rgba(213, 69, 69, 0.18);
  color: #c93232;
}
html.light .phonecode-modal__btn--home {
  background: #eef0f5;
  color: #555;
}
html.light .phonecode-modal__btn--home:hover {
  background: #e4e7ef;
  color: #111;
}
html.light .desktop-push {
  background: #fff;
  border: 1px solid #eaecf2;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}
html.light .desktop-push__icon {
  color: inherit;
}
html.light .desktop-push__title {
  color: #111;
}
html.light .desktop-push__text {
  color: #777;
}
html.light .desktop-push__timer {
  color: #aaa;
}
html.light .desktop-push__btn {
  background: linear-gradient(135deg, #e35a5a 0%, #c93232 100%);
  box-shadow: 0 2px 10px rgba(213, 69, 69, 0.25);
  color: #fff;
}
html.light .desktop-push__btn:hover {
  background: linear-gradient(135deg, #ec6868 0%, #d33838 100%);
}
html.light .desktop-push--success {
  background: #f0faf2;
  border-color: rgba(46, 125, 50, 0.2);
}
html.light .faq__title {
  color: #111;
}
html.light .faq__subtitle {
  color: #aaa;
}
html.light .faq__item {
  background: #fff;
  border-color: #eaecf2;
}
html.light .faq__item--open {
  border-color: rgba(180, 41, 41, 0.22);
}
html.light .faq__item--open .faq__arrow {
  color: #b42929;
}
html.light .faq__question span {
  color: #111;
}
html.light .faq__question:hover {
  background: #fafbfd;
}
html.light .faq__arrow {
  color: #d0d3df;
  background: rgba(153, 153, 153, 0.06);
  box-shadow: inset 0px 0px 5px rgba(28, 28, 28, 0.08);
}
html.light .faq__answer p {
  color: #777;
}
html.light .faq__answer p b {
  color: #111;
}
html.light .contacts__title {
  color: #111;
}
html.light .contacts__subtitle {
  color: #aaa;
}
html.light .contacts__card {
  background: #fff;
  border-color: #eaecf2;
}
html.light .contacts__card:hover {
  background: #fafbfd;
  border-color: rgba(180, 41, 41, 0.18);
}
html.light .contacts__card-label {
  color: #111;
}
html.light .contacts__card-value {
  color: #ccc;
}
html.light .contacts__loading, html.light .contacts__empty, html.light .contacts__error {
  color: #ccc;
}
html.light .format__title {
  color: #111;
}
html.light .format__subtitle {
  color: #aaa;
}
html.light .format__card {
  background: #fff;
  border-color: #eaecf2;
}
html.light .format--tdata html.light .format__icon {
  background: rgba(74, 158, 255, 0.08);
}
html.light .format--session html.light .format__icon {
  background: rgba(76, 219, 128, 0.08);
}
html.light .format--phonecode html.light .format__icon {
  background: rgba(255, 160, 64, 0.08);
}
html.light .format__name {
  color: #333;
}
html.light .format--tdata html.light .format__name {
  color: #1d6bbf;
}
html.light .format--session html.light .format__name {
  color: #1a7f45;
}
html.light .format--phonecode html.light .format__name {
  color: #b56000;
}
html.light .format__desc {
  color: #666;
}
html.light .format__desc b {
  color: #111;
}
html.light .format__desc code {
  background: rgba(0, 0, 0, 0.062745098);
  color: #111;
}
html.light .format__features li {
  color: #777;
}
html.light .format--tdata html.light .format__features li::before {
  color: #1d6bbf;
}
html.light .format--session html.light .format__features li::before {
  color: #1a7f45;
}
html.light .format--phonecode html.light .format__features li::before {
  color: #b56000;
}
html.light .format__for {
  background: #f4f5f9;
}
html.light .format__for p {
  color: #666;
}
html.light .format__for span {
  color: #000;
}
html.light .format--tdata html.light .format__for span {
  color: #1d6bbf;
}
html.light .format--session html.light .format__for span {
  color: #1a7f45;
}
html.light .format--phonecode html.light .format__for span {
  color: #b56000;
}
html.light .footer {
  border-top-color: rgba(0, 0, 0, 0.06);
}
html.light .footer__logo-name p {
  color: #111;
}
html.light .footer__logo-name span {
  color: #ccc;
}
html.light .footer__copy {
  color: #ccc;
}
html.light .footer__top {
  color: #bbb;
  border-color: #e0e3ec;
}
html.light .footer__top:hover {
  color: #111;
  border-color: #c0c4d0;
}
html.light .header__api-btn {
  box-shadow: inset 0px 0px 10px rgba(16, 16, 16, 0.15), 0px 2px 10px rgba(180, 41, 41, 0.2);
}
html.light .header__api-btn--ghost {
  background: rgba(0, 0, 0, 0.05);
  color: #888;
  box-shadow: none;
}
html.light .header__api-btn--ghost:hover {
  background: rgba(0, 0, 0, 0.08);
  color: #333;
}
html.light .hero-intro__title {
  color: #111;
}
html.light .hero-intro__title span {
  color: #d54545;
  background: rgba(0, 0, 0, 0.031372549);
}
html.light .hero-intro__lead {
  color: #666;
}
html.light .hero-intro__lead b {
  color: #222;
}
html.light .hero-intro__pill {
  background: #fff;
  border-color: #eaecf2;
  color: #666;
}
html.light .api-section-head__title {
  color: #111;
}
html.light .api-section-head__sub {
  color: #aaa;
}
html.light .api-hero__title {
  color: #111;
}
html.light .api-hero__subtitle {
  color: #888;
}
html.light .api-hero__stats {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.07);
}
html.light .api-hero__stat span {
  color: #aaa;
}
html.light .api-hero__stat-sep {
  background: rgba(0, 0, 0, 0.08);
}
html.light .api-benefits__card {
  background: #fff;
  border-color: #eaecf2;
}
html.light .api-benefits__card:hover {
  background: #fafbfd;
  border-color: rgba(180, 41, 41, 0.2);
}
html.light .api-benefits__name {
  color: #222;
}
html.light .api-benefits__text {
  color: #777;
}
html.light .api-delivery__card {
  background: #fff;
  border-color: #eaecf2;
}
html.light .api-delivery__card:hover {
  background: #fafbfd;
  border-color: #dde0ea;
}
html.light .api-delivery__card-desc {
  color: #777;
}
html.light .api-delivery__card-list li {
  color: #888;
}
html.light .api-included__list li strong {
  color: #222;
}
html.light .api-included__list li p {
  color: #777;
}
html.light .api-included__quote {
  background: #fff;
  border-color: #eaecf2;
}
html.light .api-included__quote p {
  color: #222;
}
html.light .api-included__quote span {
  color: #aaa;
}
html.light .api-included__tag {
  background: rgba(0, 0, 0, 0.04);
  border-color: #e0e3ec;
  color: #888;
}
html.light .api-pricing__card {
  background: #fff;
  border-color: rgba(180, 41, 41, 0.2);
  box-shadow: 0px 0px 40px rgba(180, 41, 41, 0.05);
}
html.light .api-pricing__price span {
  color: #111;
}
html.light .api-pricing__price p {
  color: #aaa;
}
html.light .api-pricing__label {
  color: #bbb;
}
html.light .api-pricing__list li {
  background: rgba(0, 0, 0, 0.03);
  color: #666;
}
html.light .api-pricing__note {
  color: #bbb;
}
html.light .api-earn__card {
  background: #fff;
  border-color: #eaecf2;
}
html.light .api-earn__card--api html.light .api-earn__badge {
  background: rgba(213, 69, 69, 0.1);
  color: #d54545;
}
html.light .api-earn__card--own html.light .api-earn__badge {
  background: rgba(46, 125, 50, 0.1);
  color: #2e7d32;
}
html.light .api-earn__card--api html.light .api-earn__percent {
  color: #d54545;
}
html.light .api-earn__card--own html.light .api-earn__percent {
  color: #2e7d32;
}
html.light .api-earn__percent span {
  color: #aaa;
}
html.light .api-earn__name {
  color: #222;
}
html.light .api-earn__text {
  color: #777;
}
html.light .api-earn__text b {
  color: #222;
}
html.light .api-earn__admin {
  background: #fff;
  border-color: #eaecf2;
}
html.light .api-earn__admin-title {
  color: #222;
}
html.light .api-earn__admin-text {
  color: #777;
}
html.light .api-cta__title {
  color: #111;
}
html.light .api-cta__sub {
  color: #888;
}
html.light .auth-modal__tabs {
  padding: 10px;
  background: none;
}
html.light .auth-modal__tab {
  background: #e7efff;
}
html.light .auth-modal__tab img {
  filter: none;
}
html.light .auth-modal__tab:hover {
  background: #e7effe;
}
html.light .auth-modal__logo {
  border: 0px;
}
html.light .push__message {
  text-shadow: 0px;
}
html.light .topup-modal__cur-balance, html.light .topup-modal__currency {
  box-shadow: inset 0px 0px 6px rgba(16, 16, 16, 0.1);
}
html.light .profile-modal__block, html.light .profile-modal__balance, html.light .profile-modal__ref-row {
  box-shadow: inset 0px 0px 6px rgba(16, 16, 16, 0.1);
  background: #fff;
}
html.light .profile-modal__ref-link {
  background: none;
  border: none;
}
html.light .profile-modal__badge {
  background: rgba(16, 16, 16, 0.05);
}

@media (max-width: 1240px) {
  .container {
    width: 100%;
    max-width: 1024px;
    padding: 0px 24px;
  }
  .header__left:hover .header__circle img {
    height: 110%;
    bottom: -10px;
  }
  .search__area {
    width: 240px;
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: 100%;
    padding: 0px 20px;
  }
  .header {
    height: 70px;
  }
  .header__circle {
    width: 50px;
    height: 50px;
  }
  .header__name p {
    font-size: 20px;
  }
  .header__name span {
    font-size: 10px;
  }
  .header__auth-login, .header__auth-registration {
    padding: 9px 18px;
    font-size: 13px;
  }
  .header__api-btn {
    height: 34px;
    padding: 0px 14px;
    font-size: 12px;
  }
  .catalog__title p {
    font-size: 26px;
  }
  .catalog__body {
    grid-template-columns: repeat(3, 1fr);
  }
  .catalog__tab {
    flex-wrap: wrap;
    gap: 10px;
  }
  .search {
    width: 100%;
  }
  .search__area {
    width: 100%;
  }
  .sort {
    justify-content: space-between;
    width: 100%;
  }
  .sort__title {
    margin-right: auto;
  }
  .format__block {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .format__card {
    width: 100%;
  }
  .format__name {
    text-align: left;
  }
  .api-hero {
    padding: 60px 0px 50px;
  }
  .api-hero__title {
    font-size: 38px;
  }
  .api-hero__subtitle {
    font-size: 15px;
  }
  .api-hero__stat {
    padding: 0px 28px;
  }
  .api-hero__stat p {
    font-size: 22px;
  }
  .api-benefits__grid,
.api-delivery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .api-included__body {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0px 16px;
  }
  .hero-intro {
    padding: 24px 0px 20px;
  }
  .hero-intro__title {
    font-size: 26px;
  }
  .hero-intro__title span {
    transform: none;
  }
  .hero-intro__lead {
    font-size: 13px;
  }
  .header {
    height: auto;
    padding: 12px 0px;
  }
  .header__body {
    flex-wrap: wrap;
    gap: 12px;
  }
  .header__right {
    gap: 8px;
  }
  .header__circle {
    width: 44px;
    height: 44px;
  }
  .header__name p {
    font-size: 18px;
  }
  .header__name span {
    font-size: 9px;
  }
  .header__icon-btn {
    width: 32px;
    height: 32px;
  }
  .header__auth {
    gap: 6px;
  }
  .header__auth-login, .header__auth-registration {
    padding: 8px 14px;
    font-size: 12px;
  }
  .header__api-btn {
    height: 32px;
    padding: 0px 12px;
    font-size: 11px;
  }
  .header__user-inner {
    padding: 4px 6px;
  }
  .header__user-avatar {
    width: 34px;
    height: 34px;
  }
  .header__user-info p {
    font-size: 12px;
  }
  .header__user-info span {
    font-size: 10px;
  }
  .catalog__title p {
    font-size: 22px;
  }
  .catalog__title span {
    font-size: 13px;
  }
  .catalog__body {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .catalog__tab {
    gap: 8px;
  }
  .sort__select {
    min-width: 36px;
    height: 36px;
    padding: 0px 6px;
  }
  .sort__select svg {
    width: 24px;
    height: 24px;
  }
  .format__title {
    font-size: 22px;
  }
  .faq__title {
    font-size: 22px;
  }
  .contacts__title {
    font-size: 22px;
  }
  .product__left {
    width: 220px;
  }
  .product__body,
.buy-modal__body,
.logout-confirm__body,
.history-modal__body,
.purchase-detail__body,
.profile-modal__body,
.topup-modal__body,
.auth-modal__body,
.preorder-modal__body,
.preorder-create__body,
.buy-confirm__body,
.buy-success__body,
.phonecode-modal__body {
    width: calc(100% - 24px);
    max-width: 100%;
    max-height: calc(100vh - 40px);
    margin: 12px;
  }
  .format__grid,
.contacts__grid,
.api-benefits__grid,
.api-delivery__grid,
.api-earn__grid {
    grid-template-columns: 1fr;
  }
  .api-earn__admin {
    flex-direction: column;
    gap: 12px;
  }
  .api-hero {
    padding: 48px 0px 40px;
  }
  .api-hero__title {
    font-size: 30px;
  }
  .api-hero__subtitle {
    font-size: 14px;
  }
  .api-hero__actions {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .api-hero__btn {
    width: 100%;
    justify-content: center;
  }
  .api-hero__stats {
    padding: 16px 12px;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }
  .api-hero__stat {
    padding: 0px 12px;
  }
  .api-hero__stat p {
    font-size: 20px;
  }
  .api-hero__stat span {
    font-size: 11px;
  }
  .api-hero__stat-sep {
    display: none;
  }
  .api-pricing__card {
    width: 100%;
    padding: 32px 24px;
  }
  .api-pricing__price span {
    font-size: 52px;
  }
  .api-section-head {
    margin-bottom: 32px;
  }
  .api-section-head__title {
    font-size: 24px;
  }
  .api-cta__title {
    font-size: 26px;
  }
  .footer__body {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }
  .footer__logo {
    flex-direction: column;
    gap: 6px;
  }
  .desktop-push {
    width: calc(100% - 24px);
    max-width: 100%;
    left: 12px !important;
    right: 12px !important;
  }
}
@media (max-width: 640px) {
  .header__auth-registration {
    display: none;
  }
  .hero-intro {
    gap: 20px;
    align-items: flex-start;
  }
  .hero-intro__banner {
    width: 160px;
    height: 160px;
    min-width: 160px;
  }
  .hero-intro__body {
    gap: 10px;
  }
  .sort {
    flex-wrap: wrap;
    padding-top: 10px;
    justify-content: flex-end;
  }
  .sort__title {
    width: 100%;
  }
  .push__message p {
    font-size: 11px;
  }
  .catalog__title {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 540px) {
  .header {
    position: relative;
  }
  .header__api-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -46px;
  }
  .header__api-btn--ghost {
    position: relative;
    bottom: auto;
    transform: none;
    left: auto;
  }
  .hero-intro {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .hero-intro__title {
    text-align: center;
  }
  .hero-intro__lead {
    text-align: center;
  }
  .hero-intro__pills {
    justify-content: center;
  }
  .catalog__body {
    grid-template-columns: repeat(1, 1fr);
  }
  .catalog__nav {
    gap: 6px;
  }
  .catalog__button {
    width: 32px;
    height: 32px;
  }
  .profile-modal__blocks {
    flex-direction: column;
  }
  .profile-modal__block {
    width: 100%;
  }
  .profile-modal__balances {
    flex-direction: column;
    padding: 10px;
  }
  .profile-modal__balance {
    width: 100%;
  }
  .profile-modal__section {
    padding: 10px;
  }
  .topup-modal__step {
    padding: 0px 10px;
  }
  .history-modal__list {
    padding: 0px 10px;
  }
  .purchase-detail__body {
    padding: 20px 10px;
  }
  .buy-modal__header {
    padding: 0px 10px;
  }
  .buy-modal__section {
    padding: 0px 10px;
  }
  .buy-modal__total {
    margin: 0px 10px;
  }
  .buy-modal__balance {
    padding: 6px 10px;
  }
  .buy-modal__action-btn {
    margin: 0px 10px;
  }
  .product__block {
    overflow-y: auto;
  }
  .product__block::-webkit-scrollbar {
    width: 6px;
    height: 4px;
  }
  .product__block::-webkit-scrollbar-thumb {
    background-color: rgba(213, 213, 213, 0.568627451);
    border-radius: 4px;
  }
  .product__block {
    flex-direction: column;
    gap: 16px;
    padding: 0px 10px;
    padding-bottom: 20px;
  }
  .product__left, .product__right {
    width: 100%;
    height: fit-content;
    max-height: none;
    overflow: visible;
  }
  .product__right {
    min-height: auto;
    padding-right: 0px;
  }
  .product__description {
    min-height: auto;
  }
  .product__description span {
    max-height: none;
    overflow: visible;
  }
}
@media (max-width: 479px) {
  .container {
    padding: 0px 12px;
  }
  .hero-intro {
    padding: 18px 0px 14px;
  }
  .hero-intro__title {
    font-size: 22px;
  }
  .hero-intro__lead {
    font-size: 12.5px;
  }
  .hero-intro__pill {
    padding: 6px 12px;
    font-size: 11px;
  }
  .header {
    padding: 10px 0px;
  }
  .header__circle {
    width: 40px;
    height: 40px;
  }
  .header__name p {
    font-size: 16px;
  }
  .header__name span {
    display: none;
  }
  .header__icon-btn {
    width: 30px;
    height: 30px;
  }
  .header__icon-btn svg {
    width: 14px;
    height: 14px;
  }
  .header__right {
    gap: 6px;
  }
  .header__api-btn {
    height: 30px;
    padding: 0px 10px;
    font-size: 11px;
    justify-content: center;
  }
  .header__auth-login, .header__auth-registration {
    padding: 7px 12px;
    font-size: 11px;
  }
  .header__user-inner {
    padding: 3px 5px;
    gap: 6px;
  }
  .header__user-avatar {
    width: 30px;
    height: 30px;
  }
  .header__dropdown {
    width: 220px;
  }
  .search {
    gap: 0px;
  }
  .sort {
    gap: 0px;
    justify-content: space-between;
  }
  .sort__select {
    margin-top: 6px;
    width: 24%;
  }
  .sort__select svg {
    width: 20px;
    height: auto;
  }
  .catalog__title p, .catalog__title h1 {
    font-size: 20px;
  }
  .catalog__list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .format__card {
    padding: 14px;
    gap: 10px;
  }
  .faq__question {
    padding: 14px;
  }
  .faq__answer p {
    padding: 14px;
  }
  .product__close {
    top: 12px;
    right: 12px;
  }
  .product__close p {
    display: none;
  }
  .product__name {
    font-size: 18px;
  }
  .product__line {
    flex-direction: column;
    gap: 8px;
  }
  .buy-modal__header {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .buy-modal__picture {
    width: 100%;
    height: auto;
  }
  .buy-modal__formats {
    justify-content: space-between;
  }
  .buy-modal__format {
    width: 100%;
    padding: 0px 4px;
  }
  .buy-modal__qty-input {
    width: 48px;
    font-size: 14px;
  }
  .buy-modal__qty-btn {
    width: 32px;
    height: 32px;
  }
  .buy-modal__total {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .buy-modal__total p {
    font-size: 22px;
  }
  .topup-modal__currencies {
    gap: 4px;
  }
  .topup-modal__currency {
    padding: 6px 10px;
    font-size: 11px;
  }
  .topup-modal__pay-field-row {
    flex-wrap: wrap;
    gap: 6px;
  }
  .api-hero {
    padding: 36px 0px 30px;
  }
  .api-hero__title {
    font-size: 24px;
    line-height: 1.2;
  }
  .api-hero__subtitle {
    font-size: 13px;
  }
  .api-hero__badge {
    font-size: 10px;
    padding: 4px 12px;
  }
  .api-hero__btn {
    height: 44px;
    font-size: 14px;
  }
  .api-hero__stats {
    padding: 14px 10px;
  }
  .api-hero__stat {
    padding: 0px 8px;
  }
  .api-hero__stat p {
    font-size: 18px;
  }
  .api-hero__stat span {
    font-size: 10px;
  }
  .api-benefits,
.api-delivery,
.api-included,
.api-pricing,
.api-cta {
    padding: 40px 0px;
  }
  .api-benefits__card,
.api-delivery__card {
    padding: 20px 16px;
  }
  .api-pricing__card {
    padding: 28px 18px;
  }
  .api-pricing__price span {
    font-size: 44px;
  }
  .api-pricing__price p {
    font-size: 16px;
  }
  .api-section-head__title {
    font-size: 22px;
  }
  .api-section-head__sub {
    font-size: 13px;
  }
  .api-cta__title {
    font-size: 22px;
  }
  .api-cta__btn {
    height: 46px;
    padding: 0px 22px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }
  .footer {
    margin-top: 12px;
  }
  .footer__logo-circle {
    width: 30px;
    height: 30px;
  }
  .footer__logo-name p {
    font-size: 12px;
  }
  .footer__logo-name span {
    font-size: 10px;
  }
  .footer__copy {
    font-size: 11px;
  }
  .footer__top {
    padding: 6px 18px;
    font-size: 11px;
  }
  .preorder-modal__head {
    padding: 6px 10px;
  }
  .preorder-modal__list {
    padding: 0px 10px;
  }
}
@media (max-width: 359px) {
  .container {
    padding: 0px 8px;
  }
  .header__circle {
    width: 36px;
    height: 36px;
  }
  .header__name p {
    font-size: 14px;
  }
  .header__name span {
    display: none;
  }
  .header__icon-btns {
    gap: 4px;
  }
  .catalog__title p, .catalog__title h1 {
    font-size: 18px;
  }
  .api-hero__title {
    font-size: 21px;
  }
  .api-pricing__price span {
    font-size: 36px;
  }
  .api-section-head__title {
    font-size: 19px;
  }
  .api-cta__title {
    font-size: 19px;
  }
}
