body.static-navcom {
  background: #e9eaed url("/images/szablon/tlo_strony_all.jpg") center top / cover fixed no-repeat;
}

.static-navcom .body-innerwrapper {
  min-height: 100vh;
  padding-bottom: 70px;
}

.static-navcom #sp-top-bar {
  padding: 22px 0;
}

.static-navcom #sp-logo .logo {
  display: inline-block;
}

.static-navcom #sp-logo img {
  max-width: 330px;
  height: auto;
}

.static-navcom .sp-contact-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  min-height: 64px;
  color: #2c3460;
  font-size: 16px;
  font-weight: 700;
}

.static-navcom .sp-contact-info a {
  color: #2c3460;
  text-decoration: none;
}

.static-navcom #sp-header .container {
  max-width: 1250px;
}

.static-navcom .sp-megamenu-wrapper {
  position: relative;
}

.static-navcom #offcanvas-toggler {
  display: none;
}

.static-navcom .sp-megamenu-parent {
  list-style: none;
  margin: 0;
  padding: 0;
}

.static-navcom .sp-megamenu-parent > li > a {
  display: block;
}

.static-navcom .sp-megamenu-parent .sp-dropdown {
  display: none;
}

.static-navcom .sp-megamenu-parent > li:hover .sp-dropdown,
.static-navcom .sp-megamenu-parent > li:focus-within .sp-dropdown {
  display: block;
}

.static-navcom #sp-main-body > .container {
  max-width: 1140px;
  background: rgba(255, 255, 255, .84);
  padding: 0 38px 70px;
  box-shadow: 0 20px 58px rgba(44, 52, 96, .13);
}

.static-navcom #sp-dotacja img {
  display: block;
  max-width: 100%;
  height: auto;
}

.static-navcom #sp-dotacja .custom p {
  margin: 0;
}

.static-navcom #sp-page-builder {
  clear: both;
}

.static-navcom #cp-bg-slide {
  position: relative;
  inset: auto;
  z-index: 0;
  width: auto;
  height: 520px;
  margin: 0 -38px 56px;
  background: #11172f;
}

.static-navcom #slideimgs,
.static-navcom .slideimg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.static-navcom .slideimg {
  display: block;
  overflow: hidden;
  opacity: 0;
  animation: static-slider 14s infinite;
}

.static-navcom .slideimg:nth-child(2) {
  animation-delay: 7s;
}

.static-navcom .imgslide {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.static-navcom #opis-przyciski {
  display: none;
}

.static-navcom .static-offcanvas-overlay {
  position: fixed;
  inset: 0;
  z-index: 99998;
  background: rgba(0, 0, 0, .62);
}

.static-navcom .static-offcanvas-overlay[hidden] {
  display: none;
}

.static-navcom .offcanvas-menu {
  max-width: min(86vw, 340px);
  background: #2c3460;
  box-shadow: -18px 0 40px rgba(0, 0, 0, .32);
}

.static-navcom .offcanvas-menu .offcanvas-inner .sp-module ul,
.static-navcom .offcanvas-menu .offcanvas-inner .sp-module li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.static-navcom .static-mobile-nav .offcanvas-inner {
  padding: 58px 0 28px;
}

.static-navcom .static-mobile-nav .close-offcanvas {
  top: 14px;
  right: 16px;
  width: 34px;
  height: 34px;
  border-radius: 0;
  background: rgba(0, 0, 0, .24);
  line-height: 34px;
  font-size: 15px;
}

.static-navcom .static-mobile-nav__list {
  margin: 0 !important;
}

.static-navcom .static-mobile-nav__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  align-items: stretch;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.static-navcom .static-mobile-nav .offcanvas-inner .sp-module ul > li a,
.static-navcom .static-mobile-nav .offcanvas-inner .sp-module ul > li .separator {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 18px !important;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent !important;
  border: 0;
}

