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

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

.container {
  flex: 1;
  max-width: 1368px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container.no_margin {
  z-index: 2;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block {
  position: relative;
}

.image {
  width: 250px;
}

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

.text-span {
  color: #fb3;
  font-size: 3rem;
  font-weight: 700;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
}

.div-block-3 {
  background-color: #5a5a5a0d;
  background-image: url('../images/graf-bg-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0 solid #fb3;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  min-height: 450px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(410px, 550px) 1.25fr;
  place-items: center stretch;
  display: block;
}

.image-2 {
  width: 100%;
  min-width: 600px;
  max-width: 750px;
  margin-left: -15%;
  margin-right: auto;
}

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

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

.section {
  position: relative;
}

.box-form {
  z-index: 2;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  min-width: 480px;
  max-width: 480px;
  min-height: 350px;
  margin-top: 0;
  margin-left: auto;
  padding: 1.2rem 2rem;
  font-family: Montserrat, sans-serif;
  position: relative;
  box-shadow: 0 0 40px #0000001a;
}

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

.text-block-2 {
  color: #fb3;
  text-align: left;
  text-transform: none;
  margin-bottom: .2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.field-label {
  color: #707070;
  margin-bottom: 5px;
  margin-left: 0;
  font-size: 12px;
  font-weight: 500;
}

.text-field {
  background-color: #f5f7f8;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  min-height: 46px;
  margin-bottom: 0;
}

.text-field.numer_telefonu {
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.box_mc_form {
  margin-bottom: 20px;
}

.text-block-3 {
  color: #414141;
  background-color: #f5f7f8;
  border: 1px solid #d2d2d2;
  border-bottom-color: #d9d9d9;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 46px;
  min-width: 46px;
  max-width: 46px;
  height: 46px;
  min-height: 46px;
  max-height: 46px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

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

.submit-button {
  color: #fff;
  background-color: #fb3;
  border-radius: 4px;
  width: 100%;
  max-width: 260px;
  min-height: 58px;
  margin-left: auto;
  margin-right: auto;
  padding: .2rem .8rem;
  font-weight: 600;
  transition: background-color .3s;
  display: block;
}

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

.text-block-4 {
  text-align: center;
  margin-top: 1.5rem;
}

.text-block-5 {
  text-align: center;
  font-weight: 700;
}

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

.checkbox:active {
  box-shadow: none;
}

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

.checkbox.w--redirected-focus, .checkbox.w--redirected-focus-visible {
  box-shadow: none;
}

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

.text-block-6 {
  color: #5a5a5a;
  font-size: .58rem;
  line-height: 1.4;
}

.separator {
  border-top: 1px solid #d9d9d9;
  min-height: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-6 {
  background-image: url('../images/bg_graf.png');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: 940px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 400px;
}

.div-block-7 {
  margin-bottom: 0;
  padding-right: 0;
}

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

.text-span-2 {
  font-size: 1.15rem;
  font-weight: 600;
}

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

.div-block-9 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.image-3 {
  min-width: 55px;
  max-width: 55px;
  min-height: 55px;
  max-height: 55px;
}

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

.div-block-10 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 4rem;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 520px;
  display: flex;
}

.div-block-11.w2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 520px;
}

.text-block-9 {
  color: #a7a7a6;
  font-size: .7rem;
}

.image-4 {
  width: 100%;
  max-width: 180px;
}

.div-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(480px, 480px);
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

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

.button {
  background-color: #fb3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
}

.text-block-10 {
  text-align: left;
  text-transform: none;
  margin-bottom: 15px;
  font-size: 1.1rem;
  font-weight: 600;
}

.text-block-11 {
  text-align: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: .9rem;
}

.text-block-12 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: .6rem;
  font-size: .9rem;
}

.div-block-13 {
  background-color: #e6e6e6;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex: 1;
}

.link {
  color: #fb3;
}

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

.div-block-14 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-13 {
  text-align: center;
  text-transform: uppercase;
  background-color: #efefef;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-flex;
  box-shadow: 0 2px 15px #efefef66;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 700;
}

.div-block-15 {
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 2rem;
  display: flex;
}

.div-block-16 {
  min-height: 400px;
}

.div-block-17 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: .8rem;
  display: grid;
}

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

.image-5 {
  min-height: 60px;
  max-height: 60px;
  margin-bottom: .6rem;
}

.div-block-19 {
  background-image: linear-gradient(0deg, #192025, #0000);
  width: 100%;
  min-height: 230px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-20 {
  color: #fff;
  background-color: #fb3;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.4rem;
}

.text-block-15 {
  line-height: 1.4;
}

.section-2 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

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

.text-block-16 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.grid-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #5a5a5a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 4rem;
}

.div-block-21 {
  padding: 1rem 30px 1rem 1rem;
  position: relative;
}

.div-block-22 {
  z-index: 2;
  background-image: linear-gradient(225deg, #e1e5e6, #f4f5f7);
  border: 2px solid #fff;
  border-radius: 12px;
  min-height: 100%;
  padding: 1rem;
  position: relative;
  box-shadow: 0 0 15px #00000026;
}

.div-block-23 {
  background-color: #fb3;
  border-radius: 25px 5px 5px 25px;
  width: 100%;
  max-width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-23.w2 {
  background-color: #ecaa26;
}

.div-block-23.w3 {
  background-color: #e69a00;
}

.div-block-23.w4 {
  background-color: #b77a00;
}

.image-6 {
  width: 100%;
  min-width: 30px;
  max-width: 30px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-24 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.text-block-17 {
  font-size: 1.5rem;
  font-weight: 800;
}

.image-7 {
  min-height: 30px;
  max-height: 30px;
}

.text-block-18 {
  max-width: 150px;
  font-size: .9rem;
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-25 {
  margin-top: 1rem;
}

.text-block-19 {
  border-bottom: 6px solid #fb3;
  margin-bottom: 1rem;
  font-size: 40px;
  font-weight: 600;
}

.text-block-20 {
  max-width: 600px;
  font-size: 1rem;
}

.text-block-21 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.section-2-copy {
  background-color: #353535;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.image-8 {
  width: 100%;
  max-width: 55px;
}

.text-block-22 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-span-3 {
  color: #fb3;
}

.text-block-23 {
  color: #151515;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}

.link-2 {
  color: #fb3;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
}

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

.text-span-4 {
  color: #fb3;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .container.no_margin {
    padding-right: 0;
  }

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

  .div-block-3 {
    background-color: #222a2d;
    background-position: 0%;
    min-height: 0;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .grid {
    grid-template-columns: minmax(410px, 550px);
    place-items: center stretch;
    width: 100%;
    display: block;
  }

  .image-2 {
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block {
    width: 100%;
  }

  .container-form {
    position: relative;
  }

  .box-form {
    min-width: 100%;
    max-width: 100%;
    margin-top: -4rem;
    box-shadow: 0 0 40px #0003;
  }

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

  .div-block-8 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-11 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: auto;
    place-items: center;
    padding-right: 0;
  }

  .div-block-11.w2 {
    padding-right: 0;
  }

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

  .div-block-16 {
    min-height: 300px;
    display: block;
  }

  .div-block-17, .div-block-19 {
    display: none;
  }

  .div-block-20 {
    padding-bottom: 6rem;
  }

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

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

  .grid-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-4 {
    padding-top: 3rem;
    display: block;
  }

  .text-block-19 {
    padding-bottom: 1rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .text-span {
    font-size: 2.7rem;
  }

  .heading {
    font-size: 2.1rem;
  }

  .div-block-8 {
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .div-block-9 {
    max-width: 320px;
  }
}

@media screen and (max-width: 479px) {
  .container.no_margin {
    padding-right: 1rem;
  }

  .image {
    width: 200px;
  }

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

  .text-span {
    font-size: 2.3rem;
  }

  .heading {
    font-size: 1.8rem;
  }

  .div-block-3 {
    background-image: linear-gradient(#0000006b, #0000), url('../images/graf-bg-1.avif');
    background-position: 0 0, 15% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: auto;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .image-2 {
    margin-right: -20%;
  }

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

  .box-form {
    border-radius: 12px;
    padding: 1rem;
  }

  .div-block-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

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

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

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

  .div-block-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-13 {
    padding-left: .8rem;
    padding-right: .8rem;
    font-size: 1.2rem;
  }

  .text-block-14 {
    margin-bottom: .8rem;
    font-size: 1.6rem;
  }

  .div-block-16 {
    min-height: 240px;
  }

  .div-block-20 {
    padding-top: 1.5rem;
    padding-bottom: 5.5rem;
  }

  .text-block-15 {
    font-size: 1.2rem;
    line-height: 1.5;
  }

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

  .text-block-16 {
    font-size: 1.6rem;
  }

  .grid-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    margin-top: 2rem;
  }

  .div-block-21 {
    padding: .6rem 20px .6rem .6rem;
  }

  .div-block-22 {
    padding: .6rem;
  }

  .image-6 {
    min-width: 20px;
    max-width: 20px;
  }

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

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

  .grid-3 {
    font-size: .9rem;
  }

  .text-block-19 {
    border-bottom-width: 4px;
  }

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

  .text-block-22 {
    font-size: 1rem;
    line-height: 1.4;
  }
}

#w-node-_2e4c26ea-eee4-fffc-21ca-983ceaedce0d-9374fd62 {
  align-self: stretch;
}


