.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #00185a;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  color: #022b68;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

a {
  text-decoration: none;
}

.nav {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
}

.content {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.content.haslo {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero {
  background-image: url('../images/a_latarnia-morska-przeciw-niebieskiemu-niebu-copy_2-copy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 580px;
  padding-top: 100px;
}

.offer-top-section {
  padding-top: 55px;
  padding-bottom: 80px;
}

.offer-long {
  background-color: #e6f2fa;
}

.offer-long.ksiegowosc {
  padding-top: 50px;
}

.offer-long.kadry {
  background-color: #fff;
}

.footer {
  padding-top: 60px;
}

.cennik {
  background-color: #e6f2fa;
  padding-top: 50px;
  padding-bottom: 70px;
}

.navbar {
  color: #022b68;
  text-transform: uppercase;
  background-color: #fff0;
  padding-top: 10px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.features {
  padding-top: 0;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  padding: 100px 180px 91px;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 14px;
  font-size: 60px;
  font-weight: 700;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 60px;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 120px;
  height: 120px;
  margin-bottom: 16px;
}

.pricing-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 27px;
  font-weight: 700;
  line-height: 33px;
}

.pricing-subtitle {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ac0000;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.button-primary:hover {
  color: #fff;
  background-color: #6aaee9;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.button-primary.hero-button {
  margin-top: 50px;
  margin-right: 50px;
}

.button-primary.offer-top {
  border-color: #fff0;
  margin-top: 11px;
  padding: 12px;
}

.button-primary.offer-top:hover {
  background-color: #3898ec;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-text {
  color: #00185a;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.footer-text:hover {
  color: #00185a;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 16px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split.kadry-i-place-desktop {
  display: none;
}

.margin-bottom-24px {
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 24px;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.offer-heading-right, .offert-heading-left {
  padding-top: 45px;
  padding-bottom: 45px;
}

.nav-link-menu:hover {
  background-color: #67ace8;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
  padding-top: 100px;
  display: flex;
}

.hero-h1-above {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #00185a;
  margin-bottom: 26px;
  padding: 6px;
  font-size: 17px;
  font-weight: 500;
}

.hero-h1-below {
  margin-top: 15px;
  font-size: 37px;
  font-weight: 700;
  line-height: 42px;
}

.offer-top {
  text-align: center;
  border: 2px solid #00185a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  padding: 0 15px 30px;
  display: flex;
}

.offer-top:hover {
  background-color: #e6f2fa;
}

.h2-offer-top {
  margin-top: -19px;
  margin-bottom: 15px;
  font-size: 26px;
}

.offer-top-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading {
  line-height: 48px;
}

.heading.h1-hero {
  font-size: 46px;
  line-height: 52px;
}

.feature-text-block {
  text-transform: uppercase;
  font-weight: 600;
}

.haslo {
  background-image: url('../images/a_ksiegowy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 66px;
  padding-bottom: 66px;
}

.haslo-bg {
  background-color: #ffffffbf;
  max-width: 950px;
  padding: 70px 90px 90px;
}

.text-block {
  text-align: center;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-2 {
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.h3-podpis {
  text-align: center;
  max-width: 1050px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
}

.h3-podpis.oferta {
  margin-bottom: 50px;
}

.heading-2 {
  margin-bottom: 35px;
}

.sale {
  color: #fff;
  background-color: #00185f;
  padding-top: 50px;
  padding-bottom: 40px;
}

.cennik-kadry {
  padding-top: 50px;
  padding-bottom: 40px;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 51px;
  grid-row-gap: 50px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1250px;
  margin-top: 20px;
  margin-bottom: 40px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  background-color: #e2eef7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  max-width: 250px;
  padding: 20px 20px 10px;
  display: flex;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #ac0000;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.cennik-kadry-cena {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.kontakt {
  color: #fff;
  background-color: #ac0000;
  padding-top: 50px;
  padding-bottom: 40px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h-kontakt {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.kontakt-link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.kontakt-icon {
  width: 70px;
  margin-bottom: 10px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.h-o-nas {
  text-align: left;
  margin-bottom: 10px;
}

.h2-oferta-long {
  font-size: 30px;
  line-height: 34px;
}

.logo_img {
  height: 50px;
}

.footer-link {
  color: #00195c;
  margin-bottom: 10px;
  font-weight: 600;
}

.brand {
  max-height: 50px;
  margin-top: 3px;
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 50%;
  }

  .container {
    max-width: 728px;
  }

  .features-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 60px 70px 0;
  }

  .features-block {
    margin-bottom: 100px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-brand {
    margin-bottom: 40px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.kadry-i-place {
    display: none;
  }

  .hero-split.kadry-i-place-desktop {
    display: flex;
  }

  .offer-heading-right {
    padding-bottom: 10px;
  }

  .offert-heading-left {
    padding-bottom: 20px;
  }

  .nav-link-menu {
    color: #00185a;
  }

  .nav-link-menu:hover {
    color: #fff;
  }

  .offer-top {
    max-width: 100%;
  }

  .offer-top-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading {
    line-height: 56px;
  }

  .haslo-bg {
    max-width: 600px;
    padding: 60px;
  }

  .container-2 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 57px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-card-three {
    max-width: 350px;
  }

  .pricing-card-text {
    margin-bottom: 10px;
  }

  .container-3 {
    max-width: 728px;
  }

  .pricing-grid-2 {
    grid-column-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .features-list {
    padding-top: 50px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .menu-button, .menu-button.w--open {
    background-color: #00185a;
  }

  .nav-menu {
    color: #fff;
    background-color: #fff;
  }

  .icon {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    margin-bottom: 20px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-text {
    text-align: center;
  }

  .footer-text:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-heading-left, .hero-heading-right {
    padding: 60px 15px;
  }

  .hero-h1-above {
    font-size: 13px;
  }

  .hero-h1-below {
    margin-top: 15px;
    font-size: 32px;
  }

  .heading.h1-hero {
    font-size: 42px;
    line-height: 54px;
  }

  .haslo {
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .haslo-bg {
    max-width: 480px;
    padding: 50px;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .features-list {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-color: #b2d5ed;
    background-image: url('../images/a_latarnia-morska-przeciw-niebieskiemu-niebu-copy_2-copy.webp');
    background-position: 60% 0;
    background-size: cover;
    height: 490px;
    padding-top: 30px;
  }

  .container {
    max-width: none;
  }

  .features-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .button-primary.hero-button {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-primary.offer-top {
    font-size: 13px;
  }

  .footer-brand, .title-small {
    margin-bottom: 0;
  }

  .footer-text:hover {
    color: #00185a;
  }

  .div-block {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 110px;
  }

  .hero-h1-above {
    text-align: center;
  }

  .hero-h1-below {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .h2-offer-top {
    line-height: 34px;
  }

  .heading.h1-hero {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }

  .haslo {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .haslo-bg {
    padding: 32px 20px;
  }

  .text-block {
    font-size: 17px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 37px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .pricing-card-three {
    width: 280px;
  }

  .kontakt {
    padding-bottom: 60px;
  }

  .container-3 {
    text-align: center;
    max-width: none;
  }

  .pricing-grid-2 {
    grid-template-columns: 1fr;
  }

  .h-kontakt {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 39px;
  }

  .kontakt-link {
    font-size: 14px;
  }

  .features-left {
    justify-content: flex-start;
    align-items: center;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .h-o-nas {
    text-align: center;
    margin-bottom: 29px;
    font-size: 30px;
    line-height: 37px;
  }

  .h2-oferta-long {
    font-size: 28px;
    line-height: 32px;
  }

  .italic-text {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#w-node-_664fa24d-f7cf-8152-b74a-85fa78337de9-aaf34044, #w-node-_664fa24d-f7cf-8152-b74a-85fa78337e09-aaf34044, #w-node-_664fa24d-f7cf-8152-b74a-85fa78337e31-aaf34044, #w-node-_59a4bcc9-eb7a-fd66-2ebf-04475dcb4035-aaf34044, #w-node-_44c976a2-ae02-715f-320c-dc96b44a4aa5-aaf34044, #w-node-_5326b82c-e1d3-bc75-424e-1504d34619a7-aaf34044, #w-node-_18fb27f3-936a-00a9-c20c-4fce4246b6e6-aaf34044, #w-node-ebd95ee5-3458-eff3-1cc7-51b2ba2aa7a8-aaf34044, #w-node-_264a1987-5054-44b5-3cfe-f638fef95b2e-aaf34044, #w-node-_31db8998-599d-45ff-37ee-e6f29c3725a7-aaf34044, #w-node-_27a0625a-856f-1461-3cfe-8e2e93bf26c2-aaf34044, #w-node-_27a0625a-856f-1461-3cfe-8e2e93bf26cb-aaf34044, #w-node-_27a0625a-856f-1461-3cfe-8e2e93bf26d6-aaf34044 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


