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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  font-weight: 300;
}

.container {
  max-width: 1260px;
  padding: 50px 2%;
}

.container.w2 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container.w3 {
  padding-bottom: 0px;
}

.section {
  max-width: 1920px;
  min-height: 1280px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('http://iluzjonistagrzegorz.pl/images/bg1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('http://iluzjonistagrzegorz.pl/images/bg1.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block.w2 {
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image {
  width: auto;
  height: 20px;
  margin-top: -10px;
  margin-right: 10px;
}

.image.w2 {
  margin: 10px 0px 0px 10px;
}

.image.w2.w3 {
  margin-top: 30px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-3.w2 {
  padding-left: 40px;
}

.text-block {
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  font-style: normal;
  font-weight: 700;
}

.text-block-2 {
  margin-bottom: 50px;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-style: normal;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  list-style-type: none;
}

.image-2 {
  width: 35px;
  height: 35px;
  margin-right: 20px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 340px;
  min-height: 60px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #e21118;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.body {
  color: #4d4d4d;
  font-style: normal;
  font-weight: 400;
}

.text-block-3 {
  color: #fff;
  line-height: 22px;
  font-style: italic;
  text-align: center;
}

.text-block-3.w2 {
  line-height: 22px;
  font-weight: 700;
  text-align: left;
}

.image-3 {
  width: auto;
  height: 15px;
}

.list {
  margin-bottom: 50px;
}

.section-2 {
  max-width: 1920px;
  min-height: 700px;
  margin-top: -400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  background-image: url('http://iluzjonistagrzegorz.pl/images/bg_skos.svg');
  background-position: 50% 30%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 530px;
  min-height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-5.w2 {
  max-width: none;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 240px;
  min-height: 340px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
  background-image: url('http://iluzjonistagrzegorz.pl/images/k2.svg'), url('../images/k1.svg');
  background-position: 95% 95%, 5% 5%;
  background-size: auto 40px, auto 40px;
  background-repeat: no-repeat, no-repeat;
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.07);
  text-align: center;
}

.div-block-6.w2 {
  background-image: url('../images/k4.svg'), url('../images/k3.svg');
}

.div-block-6.w3 {
  background-image: url('../images/k6.svg'), url('../images/k5.svg');
}

.div-block-6.w4 {
  background-image: url('../images/k8.svg'), url('http://iluzjonistagrzegorz.pl/images/k7.svg');
}

.text-block-4 {
  margin-bottom: 5px;
  color: #4d4d4d;
  font-weight: 400;
}

.text-block-4.w2 {
  color: #000;
  font-size: 60px;
  line-height: 65px;
  font-weight: 900;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 340px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  margin-bottom: 15px;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.text-block-6 {
  margin-bottom: 50px;
  color: #000;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
}

.text-block-6.w2 {
  color: #fff;
}

.text-block-6.w3 {
  margin-bottom: 10px;
}

.div-block-8 {
  width: 100%;
  max-width: 48%;
  min-height: 0px;
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.07);
}

.image-4 {
  width: auto;
  height: 60px;
  margin-bottom: 20px;
}

.text-block-7 {
  margin-bottom: 20px;
  color: #000;
  font-size: 25px;
  line-height: 35px;
  font-weight: 900;
  text-decoration: none;
  text-transform: none;
}

.text-block-8 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: justify;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-4 {
  min-height: 1080px;
  margin-top: -500px;
  padding-top: 500px;
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('http://iluzjonistagrzegorz.pl/images/bg1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('http://iluzjonistagrzegorz.pl/images/bg1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-4.w2 {
  min-height: 700px;
  margin-top: -400px;
  padding-top: 400px;
}

.section-4.w2.w3 {
  min-height: 200px;
  padding-top: 300px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.div-block-11.w2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  width: 100%;
  max-width: 440px;
}

.div-block-12 {
  margin-bottom: 30px;
}

.text-block-9 {
  margin-bottom: 50px;
  color: #fff;
  line-height: 25px;
  font-weight: 400;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1680px;
  margin-top: -200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-13 {
  width: 100%;
  max-width: 18.5%;
  min-height: 320px;
  border-radius: 15px;
  background-color: #4d4d4d;
  background-image: url('http://iluzjonistagrzegorz.pl/images/zd1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-13.w2 {
  background-image: url('../images/zd2.jpg');
}

.div-block-13.w3 {
  background-image: url('http://iluzjonistagrzegorz.pl/images/zd3.jpg');
}

.div-block-13.w5 {
  background-image: url('../images/zd5.jpg');
}

.div-block-13.w4 {
  background-image: url('http://iluzjonistagrzegorz.pl/images/zd4.jpg');
}

.div-block-14 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  min-height: 500px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('http://iluzjonistagrzegorz.pl/images/bg1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('http://iluzjonistagrzegorz.pl/images/bg1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 100px;
  padding-top: 0px;
  padding-bottom: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  background-color: transparent;
  font-size: 20px;
  font-weight: 900;
  text-transform: none;
}

.button:hover {
  border-color: #eb0000;
  background-color: #eb0000;
}

.image-7 {
  width: 100%;
  max-width: 190px;
  margin-bottom: 40px;
}

.div-block-15 {
  position: relative;
  padding-bottom: 150px;
}

.image-8 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 450px;
  margin-top: 0px;
}

.div-block-16 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 48%;
  min-height: 300px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.07);
  text-align: center;
}

.text-block-10 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #eb0000;
  font-size: 18px;
  font-weight: 700;
}

.text-block-11 {
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
}

.image-9 {
  position: absolute;
  left: auto;
  top: -5%;
  right: 15%;
  bottom: auto;
  width: auto;
  height: 40px;
}

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

.section-5 {
  margin-top: -300px;
}

.text-block-12 {
  margin-bottom: 50px;
  color: #eb0000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.div-block-17 {
  position: relative;
  width: 100%;
  max-width: 500px;
  min-height: 700px;
  margin-top: 160px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 60px 40px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.07);
}

.image-11 {
  position: absolute;
  left: 0%;
  top: -80px;
  right: 0%;
  bottom: auto;
  width: auto;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-13 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  line-height: 24px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.text-block-14 {
  margin-bottom: 30px;
  color: #292930;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.link {
  color: #eb0000;
  font-weight: 700;
  text-decoration: none;
}

.text-field {
  min-height: 60px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  color: #999;
}

.text-field.w2 {
  min-height: 140px;
}

.checkbox-label {
  font-size: 10px;
  line-height: 18px;
  font-weight: 400;
}

.checkbox-field {
  margin-top: 30px;
  margin-bottom: 30px;
}

.submit-button {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 55px;
  padding-bottom: 12px;
  border-radius: 5px;
  background-color: #eb0000;
  font-size: 18px;
  font-weight: 700;
}

.text-block-15 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  text-align: center;
}

.link-2 {
  color: #eb0000;
  font-weight: 700;
  text-decoration: none;
}

.video {
  width: auto;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.section_video {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
}

.div-block-18 {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-right: 2%;
  margin-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-12 {
  position: relative;
  right: 0px;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section {
    min-height: 0px;
    padding-bottom: 170px;
  }
  .div-block {
    margin-bottom: 30px;
  }
  .div-block.w2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .div-block-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .div-block-3.w2 {
    margin-bottom: 20px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block.w2 {
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-3.w2 {
    text-align: center;
  }
  .section-2 {
    margin-top: -150px;
    background-position: 50% 4%;
  }
  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-5 {
    max-width: 530px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-7 {
    min-height: 0px;
    margin-bottom: 30px;
  }
  .image-5 {
    max-width: 40%;
  }
  .div-block-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-11 {
    margin-bottom: 30px;
    text-align: center;
  }
  .container-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-13 {
    max-width: 31%;
    margin-right: 1%;
    margin-bottom: 20px;
    margin-left: 1%;
  }
  .image-8 {
    left: auto;
    top: auto;
    right: 20%;
    bottom: 0%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-16 {
    max-width: 100%;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-7 {
    min-height: 0px;
  }
  .section-4 {
    margin-top: 0px;
    padding-top: 0px;
  }
  .image-6 {
    max-width: 350px;
  }
  .image-8 {
    right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    font-size: 26px;
    line-height: 36px;
  }
  .text-block-2 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
  }
  .list {
    margin-bottom: 30px;
    padding-left: 0px;
  }
  .section-2 {
    background-position: 50% 0%;
    background-size: cover;
  }
  .div-block-6 {
    max-width: 48%;
    min-height: 300px;
    margin-bottom: 30px;
  }
  .text-block-4.w2 {
    font-size: 50px;
    line-height: 55px;
  }
  .div-block-7 {
    margin-bottom: 0px;
  }
  .div-block-8 {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .image-5 {
    max-width: 60%;
  }
  .div-block-13 {
    max-width: 48%;
  }
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('http://iluzjonistagrzegorz.pl/fonts/Lato-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('http://iluzjonistagrzegorz.pl/fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('http://iluzjonistagrzegorz.pl/fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype'), url('../fonts/Lato-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato hairline';
  src: url('http://iluzjonistagrzegorz.pl/fonts/Lato-Hairline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('http://iluzjonistagrzegorz.pl/fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}