.hidden {
  display: none !important;
}
.empty-blank {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #020e25 !important;
}
.empty-blank .page {
  display: block;
  width: 100%;
}
.empty-blank.admin-bar {
  min-height: calc(100vh - 32px);
}
.container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1140px;
  align-items: center;
  box-sizing: border-box;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 767px;
  }
}
@media (max-width: 500px) {
  .container {
    max-width: 100%;
  }
}
.container > div {
  flex: 1 1 auto;
}
.container.container-centered {
  text-align: center;
  justity-content: center;
}
.container.container-vertical {
  flex-direction: column;
}
.container.container-items {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.container.container-items > div,
.container.container-items > a {
  flex: 0 0 auto;
  display: inline-block;
}
.container.container-cells {
  align-items: stretch;
}
.fs-icon {
  fill: #8dc830;
  width: 20px;
  height: 20px;
  display: inline-flex;
  vertical-align: text-bottom;
}
.social-icon {
  display: inline-flex;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  font-size: 1.5em;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #2287af;
  color: #fff;
  transition: all 0.5s;
}
.social-icon,
.social-icon:link,
.social-icon:active,
.social-icon:hover {
  color: #fff !important;
}
.social-icon:active,
.social-icon:hover {
  background: #ffb600;
}
.link-button {
  display: inline-block;
  border-radius: 5px;
  padding: 12px 24px;
}
.link-button,
.link-button:hover {
  text-decoration: none;
}
.link-button,
.link-button.green {
  color: #fff;
  background: #8dc830;
}
.link-button:hover,
.link-button.green:hover {
  background: #709f26;
  color: #fff;
}
.link-button.blue {
  color: #fff;
  background: #166b8d;
}
.link-button.blue:hover {
  background: #0f4a61;
  color: #fff;
}
.header,
.footer {
  background: #002b4f;
  color: #fff;
  font-size: 1em;
  font-family: Raleway, sans-serif;
}
.header a,
.footer a,
.header .menu a,
.footer .menu a {
  color: #fff;
}
.header a:active,
.footer a:active,
.header .menu a:active,
.footer .menu a:active,
.header a:hover,
.footer a:hover,
.header .menu a:hover,
.footer .menu a:hover {
  color: #8bafcd;
}
.header a.accented,
.footer a.accented,
.header .menu a.accented,
.footer .menu a.accented {
  color: #ffb600;
}
.header a.accented:hover,
.footer a.accented:hover,
.header .menu a.accented:hover,
.footer .menu a.accented:hover {
  fill: #ffb600 !important;
  color: #cc9200;
}
.header .menu,
.footer .menu {
  list-style: none;
  padding: 0;
}
.header .menu li a,
.footer .menu li a {
  display: block;
  text-align: center;
}
.header {
  background: #002b4f;
  color: #fff;
  font-size: 1em;
  position: relative;
  transition: all 0.5s;
}
.info-line {
  background: #002434;
}
.info-line .addresses {
  order: 1;
  flex: 1 1 auto;
  align-items: center;
}
.info-line .tools {
  order: 2;
  flex: 0 0 auto;
  display: flex;
}
.info-line .tools a {
  display: inline-block;
  flex: 0 0 auto;
  color: #b3bec2;
  font-size: 35px;
  line-height: 35px;
}
.info-line .tools a .fs-icon {
  fill: #b3bec2;
  width: 35px;
  height: 35px;
  vertical-align: baseline;
}
.info-line .tools a:hover {
  color: #ffb600;
}
.info-line .tools a:hover .fs-icon {
  fill: #ffb600;
}
.info-line .tools a + a {
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .info-line .address span {
    display: none;
  }
}
@media (max-width: 797px) {
  .info-line .fas,
  .info-line .fab {
    font-size: 35px;
  }
  .info-line .phone span {
    display: none;
  }
  .info-line .addresses {
    order: 1;
    flex: 0 0 auto;
  }
  .info-line .tools {
    order: 0;
    flex: 1 1 auto;
  }
}
.menu-line {
  background: #002b4f;
  padding: 40px 0;
}
.menu-line .header-logo img {
  width: 90%;
  height: auto;
  max-width: 250px;
  min-width: 100px;
}
.menu-line .container {
  flex-wrap: wrap;
}
.menu-line .logo {
  order: 1;
  flex: 1 1 auto;
}
.menu-line .menus {
  order: 2;
  flex: 1 1 auto;
  text-align: right;
}
.menu-line .burger {
  order: 3;
  flex: 0 0 auto;
  display: none;
  font-size: 2em;
  text-align: right;
}
.menu-line .menu {
  display: inline-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
}
.menu-line .menu a {
  transition: all 0.5s;
  padding: 7px 12px;
}
.menu-line .menu a:active,
.menu-line .menu a:hover {
  color: #fff;
}
.menu-line .menu a:hover {
  transition: all 0.5s;
  transform: scale(0.9);
}
@media (max-width: 1024px) {
  .menu-line .burger {
    flex: 0 0 auto !important;
    display: block;
  }
  .menu-line .logo {
    flex: 1 1 auto !important;
  }
  .menu-line .menus {
    order: 5;
    flex: 1 1 100% !important;
    text-align: center;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
  }
  .menu-line .menus .menu {
    display: block;
  }
  .menu-line .menus.opened {
    max-height: 1000px;
    background: #0e546e;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  }
}
body.scrolled .header,
body.mini .header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
body.scrolled .header .info-line,
body.mini .header .info-line {
  display: none;
}
body.scrolled .header .menu-line,
body.mini .header .menu-line {
  padding: 15px 0;
}
body.scrolled.admin-bar .header,
body.mini.admin-bar .header {
  top: 30px;
}
@media (max-width: 797px) {
  body.scrolled.admin-bar .header,
  body.mini.admin-bar .header {
    top: 40px;
  }
}
@media (max-width: 600px) {
  body.scrolled.admin-bar .header,
  body.mini.admin-bar .header {
    top: 0;
  }
}
body.mini .page-content {
  padding-top: 100px;
}
body.mini.admin-bar .page-content {
  padding-top: 100px;
}
@media (max-width: 797px) {
  body.mini.admin-bar .page-content {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  body.mini.admin-bar .page-content {
    padding-top: 50px;
  }
}
.footer-line {
  padding: 40px 0px 20px 0px;
}
.footer-line .footer-socials,
.footer-line .footer-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-line .footer-socials .social-icon + .social-icon,
.footer-line .footer-buttons .social-icon + .social-icon {
  margin-left: 5px;
}
.footer-line .footer-socials .link-button + .link-button,
.footer-line .footer-buttons .link-button + .link-button {
  margin-left: 5px;
}
.footer-line .footer-image {
  width: 90%;
  height: auto;
}
.footer-line .footer-buttons {
  margin-top: 1em;
}
.footer-line h2 {
  font-size: 1em;
}
.footer-line .f-info {
  flex: 1 1 50%;
  text-align: center;
}
.footer-line .f-menu {
  flex: 1 1 auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .footer-line .container {
    flex-wrap: wrap;
  }
  .footer-line .f-info {
    flex: 1 1 100%;
  }
  .footer-line .f-menu h2 {
    margin-top: 1em;
  }
}
.address-line,
.addresses {
  padding: 10px;
  font-size: 1em;
  font-weight: bold;
}
.address-line a,
.addresses a {
  padding: 4px 10px;
}
.address-line a:active,
.addresses a:active,
.address-line a:hover,
.addresses a:hover {
  color: #ffb600;
}
.copyrights-line {
  padding: 10px;
  background: #122039;
  font-size: 1em;
}
.copyrights-line div,
.copyrights-line h2 {
  padding: 0.5em;
}
.copyrights-line h2 {
  font-size: 1em;
}
.page-content {
  display: block;
  min-height: 400px;
}
.header.mini .menu-line {
  font-size: 0.9em;
  padding: 5px 0;
}
.header.mini .menu-line .header-logo img {
  width: 200px;
  height: auto;
}
.footer.mini {
  padding-bottom: 40px;
}
