@import url("https://use.typekit.net/kff7kot.css");
.btn-outline-blue {
  font-size: 12px !important;
  line-height: 16px !important;
  font-family: "Exo 2", Roboto, "Roboto", SegoeUI, "Golos Text", Arial, sans-serif;
  background-color: #ffffff;
  border: 1px solid #2a579a;
  border-radius: 0;
  color: #2a579a;
  text-transform: uppercase;
  height: auto;
  padding: 6px 12px !important;
}
.btn-outline-blue:hover,
.btn-outline-blue:focus,
.btn-outline-blue:active {
  background-color: #2a579a;
  color: #ffffff;
}
.btn,
.btn:hover,
.btn:focus,
.btn:active,
a,
a:hover,
a:focus,
a:active {
  outline: none !important;
  box-shadow: none !important;
}
.main-menu-bars {
  display: none;
}
header + section {
  padding-top: 80px !important;
}
header {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
  height: 80px;
  border-bottom: 1px solid #ebedf0;
  transition: margin-top .3s ease-in;
  background: #ffffff;
  color: #525d66;
}
header section {
  position: relative;
}
header a {
  color: #525d66;
}
header .main-menu {
  position: relative;
  margin-top: 6px;
}
header div.menu {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  color: #525d66;
}
header div.menu .title {
  padding: 3px;
  height: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
header div.menu .title a {
  font-family: "Exo 2", Roboto, "Roboto", SegoeUI, "Golos Text", Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
header div.menu.menu-active .title a {
  color: #2a579a;
}
header div.menu .subMenuBox {
  z-index: -1;
  position: absolute;
  top: 0px;
  height: 50px;
  width: 200px;
  padding-top: 13px;
  margin-top: 30px;
  margin-left: 0px;
}
header div.menu .subMenuBox.subMenuBox-end {
  right: 20px;
}
header div.menu .subMenuBox a.btn {
  padding-left: 16px;
}
header div.menu .subMenuBox .submenu {
  display: none;
  background-color: #ffffff;
  box-shadow: 0 1rem 2rem rgba(0,0,0,0.8) !important;
  border-radius: 5px;
  width: 240px;
}
header div.menu .subMenuBox .submenu .submenu-li a {
  width: 100%;
  text-align: left;
  text-transform: none;
  height: auto;
  line-height: 22px;
  font-family: "Exo 2", Roboto, "Roboto", SegoeUI, "Golos Text", Arial, sans-serif;
  font-size: 15px;
}
header div.menu .subMenuBox .submenu .submenu-li a:hover {
  background-color: #e8e8e8;
}
header div.menu .subMenuBox .submenu .submenu-li:first-child a {
  padding-top: 13px;
  border-radius: 5px 5px 0 0;
}
header div.menu .subMenuBox .submenu .submenu-li:last-child a {
  padding-bottom: 14px;
  border-radius: 0 0 5px 5px;
}
header div.menu .subMenuBox.submenu-active {
  width: auto !important;
  z-index: 3;
}
header .navRightBox {
  margin-top: 7px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
header .navRightBox div.menu {
  margin-left: 13px;
}
header .navRightBox div.menu .title {
  cursor: pointer;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 14px !important;
  line-height: 16px !important;
  font-family: "Exo 2", Roboto, "Roboto", SegoeUI, "Golos Text", Arial, sans-serif;
  text-transform: uppercase;
}
header .navRightBox div.menu .title span.strelka-down {
  display: flex;
  width: 10px;
  height: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}
header .navRightBox div.menu.menu-active .btn-outline-blue {
  background-color: #2a579a;
  color: #ffffff;
}
header .navRightBox div.menu .subMenuBox {
  margin-left: -3px;
  padding-top: 23px;
  margin-top: 20px;
}
header .navRightBox div.menu .subMenuBox .submenu {
  width: auto;
}
header .navRightBox div.menu .lang {
  margin-left: -13px;
  padding-top: 23px;
  margin-top: 20px;
}
.fa-bars {
  font-size: 17px;
}
@media screen and (max-width: 1200px) {
  header .logo img {
    height: 25px;
  }
}
@media screen and (max-width: 992px) {
  header + section {
    padding-top: 76px !important;
  }
  header {
    height: 76px;
  }
  header .align-items-center {
    align-items: flex-start !important;
  }
  header .navMainMenu {
    display: none;
  }
  header #logo {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 0 0 0 20px;
  }
  header .navRightBox {
    position: absolute;
    right: 40px;
  }
  header .navRightBox .menu {
    display: none;
  }
  header .navRightBox .menu:first-child {
    display: flex;
    height: 65px;
  }
  header .navRightBox .menu:first-child .subMenuBox {
    right: 0;
    width: 164px !important;
    padding-top: 36px;
  }
  header .main-menu-bars {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    width: 50px;
    height: 100%;
    font-size: 22px;
    padding-top: 4px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
  }
  header .main-menu-bars i {
    padding: 10px;
  }
  header .main-menu-bars.active i {
    background-color: #2a579a;
    color: #ffffff;
  }
  .mobile-main-menu {
    display: none;
    position: fixed;
    background-color: #ffffff;
    z-index: 99999;
    width: 100%;
    height: 100%;
    padding: 20px;
    top: 0;
    left: 0;
  }
  .mobile-main-menu .logo img {
    height: 25px;
  }
  .mobile-main-menu .button-closed {
    bottom: 0;
    width: 36px;
    height: 36px;
    border: 1px solid #989898;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
  }
  .mobile-main-menu hr {
    border: none;
    border-bottom: 1px solid #989898;
    margin-top: 1px;
  }
  .mobile-main-menu ul,
  .mobile-main-menu li {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
  }
  .mobile-main-menu ul li,
  .mobile-main-menu li li {
    margin: 0;
    padding: 0;
  }
  .mobile-main-menu .main-ul li {
    margin-bottom: 10px;
  }
  .mobile-main-menu .main-ul-submenu {
    display: none;
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .mobile-main-menu .menu-main-left .main-ul li {
    display: block;
    position: relative;
    width: 100%;
  }
  .mobile-main-menu .menu-main-left .main-ul > li::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    right: 5px;
    top: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-top: 10px;
    text-align: center;
  }
  .mobile-main-menu .menu-main-left .main-ul > .active_sub_menu .main-ul-submenu {
    display: block;
  }
  .mobile-main-menu .line-bottom {
    position: relative;
  }
  .mobile-main-menu .line-bottom .btn-outline-blue {
    padding: 11px 12px !important;
  }
}
