/* stylelint-disable declaration-no-important */
body {
  --theme-color-accent: #0597ff;
}

header {
  background-color: #2f3238;
  border: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

header .nav-item {
  border-bottom: solid 3px #0597ff;
  margin-right: 2.875rem !important;
}

header .nav-link {
  color: #fff !important;
  letter-spacing: .185px;
  line-height: 1;
  padding-bottom: 4px;
}

header .header-menu .ae-icon-menu-burger {
  color: #fff;
}

header .menu .nav-link {
  border-bottom: 0 !important;
  border-top: 0 !important;
  line-height: 1;
}

header .menu .nav-link span {
  border-bottom: solid 6px #0597ff !important;
}

header .nav-link:hover,
header .nav-item.active .nav-link {
  color: #0597ff !important;
  text-decoration: none;
}

header .header-menu__burger svg rect {
  fill: #fff !important;
}

header .header-menu .menu-header {
  border-bottom: solid 1px #131313;
}

header .menu .nav ul,
header .menu .nav-item {
  border-bottom: 0 !important;
}

header .menu .nav-item:first-child {
  margin-top: 3.4375rem;
}

header .menu .nav-item.active a {
  background-color: transparent !important;
}

header .country-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #131313;
  cursor: pointer;
  padding: 0 2rem;
}

header .country-menu .country-menu__countries {
  background-color: #131313;
  display: none;
  list-style-type: none;
  padding: 2rem 4.9375rem 2rem 2.9375rem;
  position: absolute;
  right: 0;
  top: 100%;
}

header .country-menu.hoverable:hover .country-menu__countries {
  display: block !important;
}

header .country-menu .country-menu__countries .country-menu__countries__country a {
  border-bottom: 0 !important;
  color: #989898;
  letter-spacing: .185px;
  white-space: nowrap;
}

header .country-menu .country-menu__countries .country-menu__countries__country a:hover {
  border-bottom: solid 3px #efefef;
  color: #efefef;
  font-weight: bold;
  letter-spacing: normal;
  text-decoration: none;
}

footer {
  border-top: solid 1px #131313;
  padding-top: 2rem !important;
}

footer .footer-address {
  padding-top: 0 !important;
}

footer .footer-social a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  footer .footer-address {
    margin-bottom: 2.8125rem !important;
    margin-top: 2rem !important;
  }
}
