.header-navigation-phone-link {
  font-weight: 500;
  letter-spacing: 1px;
  color: inherit;
  display: block;
}
.header-dropdown-toggle {
  position: relative;
}
.header-dropdown-toggle:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 1px solid #7b7b7b;
  border-right: 1px solid #7b7b7b;
  height: 7px;
  width: 7px;
}
[data-toggle] {
  cursor: pointer;
}
.main-navigation {
  background-color: #ffffff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1100;
}
.header-navigation {
  color: #7b7b7b;
  border-top-width: 2px;
  border-top-style: solid;
  border-image: linear-gradient(90deg, #D70929 14.29%, #95C127 14.29%, #95C127 28.57%, #384E71 28.57%, #384E71 42.85%, #0E95BC 42.85%, #0E95BC 57.14%, #E72075 57.14%, #E72075 71.42%, #FBDB2A 71.42%, #FBDB2A 85.71%, #E55316 85.71%, #E55316 100%) 1;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.header-navigation.skin-lingua {
  border-image: none;
  border-top-color: #D70929;
}
.header-navigation.skin-gastro {
  border-image: none;
  border-top-color: #95C127;
}
.header-navigation.skin-storage {
  border-image: none;
  border-top-color: #384E71;
}
.header-navigation.skin-protect {
  border-image: none;
  border-top-color: #0E95BC;
}
.header-navigation.skin-vital {
  border-image: none;
  border-top-color: #E72075;
}
.header-navigation.skin-24 {
  border-image: none;
  border-top-color: #FBDB2A;
}
.header-navigation.skin-vinum {
  border-image: none;
  border-top-color: #E55316;
}
.header-navigation .header-bar-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-navigation .header-bar-wrapper .header-bar-logo {
  display: block;
}
.header-navigation .header-bar-wrapper .header-bar-logo img {
  height: 34px;
}
.header-navigation .header-bar-wrapper .header-bar-item {
  color: #333333;
  display: block;
  padding: 17.5px;
  flex-direction: column;
}
.header-navigation .header-bar-wrapper .header-bar-item.header-dropdown-toggle:after {
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
}
.header-navigation .header-bar-wrapper .header-bar-item a {
  font-weight: 500;
  letter-spacing: 1px;
  color: inherit;
  display: block;
}
.header-navigation .header-bar-wrapper .header-bar-item small {
  font-weight: 200;
}
.header-navigation .header-bar-wrapper .header-bar-items {
  display: flex;
  align-items: center;
}
.header-navigation .header-bar-wrapper .header-bar-items.header-bar-items-right .header-bar-item:last-of-type {
  padding-right: 0;
  font-weight: 300;
}
.header-navigation .header-bar-wrapper .header-bar-mobile-buttons {
  font-size: 18px;
  display: flex;
}
.header-navigation .header-bar-wrapper .header-bar-mobile-buttons .header-bar-mobile-button {
  color: inherit;
  padding: 7px 14px;
  position: relative;
  transition: background-color 100ms ease-in-out;
  border-right: 1px solid #7b7b7b;
}
.header-navigation .header-bar-wrapper .header-bar-mobile-buttons .header-bar-mobile-button:first-of-type {
  text-align: left;
}
.header-navigation .header-bar-wrapper .header-bar-mobile-buttons .header-bar-mobile-button:last-of-type {
  text-align: right;
  padding-right: 0;
  border-right: none;
}
.header-navigation .header-bar-wrapper .header-bar-mobile-buttons .header-bar-mobile-button:active,
.header-navigation .header-bar-wrapper .header-bar-mobile-buttons .header-bar-mobile-button:focus,
.header-navigation .header-bar-wrapper .header-bar-mobile-buttons .header-bar-mobile-button.active,
.header-navigation .header-bar-wrapper .header-bar-mobile-buttons .header-bar-mobile-button:hover {
  text-decoration: underline;
}
.header-navigation .header-drawer {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  top: -100vh;
  left: 0;
  transition: opacity 200ms ease-in-out;
  opacity: 0;
}
.header-navigation .header-drawer.open {
  top: 69px;
  opacity: 1;
}
.header-navigation .header-drawer .header-drawer-items .nav {
  display: flex;
  flex-direction: column;
}
.header-navigation .header-drawer .header-drawer-items .nav a {
  font-size: 14px;
  font-weight: 200;
  display: block;
  padding: 7px 14px;
  color: #333333;
}
.header-navigation .header-drawer .header-drawer-items .nav a:hover {
  text-decoration: underline;
  background-color: transparent;
}
@media (min-width: 900px) {
  .header-navigation .header-drawer .header-drawer-items .nav li:first-of-type a {
    padding-left: 0;
  }
  .header-navigation .header-drawer .header-drawer-items .nav li:last-of-type a {
    padding-right: 0;
  }
}
.header-navigation .header-drawer .header-drawer-items .nav li.active a {
  text-decoration: underline;
}
.header-navigation .header-drawer .header-drawer-items a.header-drawer-item {
  padding: 7px 14px;
}
.header-navigation .header-drawer .header-drawer-item {
  font-size: 14px;
  font-weight: 200;
  display: block;
  padding: 17.5px 0;
  color: #333333;
  border-bottom: 1px solid #e1e1e1;
}
.header-navigation .header-drawer .header-drawer-item a {
  font-weight: 500;
  letter-spacing: 1px;
  color: inherit;
  display: block;
}
.header-navigation .header-drawer .header-drawer-item a.header-drawer-button {
  border: 2px solid #7b7b7b;
  padding: 7px;
  text-align: center;
  border-radius: 4px;
}
.header-navigation .only-desktop {
  display: none !important;
}
@media (min-width: 900px) {
  .header-navigation .only-desktop {
    display: inherit !important;
  }
  .header-navigation .only-mobile {
    display: none !important;
  }
  .header-navigation .header-bar-wrapper {
    border-bottom: 1px solid #e1e1e1;
  }
  .header-navigation .header-bar-wrapper .header-bar-logo img {
    height: 51px;
  }
  .header-navigation .header-drawer {
    position: relative;
    opacity: 1;
    display: flex;
    justify-content: flex-end;
    top: 0 !important;
  }
  .header-navigation .header-drawer .header-drawer-item {
    border-bottom: none;
    padding: 7px 17.5px;
  }
  .header-navigation .header-drawer .header-drawer-items {
    display: flex;
  }
  .header-navigation .header-drawer .header-drawer-items .nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .header-navigation .header-drawer .header-drawer-items-left .header-drawer-item:first-of-type {
    padding-left: 0;
  }
  .header-navigation .header-drawer .header-drawer-items-right .header-drawer-item:last-of-type {
    padding-right: 0;
  }
}
.header-navigation .dropdown-menu {
  padding: 0;
  border-radius: 0;
}
.header-navigation .dropdown-menu li > a {
  padding: 7px 14px !important;
}
.header-navigation .dropdown-menu > .active > a {
  background-color: transparent;
}
.insurance-types-drawer {
  display: none;
  z-index: 1100;
  position: relative;
  background-color: #ffffff;
}
.insurance-types-drawer.open {
  display: block;
  padding: 28px 14px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 34px;
}
@media (max-width: 900px) {
  .insurance-types-drawer.open {
    position: relative;
    padding: 0;
    top: 0;
  }
  .insurance-types-drawer.open .insurance-drawer-toggle {
    display: none;
  }
}
.insurance-types-drawer .insurance-drawer-toggle {
  color: inherit;
  padding: 14px;
  display: block;
  text-align: right;
}
.insurance-types-drawer .insurance-types-drawer-items {
  display: flex;
  gap: 14px;
  flex-direction: column;
}
.insurance-types-drawer .insurance-types-drawer-items .insurance-types-drawer-item {
  width: 100%;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  padding: 7px 17.5px;
  border: 2px solid #333333;
  background-color: #333333;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insurance-types-drawer .insurance-types-drawer-items .insurance-types-drawer-item.insurance-types-drawer-item-lingua {
  border-color: #D70929;
  background-color: #D70929;
}
.insurance-types-drawer .insurance-types-drawer-items .insurance-types-drawer-item.insurance-types-drawer-item-gastro {
  border-color: #95C127;
  background-color: #95C127;
}
.insurance-types-drawer .insurance-types-drawer-items .insurance-types-drawer-item.insurance-types-drawer-item-storage {
  border-color: #384E71;
  background-color: #384E71;
}
.insurance-types-drawer .insurance-types-drawer-items .insurance-types-drawer-item.insurance-types-drawer-item-protect {
  border-color: #0E95BC;
  background-color: #0E95BC;
}
.insurance-types-drawer .insurance-types-drawer-items .insurance-types-drawer-item.insurance-types-drawer-item-vital {
  border-color: #E72075;
  background-color: #E72075;
}
.insurance-types-drawer .insurance-types-drawer-items .insurance-types-drawer-item.insurance-types-drawer-item-24 {
  border-color: #FBDB2A;
  background-color: #FBDB2A;
  color: #000000;
}
.insurance-types-drawer .insurance-types-drawer-items .insurance-types-drawer-item.insurance-types-drawer-item-vinum {
  border-color: #E55316;
  background-color: #E55316;
}
.insurance-types-drawer .insurance-types-drawer-items .insurance-types-drawer-item img {
  display: none;
  height: 50px;
}
.insurance-types-drawer .insurance-types-drawer-items .insurance-types-drawer-item:hover {
  background-color: #ffffff;
}
.insurance-types-drawer .insurance-types-drawer-items .insurance-types-drawer-item:hover img {
  display: block;
}
.insurance-types-drawer .insurance-types-drawer-items .insurance-types-drawer-item:hover span {
  display: none;
}
@media (max-width: 900px) {
  .insurance-types-drawer .insurance-types-drawer-items .insurance-types-drawer-item {
    border-radius: 0;
    height: 45px;
  }
}
@media (min-width: 900px) {
  .insurance-types-drawer .insurance-types-drawer-items {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .insurance-types-drawer .insurance-types-drawer-items .insurance-types-drawer-item {
    flex: 1 1 23%;
  }
}
/*# sourceMappingURL=mg-denzer-navbar.css.map */