.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('https://d3e54v103j8qbb.cloudfront.net/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 {
  margin-top: 95px;
  font-family: Roboto, sans-serif;
  color: #05003d;
  font-size: 16px;
  line-height: 26px;
}

.body {
  color: grey;
  font-size: 16px;
}

.navbar {
  background-color: transparent;
}

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

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -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: 1px solid transparent;
  color: #fff;
  text-decoration: none;
}

.div-block-2 {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #ffd200;
}

.nav-link {
  padding: 0px 15px;
  color: #fff;
  font-size: 16px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  max-width: 1280px;
  padding-right: 2%;
  padding-left: 2%;
}

.container.h_100 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
}

.container-2 {
  display: block;
  width: 100%;
  max-width: 1280px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand {
  margin-top: 2px;
  margin-bottom: 0px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -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: #ffd200;
  border-radius: 5px;
  background-color: #ffd200;
  -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  color: #472cff;
  font-size: 16px;
  font-weight: 700;
}

.button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ffd200;
  background-color: #472cff;
  box-shadow: 0 5px 10px 0 rgba(5, 0, 61, 0.15);
  color: #ffd200;
}

.image-2 {
  width: 100%;
  height: 45px;
  max-width: 150px;
  margin-left: 10px;
}

.image-3 {
  width: 100%;
  height: 33px;
  max-width: 33px;
}

.section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  min-height: 95px;
  background-color: transparent;
}

.section-2 {
  position: static;
  height: auto;
  max-height: 750px;
  min-height: 750px;
  margin-top: -95px;
  margin-bottom: 0px;
  padding-top: 120px;
  background-color: #472cff;
  background-image: url('../images/ggraf_1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-3 {
  position: relative;
  width: 100%;
  min-height: 655px;
  margin-top: -655px;
}

.box_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 55%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
}

.box_right {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 45%;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.list {
  padding-left: 0px;
  list-style-type: none;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  width: 25px;
  height: 25px;
}

.text-block {
  margin-left: 15px;
}

.text-block-2 {
  max-width: 85%;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 60px;
  font-weight: 300;
}

.text-span {
  color: #ffd200;
}

.text-block-3 {
  margin-bottom: 30px;
}

.button2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 220px;
  min-height: 60px;
  min-width: 220px;
  padding: 10px 20px;
  -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: #ffd200;
  border-radius: 5px;
  background-color: #ffd200;
  box-shadow: 0 5px 10px 0 rgba(5, 0, 61, 0.1);
  -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  color: #472cff;
  font-size: 16px;
  font-weight: 700;
}

.button2:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ffd200;
  background-color: #472cff;
  box-shadow: 0 5px 10px 0 rgba(5, 0, 61, 0.15);
  color: #ffd200;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.text-block-4 {
  margin-top: 7px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
}

.button3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  padding: 10px 20px;
  -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: 0px;
  border-color: #ffd200;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.button3:hover {
  color: #ffd200;
}

.button3.w_blue {
  color: #472cff;
}

.container_menu {
  max-width: 1280px;
  padding-right: 2%;
  padding-left: 2%;
}

.container_menu.h_100 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-5.no_rwd {
  position: static;
  max-width: 95%;
}

.image-5.yes_rwd {
  display: none;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-7 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 350px;
  min-height: 150px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: rgba(71, 44, 255, 0.95);
}

.div-block-7.no_rwd {
  border-style: solid;
  border-width: 1px;
  border-color: #ffd200;
}

