/*.header0322 {*/
/*  margin-top: 0;*/
/*  height: 60px;*/
/*  background: #fff;*/
/*  display: grid;*/
/*  grid-template-areas: "header_logo .  header_search header_auth header_burger header_nav";*/
/*  align-items: center;*/
/*  box-sizing: border-box;*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  font-size: 16px;*/
/*  justify-content: space-between;*/
/*  padding: 0 0 0 16px;*/
/*  min-width: 100%;*/
/*}*/

/*@media (min-width : 425px) {*/
/*  .header0322 {*/
/*    grid-template-columns: 90px 120px 20px 80px 30px auto ;*/
/*    justify-content: space-between;*/
/*  }*/
/*}*/

/*@media (min-width : 768px) {*/
/*  .header0322 {*/
/*    height: 95px;*/
/*    padding: 0 16px 0 16px;*/
/*    gap: 10px 0;*/
/*    grid-template-columns: 132px calc(100% - 340px) 30px 80px 30px;*/
/*    grid-template-areas: "header_logo header_nav  header_search header_auth header_burger";*/
/*!*    grid-template-areas: "header_logo .  header_search header_auth header_burger header_nav";*!*/
/*  }*/
/*  .header0322 > * {*/
/*!*    outline: 1px solid red;*!*/
/*  }*/
/*}*/
/*@media (min-width : 1024px) {*/
/*  .header0322 {*/
/*    !*max-width: 1135px !important;*!*/
/*    !*min-width: auto;*!*/

/*    margin: 0 auto;*/
/*    height: 95px;*/
/*    padding: 0 16px 0 16px;*/
/*    gap: 10px 0;*/
/*    grid-template-columns: minmax(0, calc((100% - 1290px) / 2)) 132px auto 30px 80px minmax(0, calc((100% - 1290px) / 2));*/
/*    grid-template-areas: ". header_logo header_nav  header_search header_auth .";*/
/*  }*/
/*}*/

@media (min-width : 320px) {
  .header0322 {
    height: 60px;
    background: #fff;
    min-height: 100%;
    display: grid;
    justify-content: center;
    grid-template-columns: minmax(320px, 768px);
  }
}

@media (min-width : 768px) {
  .header0322 {
    height: 95px;
    grid-template-columns: minmax(768px, 1024px);

  }
}

@media (min-width : 1024px) {
  .header0322 {
    grid-template-columns: minmax(1014px, 1130px);
  }
}