* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --xk7m2p: #1a1a2e;
  --qw9f4n: #16213e;
  --zv3j8r: #0f3460;
  --bn5t2k: #e94560;
  --lp8d6m: #f4a261;
  --hg2n9v: #2a9d8f;
  --yt4k7p: #264653;
  --rj6m3w: #ffffff;
  --cv8p5n: #f8f9fa;
  --mb3x7t: #e9ecef;
  --np9k2r: #212529;
  --wq5v8j: rgba(0, 0, 0, 0.1);
  --tf7h4m: rgba(255, 255, 255, 0.1);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', 'Arial', sans-serif;
  background-color: var(--cv8p5n);
  color: var(--np9k2r);
  line-height: 1.6;
  overflow-x: hidden;
}

body.kp4n8x {
  overflow: hidden;
}

.mx7q3v {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.dw2k9p {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.vn8t5r {
  background: linear-gradient(135deg, var(--xk7m2p) 0%, var(--qw9f4n) 100%);
  color: var(--rj6m3w);
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 12px var(--wq5v8j);
}

.fb9p2m {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.jq3n7k {
  display: flex;
  align-items: center;
  gap: 15px;
}

.yn5w8t img {
  height: 50px;
  width: auto;
  transition: transform 0.3s ease;
}

.yn5w8t:hover img {
  transform: scale(1.05);
}

.pm7x4r {
  display: flex;
  gap: 25px;
  list-style: none;
  align-items: center;
}

.pm7x4r a {
  color: var(--rj6m3w);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  font-size: 15px;
}

.pm7x4r a:hover {
  color: var(--lp8d6m);
}

.xt9k2v {
  display: flex;
  gap: 12px;
  align-items: center;
}

.gp5m8n {
  padding: 10px 24px;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

.kr3w7p {
  background-color: transparent;
  color: #f5a623;
  border: 2px solid #f5a623;
}

.kr3w7p:hover {
  background-color: #f5a623;
  color: #1a1a2e;
}

.zm8q4t {
  background: linear-gradient(135deg, #f5a623 0%, #f7c948 100%);
  color: #1a1a2e;
  border: none;
  box-shadow: 0 4px 15px rgba(245, 166, 35, 0.4);
}

.zm8q4t:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(245, 166, 35, 0.6);
}

.nw6j9r {
  background-color: var(--cv8p5n);
  color: var(--np9k2r);
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 15px;
  font-weight: 500;
}

.hb2x5m {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  width: 30px;
}

.hb2x5m span {
  display: block;
  height: 3px;
  background-color: var(--rj6m3w);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hb2x5m.tr8n4k span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.hb2x5m.tr8n4k span:nth-child(2) {
  opacity: 0;
}

.hb2x5m.tr8n4k span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.vt4p9m {
  background: linear-gradient(135deg, rgba(22,33,62,0.75) 0%, rgba(9,14,36,0.8) 100%), url('/banner-altyn-bonus.png') center/cover no-repeat;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vt4p9m::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.03)"/></svg>');
  opacity: 0.3;
}

.qm7w3n {
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--rj6m3w);
  max-width: 800px;
}

.qm7w3n h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  animation: kj9m2p 1s ease-out;
}

.qm7w3n p {
  font-size: 1.3rem;
  margin-bottom: 30px;
  opacity: 0.95;
}

.qm7w3n .gp5m8n {
  font-size: 18px;
  padding: 15px 40px;
}

@keyframes kj9m2p {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lw8n4q {
  padding: 15px 0;
  background-color: var(--mb3x7t);
}

.xp2m9v {
  display: flex;
  gap: 8px;
  list-style: none;
  font-size: 14px;
  flex-wrap: wrap;
}

.xp2m9v li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.xp2m9v li:not(:last-child)::after {
  content: '›';
  color: #6c757d;
}

.xp2m9v a {
  color: var(--zv3j8r);
  text-decoration: none;
  transition: color 0.3s ease;
}

.xp2m9v a:hover {
  color: var(--bn5t2k);
}

main {
  flex: 1;
  padding: 40px 0;
}

.rk5t8m {
  background-color: var(--rj6m3w);
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px var(--wq5v8j);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rk5t8m:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.rk5t8m h2 {
  color: var(--xk7m2p);
  margin-bottom: 20px;
  font-size: 1.8rem;
  border-bottom: 3px solid var(--bn5t2k);
  padding-bottom: 10px;
}

.rk5t8m h3 {
  color: var(--qw9f4n);
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 1.4rem;
}

.wp9x6n {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.wp9x6n th,
.wp9x6n td {
  padding: 15px;
  text-align: left;
  border: 2px solid var(--mb3x7t);
}

.wp9x6n th {
  background-color: var(--zv3j8r);
  color: var(--rj6m3w);
  font-weight: 600;
}

.wp9x6n tr:nth-child(even) {
  background-color: var(--cv8p5n);
}

.wp9x6n tr:hover {
  background-color: var(--mb3x7t);
}

.wp9x6n a {
  color: var(--bn5t2k);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.wp9x6n a:hover {
  color: var(--lp8d6m);
  text-decoration: underline;
}

.jv2n8k {
  font-size: 14px;
  color: #6c757d;
  margin-top: 10px;
}

.yn3p7m {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin: 25px 0;
}

.qb8w5r {
  background: linear-gradient(135deg, var(--bn5t2k) 0%, #d63447 100%);
  color: var(--rj6m3w);
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(233, 69, 96, 0.2);
}

.qb8w5r:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(233, 69, 96, 0.4);
}

.qb8w5r h3 {
  color: var(--rj6m3w);
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.qb8w5r p {
  margin-bottom: 20px;
  line-height: 1.8;
}

.qb8w5r .gp5m8n {
  background-color: var(--rj6m3w);
  color: var(--bn5t2k);
  border: none;
}

.qb8w5r .gp5m8n:hover {
  background-color: var(--cv8p5n);
}

.mt6k9x {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 16/9;
  margin: 20px 0;
}

.pv7m3k {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 25px 0;
}

.wn4q8t {
  background-color: var(--cv8p5n);
  border-radius: 12px;
  padding: 25px;
  border-left: 5px solid var(--bn5t2k);
  transition: all 0.3s ease;
}

.wn4q8t:hover {
  border-left-color: var(--lp8d6m);
  box-shadow: 0 4px 15px var(--wq5v8j);
}

.rb5x9n {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.rb5x9n img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.km8t4p h4 {
  font-size: 1.1rem;
  color: var(--xk7m2p);
  margin-bottom: 5px;
}

.nt3w7m {
  display: flex;
  gap: 3px;
  margin-top: 5px;
}

.nt3w7m svg {
  width: 16px;
  height: 16px;
  fill: var(--lp8d6m);
}

.wn4q8t p {
  color: #495057;
  line-height: 1.8;
}

.fq9p5n {
  margin: 30px 0;
}

.bx7m2k {
  background-color: var(--cv8p5n);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid var(--mb3x7t);
}

.hy4k8w {
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
  font-weight: 600;
  color: var(--xk7m2p);
}

.hy4k8w:hover {
  background-color: var(--mb3x7t);
}

.hy4k8w::after {
  content: '+';
  font-size: 24px;
  color: var(--bn5t2k);
  transition: transform 0.3s ease;
}

.hy4k8w.tr8n4k::after {
  transform: rotate(45deg);
}

.nv6m9p {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.nv6m9p.tr8n4k {
  max-height: 500px;
  padding: 20px;
  border-top: 1px solid var(--mb3x7t);
}

.tm5w8r {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 25px;
  align-items: start;
  background-color: var(--cv8p5n);
  padding: 30px;
  border-radius: 12px;
  margin: 30px 0;
}

.tm5w8r img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid var(--rj6m3w);
  box-shadow: 0 4px 15px var(--wq5v8j);
}

.gx3n7k h3 {
  color: var(--xk7m2p);
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.gx3n7k p {
  color: #495057;
  line-height: 1.8;
  margin-bottom: 15px;
}

.hm9q4w {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.hm9q4w a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--zv3j8r);
  color: var(--rj6m3w);
  transition: all 0.3s ease;
  text-decoration: none;
}

.hm9q4w a:hover {
  background-color: var(--bn5t2k);
  transform: translateY(-3px);
}

.vb8k3m {
  background-color: var(--cv8p5n);
  padding: 25px;
  border-radius: 12px;
  margin: 25px 0;
}

.vb8k3m form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pw7n4r {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pw7n4r label {
  font-weight: 600;
  color: var(--xk7m2p);
}

.pw7n4r input,
.pw7n4r textarea {
  padding: 12px;
  border: 2px solid var(--mb3x7t);
  border-radius: 8px;
  font-family: inherit;
  font-size: 15px;
  transition: border-color 0.3s ease;
}

.pw7n4r input:focus,
.pw7n4r textarea:focus {
  outline: none;
  border-color: var(--bn5t2k);
}

.pw7n4r textarea {
  min-height: 120px;
  resize: vertical;
}

.vb8k3m .gp5m8n {
  align-self: flex-start;
}

.jy5m8q {
  background: linear-gradient(135deg, var(--xk7m2p) 0%, var(--qw9f4n) 100%);
  color: var(--rj6m3w);
  padding: 40px 0;
  margin-top: 60px;
}

.kv3p9m {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

.kv3p9m h4 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: var(--lp8d6m);
}

.kv3p9m ul {
  list-style: none;
}

.kv3p9m ul li {
  margin-bottom: 10px;
}

.kv3p9m a {
  color: var(--rj6m3w);
  text-decoration: none;
  transition: color 0.3s ease;
  opacity: 0.9;
}

.kv3p9m a:hover {
  color: var(--lp8d6m);
  opacity: 1;
}

.qx8w5m {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}

.qx8w5m img {
  height: 30px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.qx8w5m img:hover {
  opacity: 1;
}

.fw9n6r {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  opacity: 0.8;
}

.dx4m7p {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  animation: jx7m4k 2s ease-in-out infinite;
}

.dx4m7p .gp5m8n {
  background: linear-gradient(135deg, var(--hg2n9v) 0%, #21867a 100%);
  color: var(--rj6m3w);
  padding: 15px 30px;
  font-size: 16px;
  box-shadow: 0 6px 20px rgba(42, 157, 143, 0.4);
  border: none;
}

.dx4m7p .gp5m8n:hover {
  transform: scale(1.05);
}

@keyframes jx7m4k {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.zt5p8n {
  overflow-x: auto;
}

.rk5t8m h1,
.rk5t8m h2,
.rk5t8m h3,
.rk5t8m h4,
.rk5t8m h5,
.rk5t8m h6 {
  margin-top: 1.5em;
  margin-bottom: 0.8em;
  line-height: 1.3;
  font-weight: 600;
}

.rk5t8m h1 {
  font-size: 2.2rem;
  color: var(--xk7m2p);
  border-bottom: 3px solid var(--bn5t2k);
  padding-bottom: 12px;
}

.rk5t8m h2 {
  font-size: 1.8rem;
  color: var(--qw9f4n);
}

.rk5t8m h3 {
  font-size: 1.5rem;
  color: var(--zv3j8r);
}

.rk5t8m p {
  margin-bottom: 1.2em;
  line-height: 1.8;
  color: var(--np9k2r);
}

.rk5t8m ul,
.rk5t8m ol {
  margin-bottom: 1.5em;
  padding-left: 30px;
}

.rk5t8m ul li,
.rk5t8m ol li {
  margin-bottom: 0.8em;
  line-height: 1.8;
}

.rk5t8m ul {
  list-style-type: disc;
}

.rk5t8m ol {
  list-style-type: decimal;
}

.rk5t8m table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.rk5t8m table th,
.rk5t8m table td {
  padding: 15px;
  text-align: left;
  border: 2px solid var(--mb3x7t);
}

.rk5t8m table th {
  background-color: var(--zv3j8r);
  color: var(--rj6m3w);
  font-weight: 600;
}

.rk5t8m table tr:nth-child(even) {
  background-color: var(--cv8p5n);
}

.rk5t8m a {
  color: var(--bn5t2k);
  text-decoration: none;
  font-weight: 500;
}

.rk5t8m a:hover {
  text-decoration: underline;
  color: var(--lp8d6m);
}

.rk5t8m strong,
.rk5t8m b {
  font-weight: 700;
  color: var(--xk7m2p);
}

.rk5t8m em,
.rk5t8m i {
  font-style: italic;
}

.rk5t8m blockquote {
  border-left: 4px solid var(--bn5t2k);
  padding-left: 20px;
  margin: 20px 0;
  font-style: italic;
  color: #495057;
  background-color: var(--cv8p5n);
  padding: 20px;
  border-radius: 8px;
}

.rk5t8m code {
  background-color: var(--mb3x7t);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
  font-size: 0.9em;
}

.rk5t8m pre {
  background-color: var(--mb3x7t);
  padding: 15px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 20px 0;
}

.rk5t8m img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

.mx4p7w {
  display: none;
}

.wp-content-wrapper {
  display: none;
}

.elementor-kit {
  display: none;
}

.yoast-schema {
  display: none;
}

@media (max-width: 768px) {
  .fb9p2m {
    position: relative;
  }

  .pm7x4r {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background-color: var(--xk7m2p);
    flex-direction: column;
    padding: 80px 30px;
    transition: left 0.3s ease;
    gap: 30px;
    align-items: flex-start;
  }

  .pm7x4r.tr8n4k {
    left: 0;
  }

  .hb2x5m {
    display: flex;
  }

  .vn8t5r {
    padding: 8px 0;
  }

  .fb9p2m {
    gap: 0;
    flex-wrap: nowrap;
  }

  .jq3n7k {
    gap: 8px;
  }

  .xt9k2v .gp5m8n {
    padding: 6px 12px;
    font-size: 12px;
  }

  .yn5w8t img {
    width: 70px;
    height: auto;
  }

  .vt4p9m {
    padding: 60px 20px;
    min-height: 400px;
  }

  .qm7w3n h2 {
    font-size: 2rem;
  }

  .qm7w3n p {
    font-size: 1.1rem;
  }

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

  .tm5w8r {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .tm5w8r img {
    margin: 0 auto;
  }

  .hm9q4w {
    justify-content: center;
  }

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

  .dx4m7p {
    bottom: 10px;
    right: 10px;
    left: 10px;
  }

  .dx4m7p .gp5m8n {
    width: 100%;
    text-align: center;
  }

  .rk5t8m {
    padding: 20px;
  }

  .rk5t8m h1 {
    font-size: 1.8rem;
  }

  .rk5t8m h2 {
    font-size: 1.5rem;
  }

  .zt5p8n {
    margin: 0 -20px;
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .vt4p9m {
    min-height: 350px;
  }

  .qm7w3n h2 {
    font-size: 1.6rem;
  }

  .qm7w3n p {
    font-size: 1rem;
  }

  .wp9x6n th,
  .wp9x6n td {
    padding: 10px;
    font-size: 14px;
  }

  .rk5t8m h1 {
    font-size: 1.5rem;
  }
}
