/* header */
.header{position: sticky;top: 0; background: #fff;width:100%;color: #ffffff;z-index: 1000;transition: all 1s;box-shadow: 0px 9px 10px #00000026;}
.header .logo img.logo_black{display: none;}

.header_box{padding: 20px 0 19px;position: relative;height: 86px;width: 100%;transition: all 1s;}
.header_box .inner{display: flex;justify-content: space-between;align-items: center;}
.header_left, .header_right{display: flex;justify-content: flex-start;align-items: center;max-width: 100%;}
.header .inner .logo{display: block;width: 146px;margin: 0 0 10px;}
.header .logo img{display: block;width: 100%;height: auto;}

.header_right_link{display: flex;align-items: center;position: relative;}
.header_trade_button{text-align: center;padding: 12px 30px;font-size: 16px;font-family: "PublicSans-Bold";margin-right:30px;}
.new_country{font-size: 14px;line-height: 1.14;color: #032045;margin: 0;cursor: pointer;}
.new_country_block img{margin-right: 5px;vertical-align: bottom;}
.new_country_hide{position: absolute;right: -40px;top: 40px;z-index: 100;display: none;width: auto;background: #f9f9f9;box-shadow: 0 0 20px rgb(0 0 0 / 30%);}
.new_country .new_country_hide a{padding: 10px 20px;display: block;}
.new_country .new_country_hide a span{color: #000d28;text-decoration: none;font-size: 16px;display: inline-block;vertical-align: middle;}
@media(max-width:1380px){
    .new_country_hide{right: -30px;}
}
@media(max-width:1300px){
    .header_trade_button{margin-right: 25px;}
    .new_country{position: relative;right: 0;width: 100px;}
    .new_country_hide{right: 0px;}
}
@media(max-width:1240px){
    .header_box{height: auto;}

    .header_login_button{margin: 0 20px;}
}
@media(max-width:1020px){
    .header .inner .logo{padding: 0;}
    .header_trade_button{padding: 12px 15px 10px;font-size: 14px;}
    .header_login_button{margin: 0 10px;}
}
@media(max-width:900px){

    .header .inner .logo{margin: 0 auto;}
    .header{background: #fff;width: 100%;height: auto; top: 0;z-index: 1000;background: #fff;box-shadow: 0px 9px 15px #00000026;}
    .header.header_flex .header_box{box-shadow: none;}
    .header_top_box{display: none;}

}
@media(max-width:480px){
    .header_box .inner{flex-direction: column;gap: 15px;}
}
@media(max-width:380px){
    .header_top_bar{top:60px;}
    .header .inner .logo{width: 110px;}
}