/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  overflow-x: hidden;
  overflow-y: auto; /* âêëþ÷åíî âåðòèêàëüíîå */
  margin: 0;
  padding: 0;
}


html, body {
  height: 100%;
  font-family: sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  font-family: "Inter", sans-serif;
  font-weight: 500; /* SemiBold */
   font-family: 'Inter', sans-serif;
font-size: 24px;
font-weight: 600;
line-height: 28px;        /* êàê â Figma */
letter-spacing: 0.2px;    /* êàê â Figma */
-webkit-font-smoothing: antialiased;


}
html, body {
  scroll-behavior: smooth;
  overflow-y: auto;
}

@font-face {
  font-family: 'gothampro_bold';
  src: url('public/css/font/Gotham\ PRO/gothampro_bold.ttf'); /* çàïàñíîé âàðèàíò */
  font-weight: 600; /* SemiBold îáû÷íî 600 */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BenzinBold';
  src: url('public/css/font/Benzin/Benzin-Bold.ttf'); /* çàïàñíîé âàðèàíò */
  font-weight: 600; /* SemiBold îáû÷íî 600 */
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

/* Êðàñèâûé scroll-bar (òîëüêî äëÿ WebKit áðàóçåðîâ) */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #F67D00, #F88000);
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}


img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.header {
  position: relative;
  height: 1130px;
  width: 100%;
  overflow: hidden;
  display: flex;
}
.main {
  position: relative;

  width: 100%;
  overflow: hidden;
  
}
.header-conteiner{
    position: relative;
    top: 58px;
    max-width: 1200px;
    margin: 0 auto;
}
.header-nav{

    border-radius: 17.192px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    height: 91px;
    justify-content: center;
}
.header-nav-item a {
  text-decoration: none;
  padding-bottom: 28px;
  border-bottom: 3.45px solid transparent;
  transition: border-color 0.3s ease;
  color: #fff;
}

.header-nav-item.active a {
  border-bottom: 3.45px solid #F67D00; /* èëè íóæíûé òåáå öâåò */
  



}
.header-nav-item a:hover {
  border-bottom: 3.45px solid #F67D00; /* èëè íóæíûé òåáå öâåò */
}


.vector-line {
    position: absolute;
    width: 2359px;
    height: 1521px;
    left: -165.3px;
    top: 1244px;
    background-size: cover;
    z-index: 1;
    pointer-events: none; 
    opacity: 0.1;
    transform: rotate(-5.35deg);/* ëèáî ïåðåìåñòè ê svg, åñëè íóæíî òîëüêî svg êðóòèòü */
}
.vector-line svg {
    transform: rotate(5.35deg);
}

.vector-line svg {
    width: 100%;
    height: 100%;
    display: block;
}


.blur-active
{
   /* Rectangle 239 */

position: absolute;
width: 92px;
height: 9.92px;
background: #FC9C38;
filter: blur(13.35px);
top: 77px;

}

.bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1130px;
  overflow: hidden;
  z-index: -1; /* ôîí ïîä êîíòåíòîì */
}




.bg-image {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -0%);

  min-height: 100vh;
  min-width: 1130px;
  width: auto;
  height: 1130px;

  object-fit: cover;
  pointer-events: none;
  user-select: none;
  filter: brightness(0.7); /* çíà÷åíèå ìåíüøå 1  òåìíåå */
}

