﻿.font-style {
  font-family: "Montserrat", sans-serif;
}
body,
* {
  font-family: "Montserrat", sans-serif;
}
#header {
  border-bottom: 1px solid #ededed;
}
#header .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  max-width: 1440px;
}
#header .header-main .header-main__logo {
  margin: 0px;
  width: auto;
}
#header .header-main .header-main__logo img {
  vertical-align: middle;
  height: 35px;
}
#header .header-main .header-main__user-nav {
  margin: 0;
}
#header .header-main .header-main__user-nav ul {
  display: flex;
  align-items: center;
}
#header .header-main .header-main__user-nav li {
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #1b499f;
  margin: 0;
}
#header .header-main .header-main__user-nav li a {
  color: #103d66;
  text-decoration: none;
  transition: color 0.3s ease;
}
#header .header-main .header-main__user-nav li a:hover {
  color: #103d66;
}
#header .header-main .header-main__user-nav li .header-main-btn {
  border: 1px solid #00a4f7;
  background-color: #00a4f7;
  color: #fff;
  border-radius: 4px;
  font-size: 0.7rem;
  height: 30px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  align-items: center;
  justify-content: center;
  display: flex;
  min-width: 0;
  min-height: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  height: 25px;
  padding: 0 10px;
  margin-left: 10px;
}
#header .header-main .header-main__user-nav li .header-main-btn:hover {
  background-color: #0082c4;
  color: #fff;
  border-color: #0082c4;
}
#header .header-main .header-main__user-nav .header-main__user-nav__link {
  padding: 0 10px;
}
#header .header-main .header-main__user-nav .header-main__user-nav__link:hover::before {
  content: none;
}
#header .header-main .nav-opener::before,
#header .header-main .nav-opener::after,
#header .header-main .nav-opener span {
  background: #124581;
}
#nav {
  transform: translateY(-100%) !important;
  transition: height 0.5s, transform 400ms !important;
}
#nav::after {
  transition: height 0.5s, transform 400ms !important;
}
#nav .nav__nav-mobile {
  width: 100%;
  height: fit-content;
  background: #103d66;
}
#nav .nav__nav-mobile .category-nav__link {
  color: #103d66;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  align-items: center;
  font-weight: 600;
  padding: 0;
}
#nav .nav__nav-mobile .category-nav__link:hover {
  color: #103d66;
}
#nav .nav__nav-mobile .category-nav__link span {
  color: #00a4f7;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#nav .nav__nav-mobile .category-nav__separator {
  padding: 0;
  border-top: 1px solid #cbe8fb;
}
#nav .nav__nav-mobile .user-nav__link {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding-left: 5px;
}
.nav-active #nav {
  transform: translateY(0) !important;
}
.full-width .header-main {
  max-width: none !important;
}
@media (max-width: 767px) {
  #header .header-main .header-main__logo {
    margin: 12px auto 15px;
    width: 180px;
  }
}