:root {
  --black: black;
  --white: white;
}

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

.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;
}

@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: #5a5a5a;
  font-family: Prompt, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

h2 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: .6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.container {
  flex: 0 auto;
  width: 100%;
  max-width: 1480px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.div-block {
  position: relative;
}

.image {
  width: 100%;
  max-width: 250px;
  display: block;
}

.div-block-2 {
  padding-top: 3rem;
  padding-bottom: 25px;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-form {
  flex: 1;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  inset: 0% 0% auto;
}

.section {
  position: relative;
}

.section.thx {
  background-image: url('../images/bg_top.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.box-form {
  z-index: 2;
  background-color: #fff;
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
  min-width: 450px;
  max-width: 450px;
  min-height: 350px;
  margin-left: auto;
  padding: 1.6rem 1.5rem;
  position: relative;
  box-shadow: 0 16px 32px #0000001a;
}

.text-block-2 {
  text-align: center;
  text-transform: none;
  margin-bottom: 14px;
  font-size: 1rem;
  line-height: 1;
}

.field-label {
  margin-bottom: 2px;
  padding-left: 0;
  font-size: .9rem;
  font-weight: 300;
}

.text-field {
  border: 1px solid #d2d2d2;
  border-top-color: #d8d8d8;
  border-radius: 10px;
  min-height: 48px;
  margin-bottom: 0;
}

.text-field.numer_telefonu {
  border-top-color: #d8d8d8;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.box_mc_form {
  margin-bottom: 10px;
}

.text-block-3 {
  color: #5a5a5a80;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-right: 0 solid #d2d2d2;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  font-size: .9rem;
  font-weight: 700;
  display: flex;
}

.div-block-5 {
  display: flex;
}

.submit-button {
  background-color: #cc1300;
  border-radius: 10px;
  width: 100%;
  min-height: 48px;
  padding: .5rem .8rem;
  font-weight: 700;
  transition: background-color .3s;
}

.submit-button:hover {
  background-color: #b81100;
}

.checkbox {
  border: 1px solid #707070;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-top: 3px;
  margin-right: .5rem;
}

.checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/check_1.svg');
  background-position: 50%;
  background-size: 12px;
  border: 1px solid #707070;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: .6rem;
  line-height: 1.4;
  display: flex;
}

.text-block-6 {
  margin-top: 20px;
  font-size: .6rem;
  font-weight: 300;
  line-height: 1.4;
}

.separator {
  min-height: .8rem;
}

.separator._2 {
  min-height: 1rem;
}

.div-block-12 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: minmax(400px, .75fr) minmax(420px, 1fr) minmax(200px, .5fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: -1rem;
  padding-top: 0;
  padding-right: 0;
  display: grid;
}

.body {
  color: #000;
  font-family: Open Sans, sans-serif;
}

.div-block-20 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-2 {
  color: var(--black);
  font-family: Open Sans, sans-serif;
}

.form-block {
  margin-bottom: 0;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 440px;
  display: grid;
}

.div-block-21.box_2 {
  padding-right: 520px;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 3rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  margin-bottom: 3rem;
  padding-right: 1rem;
  display: block;
}

.heading-3 {
  color: #e40421;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

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

.grid-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1148px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-29 {
  text-align: center;
}

.div-block-30 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-29 {
  font-size: 1.2rem;
  font-weight: 600;
}

.text-block-30, .text-block-31 {
  font-weight: 300;
}

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

.text-block-32 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.separator-2 {
  min-height: 2rem;
}

.text-block-33 {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}

.div-block-31 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #1d1d1b;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  text-decoration: none;
  display: inline-flex;
}

.no_margin {
  margin-bottom: 0;
}

.button {
  background-color: #e52713;
  border-radius: 12px;
  padding: .8rem 1.8rem;
  font-weight: 700;
  transition: background-color .3s;
}

.button:hover {
  background-color: #b81100;
}

.button.w2 {
  margin-top: 2rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  font-size: 1.4rem;
}

.button.w2.w--current {
  font-weight: 600;
}

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

.div-block-32 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-2 {
  color: #898989;
  font-size: 2.2rem;
  font-weight: 700;
  text-decoration: none;
}

.div-block-33 {
  color: #898989;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-34 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.div-block-34 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-36 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.separtor-3 {
  min-height: 3rem;
}

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

.link-3 {
  color: #787777;
  text-decoration: none;
  transition: color .3s;
}

.link-3:hover {
  opacity: .8;
}

.image-10 {
  width: 70px;
}

.section-5 {
  padding-top: 0;
  padding-bottom: 0;
}

.grid-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  margin-top: 2rem;
}

.div-block-37 {
  background-color: #fff;
  border-radius: 36px;
  padding: 1.6rem;
  position: relative;
  box-shadow: 0 12px 36px #00000014;
}

.text-block-36 {
  font-size: 1.1rem;
  font-weight: 800;
}

.list-item-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .4rem;
  padding-bottom: .4rem;
  font-weight: 300;
  display: flex;
}

.list-2 {
  margin-top: 1rem;
  margin-bottom: 0;
}

.div-block-38 {
  background-color: #e52612;
  border-radius: 1000px;
  width: 90px;
  min-height: 8px;
  position: absolute;
  inset: -4px auto auto 1.4rem;
}