.header-blur {
  /* Rectangle 235 */
    height: 100%;
    width: 50.5rem;
    background: rgb(6 6 6 / 70%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(5.96662px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 17.192px;

    color: white;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 23px;
}
.header-logo{
    width: 58px;
    height: 58px;
    
}
.header-img{
    margin-right: 113px;
}
.header-nav-list{
    display: flex;
    gap: 83px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.button-wrapper {
  position: relative;
  width: 331px;
  height: 100%;
}


.button-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 209px;
  height: 73px;
  background: linear-gradient(90deg, #F67D00 0%, #FFAA50 49.14%, #F88000 100%);
  filter: blur(40px);
  border-radius: 11.9725px;
  z-index: 1;
}
.button-blur-play{
    /* Rectangle 259 */
    position: absolute;
    top: 0;
    left: 0;
    width: 45.1vh;
    height: 114px;
    background: linear-gradient(90deg, #F67D00 0%, #FFAA50 49.14%, #F88000 100%);
    filter: blur(52.1px);
    border-radius: 15.3355px;

}


.button-pay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 21px;
  font-weight: 600;
  font-family: "Inter", sans-serif;

  background: linear-gradient(90deg, #F67D00 0%, #FFAA50 49.14%, #F88000 100%);
  border-radius: 12px;
  border: none;
  cursor: pointer;

  box-shadow: 0 4px 15px rgba(246, 125, 0, 0.4);
  transition: all 0.3s ease;
}
.pay-pay-to-pay {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  opacity: 0.5;
  margin-bottom: 70px;
  justify-content: flex-end;
  align-items: center;
}

/* Ïðè ñðåäíåé øèðèíå  2 â ðÿä */
@media (max-width: 768px) {
  .pay-pay-to-pay {
    justify-content: center;
  }


}

/* Ïðè ìàëåíüêîé øèðèíå  1 êîëîíêà */
@media (max-width: 480px) {
  .pay-pay-to-pay {
    flex-direction: column;
    gap: 20px;
  }

  .pay-pay-to-pay a,
  .pay-pay-to-pay img {
    max-width: 80%;
  }
}

/* Hover ýôôåêò */
.button-pay:hover {
  background: linear-gradient(90deg, #FFA347 0%, #FFD088 49.14%, #FF9D2D 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(255, 170, 80, 0.5);
}

.header-text{
    position: relative;
    top:100px;
    color: #fff;
    font-family: "gothampro_bold", sans-serif;
    line-height: 1.0;
    font-size: 99px;
}



.lets-go-game {
  position: relative;
  z-index: 1;
  width: 45.1vh;
  height: 11.4vh;
  top:340px;
  display: flex;
  justify-content: center;
  align-items: center;

  color: #fff;
  font-size: 25px;
  font-family: "BenzinBold", sans-serif;

  background: linear-gradient(90deg, #F67D00 0%, #FFAA50 49.14%, #F88000 100%);
  border-radius: 15.3px;
  border: none;
  cursor: pointer;

  transition: all 0.3s ease;
  box-shadow: 0px 0px 63px 22px rgba(246, 125, 0, 0.61);
}

/* Hover ýôôåêò */
.lets-go-game:hover {
  background: linear-gradient(90deg, #FFA64D 0%, #FFD299 49.14%, #FFA94D 100%);
  transform: translateY(-4px);
  box-shadow: 0 6px 28px rgba(255, 170, 80, 0.5);
}

.lets-go-game-img{
    margin-left: 10px;
}


/*main*/



main{
  background-color: #190F00;
}
.main-container{
    position: relative;
    top: 58px;
    width: 1200px;
    margin: 0 auto;
}
.reoder-select-game{
  width: 100%;
}
.main-play{
  font-family: "BenzinBold", sans-serif;
  color:#fff;
  text-align: center;
  margin-top: 34px;
  position: relative; /* èëè absolute */
    z-index: 0;   
}
.main-select-game-box{
  /* Rectangle 259 */

  box-sizing: border-box;
  position: relative;
  top:110px;
  width: 1163.8px;
  height: 567.25px;
  background: linear-gradient(283.91deg, rgba(26, 16, 1, 0.04) -12.83%, rgba(255, 255, 255, 0.04) 97.88%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5.96662px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 31px;
  margin: 0 auto;
  padding: 6.3vh;
  display: flex;

}/*
.select-game-box{
 

  display: flex;
  width: 456.23px;
  height: 54.32px;
  background: linear-gradient(90deg, #F67D00 0%, #FFAA50 49.14%, #F88000 100%);

}
.game-windows{
  

width: 171.12px;
height: 53.89px;


background: #FFFFFF;
border-radius: 38.7146px;
font-size: 17px;
color:#000;
font-family: "Inter", sans-serif;
display: flex;
align-items: center;
justify-content: center;

}*/
.select-game-box {
  display: flex;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  max-width: 456.23px;
  background: #1c1c1c;
}

.game-tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.112vh;
  height: 5.389vh;
  border-radius: 999px;
  font-size: 1.6vh;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: rgba(70, 67, 62, 0.6);

  margin-left: -43px;
  color: #ffffff17;
  overflow: hidden;
}

.game-tab:first-child {
  margin-left: 0;
}

.game-tab.active {
  background: white;
  color: #000;
  z-index: 10; /* Increased z-index to ensure it covers others */
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}

/* Ensure inactive tabs don't show through */
.game-tab:not(.active)::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.01); /* Match background */
  z-index: -1;
}

.game-instruction {
    font-size: 21px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    color: #fff;
    width: 58vh;
    margin-top: 48px;
    opacity: 68%;
    height: 220px;
    align-items: center;
    display: flex
;
}
.main-select-game-box{

}
.img-and{

}
.img-drive{
  position: absolute;
  top: -40px; 
  left: 520px;
  width: 992.93px;
  height: 661.79px;
  filter: blur(0px);
  z-index: 5;
}



.windows-img{
  top: -40px; 
  left: 520px;
  width: 992.93px;
  height: 661.79px;
  display: none;
}
.android-img {
    top: -190px;
    left: 433px;
    /* width: 944px; */
    height: 944px;
    display: none;
    transform: rotate(299deg);
}
.samp-img {
    top: 30px;
    left: 662px;
    width: 475px;
    height: 475px;
    display: none;
}
.button-download {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 21px;
  font-family: "Inter", sans-serif;

  background: linear-gradient(90deg, #F67D00 0%, #FFAA50 49.14%, #F88000 100%);
  border-radius: 56px;
  overflow: hidden;
  cursor: pointer;
  
  box-shadow: 0px 0px 63px 22px rgba(246, 125, 0, 0.61);
  transition: all 0.3s ease;
  box-shadow: linear-gradient(90deg, #F67D00 0%, #FFAA50 49.14%, #F88000 100%);;
}

/* Hover ýôôåêò */
.button-download:hover {
  background: linear-gradient(90deg, #FFA94D 0%, #FFD3A1 49.14%, #FF9E2D 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(255, 170, 80, 0.5);
}


.button-blur-download {


}





.button-wrapper-download {
  position: relative;
  width: 544.5px;
  height: 84.14px;
  margin-top:74px;
  
}

.blur-drive-img{
  position: absolute;
  width: 174.57px;
  height: 156.35px;
  top:-70px;
  left: 40%;
}
.blur-drive2-img{
  position: absolute;
  width: 324.45px;
  height: 256.24px;
  top:75%;
  left: -10.5%;
  z-index: 22;
  transform: rotate(15deg);
}
.blur-drive3-img {
    position: absolute;
    width: 800px;
    height: 700px;
    top: -41%;
    left: -376px;
    z-index: 0;
    /* transform: rotate(15deg); */
}
.blur-drive4-img {
    position: absolute;
    width: 800px;
    height: 700px;
    top: -53%;
    left: 800px;
    z-index: 0;
    /* transform: rotate(15deg); */
}
.blur-drive-3{

  position: absolute;
  width: 1050px;
  height: 700px;
  left: -73.92px;
  top: 988px;
  background-image: url('public/css/img/blur-drive-3.png');
  opacity: 0.03;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transform: rotate(18.76deg);

}
.vector-png{
  position: absolute;
  width: 100%;
  height: 100%;
 

  z-index: 24;
}
.vector-png-2{
 position: absolute;
    width: 100%;
    height: 100%;
    top: 42%;
    right: -12%;
    z-index: 2222;
    transform: rotate(-180deg);

}
.gradient-transition {
    width: 100%;
    height: 100px;
    background: #190F00;
    background: linear-gradient(0deg, rgba(25, 15, 0, 1) 0%, rgba(237, 221, 83, 0) 100%);
    position: absolute;
    top: 91.6%;
    z-index: 66;
}



.blur-img-khj {
    position: absolute;
    width: 445px;
    height: 382px;
    right: -53px;
    top: 39px;
    background: #FFFFFF;
    opacity: 0.48;
    filter: blur(110px);
}

.monitoring-block{
  margin-top: 150px;
}

.server-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  font-family: 'Inter', sans-serif;
  color:#fff;
  font-weight: 200;
  margin-top: 93px;
}

.server-block {
  box-sizing: border-box;

  position: relative;
  width: 420px;

  background: linear-gradient(160.49deg, rgba(26, 16, 1, 0.15) 4.15%, rgba(255, 255, 255, 0.15) 92.45%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5.96662px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 17.192px;
  padding: 12px 23px;
}

.server-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  font-size: 18px;
  justify-content: space-between;
  margin-left: 10px;
}

.server-dot {
  width: 10px;
  height: 10px;
  background: #33FF00;
  border-radius: 50%;
  margin-left: 10px;
  box-shadow: 0px 0px 20px 10px #33ff0021;
}

.server-icon {
  width: 57px;
  height: 57px;

}

.server-progress {
  font-size: 19.27px;
  color: #fff;
  font-weight: 500;
  display: flex;
  
}

.server-bar {
  height: 70px;
  border-radius: 16px;
  margin-top: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.37);
  cursor: pointer;
  box-shadow: 0 0 20px 5px rgba(246, 125, 0, 0.2);
  transition: background 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.platinum {
  background: linear-gradient(90deg, #A2A2A2 0%, #E9E9E9 50%, #A2A2A2 100%);
}

.gold {
  background: linear-gradient(90deg, #ffb347 0%, #ffcc33 100%);
}

.brilliant {
  background: linear-gradient(90deg, #00c6ff 0%, #0072ff 100%);
}

/* Ýôôåêòû íàâåäåíèÿ */
.platinum:hover {
  background: linear-gradient(90deg, #c0c0c0 0%, #ffffff 50%, #c0c0c0 100%);
  box-shadow: 0 0 25px 6px rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
}

.gold:hover {
  background: linear-gradient(90deg, #ff9f00 0%, #ffe066 100%);
  box-shadow: 0 0 25px 6px rgba(255, 204, 51, 0.3);
  transform: translateY(-3px);
}

.brilliant:hover {
  background: linear-gradient(90deg, #00aaff 0%, #0055ff 100%);
  box-shadow: 0 0 25px 6px rgba(0, 195, 255, 0.3);
  transform: translateY(-3px);
}



.online_full{
  opacity: 14%;
  font-size: 19.27px;
}
.server-header-content{
  display: flex; 
  align-items: center;
}
.server-header-content span{ 
  margin-right: 10px;
  
  display: flex;
  align-items: center;
} 
.server-header-text{
  font-size: 28px;
}

.map-server-1 {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 155px;
  font-size: 17px;
  border-radius: 17px;

  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
  color: #fff;

  margin-top: 10px;
  margin-left: 10px;

  transition: all 0.3s ease;
  cursor: pointer;
}

/* Hover ýôôåêò */
.map-server-1:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.12);
  transform: translateY(-3px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.map-server-1 svg {
  width: 17px;
  margin-right: 10px;
}

.conteiner-social {
    display: flex
;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 45px;
    margin-top: 112px;
    flex-direction: column;
    width: 1150px;
    margin: 0 auto;
    margin-top: 112px;
}
.social-group{

  box-sizing: border-box;

  height: 112px;
  background: linear-gradient(160.49deg, rgba(26, 16, 1, 0.05) 4.15%, rgba(31, 31, 31, 0.05) 92.45%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5.96662px);
  border-radius: 2000px;
  display: flex;
  align-items: center;
  padding: 15px ;
  width: 355px;
  transition: all 0.3s ease;
  cursor: pointer;

  box-shadow: 0 0 12px rgba(255, 255, 255, 0.06);
}
.social-group:hover {
  background: linear-gradient(160.49deg, rgba(255, 255, 255, 0.06) 4.15%, rgba(255, 255, 255, 0.02) 92.45%);
  transform: translateY(-4px);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.logo-social{
position: relative;
width: 83px;
height: 83px;
background: #FEA74A;
backdrop-filter: blur(5.96662px);
/* Note: backdrop-filter has minimal browser support */
border-radius: 2000px;
display: flex;
justify-content: center;
align-items: center;

}
.social-content{
  font-size: 20.31px;
  margin-left: 22px;
}
.sub-social{
  opacity: 0.34;
  font-size: 15.34px;
  font-weight: 400;
}

.footer-main {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 33px;
}
.optika-13{
  opacity: 13%;
  font-size: 20px;
}
.flex-social {

  display: grid;
  gap: 1rem;
  padding: 1rem;
  
  grid-template-columns: 1fr; /* ïî óìîë÷àíèþ 1 êîëîíêà */
}
@media (min-width: 750px) {
  .flex-social {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Êîãäà ýêðàí ? 800px  3 êîëîíêè */
@media (min-width: 1200px) {
  .flex-social {
    grid-template-columns: repeat(3, 1fr);
  }
  

}
.offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 20px;
  margin-top: 20px;

  opacity: 0.4;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Íàâåäåíèå èëè ðîäèòåëüñêèé hover (íàïðèìåð, ïðè ïîÿâëåíèè áëîêà) */
.offer a:hover {
  opacity: 1;
  transform: translateY(-3px);
  color: #ffffff;
  opacity: 100%;
}


/* Vector 11 */


/* Ïîçèöèè äëÿ ðàçíûõ âêëàäîê */
.main-select-game-box.windows .img-drive {
  top: 0;
  left: 0;
}

.main-select-game-box.android .img-drive {
  top: 10px;
  left: 150px;
}

.main-select-game-box.samp .img-drive {
  top: 50px;
  left: 250px;
}

.img-drive {
    display: none;
}
.img-drive.active {
    display: block;
}


.blur-drive-img,
.blur-drive2-img,
.blur-drive3-img,
.blur-drive4-img {
  transition: opacity 0.5s ease;
  opacity: 1;
  visibility: visible;
}

.blur-drive-img.hidden,
.blur-drive2-img.hidden,
.blur-drive3-img.hidden,
.blur-drive4-img.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; /* ÷òîáû ýëåìåíò íå ëîâèë êëèêè, åñëè íóæíî */
}

.img-drive-img {
  transition: opacity 0.5s ease;
}


.header {
  width: 100%;
   /* èëè çàäàéòå íóæíóþ âûñîòó */
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.51)),
                    url('../img/untitled\ 2.png');

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.png-android{
    display: none;
  }
.button-burger
{
  display: none;
}

@media (max-width: 768px) {
  .header {
    min-height: 70vh; /* ìåíüøå âûñîòà, ÷òîáû íå çàíèìàë âåñü ýêðàí íà òåëåôîíå */
    background-position: center top; /* ìîæíî ïîìåíÿòü ïîçèöèþ, åñëè íèç êàðòèíêè íåâàæåí */
  }

}
@media (max-width: 1210px) {
  .header-conteiner{
    width: 100%;
  }
  nav.header-nav{
    width: 100%;
  }
  .button-wrapper
  {
    display: none;
  }
   .header-nav-item:nth-child(1), /* Ãëàâíàÿ */
  .header-nav-item:nth-child(3)  /* Ôîðóì */ {
    display: none;
  }
  .header-blur
  {
    justify-content: space-around;
    width: auto;
    margin-right: 0px;
            width: 100%;
            font-size: 19px;
    
  }
  .button-burger
  {
    display: flex;
    width: 2.0rem;
    height: 2.0rem;
    cursor: pointer;
  }
  .button-burger img
  {
    width: 2.0rem;
    height: 2.0rem;
    
  }
  .header-img{
      margin-right: 0px;
  }
  .header-conteiner{
    padding: 10px;
    
  }
  .header-text{
    font-size: 7.9vh;
  }
  .lets-go-game{
    width: 43.1vh;
  }
  .header-conteiner{
    top:10px
  }
  .lets-go-game{
    font-size: 2.5vh;
  }
  .main{
    padding: 10px;
  }
  .conteiner-social{
    width: 100%;
    padding: 0 20px;
  }
  .offer{
    font-size: 2vh;
  }
  .footer-main{
    justify-content: end;
    flex-direction: column;
    align-items: normal;
  }
  .monitoring-block {
    margin-top: 200px;
  }
  .main-select-game-box{
    width: auto;
  }
  .header {
        height: 801px;
  }
  .gradient-transition{
    top: 87.6%;
  }

  
  
}
@media (max-width: 647px) {

  .game-instruction{
      width: 58vh;
  }

  .main-select-game-box{
            padding: 3.3vh;
  }
  .game-instruction {
    font-size: 2.1vh;
  }
  .button-wrapper-download{
    width: 100%;
    height: 8.414vh;
  }
  .game-instruction{
    width: auto;
  }
  .png-android {
      height: 250px;
  }
  .blur-img-khj{
      background: #ffffff40;
  }
  .main-select-game-box{
    height: auto;
  }
  .png-android{
    display: block;
  }
  .blur-drive2-img {

    top: 84%;
    left: -35.5%;

}
}
.terms-conteiner{
  width: 1200px;
  margin: 0 auto;
  color:#fff;
}
.terms-header{
  box-sizing: border-box;
    position: relative;

    background: linear-gradient(283.91deg, rgba(26, 16, 1, 0.04) -12.83%, rgba(255, 255, 255, 0.04) 97.88%);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5.96662px);
    border-radius: 31px;
    margin: 0 auto;
    width: 500PX;
    padding: 3.3vh;
    display: flex;
    justify-content: center;
    font-size: 24px;
    margin-top: 30px;

    margin-bottom: 30px;
}
@media (max-width: 1150px) {

  .blur-img-khj{
    right: 0px;
        background: #ffffff6e;

  }
  .android-img {
    width: 94.4vh;
    
    transform: scale(1.3); /* 1.3x óâåëè÷åíèå */
  }
  .img-drive{
    width: 94.4vh;
  }
  .game-tab{
    z-index: 9;
  }
  .terms-conteiner{
    width: auto;
  }
  .terms-header{
    width: 100%;
    font-size: 18px;
  }
  
}
@media (max-width: 870px) {

  .img-drive-blur{
    display: none;
  }
  .windows-img{
    display: none;
  }
  .mobaile-img{
    display: none;
  }
  .main-select-game-box{
    top: 50px;
  }
  .button-download{
    margin-top: 10px;
  }


}
.button-burger:hover {
  opacity: 0.8;


}

.main-img-pay{
  height: 60px;
}

.donate-vip {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 20px;
  width: 600px;
}

.donate-vip-header {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #ffcc00, #ff8800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 5px rgba(255, 136, 0, 0.5);
}

.donate-vip-content {
  width: 100%;
  max-width: 650px;
  background: linear-gradient(283.91deg, rgba(26, 16, 1, 0.08), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  padding: 25px 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);

}

.admin-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 18px;
}

.admin-item:last-child {
  border-bottom: none;
}

.admin-item span {
  font-weight: bold;
  color: #ffd700;
}

.terms-text{
  font-size: 17px;
}
.class-vip{
  display: flex;
    margin: 0 auto;
    max-width: 1200px;
    gap: 35px;
}
.donate-warning {
  margin-top: 40px;
  padding: 25px;
  background: rgba(255, 100, 0, 0.1);
  border-left: 4px solid #FF8800;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 1200px;
}

.donate-warning h3 {
  color: #FFAA33;
  font-size: 18px;
  margin-bottom: 10px;
}

.donate-warning strong {
  color: #FFAA50;
}


.block-mobile{
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
}
.background-mobile{
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;

  background: linear-gradient(180deg, #2a1500, #000000);
  z-index: 2;
  align-items: center;
  color:#fff;
  font-size: 27px;
  line-height: 140%;
  text-align: center;
  flex-direction: column;
  
}
.background-mobile .lets-go-game {
    height: 60px;
    font-size: 13px;
    min-width: 300px;
    margin-top: 150px;
    z-index: 6;
    position: static;
}
.background-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 26px;
      margin-top: 240px;
    line-height: 60px;
}
.background-mobile {
    display: none; /* ñêðûòî ïî óìîë÷àíèþ */
}

.background-mobile.active {
display: flex
;
    justify-content: center;
    align-items: center;
}

.header-nav-item.hide {
    display: none;
}

@media (max-width: 529px) {
    .lets-go-game {
        width: 100%;
    }
}
/* Ïðèìåð: ñêðûòîå ìåíþ ïî óìîë÷àíèþ */
/* Ñêðûòîå ñîñòîÿíèå ìåíþ */
#mobileMenu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

/* Àêòèâíîå (îòêðûòîå) ñîñòîÿíèå */
#mobileMenu.active {
  max-height: 12200px; /* èëè áîëüøå, åñëè êîíòåíòà ìíîãî */
  opacity: 1;
}

#mobileMenu {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;


}

#mobileMenu.active {
  transform: translateY(0);
  opacity: 1;
}

/*

<div class="map-server-1">
                    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-map-icon lucide-map"><path d="M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0z"/><path d="M15 5.764v15"/><path d="M9 3.236v15"/></svg>Êàðòà øòàòà
                </div>

                */