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

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

@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: #000;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.container {
  width: 100%;
  max-width: 1210px;
  padding-left: 20px;
  padding-right: 20px;
}

.section {
  border-bottom: 1px solid #dcdcdc;
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-block {
  text-align: center;
  font-size: .7rem;
}

.section-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link {
  color: #e40421;
  font-size: .7rem;
}

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

.image {
  max-height: 268px;
}

.div-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(90deg, #fafafa, #dbdbdb);
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 0 20px 20px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 145px;
  max-width: 145px;
  display: flex;
}

.button {
  background-color: #000;
  border-radius: 1000px;
  font-weight: 700;
}

.button.rwd {
  display: none;
}

.text-block-2 {
  color: #4a4a4a;
  max-width: 450px;
  margin-top: 5px;
  font-size: 1.1rem;
  display: inline-block;
}

.text-block-3 {
  color: #383838;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
}

.text-block-4 {
  color: #383838;
  font-size: 1.2rem;
  display: inline-block;
}

.text-span {
  color: #e40421;
}

.div-block-5 {
  flex-flow: column;
  flex: 0 auto;
  max-width: 420px;
  display: inline-flex;
}

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

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 275px);
}

.grid.w2 {
  grid-template-columns: minmax(200px, 200px) 1fr minmax(200px, 275px);
}

.text-block-5 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
}

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

.field-label {
  min-height: 19px;
  margin-bottom: 6px;
  font-size: .8rem;
  font-weight: 400;
}

.text-field {
  border: 1px solid #979797;
  border-radius: 8px;
  min-height: 52px;
  margin-bottom: 0;
}

.div-block-6 {
  flex: 1;
  margin-bottom: 1.2rem;
}

.div-block-6._w-button {
  margin-bottom: 1.2rem;
}

.checkbox {
  border: 1px solid #979797;
  border-radius: 4px;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-top: 0;
  margin-right: .5rem;
}

.checkbox.w--redirected-checked {
  background-color: #e40521;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: 12px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: .7rem;
  display: flex;
}

.checkbox-field-2 {
  font-size: .7rem;
  display: flex;
}

.checkbox-field-3 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: .8rem;
  font-weight: 700;
  display: flex;
}

.checkbox-label {
  font-weight: 700;
}

.submit-button {
  background-color: #e40421;
  border-radius: 8px;
  width: 100%;
  min-height: 52px;
  margin-top: 0;
  font-weight: 700;
}

.text-block-7 {
  margin-top: 2rem;
  font-size: .7rem;
}

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

.link-2 {
  color: #e40421;
  font-size: 1.2rem;
  text-decoration: none;
}

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

.kropka {
  background-color: #fff;
  border: 2px solid #e40421;
  border-radius: 1000px;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  margin-top: 2.5rem;
  position: absolute;
}

.kropka.zaznaczona-red {
  background-color: #e40521;
  border-color: #e40521;
}

.kropka.nieaktywna-szara {
  border-color: #b4b4b4;
}

.kropka.border-red {
  border-color: #e40521;
}

.linia-dluga {
  background-color: #e40521;
  flex: 1;
  width: 1px;
  height: 100%;
}

.linia-dluga.szara-linia {
  background-color: #b4b4b4;
}

.div-block-10 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-11 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  display: flex;
}

.div-block-11.w2 {
  justify-content: center;
  align-items: flex-start;
}

.text-block-9 {
  margin-left: auto;
  font-size: .8rem;
}

.div-block-13 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.div-block-14 {
  min-height: 2.5rem;
}

.kropka-zgody {
  background-color: #fff;
  border: 2px solid #e40421;
  border-radius: 1000px;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  margin-top: 2.5rem;
  position: absolute;
}

.kropka-zgody.nieaktywna-szara {
  border-color: #b4b4b4;
  inset: 0% 0% auto;
}

.kropka-zgody.zaznaczona-red {
  background-color: #e40521;
  border-color: #e40521;
}

.kropka-zgody.border-red {
  border-color: #e40521;
}

.kropka-wyslij {
  background-color: #fff;
  border: 2px solid #e40421;
  border-radius: 1000px;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  margin-top: -8px;
  position: absolute;
  inset: 50% 0% auto;
}

.kropka-wyslij.nieaktywna-szara {
  border-color: #b4b4b4;
  flex: 1;
  margin-top: -8px;
  inset: 50% 0%;
}

.kropka-wyslij.zaznaczona-red {
  background-color: #e40521;
  border-color: #e40521;
}

.kropka-wyslij.border-red {
  border-color: #e40521;
}

.linia-50 {
  background-color: #b4b4b4;
  flex: 0 auto;
  width: 1px;
  height: 100%;
}

.div-block-linia-box {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 100%;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.div-block-16 {
  text-align: left;
  max-width: 275px;
}

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

.menu-button {
  border: 1px solid #d5d5d5;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: none;
}

.menu-button.w--open {
  background-color: #fff;
  border-color: #e40521;
}

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

.div-block-24 {
  justify-content: center;
  align-items: center;
  width: 52px;
  min-width: 52px;
  max-width: 52px;
  height: 52px;
  min-height: 52px;
  max-height: 52px;
  display: flex;
}

.nav-menu-2 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 360px;
  padding: 1rem;
  display: none;
  position: absolute;
  inset: 80px 0% auto auto;
  box-shadow: 0 10px 25px #0000001a;
}

.div-block-25 {
  text-align: left;
  max-width: 275px;
}

.div-block-25.w2 {
  margin: auto;
}

.text-block-10 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
}

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

@media screen and (max-width: 991px) {
  .image {
    object-fit: cover;
    object-position: 0% 50%;
    width: 40%;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: center;
    padding-right: 20px;
  }

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

  .button {
    text-align: center;
  }

  .button.rwd {
    padding-left: 2rem;
    padding-right: 2rem;
    display: block;
  }

  .div-block-5 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-3 {
    padding-top: 0;
  }

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

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

  .text-block-7 {
    margin-top: 1rem;
  }

  .kropka {
    z-index: 2;
    margin-top: 0;
    position: relative;
  }

  .div-block-11, .div-block-15, .div-block-16, .div-block-17 {
    display: none;
  }

  .div-block-18 {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    position: sticky;
    top: 0;
  }

  .div-block-19 {
    background-color: #b4b4b4;
    width: 100%;
    height: 1px;
    position: absolute;
  }

  .div-block-20 {
    background-color: #b4b4b4;
    width: 100%;
    height: 1px;
    max-height: 1px;
  }

  .div-block-20.kolor {
    background-color: #e40521;
    width: 20%;
    min-height: 1px;
  }

  .menu-button {
    display: block;
  }

  .nav-menu-2 {
    z-index: 23;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    height: auto;
    margin: 0 auto;
    display: none;
    position: absolute;
    top: 104px;
  }

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

  .div-block-25.w2 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .image {
    object-position: 15% 50%;
  }

  .div-block-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .text-block-3 {
    font-size: 1.8rem;
  }

  .text-block-4 {
    font-size: 1.1rem;
  }

  .div-block-5 {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }
}

@media screen and (max-width: 479px) {
  .image {
    object-position: 20% 50%;
  }

  .div-block-3 {
    padding-right: 0;
  }

  .button.rwd {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: .8rem;
  }

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

  .text-block-3 {
    font-size: 1.3rem;
  }

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

  .checkbox {
    margin-top: 1px;
  }
}

#w-node-_82f9779d-e6e3-2d70-c666-ae21597b6b3e-3918697e {
  align-self: center;
}


