.header_lang{
  gap: 10px;
}

.header_lang .active a{
  color: #a9a9a9;
}
.line-box{
  color: #a6a6a6;
}


div.header_lang_login {
  width: 25%;
}

.header_lang .active a:hover {
  color: #a9a9a9;
  cursor: no-drop;
}

@media(max-width:1600px) {
  .header_information {
      margin: 0 2% 0 2%;
  }
  .header_login>span:nth-child(3) {
      margin-left: 11px;
  }

  #login_img{
    width: 28px;
  }


}

@media(max-width:1500px) {
  #login_text{
    width: 80px;
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .header_mian_box>.header_logo{
  margin-left: 10px !important;
  }
}

@media(max-width:1260px) {

.myacc{
  display: none;
}

#login_img{
  display: none !important;
}

#login_text{
  justify-content: flex-start;
}

}


@media(max-width:1194px) {
.header_lang_login>div.header_line>img {
  height: 29px;
 }
}

@media(max-width:1100px) {

.header_information>ul>li:nth-child(1)>span:nth-child(2) {
  width: 110px;
}
}