.new_header{
	display: flex;
    width: calc(100% - 70px);
    margin: 0 auto;
    padding: 22px 0;
    align-items: center;
    max-width: 1230px;
	justify-content: space-between;
}

.men_left{display: flex;}
.men_left a{margin-right: 40px;font-size: 17px;}
.men_right a{margin-right: 45px;font-size: 17px;}
.men_right a:last-child{margin-right: 0;}
.men_right{display: flex;}
.new_logo img{margin-right: 65px; margin-top: -30px;}
.new_cont{
    display: flex;
    width: calc(100% - 70px);
    margin: 0 auto;
    align-items: center;
    max-width: 1230px;
    margin-top: 20px;
    margin-bottom: -20px;
}
.new_bg{
    position: fixed;
    padding-bottom: 100px;
    z-index: 21;
    width: 100%;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 5%,rgba(125,185,232,0) 100%);
}
.new_soc{margin-left:auto;margin-right: 60px;}
.new_number a{font-weight: 800;  font-size: 18px;}
header{display:none;}

@media screen and (max-width:1080px) {
  header {
    top: 0;
	display:block;
  }
  .new_bg{display:none;}
  .new_header{display:none;}
  .new_header{display:none;}
}
