* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-focus-ring-color: transparent;
}

body{
  background: #090909;
}

header{
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
  z-index: 1;

}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
  object-fit: cover;
  filter: blur(4px) brightness(60%);
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: background-color 0.3s ease;
}

.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.nav-logo {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);

}

/* Исходный прозрачный стиль */
nav.transparent {
  color: white;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* После прокрутки — белый фон и чёрный текст */
nav.scrolled {
  background-color: #000000;
  color: #ffffff;
}

/* Чтобы ссылки тоже меняли цвет */
nav.scrolled a {
  color: #ffffff;
}

nav.transparent a {
  color: rgb(255, 255, 255);
}
nav.transparent:hover a {
  color: rgb(255, 255, 255);
}

/* ЭФФЕКТ НАВЕДЕНИЯ: фон становится белым, иконки — чёрными */
nav.transparent:hover {
  background-color: rgb(0, 0, 0);

}
nav .nav-logo img {
  filter: invert(0%);
}

.burger-menu img{
  filter: invert(100%);
}

.logo_header{
  width: 80px;
}

ul{
  display: flex;
}

li{
  display: flex;
  justify-content: center;
  align-items:center;
  list-style-type: none;
  margin-left: 40px;
  font-family: roboto;
  font-weight: 300;
  font-size: 13px;  
  position: relative;

}
li:first-child{
  margin-left: 60px;
}

li img{
  width: 18px;
}

li a{
text-decoration: none;
color: #000000;
display: flex;
align-items: center;
gap: 10px;
}

li::after {
content: "";
position: absolute;
right: 0;
bottom: -5px;
width: 0;
height: 1px;
background: rgb(255, 255, 255);
transition: width 0.3s ease-in-out;
}

li:hover::after {
left: 0;
right: auto;
width: 100%;
}
.menu_burger{
display: none;
}

.cart{
margin-right: 60px;
transition: 0.5s;
}
.cart:hover{
transform:scale(1.04);
}


.main_banner{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 750px;
gap: 100px;
margin-top: 130px;


}

.banner{
display: flex;
align-items: center;
gap: 60px;

}

.separator {
width: 1px; 
background-color: white; 
height: 211px; 
}

.banner p{
font-size: 20px;
font-family: roboto;
font-weight: 200;
color: white;
width: 500px;

}

.banner img{
width: 300px;
}
h1{
display: flex;
justify-content: center;
font-family: roboto;
font-size: 27px;
font-weight: 400;
color: white;
margin-top: 120px;
font-family: roboto;
font-size: 60px;
font-weight: 700;
color: #fffffff2;
}

 .registration{
  display: flex;
  justify-content: center;
  align-items: center;
}

.block_reg{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 100px;
  margin-bottom: 100px;
  border: 1px solid white;
  padding: 50px;
  border-radius: 30px;
  transition: 0.3s;
}

.block_reg:hover{
  transform: scale(1.03);
}

.registration p{
  font-family: roboto;
  font-size: 40px;
  font-weight: 500;
  color: white;
}

.registration h2{
  font-family: roboto;
  font-size: 20px;
  font-weight: 200;
}

.registration a{
  text-decoration: none;
  font-family: roboto;
  font-weight: 200;
  font-size: 20px;
  color: white;
  border: 1px solid white;
  padding: 30px 50px;
  transition: 0.3s;
  margin-top:50px;
}

.registration a:hover{
  transform: scale(1.03);
}


.product{
display: flex;
justify-content: center;
padding: 80px 110px;
}
.main_unit{
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
margin-top: 80px;
opacity: 0;
transform: translateY(50px);
transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.block_product{
transition: 0.3s;
}
.block_product:hover{
transform: scale(1.04);
}

.block_product a{
text-decoration: none;
color: #ffffff;
}

.block_product img{
object-fit: cover;
width: 400px;
height: 420px;
}
.price{
font-family: roboto;
font-weight: 600;
font-size: 18px; 
margin-top: 10px;
color: white;
}

.name_prod{
font-family: roboto;
font-weight: 300;
font-size: 20px; 
margin-top: 10px;
max-width: 300px;
}



.team{  
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 150px 0px;
opacity: 0;
transform: translateY(50px);
transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.team_center{
max-width: 1500px;
}

h2{
font-family: "Jost", sans-serif;
font-weight: 500;
font-size: 33px;
color: white;
}

.cs{
font-family: "Jost", sans-serif;
font-weight: 500;
font-size: 26px;
color: #c3c3c3;
}

.block_main{
display: flex;
justify-content: center;
gap: 30px;
align-items: center;  
margin-top: 50px;
flex-wrap: wrap;
}

.block_player{
transition: 0.3s;
}
.block_player a{
text-decoration: none;
}

.block_player:hover{
transform: scale(1.05);
}

.image-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.image-modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  box-shadow: 0 0 20px #000;
  transition: transform 0.3s ease;
}


.team img{
width: 250px;
height: 300px;
object-fit: cover;
}

.nick{
font-size: 20px;
font-family: roboto;
font-weight: 500;
color: white;
margin-top: 20px;
}

.name_player{
font-size: 20px;
font-family: roboto;
font-weight: 200;
color: white;
margin-top: 10px;
}

.promo_section2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
  margin-top: 200px;
  box-sizing: border-box;
  padding: 30px;
  text-align: center;
}

.promo_section2 a{
  margin-top: 600px;
  position: absolute;
  font-family: roboto;
  font-size: 25px;
  font-weight: 200;
  color: white;
  text-decoration: none;
  border: 1px solid;
  padding: 25px 60px;
}

.promo_section2 a:hover{
  transform: scale(1.04);
}

.promo_section2 .tm {
  font-family: roboto;
  font-size: 35px;
  font-weight: 200;
  color: white;
  text-align: center;
}
.promo_section2 .tm_sec {
  font-family: roboto;
  font-size: 20px;
  font-weight: 200;
  color: white;
  margin-top: 10px;
}

.promo_section2 video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
  object-fit: cover;
  filter: blur(3px) brightness(60%);
}

