:root {
  --awru-bg: #020712;
  --awru-bg-soft: #050d1e;
  --awru-blue: #008BFF;
  --awru-cyan: #11C5FF;
  --awru-green: #11d35c;
  --awru-text: #ffffff;
  --awru-muted: #8e9bb8;
}

/* BODY */

.pjtntfjiqbvi {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 0 0, rgba(0,139,255,0.24), transparent 55%),
    radial-gradient(circle at 100% 0, rgba(17,197,255,0.2), transparent 55%),
    linear-gradient(180deg, #020712 0%, #020712 45%, #050d1e 100%);
  color: var(--awru-text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.pjtntfjiqbvi.awru-menu-open {
  overflow: hidden;
}

/* HEADER */

.fszvliuocfgo {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, rgba(2,7,18,0.96), rgba(5,13,30,0.96));
  backdrop-filter: blur(10px);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.amdykfuwtkkh {
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 24px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 24px;
  align-items: center;
}

/* LOGO */

.enkbumtbnbxq {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.pnmrfdywyzhr {
  display: block;
  height: 30px;
  width: auto;
}

/* NAV DESKTOP */

.ojawthtztbql {
  justify-self: center;
}

.frgenanhvqwd {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 22px;
}

.pqtwwvcifllz {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 22px;
}

.juqotpjppmhi {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: var(--awru-muted);
  transition: color 0.16s ease;
}

.fmvhxaiyvdcj {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: var(--awru-muted);
  transition: color 0.16s ease;
}

.juqotpjppmhi::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--awru-blue), var(--awru-cyan));
  transform: translateX(-50%);
  transition: width 0.18s ease;
}

.fmvhxaiyvdcj::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--awru-blue), var(--awru-cyan));
  transform: translateX(-50%);
  transition: width 0.18s ease;
}

.juqotpjppmhi:hover {
  color: #ffffff;
}

.juqotpjppmhi:hover::before {
  width: 80%;
}

.vcbopcyaeylf {
  color: #ffffff;
}

.vcbopcyaeylf::before {
  width: 90%;
}

.fmvhxaiyvdcj:hover {
  color: #ffffff;
}

.fmvhxaiyvdcj:hover::before {
  width: 80%;
}

.nav-link--active {
  color: #ffffff;
}

.nav-link--active::before {
  width: 90%;
}

/* AUTH DESKTOP */

