header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #bbb9c13d;
  position: relative;
  z-index: 1;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.main-navigation {
  width: auto;
}
.site-title {
  margin: 0;
}
#primary-menu li:not(:last-child) a {
  margin-right: 150px;
}
#primary-menu li a,
.site-branding a {
  color: #515756;
  text-decoration: none;
}
.menu-item-has-children .sub-menu {
  flex-direction: column;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  padding-top: 30px;
}
.main-navigation ul ul {
  box-shadow: none;
  float: right;
  position: absolute;
  top: 100%;
  left: -145px !important;
  z-index: 99999;
  text-align: right;
}
.current_page_item a {
  color: #a3b8b4 !important;
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
body {
  margin-bottom: 0 !important;
}
/* home */
.hero-section {
  align-items: center !important;
}
.home-right {
  padding-left: max(12.0833333vw, 40px) !important;
}
.home-license {
  position: relative;
  padding-left: 70px;
}
.home-license::after {
  content: "";
  position: absolute;
  top: 27px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #a3b8b4;
}
/* page php */
.page-template-default .container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* font-family: Arial, Helvetica, sans-serif; */
  /* font-size: 10px; */
}
.page-template-default .container h1 {
  text-decoration: underline;
  font-weight: 400;
}
.page-template-default .container ul {
  margin-left: 0;
}
/* contact */
.form-row {
  display: flex;
  gap: 20px;
  max-width: 820px;
}
.form-group label {
  display: flex;
  flex-direction: column;
}

.form-group input {
  width: 100%;
}

.form-box textarea {
  width: 100%;
}
.wpcf7-spinner {
  display: none;
}

.contact-chat {
  background-color: #f5f5f5;
}

.contact-chat a {
  background-color: #f5f5f5;
}
.form-submit {
  text-align: right;
}

.wpcf7-submit {
  width: 250px;
  text-align: center;
  color: #fff !important;
  background-color: #a3b8b4 !important;
}

.humburger-menu {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .hero-section {
    align-items: flex-start !important;
  }
  .home-right {
    padding-left: 40px !important;
  }
}

@media only screen and (max-width: 767px) {
  #primary-menu li:not(:last-child) a {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .home-license {
    position: relative;
    padding-left: 40px;
  }
  .home-license::after {
    width: 30px;
  }
  header {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .menu-item-has-children .sub-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    padding-top: 0;
    position: relative;
    text-align: left;
    left: 0 !important;
  }
  .humburger-menu {
    display: block;
  }

  .humburger-menu {
    width: 35px;
    height: 30px;
    cursor: pointer;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s;
  }

  .humburger-menu .line {
    height: 3px;
    background-color: #515756;
    width: 100%;
    transition: all 0.3s;
  }

  .header-open .line-1 {
    transform: rotateZ(-45deg) translate(-12px, 8px);
  }
  .header-open .line-2 {
    opacity: 0;
  }
  .header-open .line-3 {
    transform: rotateZ(45deg) translate(-10px, -7px);
  }
  #site-navigation {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(-100%);
    padding-top: 50px;
    transition: 0.3s;
    background: #fff;
    padding-left: 15px;
  }
  #site-navigation.header-open {
    transform: translateX(0);
  }
  .main-navigation ul ul {
    float: none;
  }
  #primary-menu li a {
    padding-top: 15px;
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form-row {
    flex-direction: column;
    gap: 10px;
  }
  .contact-chat p {
    margin: 0;
  }
}