.separator-1 {
  min-height: 1rem;
}

.text-block-37, .checkbox-label, .checkbox-label-2 {
  font-weight: 300;
}

.link-4 {
  color: #000;
  text-decoration: underline;
}

.text-block-39 {
  text-align: center;
  font-weight: 300;
}

.text-block-40 {
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
}

.text-block-41 {
  text-align: center;
  font-weight: 600;
}

.text-block-42 {
  text-align: center;
  font-size: .9rem;
  font-weight: 400;
}

.button-2 {
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  width: 100%;
  font-weight: 700;
}

.div-block-39 {
  display: flex;
  position: relative;
}

.text-span-7 {
  color: #000;
}

.text-block-43 {
  font-size: 1.7rem;
  font-weight: 300;
}

.div-block-40 {
  background-image: url('../images/bg_top.jpg'), url('../images/bg_top.png'), linear-gradient(#fff, #fbfbfb);
  background-position: 0 0, 50% 100%, 0 0;
  background-repeat: repeat, repeat-x, repeat;
  background-size: auto, contain, auto;
  padding-top: 4rem;
}

.div-block-41 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 620px;
  padding-top: 0;
  padding-bottom: 5rem;
  display: flex;
}

.postac_pan {
  object-position: 0% 50%;
  min-width: 420px;
  position: relative;
}

.separator-5 {
  min-height: 5rem;
}

.div-block-42 {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
}

.div-block-44 {
  text-align: center;
}

.text-block-44 {
  font-size: 1.8rem;
  font-weight: 300;
}

.text-block-45 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.5;
}

.text-block-46 {
  font-size: 1.4rem;
  font-weight: 300;
}

.button-3 {
  color: #e52713;
  background-color: #fff0;
  border: 2px solid #e52713;
  border-radius: 10px;
  padding: .5rem 1.8rem;
  font-weight: 700;
}

.div-block-23 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.image-8 {
  width: 70px;
}

.text-block-25 {
  color: #777;
  font-size: .7rem;
}

.div-block-45 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.txt_2 {
  font-size: 1.8rem;
}

.link-5 {
  color: #000;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .container.no_margin {
    padding-right: 0;
  }

  .image {
    max-width: 80px;
  }

  .image.thx {
    max-width: 200px;
  }

  .div-block-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-form {
    position: relative;
  }

  .section {
    overflow: hidden;
  }

  .box-form {
    box-shadow: none;
    text-align: left;
    min-width: 100%;
    max-width: 100%;
  }

  .text-block-2 {
    text-align: center;
  }

  .div-block-12 {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .div-block-21, .div-block-21.box_2 {
    padding-right: 0;
  }

  .div-block-24 {
    grid-template-columns: 1fr 1fr;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .div-block-32 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .div-block-40 {
    padding-top: 2rem;
  }

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

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

  .div-block-23 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: auto;
    place-items: start;
  }

  .image-8 {
    max-width: 320px;
  }

  .div-block-45 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
}

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

  .container.no_margin {
    padding-right: 1.5rem;
  }

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

  .container-form {
    padding-left: 0;
    padding-right: 0;
  }

  .section.thx {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-12 {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-20 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 0;
    padding-left: 1.5px;
  }

  .div-block-24 {
    grid-template-columns: 1fr;
    place-items: start center;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 5rem;
  }

  .div-block-33 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-35 {
    flex-flow: column;
  }

  .image-10 {
    width: 60px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    font-weight: 400;
  }

  .div-block-40 {
    padding-bottom: 2rem;
  }

  .div-block-41 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    padding-bottom: 0;
  }

  .postac_pan {
    max-width: 160px;
    margin-top: 1rem;
    display: none;
  }

  .separator-5 {
    min-height: 4rem;
  }

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

  .text-block-45 {
    line-height: 1.2;
  }

  .div-block-23 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image-8 {
    max-width: 260px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .container.no_margin {
    padding-right: 1rem;
  }

  .image {
    width: 200px;
  }

  .image.thx {
    max-width: 160px;
  }

  .div-block-3 {
    min-height: auto;
    padding-top: 0;
  }

  .box-form {
    padding: 2rem 1.5rem 1rem;
  }

  .div-block-12 {
    padding-top: 0;
  }

  .div-block-21 {
    background-image: none;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .div-block-24 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

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

  .text-block-45 {
    font-size: 2.9rem;
  }

  .image-8 {
    max-width: 200px;
  }

  .txt_2 {
    font-size: 1.4rem;
  }
}

#w-node-bedc4d16-ced4-3ac6-9a97-ffbf57d363ed-b11e62ee {
  place-self: end start;
}

#w-node-_13acf255-2a71-887d-861b-45945a668c17-b11e62ee {
  align-self: stretch;
}

#w-node-_017bad00-67e3-87ad-55ed-63bde3c4e8cf-b11e62ee {
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-bedc4d16-ced4-3ac6-9a97-ffbf57d363ed-b11e62ee, #w-node-_13acf255-2a71-887d-861b-45945a668c17-b11e62ee {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_13acf255-2a71-887d-861b-45945a668c17-b11e62ee {
    justify-self: start;
  }
}


