:root {
  --widthContainer: 61%;
  font-family: "Roboto", sans-serif;
  --siteBlue: #0c4076;
}
html {
  overflow-x: hidden;
}
body {
  margin: 0;
}
figure {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: var(--siteBlue);
}
h1 {
  color: var(--siteBlue);
  font-size: 44px;
  margin-top: 0;
}
h2, h3, h4, h5, h6 {
  color: var(--siteBlue);
  font-size: 30px;
  margin-top: 0;
}
.ce_headline {
  margin: 1vw auto !important;
}
p {
  font-size: 19px;
  line-height: 32px;
}
.mod_article > * {
  width: var(--widthContainer);
  margin: auto;
}
.mod_article .fullwidth {
  width: 100%;
  margin: unset;
  max-width: 1920px;
}
footer {
  background: #0c4076;
  color: #BCBCBC;
  padding: 0 37px;
  font-size: 19px;
  line-height: 23.75px !important;
}
footer a {
  color: #BCBCBC;
}
footer p {
  line-height: 23.75px !important;
}
footer h6 {
  margin-bottom: 16px;
  color: #FFFFFF;
  font-size: 22px;
}
footer .first figure {
  max-width: 425px;
}
footer .first img {
  background: white;
  padding: 10px;
}
footer .mod_navigation .invisible {
  display: none;
}
footer .mod_navigation ul {
  list-style: none;
  padding-left: 0px;
}
footer .mod_navigation ul li {
  position: relative;
  padding-left: 24px;
  padding-bottom: 13px;
}
footer .mod_navigation ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url("/bundles/doerlbasic/img/Icon feather-arrow-right.svg") no-repeat center;
  background-size: contain;
  transition: left 0.2s ease;
}
footer .mod_navigation ul li:hover {
  color: #ffffff;
}
footer .mod_navigation ul li:hover::before {
  left: 4px;
}
footer span {
  display: flex;
  padding-bottom: 13px;
}
footer span p {
  margin: 0;
}
footer span.address::before {
  content: url("/bundles/doerlbasic/img/Icon feather-map-pin.svg");
  padding-right: 10px;
}
footer span.phone::before {
  content: url("/bundles/doerlbasic/img/Icon feather-phone.svg");
  padding-right: 10px;
}
footer span.mail::before {
  content: url("/bundles/doerlbasic/img/Icon feather-mail.svg");
  padding-right: 10px;
}
footer span.time::before {
  content: url("/bundles/doerlbasic/img/Icon feather-clock.svg");
  padding-right: 10px;
}
footer .box {
  background: transparent linear-gradient(297deg, #0513407A 0%, #01040D7A 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #274392;
  padding: 20px;
  border-radius: 7px;
  color: #FFFFFF;
}
footer .box.light {
  background: transparent linear-gradient(302deg, #FFFFFFED 0%, #EBEBEBB3 100%) 0% 0% no-repeat padding-box !important;
  border: 1px solid #274392 !important;
  border-radius: 7px !important;
  color: #2C2C2C;
}
footer .box.light span {
  color: #004494;
}
footer .box a {
  color: #4876F9 !important;
}
footer .box p {
  padding: 13px 0;
  margin: 0;
}
footer .box span {
  color: #4876F9;
  display: unset;
  padding-bottom: unset;
  font-weight: bold;
}
footer .top-footer {
  padding: 0 189px;
  padding-top: 61px;
  padding-bottom: 51.5px;
  display: flex;
  justify-content: space-between;
}
footer .bottom-footer {
  text-align: center;
  padding: 43px;
  border-top: 1px solid grey;
  font-size: 14px;
  color: #FFFFFF;
}
footer .bottom-footer a {
  color: #FFFFFF;
}
.button-blue, .button-blue-phone, .button-blue-mail {
  background-color: var(--siteBlue);
  color: white;
  padding: 11px 25px;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease;
}
.button-blue:hover, .button-blue-phone:hover, .button-blue-mail:hover {
  background: #002756;
}
.button-blue-mail::before {
  content: url("/../../../../files/themes/default/images/envelope-footer.svg");
  padding-right: 10px;
}
.button-blue-phone::before {
  content: url("/../../../../files/themes/default/images/phone-footer.svg");
  padding-right: 10px;
}
.group-flex {
  display: flex;
  gap: 30px;
}
.ce_image figure {
  width: 100%;
  margin: 0%;
}
.ce_image figure img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
header {
  padding-top: 1vw;
  margin-bottom: 10px;
}
header p {
  margin: 0;
}
header .inside {
  display: flex;
  width: var(--widthContainer);
  margin: auto;
  justify-content: space-between;
}
header .inside .left-side img {
  width: 35%;
}
header .inside .right-side {
  display: flex;
  flex-direction: column;
  justify-content: inherit;
}
header .inside .right-side .up-header {
  display: flex;
  gap: 2vw;
  flex-direction: row-reverse;
}
header .inside .right-side .up-header a {
  color: #333333;
  text-decoration: none;
}
header .inside .right-side .up-header a img {
  margin-right: 1px;
  width: 16px;
  height: 16px;
}
header .inside .right-side .down-header .mod_navigation .invisible {
  display: none;
}
header .inside .right-side .down-header .mod_navigation ul {
  display: flex;
  gap: 22px;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
header .inside .right-side .down-header .mod_navigation ul li {
  position: relative;
}
header .inside .right-side .down-header .mod_navigation ul li a {
  text-decoration: none;
  color: var(--siteBlue);
  font-size: 18px;
  padding: 4px 7px;
}
header .inside .right-side .down-header .mod_navigation ul li a:hover {
  background: #00449424 0% 0% no-repeat padding-box;
}
header .inside .right-side .down-header .mod_navigation ul li strong {
  color: var(--siteBlue);
  font-size: 18px;
  padding: 4px 7px;
  text-decoration: none;
  background: #00449424 0% 0% no-repeat padding-box;
}
header .inside .right-side .down-header .mod_navigation ul li.submenu:hover > .level_2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .inside .right-side .down-header .mod_navigation ul li .level_2 {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  flex-direction: column;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
}
header .inside .right-side .down-header .mod_navigation ul li .level_2 strong {
  display: block;
  white-space: nowrap;
  padding: 10px 12px;
  background: #00449424;
  color: var(--siteBlue);
}
header .inside .right-side .down-header .mod_navigation ul li .level_2 li a {
  display: block;
  white-space: nowrap;
  padding: 10px 12px;
  background: white;
}
header .inside .right-side .down-header .mod_navigation ul li .level_2 li a strong {
  display: block;
  white-space: nowrap;
  padding: 10px 12px;
  background: white;
}
header .inside .right-side .down-header .mod_navigation ul li .level_2 li a:hover {
  background: #00449424;
}
.mobile-header {
  display: none;
}
@media screen and (max-width: 1200px) {
  header .inside {
    width: 96%;
  }
  .down-header {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .down-header .mobile-header {
    display: block;
  }
  .down-header .mod_navigation {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  :root {
    --widthContainer: 98%;
  }
  iframe {
    width: 100%;
    height: auto;
  }
  footer .top-footer {
    padding: 0 89px;
    padding-top: 61px;
    padding-bottom: 51.5px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 800px) {
  :root {
    --widthContainer: 98%;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-top: 1rem !important;
  }
}
@media screen and (max-width: 520px) {
  :root {
    --widthContainer: 98%;
  }
  .up-header {
    display: none !important;
  }
  .left-side {
    display: flex !important;
    align-items: center !important;
  }
  .left-side a img {
    width: 55% !important;
    height: auto;
  }
  h1 {
    color: var(--siteBlue);
    font-size: 30px;
  }
  h2, h3, h4, h5, h6 {
    color: var(--siteBlue);
    font-size: 22px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
  .group-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer {
    padding: 0 20px;
    font-size: 16px;
    line-height: 24px !important;
  }
  footer .top-footer {
    padding: 0 20px;
    padding-top: 61px;
    padding-bottom: 51.5px;
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
  footer .bottom-footer {
    padding: 43px 20px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%2Fhorvatovmiroslav%2Fdomains%2Fnacionalnasnaga.horvatovmiroslav.me%2Fpublic_html%2Fprivate-bundle%2F4-angles%2Fnacionalnasnaga-basic%2Fpublic%2Fcss%2Ffrontend%2Fbase.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAShB%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAiBxC%3BAAAA%3BAAAA%3BAAMA%3BAAKQ%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAACI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAACI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAEI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%22%7D */