.div-block-7.yes_rwd {
  display: none;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.image-6 {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.text-block-5 {
  color: #ffd200;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}

.text-block-6 {
  margin-top: 15px;
  color: #fff;
  font-weight: 500;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-9.w_2 {
  padding-bottom: 0px;
}

.div-block-10 {
  width: 100%;
  max-width: 50%;
  padding: 50px;
}

.div-block-10.w_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.image-7 {
  width: 100%;
  max-height: 450px;
  max-width: 450px;
  min-height: 450px;
  box-shadow: -35px 35px 0 0 #472cff;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 10% 50%;
  object-position: 10% 50%;
}

.image-7.w_margin {
  margin-bottom: 60px;
  box-shadow: 35px 35px 0 0 #ffd200;
  -o-object-position: 75% 50%;
  object-position: 75% 50%;
}

.div-block-11 {
  width: 100%;
  max-width: 55%;
  min-height: 100px;
  padding-bottom: 40px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-7 {
  color: grey;
  line-height: 28px;
  text-align: justify;
}

.text-block-8 {
  color: #05003d;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}

.text-block-8.white {
  color: #fff;
}

.image-8 {
  width: 100%;
  max-width: 30px;
  margin-right: 20px;
}

.image-8.margin_bottom {
  margin-right: 0px;
  margin-bottom: 20px;
}

.div-block-5-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 220px;
  margin-top: 40px;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.div-block-5-copy.center_box {
  max-width: 240px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 220px;
  min-height: 60px;
  min-width: 220px;
  padding: 10px 20px;
  -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: #472cff;
  border-radius: 5px;
  background-color: #472cff;
  box-shadow: 0 5px 10px 0 rgba(5, 0, 61, 0.1);
  -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  color: #ffd200;
  font-size: 16px;
  font-weight: 700;
}

.button4:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ffd200;
  background-color: #ffd200;
  box-shadow: 0 5px 10px 0 rgba(5, 0, 61, 0.15);
  color: #472cff;
}

.section-4 {
  position: relative;
  background-color: #f3f3f3;
}

.section-4.w_wgite {
  position: relative;
  background-color: #fff;
}

.div-block-13 {
  display: block;
  padding-top: 0px;
  padding-bottom: 60px;
  -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;
}

.div-block-13.w_margin_none {
  padding-bottom: 0px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
}

.div-block-15 {
  width: 100%;
  max-width: 32%;
  min-height: 100px;
  margin-bottom: 40px;
  text-align: center;
}

.text-block-9 {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  color: grey;
  line-height: 28px;
}

.image-9 {
  width: 100%;
  max-width: 65px;
  min-height: 60px;
  margin-bottom: 20px;
}

.div-block-16 {
  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-5 {
  position: relative;
  background-color: #472cff;
}

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

.text-block-10 {
  width: 100%;
  max-width: 47%;
  margin-right: 0%;
  padding-top: 60px;
  padding-bottom: 60px;
  border-right: 0px solid #fff;
  color: #fff;
}

.text-block-10.no_borde {
  margin-right: 0%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 5%;
  border-left: 1px solid #fff;
  border-right-width: 0px;
}

.text-span-2 {
  display: inline-block;
  padding-left: 30px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 60%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.image-10 {
  width: 100%;
  max-width: 400px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.w_yellow {
  min-height: 620px;
  background-color: #ffd200;
}

.w_yellow.w_stopka {
  margin-bottom: 350px;
}

.text-block-7-copy {
  color: #05003d;
  line-height: 28px;
  text-align: justify;
}

.submit-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  -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: #472cff;
  border-radius: 5px;
  background-color: #472cff;
  box-shadow: 0 5px 10px 0 rgba(5, 0, 61, 0.1);
  -webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  color: #ffd200;
  font-size: 18px;
  font-weight: 700;
}

.submit-button:hover {
  border-color: #05003d;
  background-color: #05003d;
  color: #fff;
}

.text-field {
  min-height: 60px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.text-field::-webkit-input-placeholder {
  color: grey;
  font-weight: 300;
}

.text-field:-ms-input-placeholder {
  color: grey;
  font-weight: 300;
}

.text-field::-ms-input-placeholder {
  color: grey;
  font-weight: 300;
}

.text-field::placeholder {
  color: grey;
  font-weight: 300;
}

.form-block {
  margin-top: 30px;
  margin-bottom: 0px;
}

.checkbox-label {
  padding-left: 15px;
  font-size: 14px;
  line-height: 24px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  margin-top: 0px;
}

.div-block-10-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 45%;
  padding: 0px 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slider {
  display: block;
  height: auto;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.slide {
  width: 100%;
  height: 100%;
  max-width: 50%;
}

.div-block-20 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 5px;
  background-color: #f3f3f3;
}

.text-block-11 {
  min-height: 280px;
  margin-bottom: 20px;
  color: grey;
  line-height: 28px;
}

.mask {
  height: auto;
  padding-top: 30px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-12 {
  margin-left: 10px;
  color: #472cff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.image-12 {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.image-13 {
  position: absolute;
  left: 40px;
  top: -30px;
  right: auto;
  bottom: auto;
  width: auto;
  height: 60px;
}

.text-block-13 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #472cff;
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  text-align: center;
}

.text-block-13-copy {
  margin-bottom: 30px;
  color: #05003d;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-decoration: line-through;
}

.div-block-22 {
  margin-top: 30px;
  padding: 40px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(5, 0, 61, 0.1);
}

.text-block-14 {
  color: grey;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.text-span-3 {
  color: #472cff;
  font-weight: 700;
}

.div-block-9-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-9-copy.w_2 {
  padding-bottom: 0px;
}

.div-block-10-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  padding: 50px 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sekcja_stopka {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eaeaea;
}

.container-3 {
  max-width: 1260px;
  min-height: 50px;
  padding-right: 2%;
  padding-left: 2%;
  color: #4d4d4d;
}

.text-block-47 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: grey;
  font-weight: 400;
  text-align: center;
}

.link-4 {
  color: #472cff;
  font-weight: 500;
  text-decoration: none;
}

.sekcja_o_ebook {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  -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;
}

.sekcja_bezplatny_rozdzial {
  position: relative;
  display: block;
  height: auto;
  min-height: 700px;
  margin-top: -620px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sekcja_bezplatny_rozdzial.w_stopka {
  margin-bottom: 350px;
}

.w_yellow-copy {
  min-height: 620px;
  background-color: transparent;
}

.w_yellow-copy.w_stopka {
  min-height: 0px;
  margin-bottom: 350px;
}

.section-2-copy {
  position: static;
  height: 100%;
  min-height: 750px;
  margin-top: -750px;
  margin-bottom: 0px;
  padding-top: 120px;
  background-color: transparent;
}

.scroll_box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100px;
  height: 95px;
  margin-top: -95px;
}

.scroll_box.w_recenzje {
  margin-top: -115px;
}

.sekcja_menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  min-height: 95px;
  background-color: transparent;
}

.sekcja_hero_bg {
  position: static;
  height: auto;
  max-height: 750px;
  min-height: 750px;
  margin-top: -95px;
  margin-bottom: 0px;
  padding-top: 120px;
  background-color: #472cff;
  background-image: url('../images/ggraf_1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sekcja_hero {
  position: static;
  height: 100%;
  min-height: 750px;
  margin-top: -750px;
  margin-bottom: 0px;
  padding-top: 120px;
  background-color: transparent;
}

.sekcja_ciekawostki {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  -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;
  background-color: #f3f3f3;
}

.sekcja_ciekawostki.w_wgite {
  position: relative;
  background-color: #fff;
}

.sekcja_spis_tresci {
  position: relative;
  display: block;
  background-color: #472cff;
}

.sekcja_bezplatny_rozdzial_bg {
  display: none;
  min-height: 620px;
  background-color: #ffd200;
}

.sekcja_bezplatny_rozdzial_bg.w_stopka {
  margin-bottom: 350px;
}

.sekcja_recenzje {
  position: relative;
  background-color: #f3f3f3;
}

.sekcja_recenzje.w_wgite {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}

.sekcja_o_autorze {
  position: relative;
  display: block;
  background-color: #f3f3f3;
}

.sekcja_o_autorze.w_wgite {
  position: relative;
  background-color: #fff;
}

.sekcja_kup_bg {
  min-height: 620px;
  background-color: #ffd200;
}

.sekcja_kup_bg.w_stopka {
  margin-bottom: 350px;
}

.sekcja_kup {
  position: relative;
  min-height: 620px;
  margin-top: 0px;
  background-color: transparent;
}

.sekcja_kup.w_stopka {
  min-height: 0px;
  margin-bottom: 350px;
}

.div-block-23 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-height: 650px;
  min-height: 650px;
  background-color: #ffd200;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-13-copy {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.div-block-13-copy {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.div-block-13-copy-copy {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.div-block-23-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-height: 620px;
  min-height: 620px;
  background-color: #ffd200;
  -o-object-fit: fill;
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  .div-block {
    padding-top: 0px;
    color: #472cff;
  }

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

  .nav-link {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(71, 44, 255, 0.1);
    color: #472cff;
    text-align: center;
  }

  .nav-menu {
    background-color: #fff;
  }

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

  .container.h_100 {
    padding-right: 4%;
    padding-left: 4%;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 95px;
    padding: 15px 4%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .button {
    max-width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .button:hover {
    border-color: #472cff;
    box-shadow: none;
  }

  .menu-button {
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffd200;
    border-radius: 5px;
    -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    color: #ffd200;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: #ffd200;
    color: #472cff;
  }

  .section-2 {
    max-height: none;
    margin-bottom: 0px;
    padding-top: 110px;
  }

  .box_left {
    max-width: 85%;
  }

  .box_right {
    max-width: 80%;
    margin-bottom: 20px;
  }

  .div-block-3 {
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .list {
    margin-bottom: 0px;
  }

  .list-item {
    margin-bottom: 0px;
  }

  .text-block-2 {
    max-width: 90%;
    margin-bottom: 20px;
    font-size: 42px;
  }

  .text-block-3 {
    margin-bottom: 20px;
  }

  .button2 {
    max-width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .button2:hover {
    border-color: #ffd200;
    background-color: #472cff;
    box-shadow: 0 5px 10px 0 rgba(5, 0, 61, 0.15);
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-5 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button3:hover {
    border-color: #472cff;
    box-shadow: none;
  }

  .container_menu {
    padding-right: 0%;
    padding-left: 0%;
  }

  .image-5 {
    max-width: 80%;
  }

  .image-5.no_rwd {
    max-width: 250px;
  }

  .bold-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-7 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffd200;
    background-color: rgba(71, 44, 255, 0.95);
  }

  .div-block-7.no_rwd {
    left: 15%;
  }

  .div-block-9 {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-9.w_2 {
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-10 {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0px 30px 22px 22px;
  }

  .div-block-10.w_right {
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-7 {
    max-height: 350px;
    max-width: 350px;
    min-height: 350px;
    box-shadow: -21px 21px 0 0 #472cff;
  }

  .div-block-11 {
    max-width: 100%;
  }

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

  .div-block-5-copy {
    width: auto;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-5-copy.center_box.left {
    margin-left: 0px;
  }

  .button4 {
    max-width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .button4:hover {
    border-color: #472cff;
    background-color: transparent;
    box-shadow: 0 5px 10px 0 rgba(5, 0, 61, 0.15);
  }

  .div-block-13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-9 {
    max-width: 90%;
  }

  .div-block-17 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-18 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .w_yellow {
    max-height: none;
    margin-bottom: 0px;
  }

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

  .div-block-10-copy {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0px 30px 22px 0px;
  }

  .slide {
    height: 100%;
    max-width: 100%;
  }

  .div-block-20 {
    max-width: 100%;
  }

  .text-block-11 {
    min-height: 200px;
  }

  .mask {
    height: auto;
  }

  .div-block-9-copy {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-9-copy.w_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-10-copy-copy {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0px 30px 22px 0px;
    -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;
  }

  .container-3 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .sekcja_o_ebook {
    min-height: 0px;
  }

  .sekcja_bezplatny_rozdzial {
    max-height: none;
    min-height: 0px;
    margin-bottom: 0px;
    background-color: #ffd200;
  }

  .w_yellow-copy {
    max-height: none;
    margin-bottom: 0px;
  }

  .section-2-copy {
    max-height: none;
    margin-bottom: 20px;
    padding-top: 110px;
    padding-bottom: 40px;
    background-color: #472cff;
    background-image: url('../images/ggraf_1.svg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .sekcja_menu {
    background-color: #472cff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.07);
  }

  .sekcja_hero_bg {
    max-height: none;
    margin-bottom: 0px;
    padding-top: 120px;
  }

  .sekcja_hero {
    max-height: none;
    margin-bottom: 20px;
    padding-top: 140px;
    padding-bottom: 40px;
    background-color: #472cff;
    background-image: url('../images/ggraf_1.svg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .sekcja_ciekawostki {
    min-height: 0px;
  }

  .sekcja_bezplatny_rozdzial_bg {
    max-height: none;
    margin-bottom: 0px;
  }

  .sekcja_recenzje.w_wgite {
    display: block;
    min-height: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sekcja_kup_bg {
    max-height: none;
    margin-bottom: 0px;
  }

  .sekcja_kup {
    max-height: none;
    margin-bottom: 0px;
    background-color: #ffd200;
  }

  .div-block-13-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .body-2 {
    margin-top: 85px;
  }

  .div-block-13-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-13-copy-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .box_left {
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .box_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -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-2 {
    max-width: 90%;
    font-size: 36px;
    line-height: 54px;
  }

  .button2 {
    max-width: 100%;
  }

  .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 {
    width: 100%;
    margin-right: 0px;
  }

  .image-5 {
    max-width: 300px;
  }

  .bold-text {
    display: inline;
  }

  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-7 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .div-block-10.w_right {
    padding-left: 0px;
  }

  .div-block-5-copy {
    width: 100%;
    margin-right: 0px;
  }

  .div-block-5-copy.center_box.left {
    margin-left: 0px;
  }

  .button4 {
    max-width: 100%;
  }

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

  .div-block-15 {
    max-width: 48%;
  }

  .image-10 {
    max-width: 350px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding-top: 0px;
    color: #472cff;
  }

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

  .nav-link {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #472cff;
    text-align: center;
  }

  .nav-menu {
    background-color: #fff;
  }

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

  .container-2 {
    padding-right: 4%;
    padding-left: 4%;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -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;
  }

  .image-2 {
    max-width: 135px;
  }

  .image-3 {
    max-width: 28px;
  }

  .section-2 {
    padding-top: 95px;
  }

  .box_left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .box_right {
    margin-bottom: 10px;
  }

  .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-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;
  }

  .list-item {
    padding-top: 5px;
    padding-bottom: 5px;
    -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;
    list-style-type: none;
  }

  .image-4 {
    width: 15px;
    height: 15px;
  }

  .text-block {
    max-width: 100%;
    margin-left: 10px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }

  .text-block-2 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 46px;
  }

  .text-span {
    font-weight: 700;
  }

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

  .button2 {
    min-width: 0px;
  }

  .div-block-4 {
    width: 100%;
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button3 {
    font-size: 14px;
  }

  .container_menu {
    padding-right: 0%;
    padding-left: 0%;
  }

  .image-5 {
    max-width: 140px;
    margin-left: 15px;
  }

  .image-5.no_rwd {
    display: none;
  }

  .image-5.yes_rwd {
    display: block;
    width: 100%;
    max-width: 35%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-6 {
    width: 100%;
    max-width: 60%;
    padding-left: 10px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .div-block-6.w_2 {
    max-width: 100%;
  }

  .div-block-7 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    margin-top: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-7.no_rwd {
    left: 0%;
    display: none;
  }

  .div-block-7.yes_rwd {
    position: static;
    display: block;
    width: 100%;
    min-height: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-9.w_2 {
    padding-bottom: 40px;
  }

  .div-block-10.w_right {
    padding-left: 0px;
  }

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

  .div-block-11 {
    padding-bottom: 0px;
  }

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

  .text-block-8 {
    font-size: 28px;
    line-height: 38px;
  }

  .image-8 {
    margin-right: 15px;
  }

  .div-block-5-copy {
    margin-top: 20px;
  }

  .button4 {
    min-width: 0px;
  }

  .div-block-13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-9 {
    max-width: 90%;
  }

  .text-block-10 {
    max-width: 100%;
    margin-right: 0%;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-right-width: 0px;
  }

  .text-block-10.no_borde {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0%;
    border-left-width: 0px;
  }

  .div-block-18 {
    margin-bottom: 20px;
  }

  .image-10 {
    max-width: 220px;
  }

  .w_yellow {
    margin-bottom: 0px;
  }

  .text-block-7-copy {
    line-height: 26px;
  }

  .image-11 {
    max-width: 180px;
    padding-bottom: 0px;
  }

  .div-block-10-copy {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

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

  .text-block-13 {
    margin-top: 20px;
    font-size: 70px;
    line-height: 70px;
  }

  .text-block-13-copy {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-22 {
    padding: 20px;
  }

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

  .div-block-10-copy-copy {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .container-3 {
    min-height: 0px;
  }

  .sekcja_bezplatny_rozdzial {
    margin-bottom: 0px;
  }

  .w_yellow-copy {
    margin-bottom: 0px;
  }

  .section-2-copy {
    padding-top: 95px;
  }

  .sekcja_hero_bg {
    padding-top: 95px;
  }

  .sekcja_hero {
    padding-top: 120px;
  }

  .sekcja_bezplatny_rozdzial_bg {
    margin-bottom: 0px;
  }

  .sekcja_kup_bg {
    margin-bottom: 0px;
  }

  .sekcja_kup {
    margin-bottom: 0px;
  }

  .div-block-13-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-13-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-13-copy-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

