:root {
  --midnight-blue: #003154;
  --crimson: #e40521;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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: var(--midnight-blue);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

.container {
  z-index: 2;
  max-width: 1400px;
  flex: 1;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.text-block {
  font-size: .8rem;
}

.div-block {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.div-block-2 {
  width: 1px;
  height: 45px;
  background-color: var(--midnight-blue);
}

.div-block-2.w1 {
  height: 45px;
}

.text-block-2 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-2.w2 {
  font-size: 1rem;
}

.div-block-3 {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-2 {
  background-color: #f8f8f8;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.section-3 {
  background-color: #eee;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.quick-stack {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 2rem;
  padding: 0;
  position: relative;
}

.div-block-4 {
  border-top: 5px dotted #c2c2c2;
  margin-top: -15px;
}

.div-block-5 {
  width: 100%;
  height: 2px;
  max-width: 95px;
  background-color: #e40521;
  margin-top: 1.2rem;
  margin-bottom: 1rem;
}

.image {
  max-height: 60px;
}

.text-block-3 {
  width: 30px;
  height: 30px;
  max-height: 30px;
  max-width: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: var(--crimson);
  color: #fff;
  border-radius: 10000000px;
  justify-content: center;
  align-items: center;
  font-size: .8rem;
  display: flex;
}

.div-block-6 {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-7 {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.cell {
  justify-content: center;
}

.div-block-8 {
  display: none;
}

.image-2 {
  width: 160px;
}

.image-3 {
  width: 125px;
}

.section-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.div-block-9 {
  width: 1px;
  height: 90%;
  background-color: rgba(0, 0, 0, 0);
  border-left: 5px dotted #c2c2c2;
  margin: auto;
}

.cell-2 {
  grid-column-gap: 1rem;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4rem 2rem;
  display: flex;
  box-shadow: 7px 7px 20px rgba(0, 0, 0, .07);
}

.cell-2._100_top {
  margin-top: -10rem;
}

.cell-2._100_bottom {
  margin-top: 100px;
}

.cell-2.w2, .cell-2.w4 {
  margin-top: 5rem;
  margin-left: -1rem;
}

.image-4 {
  max-height: 65px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 1fr;
  align-items: start;
}

.div-block-10 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.div-block-11 {
  width: 100px;
  max-width: 50%;
  min-width: 0;
  grid-column-gap: 5px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 0%;
  right: 0;
}

.div-block-11.w2 {
  top: 20%;
  left: auto;
}

.div-block-11.w3 {
  top: auto;
  bottom: 40%;
  left: 0%;
  right: auto;
}

.div-block-11.w4 {
  top: auto;
  bottom: 5%;
  left: auto;
  right: 0;
}

.div-block-4-copy {
  border-top: 5px dotted #c2c2c2;
  flex: 1;
  margin-top: 0;
}

.div-block-12 {
  width: 16px;
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  background-color: var(--crimson);
  border-radius: 10000px;
  margin-right: -8px;
}

.div-block-12.w2 {
  margin-left: -8px;
  margin-right: 0;
}

.quick-stack-3 {
  height: auto;
  grid-column-gap: 0rem;
  padding: 0;
}

.div-block-13 {
  width: auto;
  height: 100%;
  max-width: 100%;
  min-height: auto;
  padding: 4rem 2rem 3rem 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-5 {
  background-image: linear-gradient(270deg, rgba(2, 49, 84, 0), var(--midnight-blue) 85%), url('../images/zdjecie.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: flex;
  position: relative;
}

.div-block-14 {
  min-height: 100px;
  background-color: #eee;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-15 {
  height: 100%;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.6rem;
  line-height: 1.3;
}

.text-span {
  color: var(--crimson);
}

.quick-stack-4 {
  padding: 0;
}

.cell-3 {
  grid-row-gap: .75rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 30, 52, .36);
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-size: .9rem;
  font-weight: 700;
}

.image-5 {
  max-height: 55px;
}

.text-span-2, .text-span-3 {
  color: var(--crimson);
}

.div-block-16 {
  height: 100%;
  min-height: auto;
}

.div-block-17 {
  width: 100%;
  min-height: auto;
  align-items: flex-start;
  display: block;
}

.cell-4 {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.text-block-4 {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
}

.div-block-18 {
  width: 60px;
  height: 2px;
  background-color: #023154;
}

.div-block-19 {
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-top: 1rem;
  font-size: .7rem;
  display: flex;
  position: relative;
}

.rozwin {
  color: var(--crimson);
  cursor: pointer;
  text-decoration: underline;
}

.rozwiniety_txt {
  display: none;
}

.text-block-5 {
  display: block;
}

.form {
  grid-column-gap: .5rem;
  flex: 1;
  align-items: stretch;
  display: flex;
}

.text-field {
  height: 100%;
  min-height: 100%;
  border-radius: 3px;
  margin-bottom: 0;
}

.form-block {
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: var(--crimson);
  background-image: url('../images/arrow_1.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 12px 20px;
  border-radius: 3px;
  padding-right: 50px;
  font-size: .9rem;
}

.div-block-20 {
  grid-column-gap: 1rem;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  display: flex;
}

.text-block-6 {
  font-size: .8rem;
}

.text-block-7 {
  font-weight: 700;
}

.zwin {
  color: var(--crimson);
  cursor: pointer;
  text-decoration: underline;
  display: none;
}

.div-block-21 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  align-items: center;
  font-size: .9rem;
  display: flex;
}

.quick-stack-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.div-block-22 {
  position: relative;
}

.div-block-23 {
  max-width: 68%;
  border-bottom: 4px dotted #c2c2c2;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
}

.form-2 {
  grid-column-gap: 1.5rem;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.div-block-24 {
  width: 100%;
}

.text-field-2 {
  width: 100%;
  height: 100%;
  min-height: 55px;
  border: 0 solid #000;
  flex: 0 auto;
  margin-bottom: 0;
}

.txt-error {
  color: #e40521;
  font-size: .8rem;
  display: none;
}

.submit-button-2 {
  width: 100%;
  max-width: 40%;
  min-height: 55px;
  background-color: #e40521;
  background-image: url('../images/arrow_1.svg');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: 12px 20px;
  border-radius: 6px;
  padding-left: 1rem;
  padding-right: 50px;
  font-size: 1rem;
  font-weight: 700;
}

.text-span-4 {
  background-image: url('../images/petla.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 1rem 1.4rem;
  display: inline-block;
}

.text-block-8 {
  color: #fff;
  font-size: 1.4rem;
}

.text-span-5 {
  color: #e40521;
  font-weight: 700;
}

.div-block-25 {
  background-color: #fff;
  border-radius: 6px;
  padding: 1rem 2rem 2rem;
}

.div-block-26 {
  margin-bottom: 2rem;
}

.div-block-27 {
  border-radius: 6px;
  align-items: center;
  display: flex;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.text-block-9 {
  padding: .5rem .7rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .cell-2 {
    grid-row-gap: 2rem;
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .quick-stack-3 {
    width: 100%;
    grid-row-gap: 0px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-13 {
    flex-direction: column;
    padding-right: 0;
    display: flex;
  }

  .section-5 {
    background-position: 0 0, 70%;
  }

  .div-block-15 {
    width: 100%;
  }

  .heading-2 {
    font-size: 2.4rem;
  }

  .text-field, .text-field-2 {
    font-size: 1.1rem;
  }

  .div-block-25 {
    padding: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .section-3 {
    padding-top: 6rem;
  }

  .quick-stack {
    overflow: visible;
  }

  .div-block-4 {
    display: none;
  }

  .text-block-3 {
    z-index: 2;
    position: relative;
  }

  .div-block-6 {
    position: relative;
  }

  .div-block-8 {
    width: 100%;
    height: 1px;
    max-height: 1px;
    min-height: 1px;
    background-color: #ddd;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 0%;
    right: 0%;
  }

  .cell-2._100_top, .cell-2._100_bottom {
    margin-top: 0;
  }

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

  .div-block-10 {
    display: none;
  }

  .div-block-4-copy {
    display: block;
  }

  .quick-stack-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-5 {
    background-image: linear-gradient(rgba(2, 49, 84, .8), rgba(2, 49, 84, .8)), url('../images/zdjecie.jpg');
    background-position: 0 0, 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .heading-2 {
    font-size: 2.2rem;
  }

  .quick-stack-4 {
    grid-row-gap: 10px;
  }

  .form {
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .text-field {
    height: 60px;
    min-height: 60px;
  }

  .submit-button {
    min-height: 60px;
  }

  .div-block-20 {
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
  }

  .div-block-21 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-block-23 {
    display: none;
  }

  .form-2 {
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .text-field-2 {
    height: 60px;
    min-height: 60px;
  }

  .submit-button-2 {
    max-width: 100%;
    min-height: 60px;
  }

  .div-block-25 {
    padding: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  .container.w2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block.w2 {
    flex-direction: row;
    align-items: center;
  }

  .div-block-2 {
    width: 95px;
    height: 1px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .div-block-2.w1 {
    width: 1px;
    height: 45px;
  }

  .section-3 {
    margin-top: 0;
    padding-top: 4rem;
  }

  .quick-stack {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 1rem;
  }

  .image {
    max-height: 50px;
    margin: auto .5rem auto 0;
    display: block;
    position: relative;
    left: 0;
    right: auto;
  }

  .text-block-3 {
    z-index: 2;
    position: relative;
  }

  .div-block-6 {
    align-items: center;
    position: relative;
  }

  .div-block-8 {
    width: 100%;
    height: 1px;
    max-height: 1px;
    min-height: 1px;
    background-color: #ddd;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 0%;
    right: 0%;
  }

  .section-4 {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .cell-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cell-2.w2, .cell-2.w4 {
    margin-top: 0;
    margin-left: 0;
  }

  .quick-stack-3 {
    width: 100%;
    grid-row-gap: 0px;
    padding-left: 0;
  }

  .div-block-13 {
    width: 100%;
    border-radius: 0;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-14 {
    flex: 1;
    display: none;
  }

  .div-block-15 {
    width: 100%;
  }

  .quick-stack-4 {
    grid-column-gap: 5px;
  }

  .cell-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .8rem;
  }

  .image-5 {
    max-height: 50px;
    min-height: 50px;
  }

  .div-block-16 {
    width: 100%;
    min-height: 350px;
  }

  .div-block-17 {
    flex: 1;
  }

  .submit-button {
    text-align: left;
  }

  .div-block-21 {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .quick-stack-5 {
    grid-row-gap: 1.5rem;
  }

  .submit-button-2 {
    text-align: center;
  }
}

#w-node-f62ff973-3978-c20b-1ee0-89eef07a6991-be54373d {
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr;
}

#w-node-f62ff973-3978-c20b-1ee0-89eef07a6992-be54373d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_659a3ddc-e809-653e-96cc-a2e43e98a18c-be54373d, #w-node-_11266998-ce40-031d-0d3e-0314d7f7b3d8-be54373d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f62ff973-3978-c20b-1ee0-89eef07a6993-be54373d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb140628-e5ab-bd9b-9487-4c41e53e73d1-be54373d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bb140628-e5ab-bd9b-9487-4c41e53e73d2-be54373d, #w-node-bb140628-e5ab-bd9b-9487-4c41e53e73d3-be54373d, #w-node-ca74bfed-7059-d0f0-0ac1-c4cc8987b529-be54373d, #w-node-c84b5de4-f16e-d647-7f6c-cbe92b8d30c3-be54373d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f62ff973-3978-c20b-1ee0-89eef07a6991-be54373d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f62ff973-3978-c20b-1ee0-89eef07a6991-be54373d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f62ff973-3978-c20b-1ee0-89eef07a6992-be54373d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_659a3ddc-e809-653e-96cc-a2e43e98a18c-be54373d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_11266998-ce40-031d-0d3e-0314d7f7b3d8-be54373d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  #w-node-_11266998-ce40-031d-0d3e-0314d7f7b3d9-be54373d, #w-node-_11266998-ce40-031d-0d3e-0314d7f7b3e3-be54373d, #w-node-_11266998-ce40-031d-0d3e-0314d7f7b3ef-be54373d, #w-node-f62ff973-3978-c20b-1ee0-89eef07a6993-be54373d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f62ff973-3978-c20b-1ee0-89eef07a6991-be54373d {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    display: grid;
  }

  #w-node-f62ff973-3978-c20b-1ee0-89eef07a6992-be54373d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_659a3ddc-e809-653e-96cc-a2e43e98a18c-be54373d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_659a3ddc-e809-653e-96cc-a2e43e98a18d-be54373d, #w-node-_659a3ddc-e809-653e-96cc-a2e43e98a197-be54373d, #w-node-_659a3ddc-e809-653e-96cc-a2e43e98a1a3-be54373d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11266998-ce40-031d-0d3e-0314d7f7b3d8-be54373d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_11266998-ce40-031d-0d3e-0314d7f7b3d9-be54373d, #w-node-_11266998-ce40-031d-0d3e-0314d7f7b3e3-be54373d, #w-node-_11266998-ce40-031d-0d3e-0314d7f7b3ef-be54373d, #w-node-f62ff973-3978-c20b-1ee0-89eef07a6993-be54373d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb140628-e5ab-bd9b-9487-4c41e53e73d1-be54373d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-bb140628-e5ab-bd9b-9487-4c41e53e73d2-be54373d, #w-node-bb140628-e5ab-bd9b-9487-4c41e53e73d3-be54373d, #w-node-ca74bfed-7059-d0f0-0ac1-c4cc8987b529-be54373d, #w-node-c84b5de4-f16e-d647-7f6c-cbe92b8d30c3-be54373d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