footer{
display: flex;
flex-direction: column;
height:400px;
margin-top: 200px;
overflow: hidden;
background: #181818;  
}


.contact{
display: flex;
flex-direction: column;
}

.contact a{
margin-top: 20px;
text-decoration: none;
color: #fafafa;
font-family: roboto;
font-weight: 200;
transition: 0.3s;
}

.contact a:hover{
font-weight: 400;
}

.top_footer{
display: flex; 
gap: 200px;
justify-content: center;
margin-top: 50px;
width: 70%;
align-self: center;
}
.top_footer p{
font-family: roboto;
font-weight: 200;
font-size: 22px;
color: #fafafa;
}

.bottom_logo{
width: 180px;
}


.block_help{
display: flex;
flex-direction: column;


}

.block_help p{
font-size: 30px;
margin-top: 15px;
font-family: roboto;
font-weight: 200;

}

.block_help a{
font-size: 15px;
font-family: roboto;
font-weight: 200;
margin-top: 15px;
color: #fafafa;
text-decoration: none;
transition: 0.1s;
}
.block_help a:hover{
font-weight: 400;
}

.social a{
  text-decoration: none;
}


.social a img{
margin-right: 20px;
margin-top: 15px;
width: 35px;
transition: 0.3s;
}
.social a img:hover{
transform: scale(1.1);
}

.line{
width: 1200px;
border: 1px solid #fafafa;;
align-self: center;
margin-top: 100px;
}

@media screen and (min-width: 1800px) {
  nav {
    height: 83px;
  }

  .logo_header{
    width: 90px;
  }

  li{
    font-size: 15px;
  }

  li img {
    width: 20px;
  }
}

@media screen and (max-width:600px) {
body{
overflow-x: hidden;
}
header{
background: url(../Media/cyber/v1016-b-09.jpg) left top/cover;
height: 1200px;
}

nav{
display: flex;
justify-content: flex-end;
align-items: center;
height: 72px;
background: #000000;
}

.nav-logo {
position: absolute;
top: 20%;
left: 50%;
transform: translateX(-50%);
}

ul{
padding: 0; 
display: none;
}
li{
margin-left: 30px;
}
li:first-child{
margin-left: 0;
}
li a{
font-size: 16px;
}

.cart{
display: none;
}
.menu_burger{
display: block; 
margin-right: 20px;
}
.menu_burger img{
  width: 40px;
  margin-top: 10px;
}

.banner{
height: 750px;
flex-direction: column;
align-items: center;
}
.first{
margin-top: 300px;
}

.separator{
height: 1px;
width: 90%;
}

.banner img{
width: 300px;
margin-top: 20px;
}

.banner p{
width: 300px;
text-align: center;
}

.main_unit{
display: flex;
justify-content: center;
width: auto;
gap: 20px;
margin-top: 25px;
}

h1{
margin-top: 70px;
}

.block_product img{
width: 160px;
height: 200px;
}
.block_product{
margin-top: 30px;
}
.price{
font-size: 18px;
}

.name_prod{
font-family: roboto;
font-weight: 300;
font-size: 14px; 
margin-top: 5px;
width: 150px;
}

.block_search{
  font-size: 50px;
  margin-left: 20px;
}

.team{
margin: 130px 20px;
}

h2{
font-size: 30px;
}
.cs{
font-size: 25px;
}

.block_main{
gap: 20px;
}

.team img{
object-fit: cover;
width: 160px;
height: 200px;
}

.nick{
font-size: 18px ;
margin-top: 10px;
}
.name_player{
font-size: 18px;
margin-top: 5px;
}

.promo_section2 a{
  padding: 20px 40px;
  font-size: 20px;
}



.promo_section2 .tm {
  font-family: roboto;
  font-size: 30px;
  font-weight: 200;
  color: white;
  text-align: center;
}
.promo_section2 .tm_sec {
  font-family: roboto;
  font-size: 17px;
  font-weight: 200;
  color: white;
  margin-top: 10px;
}




footer{
height: 650px;
}


.top_footer{
flex-direction: column;
gap: 50px;
} 

}

.burger-menu {
display: none;
position: absolute;
top: 70px;
right: 0;
background: #000000;
padding: 15px 15px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
z-index: 1000;
}

.burger-menu ul {
list-style: none;
display: flex;
align-items: flex-start;
flex-direction: column;
padding: 0;
margin: 0;
}

.burger-menu li {
margin-bottom: 20px;
}
.burger-menu li:last-child{
margin-bottom: 0;
}

.burger-menu a {
text-decoration: none;
color: rgb(255, 255, 255);
font-size: 16px;
}

.burger-menu.show {
display: block;
}

/* Показать бургер и скрыть обычное меню на маленьком экране */
@media (max-width: 440px) {
.burger{
margin: 0;
}

.menu_burger {
display: block;
cursor: pointer;
}

.burger-menu {
display: none;
}

.burger-menu.show {
display: block;
}

}


.show{
opacity: 1;
transform: translateY(0);
}








