.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgb(0 0 0 / 65%);
  }
  .header-content {
    display: flex;
    align-items: center;
    padding: 32px 0;
    justify-content: space-between;
    transition: 0.3s linear;
  }
  .header.fixed {
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .header.fixed .header-content {
    padding: 15px 0;
  }
  
  .main1-block {
    padding-top: 100px;
  }
  .header-tel a {
    color: #fff;
    text-decoration: none;
  }
  .header-tel .time {
    border: none;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
  }
  .header .logo {
    height: auto;
  }
  
  .header-address {
    font-size: 18px;
    margin-bottom: 0;
  }
  .header .burger {
    width: 25px;
  }
  .header .burger span:not(:last-child) {
    margin-bottom: 5px;
  }
  
  .header .burger-menu {
    position: absolute;
  }
  .header .burger-menu:before {
    display: none;
  }
  .header .burger-menu {
    display: none;
    background: rgb(0 0 0 / 75%);
  
    padding: 15px;
    top: 80px;
    left: auto;
    right: 0;
    width: 100%;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    box-shadow: 2px 2.5px 4px rgba(47, 47, 49, 0.77),
      0 0 20px 4.1px rgba(198, 198, 201, 0.34);
    max-width: 300px;
  }
  
  /* media */
  @media screen and (max-width: 991px) {
    .header .logo img {
      height: 25px;
    }
    .header-address {
      font-size: 14px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .header .burger-menu {
      max-width: inherit;
      border: none;
    }
    .header-address {
      display: none;
    }
    .main1-block .title {
      text-align: left !important;
      font-size: 39px !important;
      line-height: 47px !important;
      margin-bottom: 4px;
    }
    .display_1 .title-2 {
      text-align: left;
      padding: 0;
      max-width: 100%;
      font-size: 18px;
      line-height: 19px;
      color: #fff;
    }
    .main1-block .font-18.text1.text-1-right,
    .center-do-not-use {
      display: none;
    }
    .main1-block .text-1-right,
    .text-right {
      text-align: left !important;
    }
  }
  
  @media screen and (max-width: 480px) {
    .header-tel a {
      font-size: 13px;
    }
    .header-tel .time {
      font-size: 10.6px;
      line-height: 9px;
    }
    .header.fixed .header-tel {
      display: none;
    }
    .header-content {
      padding: 25px 0;
    }
    .main1-block {
      padding-top: 32px;
      height: 100vh;
    }
    #man img {
      left: -217px;
      height: 380px;
    }
    #wooman img {
      left: -174px;
      height: 256px;
    }
  }
  
  @media screen and (max-width: 325px) {
    #man img {
      left: -169px;
      height: 333px;
    }
    #wooman img {
      left: -130px;
      height: 210px;
    }
  }
  