.lxtpqberqqqn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hqzlnvlkjttu {
  border: none;
  cursor: pointer;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

.tbwzkvedetbs {
  background: transparent;
  color: var(--awru-text);
  border: 1px solid rgba(255,255,255,0.25);
}

.tbwzkvedetbs:hover {
  background: rgba(255,255,255,0.06);
  box-shadow: 0 0 14px rgba(0,0,0,0.7);
}

.pcwdlgutjfig {
  background: linear-gradient(135deg, #f3c32a, #d4a017); 
  color: #000000;
  box-shadow: 0 0 20px rgba(243, 195, 42, 0.4);
  font-weight: 700;
  transition: all 0.3s ease;
}

.pcwdlgutjfig:hover {
  background: linear-gradient(135deg, #ffdb6d, #f3c32a);
  box-shadow: 0 0 30px rgba(243, 195, 42, 0.6);
  transform: translateY(-2px);
}

.ukafxtikzyop {
  display: none;
  width: 40px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(2,7,18,0.9);
  padding: 6px 8px;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.ytzgkbosprof {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--awru-blue), var(--awru-cyan));
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.ytzgkbosprof + .ytzgkbosprof {
  margin-top: 5px;
}

.ukafxtikzyop:hover {
  box-shadow: 0 0 12px rgba(0,139,255,0.6);
  transform: translateY(-1px);
}

/* Анимация бургера */

.pjtntfjiqbvi.awru-menu-open .ytzgkbosprof:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.pjtntfjiqbvi.awru-menu-open .ytzgkbosprof:nth-child(2) {
  opacity: 0;
}

.pjtntfjiqbvi.awru-menu-open .ytzgkbosprof:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* MOBILE MENU FULLSCREEN */

.ghjfxfqfwtyy {
  position: fixed;
  inset: 0;
  z-index: 60;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.zsyakrmbndvf {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0 0, rgba(0,139,255,0.35), transparent 60%),
    radial-gradient(circle at 100% 0, rgba(17,197,255,0.28), transparent 60%),
    rgba(2,7,18,0.97);
}

.rhsoxjvwfpwn {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 18px 24px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pjtntfjiqbvi.awru-menu-open .ghjfxfqfwtyy {
  opacity: 1;
  pointer-events: auto;
}


.eqevttxnriie {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.45);
  background: rgba(2,7,18,0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.eqevttxnriie span {
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
}

.eqevttxnriie span:first-child {
  transform: rotate(45deg);
}

.eqevttxnriie span:last-child {
  transform: rotate(-45deg);
}

.eqevttxnriie:hover {
  background: rgba(255,255,255,0.06);
  box-shadow: 0 0 14px rgba(0,0,0,0.7);
}

/* Лого в меню */

.ympqohfmummb {
  margin-top: 10vh;
  margin-bottom: 32px;
}

.ympqohfmummb .pnmrfdywyzhr {
  height: 84px;
}

/* Навигация в меню */

.zzvugbopczsc {
  flex: 1;
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.bxbrwycbsliz {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bocielbntexz {
  display: block;
  padding: 12px 18px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #e6edff;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(90deg, rgba(0,139,255,0.18), rgba(17,197,255,0.08));
  border: 1px solid rgba(0,139,255,0.4);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
}

.xpousrmyxgyc {
  background: linear-gradient(135deg, var(--awru-blue), var(--awru-cyan));
  color: #020712;
}

.bocielbntexz:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.85);
}

/* Кнопки в меню */

.buhnubxpqqss {
  display: flex;
  gap: 10px;
  justify-content: center;
}

/* SCROLLED HEADER */

.awru-header--scrolled {
  box-shadow: 0 10px 30px rgba(0,0,0,0.9);
}

/* MAIN + HERO */

.rfyuwqxgzgxi {
  max-width: 1320px;
  margin: 0 auto;
  padding: 24px 24px 60px;
  box-sizing: border-box;
}

.jnextvmuxaqw {
  position: relative;
  border-radius: 24px;
  padding: 28px 28px 30px;
  background:
    radial-gradient(circle at 0 0, rgba(0,139,255,0.45), transparent 60%),
    radial-gradient(circle at 100% 100%, rgba(17,197,255,0.35), transparent 60%),
    linear-gradient(135deg, #030b1c, #020712 65%, #031226);
  overflow: hidden;
}

.jnextvmuxaqw::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 0, rgba(255,255,255,0.04), transparent 55%);
  pointer-events: none;
}

.wehklftzxrhd {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 32px;
  align-items: center;
  z-index: 1;
}

/* Текстовая часть hero */

.hgqxstftntvc {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(151, 180, 244, 0.8);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: azure;
  margin: 0 0 10px;
}

.vkiilpekpdnj {
  font-size: 32px;
  line-height: 1.25;
  margin: 0 0 14px;
  font-weight: 800;
}

.yovfgyvrtmmh {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--awru-muted);
}

.itkuomdhxerh {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.bkauqxrjstqb {
  font-size: 14px;
  padding-inline: 24px;
}

.fjcjmzpdzoec {
  font-size: 14px;
}

/* Фичи под кнопками */

.bjulquumhsmm {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: var(--awru-muted);
}

.bjulquumhsmm li {
  position: relative;
  padding-left: 14px;
}

.bjulquumhsmm li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--awru-cyan), var(--awru-blue));
}

/* Правая часть hero */

.bnrujvniaytn {
  display: flex;
  justify-content: flex-end;
}

.vvmmskcdqnrb {
  width: 100%;
  max-width: 360px;
  border-radius: 22px;
  padding: 14px 16px 16px;
  background: radial-gradient(circle at 0 0, rgba(0,139,255,0.45), transparent 60%),
              linear-gradient(145deg, #041025, #020816);
  box-shadow: 0 18px 45px rgba(0,0,0,0.85);
  border: 1px solid rgba(17,197,255,0.45);
  box-sizing: border-box;
}

/* Верх карточки */

.hntgaqmlruyr {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 18px;
}

.sbflmkpbubyl {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.25);
}

.zmemgworwmda {
  background: linear-gradient(135deg, #0feb72, #11d35c);
  color: #020712;
}

.xkelmppjrgtr {
  background: linear-gradient(135deg, var(--awru-blue), var(--awru-cyan));
  color: #020712;
}

/* Центр карточки с картинкой */

.xjirymojuelr {
  position: relative;
  height: 160px;
  margin-bottom: 16px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 0, rgba(255,255,255,0.08), transparent 60%),
    radial-gradient(circle at 80% 100%, rgba(0,139,255,0.45), transparent 65%),
    linear-gradient(145deg, #020712, #031835);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tzqwabfudzyi {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 18px;
}

/* Низ карточки */

.ysomqyhnifse {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.otfjxsnblhte {
  font-size: 20px;
  font-weight: 800;
}

.nekarzqjvsrw {
  font-size: 11px;
  color: var(--awru-muted);
}

/* ADAPTIVE */

@media (max-width: 1024px) {
  .ojawthtztbql {
    display: none;
  }

  .lxtpqberqqqn {
    display: none;
  }

  .amdykfuwtkkh {
    grid-template-columns: auto 1fr auto;
  }

  .ukafxtikzyop {
    display: block;
    justify-self: end;
  }

  .rfyuwqxgzgxi {
    padding-inline: 16px;
  }

  .wehklftzxrhd {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .bnrujvniaytn {
    justify-content: flex-start;
  }

  .vvmmskcdqnrb {
    max-width: 100%;
  }

  .vkiilpekpdnj {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .jnextvmuxaqw {
    padding: 20px 18px 24px;
  }

  .vkiilpekpdnj {
    font-size: 22px;
  }

  .xjirymojuelr {
    height: 140px;
  }
}

@keyframes pulse-cyan {
        0% { box-shadow: 0 0 0 0 rgba(67, 242, 255, 0.7); transform: scale(1); }
        70% { box-shadow: 0 0 0 15px rgba(67, 242, 255, 0); transform: scale(1.03); }
        100% { box-shadow: 0 0 0 0 rgba(67, 242, 255, 0); transform: scale(1); }
    }

    /* Анимация блика для второй кнопки */
    @keyframes sheen {
        0% { left: -100%; }
        20% { left: 100%; }
        100% { left: 100%; }
    }

    .nlrmqdxoiaia {
        animation: pulse-cyan 2s infinite ease-in-out !important;
    }

    .pwtsigowcaiq {
        position: relative !important;
        overflow: hidden !important;
    }

    .pwtsigowcaiq::after {
        content: '' !important;
        position: absolute !important;
        top: -50% !important;
        right: -50% !important;
        bottom: -50% !important;
        left: -50% !important;
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%) !important;
        transform: rotateZ(60deg) translate(-5em, 7.5em) !important;
        animation: sheen 3s infinite !important;
    }

.pcujpiqkqvly {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

/* секция без собственного тёмного фона */
.ptnhzytahmrn {
  padding: 32px 0 44px;
  background: transparent;
}

/* заголовок блока */

.nnlmkqdakbpn {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.fwbxdvsgpaqc {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.04em;
}

.pvlpmzpnoksg {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.7);
  text-decoration: none;
  cursor: pointer;
}

.zvukrtjkpkll {
  font-size: 16px;
  transform: translateY(-1px);
}

.pvlpmzpnoksg:hover {
  color: #ffffff;
}

/* сетка игр */

.zxxlipauskcc {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}

/* карточка игры — другая форма, фон и тени */

.xnhhjftrehak {
  position: relative;
  display: inline-block;
  border-radius: 16px;
  overflow: hidden;
  background: radial-gradient(circle at 0 0, rgba(15, 118, 255, 0.25), transparent 60%),
              radial-gradient(circle at 100% 100%, rgba(45, 212, 191, 0.25), transparent 60%),
              rgba(8, 15, 35, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.35);
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.8);
}

.xnhhjftrehak:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.95);
  border-color: rgba(228, 230, 234, 0.9);
}

.lcamrcjnazip {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}


.pkbwkbnmbbgs {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #22c55e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  z-index: 2;

}

.ukznkellafgo {
  background: linear-gradient(90deg, #d21414, #de8d4a);
}

/* избранное */

.vunztxtcyxpv {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  z-index: 2;
}

.vunztxtcyxpv::before {
  content: "♡";
  color: #e5e7eb;
}

/* затемнение + кнопки */

.enaxbfivkywa {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0) 0%,
    rgba(15, 23, 42, 0.12) 35%,
    rgba(15, 23, 42, 0.96) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 18px 10px 16px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.xnhhjftrehak:hover .enaxbfivkywa {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* кнопки */

.rtinvfznmevs {
  width: 100%;
  max-width: 140px;
  border-radius: 999px;
  border: none;
  padding: 7px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease;
}

.qxjdmnpyecfr {
  background: linear-gradient(135deg, #38bdf8, #22c55e);
  color: #020617;
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.6);
}

.qxjdmnpyecfr:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.85);
}

.zigkklmwpejk {
  background: transparent;
  color: #e5e7eb;
  border: 1px solid rgba(148, 163, 184, 0.7);
}

.zigkklmwpejk:hover {
  border-color: #ffffff;
}

/* адаптив */

@media (max-width: 1024px) {
  .zxxlipauskcc {
    grid-template-columns: repeat(auto-fill, minmax(164px, 1fr));
  }
}

@media (max-width: 768px) {
  .ptnhzytahmrn {
    padding: 26px 0 32px;
  }

  .nnlmkqdakbpn {
    margin-bottom: 14px;
  }

  .fwbxdvsgpaqc {
    font-size: 19px;
  }

  .zxxlipauskcc {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .zxxlipauskcc::-webkit-scrollbar {
    height: 5px;
  }

  .zxxlipauskcc::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.9);
  }

  .zxxlipauskcc::-webkit-scrollbar-thumb {
    background: #1f2937;
    border-radius: 999px;
  }

  .xnhhjftrehak {
    flex: 0 0 180px;
    scroll-snap-align: start;
  }

  .bnknwfbqwduv {
    width: 180px;
    height: 180px;
  }
  
}

@media (max-width: 480px) {
  .fwbxdvsgpaqc {
    font-size: 18px;
  }

  .pvlpmzpnoksg {
    font-size: 10px;
  }
}

.yzvirllwlidx {
  background: radial-gradient(circle at top, #050816 0, #020511 55%, #010309 100%);
  border-top: 1px solid #0b1120;
  color: #e5e7eb;
  padding: 32px 0 18px;
  font-size: 13px;
}

.vefnkzfydjeh {
  padding-bottom: 16px;
}

.gsllkwyypaed {
  display: grid;
  grid-template-columns: 2fr 1.4fr 1.4fr 2fr 2fr;
  gap: 26px;
  align-items: flex-start;
}

.dhhvhdrzwrky {
  min-width: 0;
}

.nanzwrodzqsg {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f9fafb;
}

.uitpekbhajic {
  margin: 0;
  padding: 0;
  list-style: none;
}

.uitpekbhajic li + li {
  margin-top: 4px;
}

.uitpekbhajic a {
  font-size: 13px;
  color: #cbd5f5;
  text-decoration: none;
  transition: color 0.16s ease;
}

.uitpekbhajic a:hover {
  color: #ffffff;
}

/* Платежи */

.pzuswmjiwzwf {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ecxpqsrvuxdq {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #1f2937;
  background: radial-gradient(circle at top, #020617 0, #02040b 65%);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e5e7eb;
}

/* Контакты */

.cyhhekgewhyw {
  margin: 0 0 4px;
}

.iqxbdbrlhgqz {
  margin-top: 6px;
  font-weight: 600;
  color: #22c55e;
}

.tavqrbnuvgtn a {
  color: #e5e7eb;
  text-decoration: none;
}

.tavqrbnuvgtn a:hover {
  color: #ffffff;
}

.faqdqnanpwji {
  display: flex;
  gap: 6px;
  margin-top: 10px;
}

.frxseojzudic {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: #020617;
  border: 1px solid #1f2937;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #e5e7eb;
  text-decoration: none;
  transition:
    background 0.16s ease,
    border-color 0.16s ease,
    transform 0.16s ease;
}

.frxseojzudic:hover {
  background: #0b1120;
  border-color: #38bdf8;
  transform: translateY(-1px);
}

/* Легальные тексты */

.gaxwhcgaqyic {
  margin-top: 24px;
  font-size: 11px;
  line-height: 1.6;
  color: #9ca3af;
}

.xeigwpyvtaff {
  margin: 0 0 6px;
}

.nugphiclilxk {
  font-size: 10px;
  opacity: 0.9;
}

/* Нижняя полоса */

.qwlakwggnmdb {
  border-top: 1px solid #0b1120;
  padding-top: 10px;
}

.ybjicjjazgob {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
  color: #9ca3af;
}

.rirjrfyztaoh {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
}

.aw-footer__time {
  opacity: 0.85;
}

.uwtkbbbpqxqj {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mpmnwwegowyh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid #ef4444;
  color: #ef4444;
  font-weight: 700;
  font-size: 12px;
}

.aiecoadenboj {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Адаптив */

@media (max-width: 1024px) {
  .gsllkwyypaed {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 20px;
  }

  .pxvglwhisbsg {
    grid-column: span 2;
  }
.zzvugbopczsc, .pqtwwvcifllz {
  flex: 1;
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.bxbrwycbsliz, .pqtwwvcifllz {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bocielbntexz, .fmvhxaiyvdcj {
  display: block;
  padding: 12px 18px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #e6edff;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(90deg, rgba(0,139,255,0.18), rgba(17,197,255,0.08));
  border: 1px solid rgba(0,139,255,0.4);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
}

.nav-link--active {
  background: linear-gradient(135deg, var(--awru-blue), var(--awru-cyan));
  color: #020712;
}

.fmvhxaiyvdcj:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.85);
}
}

@media (max-width: 768px) {
  .yzvirllwlidx {
    padding-top: 40px;
  }

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

  .pxvglwhisbsg,
  .cxuelyginagg {
    grid-column: span 2;
  }

  .ybjicjjazgob {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .gsllkwyypaed {
    grid-template-columns: 1fr;
  }

  .ybjicjjazgob {
    align-items: center;
    text-align: center;
  }
}
.mydjmoubzgiz {
  padding: 32px 0 40px;
  background: transparent; /* секция подхватывает общий фон страницы */
}

.tjyvicfahoch {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 24px 28px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top, rgba(15, 23, 42, 0.85) 0, #020617 55%, #010409 100%);
  border: 1px solid #111827;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.8);
  font-family: "Exo 2", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #e5e7eb;
  line-height: 1.6;
}

/* Заголовки */

.mydjmoubzgiz h1,
.mydjmoubzgiz h2,
.mydjmoubzgiz h3 {
  margin: 0 0 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
}

.mydjmoubzgiz h1 {
  font-size: 26px;
  margin-top: 4px;
}

.mydjmoubzgiz h2 {
  font-size: 20px;
  margin-top: 26px;
}

.mydjmoubzgiz h3 {
  font-size: 16px;
  margin-top: 22px;
}

/* Параграфы и текст */

.mydjmoubzgiz p {
  margin: 0 0 14px;
  font-size: 14px;
  color: #cbd5f5;
}

.mydjmoubzgiz strong {
  font-weight: 700;
  color: #ffffff;
}

.mydjmoubzgiz em {
  font-style: italic;
}

/* Списки */

.mydjmoubzgiz ul,
.mydjmoubzgiz ol {
  margin: 0 0 14px 20px;
  padding: 0;
}

.mydjmoubzgiz li {
  margin-bottom: 6px;
  font-size: 14px;
}

/* Таблицы */

.mydjmoubzgiz table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 22px;
  font-size: 13px;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.mydjmoubzgiz thead {
  background: rgba(15, 23, 42, 0.9);
}

.mydjmoubzgiz th,
.mydjmoubzgiz td {
  padding: 10px 12px;
  border: 1px solid #1f2937;
  text-align: left;
}

.mydjmoubzgiz th {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 11px;
  color: #e5e7eb;
}

.mydjmoubzgiz tbody tr:nth-child(even) {
  background: rgba(15, 23, 42, 0.6);
}

/* Картинки */

.mydjmoubzgiz img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
  margin: 16px auto 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.75);
}

/* Адаптив */

@media (max-width: 768px) {
  .tjyvicfahoch {
    padding: 18px 16px 22px;
  }

  .mydjmoubzgiz h1 {
    font-size: 22px;
  }

  .mydjmoubzgiz h2 {
    font-size: 18px;
  }
}