.static-navcom .static-mobile-nav .offcanvas-inner .sp-module ul > li a span {
  display: block;
  margin-top: 3px;
  color: #abceeb;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}

.static-navcom .static-mobile-nav .offcanvas-inner .sp-module ul > li a span br {
  display: none;
}

.static-navcom .static-mobile-nav .offcanvas-inner .sp-module ul > li .separator {
  color: #abceeb;
  font-weight: 900;
  text-transform: uppercase;
}

.static-navcom .static-mobile-nav .offcanvas-inner .sp-module ul > li:hover > .static-mobile-nav__row a,
.static-navcom .static-mobile-nav .offcanvas-inner .sp-module ul > li.active > .static-mobile-nav__row a {
  color: #fff;
  background: rgba(0, 0, 0, .16) !important;
}

.static-navcom .static-submenu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-height: 48px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, .12);
  background: rgba(0, 0, 0, .14);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.static-navcom .static-mobile-submenu {
  background: rgba(0, 0, 0, .16);
}

.static-navcom .static-mobile-submenu[hidden] {
  display: none !important;
}

.static-navcom .static-mobile-submenu .static-mobile-nav__row {
  grid-template-columns: minmax(0, 1fr) 44px;
}

.static-navcom .static-mobile-submenu .static-mobile-nav__row a {
  min-height: 44px !important;
  padding-left: 32px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

.static-navcom .static-mobile-submenu .static-mobile-submenu .static-mobile-nav__row a {
  padding-left: 46px !important;
}

.static-navcom .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@keyframes static-slider {
  0%, 45% {
    opacity: 1;
  }

  50%, 95% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body.static-home-page {
  background: #11172f;
}

.static-home-page .body-innerwrapper {
  background: transparent;
  box-shadow: none;
}

.static-home-page #sp-top-bar,
.static-home-page #sp-header,
.static-home-page #sp-dotacja,
.static-home-page #sp-footer {
  position: relative;
  z-index: 3;
}

.static-home-page #sp-main-body {
  min-height: calc(100vh - 260px);
  padding: 0;
}

.static-home-page #sp-main-body > .container {
  width: 100%;
  max-width: none;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.static-home-page #sp-component {
  min-height: calc(100vh - 260px);
  padding: 0;
}

.static-home-page #cp-bg-slide {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  pointer-events: none;
}

.static-home-page #cp-bg-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 23, 47, .22);
}

.static-home-page #sp-page-builder,
.static-home-page .page-content,
.static-home-page .sppb-section,
.static-home-page .sppb-row-container,
.static-home-page .sppb-row,
.static-home-page .sppb-col-sm-12,
.static-home-page .sppb-column,
.static-home-page .sppb-column-addons,
.static-home-page .sppb-addon,
.static-home-page .sppb-addon-content,
.static-home-page #html-control {
  position: static;
  min-height: 0;
}

.static-navcom #sp-component {
  min-height: 420px;
}

.static-navcom .article-content img,
.static-navcom .introtext img,
.static-navcom .pagebuilder img {
  max-width: 100%;
  height: auto;
}

.static-navcom .article-content iframe,
.static-navcom .pagebuilder iframe {
  max-width: 100%;
}

.static-navcom .navcom-static-hero {
  position: relative;
  min-height: 430px;
  margin: 0 -38px 56px;
  overflow: hidden;
  background: #1b223e;
}

.static-navcom .navcom-static-hero img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  opacity: .78;
}

.static-navcom .navcom-static-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(27, 34, 62, .92), rgba(27, 34, 62, .34));
}

.static-navcom .navcom-static-hero-copy {
  position: absolute;
  left: 56px;
  right: 56px;
  bottom: 46px;
  z-index: 1;
  max-width: 720px;
  color: #fff;
}

.static-navcom .navcom-static-hero-copy h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.05;
}

.static-navcom .navcom-static-hero-copy p {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  text-indent: 0;
}

.static-navcom .static-button {
  display: inline-block;
  margin: 10px 12px 0 0;
  padding: 12px 20px;
  background: #d71920;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.static-navcom .static-button.secondary {
  background: #2c3460;
}

.static-navcom .navcom-section {
  clear: both;
  margin: 42px 0;
}

.static-navcom .section-title h2 {
  color: #2c3460;
  font: 900 28px/1.2 Arial, sans-serif;
  text-transform: uppercase;
}

.static-navcom .navcom-service-grid,
.static-navcom .navcom-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.static-navcom .navcom-service-card,
.static-navcom .navcom-info-card {
  display: block;
  overflow: hidden;
  background: #fff;
  color: #000;
  text-decoration: none;
  box-shadow: 2px 2px 9px rgba(44, 52, 96, .22);
}

