@font-face {
 font-family: Montserrat; /* Имя шрифта */
 src: url(../fonts/Montserrat-Regular.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
 font-family: orbitron; /* Имя шрифта */
 src: url(../fonts/orbitron-bold.otf); /* Путь к файлу со шрифтом */
}

@font-face {
 font-family: RussoOne; /* Имя шрифта */
 src: url(../fonts/RussoOne-Regular.ttf); /* Путь к файлу со шрифтом */
}

html { height: 100%; min-height: 100%; }
body { min-height: 100%; }
html, html a { -webkit-font-smoothing: antialiased; }


a { 
outline: none;
color: #0e5e6e;
text-decoration: none;
}

a:hover{
  color: #054957;  
}

a:hover { text-decoration: none; }

a img { border: 0 none; }
a > img { vertical-align: bottom; }

img{
width: 100%;    
height: auto;
vertical-align: bottom;
}


button{
border: none;
outline: none;
}



body{
background: #0D0D0D; 
font-family: "Montserrat";   
-webkit-user-select: none; 
-moz-user-select: none;    
-ms-user-select: none;     
user-select: none;   
color: #FFFFFF;

}


::-webkit-scrollbar-track
{
height: 2px;
}

::-webkit-scrollbar
{
width: 2px;
background-color: #a82844;
height: 1px;
}

::-webkit-scrollbar-thumb
{
background-color: #0e5e6e;
height: 1px;
}



.hero_btn{
border: none;
    outline: none;
    background: #FF7A00;
    box-shadow: 0 4px 12px #f57d0d;
    border-radius: 8px;
    padding: 10px 45px;
   color: #fff;
       font-weight: 700;
   transition: all 0.3s ease;

}
.hero_btn:hover{
background: #FFD600;  
box-shadow: 0 6px 18px #fad30f;
transform: translateY(-2px);
}


.header_top{
 padding: 15px 0;
 box-sizing: border-box; 
}


.header_top_left {
    float: left !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.logo {
    background: url(../images/logomedia.svg);
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.logo_text_left{
 color: #00bfbf; 
}

.logo_text_right{
  color: #e03c61;
}

.logo_text{
    font-size: 3rem;
    font-family: orbitron;
    display: flex;
    gap: 10px;

}






.client_box {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-right: 20px;
    box-sizing: border-box;
        height: 90px;
}


.btn_login {
  background: linear-gradient(90deg, #00bfbf, #00d3d3);
  color: #fff;
  font-weight: 600;
  padding: 12px 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px #00bfbf46;
  display: flex;
  align-items: center;
  align-content: center;
  gap: 10px;

}

.btn_login:hover {
  background: linear-gradient(90deg, #00d3d3, #07f1f1);
  box-shadow: 0 6px 16px #07f1f1;
  transform: translateY(-2px);
}


.btn_registration {
  background: linear-gradient(90deg, #e03c61, #e95074);
  color: #fff;
  font-weight: 700;
  padding: 12px 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px #ee386293;
  display: flex;
  align-items: center;
  align-content: center;
  gap: 10px;
}

.btn_registration:hover {
  background: linear-gradient(90deg, #e95074, #f76486);
  box-shadow: 0 6px 18px #f76486;
  transform: translateY(-2px);
}





.jeckpot_block {
    background: #1A1A1A;
    padding: 50px 0;
    box-sizing: border-box;
}

.jeckpot_block h2{
 color: #00bfbf; 
}


.jeckpot_block b{
  color: #FF7A00;  
  display: flex;
  gap: 5px;
  align-items: center;
}

.jackpot-value{
font-size: 2rem;
    font-weight: 700;
    color: #e03c61;
}

.jackpot_am{
background: #0D0D0D;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 8px;
  margin-bottom: 20px;
}

.draw_block{
    background: #1A1A1A;
    padding: 50px 0;
    box-sizing: border-box;
}

.draw_block b{
 color: #00bfbf;  
}

.draw-rules {
    margin: 28px 0;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: #0D0D0D;
}

.draw-rules h2,
.draw-rules h3,
.draw-rules h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.2px;
}

.draw-rules h2 { font-size: 26px; color: #fff; }
.draw-rules h3 { font-size: 20px; color: #F5C542; }
.draw-rules h4 { font-size: 18px; color: #B7B5D1; }

.draw-rules p {
  color: #E8E7F2;
  opacity: 0.95;
  line-height: 1.65;
  margin-bottom: 14px;
}

.draw-rules pre {
  background: #0f0e1c;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.5;
  overflow-x: auto;
  margin-bottom: 16px;
  color: #EDEBFF;
}

.draw-rules code {
   background: rgba(124,58,237,0.12);
  border: 1px solid rgba(124,58,237,0.25);
  padding: 0.1em 0.35em;
  border-radius: 6px;
  color: #EDEBFF;
}

.draw-rules table {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0 18px;
  font-size: 14px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  overflow: hidden;
}

.draw-rules thead th {
  background: linear-gradient(180deg, rgba(124,58,237,0.3), rgba(124,58,237,0.15));
  color: #fff;
  text-align: left;
  padding: 10px;
  font-weight: 700;
}

.draw-rules tbody td {
  padding: 10px;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: #E8E7F2;
}

.draw-rules tbody tr:nth-child(even) td {
  background: rgba(255,255,255,0.03);
}




.hiw--teaser {
  position: relative;
  overflow: hidden;
  padding: 80px 20px;
  isolation: isolate;
}

.hiw-title{
  text-align:center;
  font-size: clamp(28px, 3.2vw, 40px);
  letter-spacing:.3px;
  margin:0 0 8px;
}

.hiw-subtitle{
  text-align:center;
  color:var(--hiw-muted);
  margin:0 0 38px;
  font-size: clamp(14px, 1.6vw, 18px);
}

.hiw-steps{
  display:grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap:28px;
  align-items:stretch;
  position:relative;
}

@media (max-width: 980px){
  .hiw-steps{ grid-template-columns: 1fr; }
}


.hiw-connector{
  display:block;
  height:2px;
  align-self:center;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent);
  filter: drop-shadow(0 0 10px rgba(255,255,255,.25));
}
@media (max-width:980px){ .hiw-connector{ display:none; } }

.hiw-step{
  position:relative;
  border-radius:20px;
  padding:22px 20px 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(6px);
  transition: transform .35s ease, box-shadow .35s ease, border-color .3s ease;
  transform-style: preserve-3d;
  will-change: transform;
}

.hiw-step:hover{
  transform: translateY(-6px) rotateX(1.2deg);
  border-color: rgba(255, 209, 102, .45);
  box-shadow: 0 18px 40px rgba(0,0,0,.35), 0 0 24px rgba(255,209,102,.18);
}

.hiw-step__head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}

.hiw-step__num{
  display:inline-grid;
  place-items:center;
  width:40px; height:40px;
  border-radius:12px;
  font-weight:700;
  background: #fff;
  color:#1b1230;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.35);
}

.hiw-step__label{
  font-weight:700;
  font-size:18px;
  letter-spacing:.2px;
}

.hiw-illu{
  display:flex;
  justify-content:center;
  margin:6px 0 10px;
  filter: drop-shadow(0 8px 16px rgba(140,82,255,.15));
}
.hiw-illu svg{
  transition: transform .4s ease;
}
.hiw-step:hover .hiw-illu svg{
  transform: translateZ(20px) scale(1.03);
}

.hiw-text{
  color:#fff;
  line-height:1.55;
  font-size:15px;
  margin:0;
}

.hiw-cta{
  text-align:center;
  margin-top:34px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
}


@keyframes btnPulse{
  0%,100% { box-shadow: 0 6px 18px rgba(140,82,255,.25); }
  50% { box-shadow: 0 10px 28px rgba(255,209,102,.32); }
}
.hiw-note{ color:#fff; font-size:13px; }

[data-animate]{ opacity:0; transform: translateY(18px); }
[data-animate].visible{ opacity:1; transform: translateY(0); transition: all .6s ease; }


@keyframes orbFloat{ to{ transform: translate(40px,-20px) scale(1.08); } }
@keyframes starsTwinkle{ to{ opacity:.8; } }