.block{
  margin-top: 90px;
}
#header{
  width: 100%;
  height: 90px;
  justify-content: space-between;
  position: fixed;
  top: 0px;
  z-index: 10;
  background-color: aqua;
  margin-bottom: 10px;
  font-family: "arial black";
}
.header_container{
  display: flex;
  align-items: center;
}
.header_logo{
  height: 100%;
  display: flex;
  line-height: 0;
}
.header_logo_a{
  font-size: 60px;
  display: block;
  width: 400px;
}
.Nav_menu{
  align-items: center;
  font-size: 20px;
  grid-template-columns: repeat(5,1fr);
  gap: 20px;
}

.Nav__li{
  margin: 0;
  display: block;
}
.Nav__li{
  display: flex;
  text-align: center;
}
.Nav_li_a_t{
  display: block;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 1024px){
  .header_logo{
    max-width: 350px;
  }
}

@media screen and (max-width:1024px) {
  .header_Nav{
    width: 100%;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 20px;
    transition: all 0.8s;
  }
  .header_Nav.active{
    right: 0;
  }
  .Nav_menu{
    width: 100%;
    height: 100vh;
    flex-direction: column;
    padding: 80px 0;
    overflow: auto;
  }
  .Nav_menu>li{
    width: 100%;
    border-top: solid 1px rgb(0, 0, 0);
    margin-right: 0;
  }
  .Nav_li_a_t{
    width: 100%;
    display: block;
    padding: 20px;
  }




  .Nav_li_a_t{
    margin: 0 auto;
    margin-left: 15px;
  } 
  .header_hamburger{
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 40px;
    z-index: 30;
  }
  .header_hamburger_span{
    width: 50px;
    height: 5px;
    background-color: rgb(0, 0, 0);
    display: inline-block;
    position: absolute;
    right: 0px;
    transition: all 0.6s;
  }
  .Nav_menu{
    gap: 0px;
    display: flex;
  }
  .header_hamburger_span.active{
    background-color: rgb(255, 255, 255);
    z-index: 20;
  }
  .header_hamburger_span:nth-of-type(1){
    top: 10px;
  }
  .header_hamburger_span:nth-of-type(2){
    top: 25px;
  }
  .header_hamburger_span:nth-of-type(3){
    top: 40px;
  }
  .header_hamburger.active span:nth-last-of-type(1){
    top: 17px;
    transform: rotate(-45deg);
  }
  .header_hamburger.active span:nth-last-of-type(2){
    opacity: 0;
  }
  .header_hamburger.active span:nth-last-of-type(3){
    top: 17px;
    transform: rotate(45deg);
  }

  .Nav__li{
    width: 100%;
    border-bottom: solid 1px rgb(0, 0, 0);
    margin-left: 0;
    margin: 0;
    padding-left: 0;
  }
  .Nav_li_a_t{
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px){
  .header_logo_a{
    font-size: 40px;
  }
  .Nav_li_a_t{
    margin: 0;
  }
  #header{
    height: 60px;
  }
    .header_hamburger{
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 40px;
    z-index: 30;
  }
  .header_hamburger_span{
    width: 40px;
    height: 3px;
    background-color: rgb(0, 0, 0);
    display: inline-block;
    position: absolute;
    right: 0px;
    transition: all 0.6s;
  }
  .header_hamburger_span.active{
    background-color: rgb(255, 255, 255);
    z-index: 20;
  }
  .header_hamburger_span:nth-of-type(1){
    top: 10px;
  }
  .header_hamburger_span:nth-of-type(2){
    top: 20px;
  }
  .header_hamburger_span:nth-of-type(3){
    top: 30px;
  }
  .block{
    margin-top: 65px;
  }

}
.Nav_li_a_t{
  margin: 0;
}

@media screen and (max-width:450px){
  .header_logo_a{
    font-size: 40px;
  }
}

#header{
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
}
.header_container{
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}
.header_Nav{
  margin-left: auto;
}
.Nav_menu{
  display: flex;
}