

.header_menu {
  background-color: #ffffff;
  font-family: Lato;
  padding: 1rem 2rem;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  max-height: 70px;
}

.menu_item:visited {
  color: #356186;
}

.menu_one {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

.menu_one::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #356186;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.4s ease-out;
}

.menu_one:hover::before {
  transform: scaleX(1);
}

.sub-menu-list::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #356186;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.4s ease-out;
}

.sub-menu-list:hover::after {
  transform: scaleX(1);
}

.menu_item {
  color: #356186;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .05em;
  padding: 26px 17px 25px;
  display: block;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
}

.menu_one.open {
  display: block;
  z-index: 1;
  width: max-content;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFF;
  padding: 0;
  width: 340px;
}



nav ul ul li a {
  padding: 10px;
  display: block;
}

.header_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_logo {
  width: 12rem;
  height: 40px;
}

.sub-menu-list {
  list-style: none;
  border-bottom: 1px solid #d2d2d2;
}

.sub-menu-list .sub-menu-list-link {
  width: inherit;
  color: #356186;
  display: block;
  font-size: 13.6px;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 17px 17px 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.sub-sub-menu {
  display: none;
  list-style: none;
  padding: 0;
}

.open {
  display: block;
  z-index: 1;
}

.sub-sub-menu-list {
  list-style: none;
  border-top: 0.5px solid #d2d2d2;
}

.sub-sub-menu-list>a {
  color: rgba(53, 97, 134, 1.0);
  text-decoration: none;
  position: relative;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  text-transform: none;
}

.sub-sub-menu-list::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #356186;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.4s ease-out;
}

.sub-sub-menu-list:hover::after {
  transform: scaleX(1);
}

.desktop_menu.mobile {
  display: block;
  position: fixed;
  top: 4rem;
  width: 360px;
  right: 0;
  background-color: #fff;
  list-style: none;
  /* align-items: center; */
}

.menu.mobile {
  display: flex;
  flex-direction: column;
  /*width: 360px;*/
  padding: 0;
  height: calc(100vh - 50px);
}

.menu_one.mobile>a {
  background: #fff;
  border-bottom: 1px solid #d2d2d2;
  color: #356186;
  display: block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .05em;
  padding: 17px 17px 13px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: none;
}

.menu_one.mobile > .sub-menu{
  position: initial;

}

.menu.mobile>a {
  background: #fff;
  border-bottom: 1px solid #d2d2d2;
  color: #356186;
  display: block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .05em;
  padding: 17px 17px 13px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: none;
}

.dropper {
  transform: rotate(90deg);
  margin-right: 1rem;
}

.dropper_sub_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hamburger_button {
  background-color: transparent;
}

.hamburger_button:active, .hamburger_button:hover, .hamburger_button:focus, .hamburger_button:hover, .hamburger_button:focus {
  background-color: transparent;
}

.click-icon {
  speak: none;
  font-feature-settings: "liga";
  border-left: 1px solid #d2d2d2;
  display: inline-block;
  font-family: linearicons2 !important;
  font-style: normal;
  font-variant: normal;
  font-variant-ligatures: discretionary-ligatures;
  font-weight: 400;
  height: calc(100% - 12px);
  letter-spacing: 0;
  line-height: 1;
  margin: 6px 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 60px;
}
}

.mobile_menu {
  display: none;
}

.mobile_menu>p {
  color: #356186;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.mobile_menu {
  display: none;
  right: 0;
  top: 8rem;
}

.mobile_menu_list {
  display: none;
}

.mobile_level_1 {
  background: #fff;
  border-bottom: 1px solid #d2d2d2;
  color: #356186;
  display: block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .05em;
  padding: 17px 17px 13px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: none;
  z-index: 1;
}

.mobile_level_2 {
  display: none;
}

.sticky {
  border: none;
  box-shadow: 2px 5px 15px rgba(0, 0, 0, .1);
  left: 0;
  margin-bottom: 0;
  position: fixed;
  right: 0;
  transition: height .1s ease;
  width: 100%;
  z-index: 999;
}

.header_menu_wrapper {
  background-color: #fff;
  height: 70px;
}

@media(min-width: 1196px){
  .desktop_menu {
    display: block;
  }
  .mobile_menu {
    display: none;
  }
  .menu_mobile{
    display:none;
  }
}

@media(max-width: 1195px) {
  .header_menu {
    max-width: 970px;
  }

  .header_logo a {
    width: 100%;
    height: auto;
  }

  .desktop_menu {
    display: none;
  }

  .mobile_menu>p {
    display: block;
    margin-bottom: 0;
    font-size: 11px;
  }

  .mobile_menu {
    display: flex;
  }
}

@media (max-width: 767px) {
  .header_logo a {
    width: 100%;
    height: auto;
  }

  .desktop_menu {
    display: none;
  }

  

  .mobile_menu>.hamburger_button {
    display: block;
  }

  
@media (min-width: 320px) and (max-width: 767px) {
  .desktop_menu.mobile{
    width: 100vw;
  }
  .sub-menu{
    width: 100vw;  
  }
  
 
 }