.header {
  position: relative;
  z-index: 9;
}
.header__wrap {
  padding: 15px 0;
  display: grid;
  grid-template-columns: 130px 1fr 190px 30px;
  align-items: center;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .header__wrap {
    grid-template-columns: 80px 1fr 40px 35px;
    grid-gap: 15px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header__logo img {
  max-width: 100%;
  height: 80px;
  object-fit: contain;
}
@media (max-width: 990px) {
  .header__logo img {
    height: 60px;
    width: auto;
  }
}
@media (max-width: 990px) {
  .header__nav {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    border-top: 1px solid #003580;
    border-bottom: 1px solid #003580;
    background: #fff;
  }
}
.header__nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  .header__nav ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.header__nav li {
  margin: 0 15px;
}
@media (max-width: 990px) {
  .header__nav li {
    margin: 0;
  }
}
.header__nav a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
}
@media (max-width: 990px) {
  .header__nav a {
    font-size: 18px;
    font-weight: 700;
  }
}
.header__nav a:hover {
  color: #003580;
}
.header__nav .current_page_item a {
  color: #003580;
}
.header__phone a {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  justify-content: flex-end;
}
@media (max-width: 990px) {
  .header__phone a {
    font-size: 14px;
  }
}
.header__phone a svg {
  height: 25px;
  width: 25px;
  margin-right: 8px;
}
@media (max-width: 990px) {
  .header__phone a svg {
    height: 15px;
    width: 15px;
    margin-right: 5px;
  }
}
.header__menu {
  display: none;
}
@media (max-width: 990px) {
  .header__menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
  }
}

.widget_mslswidget {
  display: flex;
  flex-direction: column;
  position: relative;
  top: -5px;
  height: 17px;
  z-index: 999;
}

.widget_mslswidget a {
  display: flex;
  align-items: center;
  justify-content: start;
  color: #000;
  padding: 5px;
  white-space: nowrap;
  font-size: 14px;
  position: relative;
  z-index: 9;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
}

.widget_mslswidget img {
  margin: 0 5px 0 0;
  height: 14px;
  width: 20px;
}

.widget_mslswidget .current_language {
  order: -1;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  z-index: 9;
}

.widget_mslswidget .active-lang {
  opacity: 1;
  pointer-events: auto;
}

.lang-switcher {
  display: none !important;
}

@media (max-width: 990px) {
  .widget_mslswidget {
    margin-left: auto;
  }
}

/*# sourceMappingURL=header.css.map */