.static-navcom .navcom-service-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.static-navcom .navcom-service-card strong,
.static-navcom .navcom-service-card span,
.static-navcom .navcom-info-card h3,
.static-navcom .navcom-info-card p {
  display: block;
  margin-left: 18px;
  margin-right: 18px;
}

.static-navcom .navcom-service-card strong {
  margin-top: 16px;
  color: #2c3460;
  font-size: 20px;
  font-weight: 900;
}

.static-navcom .navcom-service-card span,
.static-navcom .navcom-info-card p {
  color: #000;
  font-size: 15px;
  line-height: 1.6;
}

.static-navcom .navcom-info-card {
  padding: 18px 0 22px;
}

.static-navcom .navcom-info-card h3 {
  margin-top: 0;
  font-size: 20px;
}

.static-navcom .navcom-info-card h3 a {
  color: #2c3460;
  text-decoration: none;
}

.static-navcom .static-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 24px;
  margin: 24px 0 60px;
}

.static-navcom .static-contact-form label {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.static-navcom .static-contact-form input,
.static-navcom .static-contact-form textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 12px 14px;
  border: 0;
  background: #2c3460;
  color: #fff;
  font-size: 17px;
}

.static-navcom .static-contact-form textarea {
  min-height: 165px;
}

.static-navcom .static-contact-form .wide {
  grid-column: 1 / -1;
}

.static-navcom .static-contact-form .consent input {
  display: inline-block;
  width: auto;
  margin: 0 8px 0 0;
}

.static-navcom .static-contact-form .hp-field {
  position: absolute;
  left: -9999px;
}

.static-navcom .static-contact-form button {
  grid-column: 2;
  justify-self: end;
  min-width: 210px;
  min-height: 54px;
  border: 0;
  background: #2c3460;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.static-navcom .static-sitemap {
  columns: 2;
  padding-left: 22px;
}

@media (max-width: 991px) {
  .static-navcom #sp-top-bar {
    padding: 12px 0;
  }

  .static-navcom #sp-logo,
  .static-navcom #sp-search {
    text-align: center;
  }

  .static-navcom .sp-contact-info {
    justify-content: center;
    min-height: 0;
    margin-top: 14px;
  }

  .static-navcom #sp-menu-title {
    display: none;
  }

  .static-navcom #sp-header,
  .static-navcom.layout-boxed .body-innerwrapper #sp-header {
    position: relative;
    z-index: 20;
    height: 58px !important;
    background: rgba(44, 52, 96, .96);
  }

  .static-navcom #sp-header .container {
    width: 100% !important;
    max-width: none;
  }

  .static-navcom .sp-megamenu-wrapper {
    min-height: 58px;
  }

  .static-navcom #sp-menu {
    width: 100%;
  }

  .static-navcom .sp-megamenu-parent {
    display: none !important;
  }

  .static-navcom #offcanvas-toggler {
    position: absolute;
    top: 8px;
    right: 14px;
    z-index: 100;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    background: #2c3460;
    border: 1px solid rgba(255, 255, 255, .22);
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
  }

  .static-navcom #offcanvas-toggler > i {
    padding: 0;
    font-size: 18px;
    line-height: 1 !important;
  }

  .static-navcom #offcanvas-toggler span {
    display: inline;
  }

  .static-navcom #cp-bg-slide {
    height: 360px;
  }

  .static-navcom .navcom-service-grid,
  .static-navcom .navcom-card-grid,
  .static-navcom .static-contact-form {
    grid-template-columns: 1fr;
  }

  .static-navcom .static-contact-form button {
    grid-column: 1;
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .static-navcom #sp-main-body > .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .static-navcom .navcom-static-hero {
    margin-left: -20px;
    margin-right: -20px;
  }

  .static-navcom #cp-bg-slide {
    margin-left: -20px;
    margin-right: -20px;
  }

  .static-navcom .navcom-static-hero-copy {
    left: 24px;
    right: 24px;
  }

  .static-navcom .navcom-static-hero-copy h1 {
    font-size: 32px;
  }

  .static-navcom .static-sitemap {
    columns: 1;
  }
}

body.static-home-page #sp-component {
  min-height: calc(100vh - 260px);
}

body.static-home-page #cp-bg-slide {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
}

body.static-home-page #sp-main-body > .container {
  width: 100%;
  max-width: none;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
