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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

.body {
  color: #fff;
  letter-spacing: .4px;
  background-color: #111;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.main-landing {
  background-image: linear-gradient(#1119, #1119), url('../images/JPG_4grosze-25.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.navbar {
  z-index: 888;
  background-color: #11111180;
  width: 100%;
  position: fixed;
}

.image {
  width: 100%;
  height: 45px;
}

.brand {
  background-image: url('../images/LOGO_4grosze.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 45px;
  margin-right: auto;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.nav-menu {
  margin-left: auto;
}

.nav-link {
  color: #fff;
}

.nav-link.w--current {
  color: #dbb98b;
}

.button {
  letter-spacing: .5px;
  background-color: #dbb98b00;
  border: 3px solid #dbb98b;
  border-radius: 99px;
  padding: 10px 35px;
  transition: all .5s ease-in-out;
}

.button:hover, .button.solid {
  background-color: #dbb98b;
}

.button.solid:hover {
  background-color: #dbb98b00;
}

.margin_25 {
  width: 25px;
  height: 25px;
}

.div-block {
  margin-top: 0;
  display: flex;
}

.div-block-2 {
  width: 60%;
  max-width: 1000px;
  margin-left: 30px;
}

.heading {
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
}

.paragraph {
  letter-spacing: .5px;
}

.margin_40 {
  width: 40px;
  height: 40px;
}

.oferta_container {
  background-color: #161616;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  padding: 30px;
  display: flex;
  position: relative;
}

.image-2 {
  z-index: 0;
  opacity: .4;
  height: 100%;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.header2 {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
}

.div-block-4 {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.grid {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  width: 100%;
  position: relative;
}

.list {
  font-weight: 300;
  line-height: 17px;
}

.oferta-div {
  background-color: #161616e6;
  border-radius: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  transition: all .5s ease-in-out;
  display: flex;
  position: relative;
  box-shadow: 0 3px 6px 2px #0003;
}

.oferta-div:hover {
  box-shadow: none;
  transform: translate(0, -3px);
}

.list-copy {
  font-weight: 300;
  line-height: 20px;
}

.oferta_cena {
  color: #dbb98b;
  text-align: right;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.paragraph-2 {
  text-align: right;
  margin-bottom: 0;
}

.gold {
  color: #dbb98b;
  font-size: 18px;
}

.div-block-5 {
  margin-top: auto;
  margin-left: auto;
  position: relative;
  bottom: 0;
}

.oferta_podpis {
  font-size: 14px;
  font-weight: 300;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.oferta_container-podpis {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  padding: 30px;
  display: flex;
  position: relative;
}

.oferta-podpis {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -85px;
}

.onas_container {
  background-color: #161616;
  background-image: url('../images/JPG_Justyna-Wodowska.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 500px;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: auto;
  margin: 60px auto;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-3 {
  z-index: 0;
  opacity: 1;
  height: 100%;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.o-nas_podpis-prezesa {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.paragraph-3 {
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
}

.paragraph-4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.stopka {
  background-color: #161616;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  margin: 60px auto 0;
  padding: 10px 30px;
  display: flex;
  position: relative;
}

.stopka-logo {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.kontakt-container {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.kontakt-div {
  background-color: #161616;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 30px;
  display: flex;
  position: relative;
}

.contact-div {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.contact-icon {
  background-image: url('../images/EOB_adres_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
}

.contact-icon.telefon {
  background-image: none;
}

.contact-text {
  color: #e3e3e3;
  margin-bottom: 0;
  margin-left: 10px;
}

.margin_15 {
  width: 15px;
  height: 15px;
}

.text-field {
  color: #fff;
  text-align: center;
  background-color: #fff6;
  border: 1px #000;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 300;
}

.text-field.text {
  color: #fff;
  width: 100%;
  min-height: 120px;
}

.form-block {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.field-label {
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.loading {
  z-index: 999;
  background-color: #111;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-4 {
  opacity: 0;
  width: 250px;
  height: 100%;
}

.paragraph-7 {
  color: #444;
  text-align: left;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
}

.paragraph-7.white {
  color: #fff;
}

.div-block-184 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cookies {
  z-index: 99;
  opacity: 1;
  background-color: #111c;
  border: 2px #000;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  min-width: 500px;
  padding: 10px;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.button-3 {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #f8f8f8;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 55px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  transition: box-shadow .4s ease-in-out;
  display: flex;
  position: static;
  bottom: 440px;
  left: 163px;
  box-shadow: -4px -4px 5px #ffffffe6, 4px 4px 5px #0000001f;
}

.button-3:hover {
  box-shadow: none;
}

.button-3:active {
  box-shadow: inset -4px -4px 5px #ffffffe6, inset 4px 4px 5px #0000001f;
}

.button-3.cookies-button {
  box-shadow: none;
  color: #fff;
  text-transform: none;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 25px;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: all .4s ease-in-out, box-shadow .4s ease-in-out;
}

.button-3.cookies-button:hover {
  border-color: #fff;
}

.bold-red {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.div-block-182 {
  background-image: url('../images/TKANKA_Cookies.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  height: 40px;
  padding-left: 70px;
  display: flex;
}

.div-block-183 {
  margin-right: 10px;
}

.checkbox-field {
  text-align: left;
  flex: 1;
  width: 330px;
  margin: 10px auto 10px 0;
}

.checkbox-label {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.link-pp-2 {
  color: #fff;
  text-decoration: none;
  display: inline;
}

.link {
  color: #dbb98b;
  font-weight: 500;
  text-decoration: none;
}

.div-block-185 {
  background-image: url('../images/LOGO_4grosze.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 100px;
}

@media screen and (max-width: 991px) {
  .image {
    height: 40px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-3 {
    top: auto;
    bottom: 0;
  }

  .div-block-184 {
    flex-direction: column;
  }

  .cookies {
    opacity: 0;
    flex-direction: column;
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-183 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .checkbox-field {
    width: 100%;
  }

  .link-pp-2 {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-2 {
    margin-left: 15px;
  }

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

  .header2 {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-4 {
    width: 45px;
    height: 45px;
    margin-right: 5px;
  }

  .list {
    font-size: 13px;
    line-height: 15px;
  }

  .oferta-div {
    padding: 10px;
  }

  .oferta_cena {
    font-size: 18px;
    line-height: 18px;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 14px;
  }

  .oferta-podpis {
    bottom: -100px;
  }

  .image-3 {
    max-width: none;
    height: 60%;
    margin-top: auto;
    top: auto;
    bottom: 0;
  }

  .form-block {
    width: 100%;
  }

  .cookies {
    opacity: 0;
    width: 60%;
    bottom: 10px;
    right: 10px;
  }

  .checkbox-field {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 120px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-2 {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .oferta_container {
    justify-content: center;
    align-items: flex-start;
    padding: 40px 20px;
  }

  .image-2 {
    width: 90%;
    height: auto;
    top: auto;
    bottom: 0;
  }

  .div-block-3 {
    width: 100%;
    margin-bottom: 0;
  }

  .grid {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
    aspect-ratio: auto;
    object-fit: contain;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
    display: grid;
    overflow: visible;
  }

  .oferta-podpis {
    width: 80%;
    margin-bottom: 0%;
    top: auto;
    bottom: -140px;
  }

  .onas_container {
    background-size: auto 220px;
    padding: 15px;
  }

  .image-3 {
    width: 120%;
    height: auto;
  }

  .o-nas_podpis-prezesa {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 0;
    right: auto;
  }

  .kontakt-container {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .kontakt-div {
    padding: 15px;
  }

  .cookies {
    opacity: 0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 7px;
    left: 10px;
    right: 10px;
  }

  .button-3.cookies-button {
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

  .div-block-182 {
    background-position: 50%;
    height: 40px;
    padding-left: 80px;
  }

  .div-block-183 {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .checkbox-field {
    text-align: left;
    width: 100%;
  }
}

#w-node-_3ee9dae1-66a6-284f-a712-44b8e0937a65-3068c839 {
  align-self: auto;
}


