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

.s_baner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 650px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c_baner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1260px;
  min-height: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bg_img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(7%, #2e2e37), to(rgba(46, 46, 55, 0))), url('https://www.fandla.com/wp-content/uploads/2021/10/bg_1.jpg');
  background-image: linear-gradient(90deg, #2e2e37 7%, rgba(46, 46, 55, 0)), url('https://www.fandla.com/wp-content/uploads/2021/10/bg_1.jpg');
  background-position: 0px 0px, 50% 10%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 70%;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.img_logo {
  width: auto;
  height: 30px;
}

.box_logo_top {
  margin-top: 20px;
}

.text-block {
  margin-bottom: 10px;
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  font-weight: 100;
}

.body {
  border-radius: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.text-block-2 {
  max-width: 300px;
  color: #fff;
  font-size: 60px;
  line-height: 75px;
  font-weight: 700;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 240px;
  min-height: 240px;
  margin-top: 40px;
  padding: 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-style: solid;
  border-width: 4px;
  border-color: #ffd261;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.text-block-3 {
  color: #4d4d4d;
  font-size: 18px;
  line-height: 26px;
  font-weight: 900;
}

.text-block-4 {
  color: #ffd261;
  font-size: 75px;
  line-height: 75px;
  font-weight: 900;
}

.text-block-5 {
  color: #b3b3b3;
  font-size: 11px;
}

.image {
  width: 100%;
  max-width: 165px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 430px;
  min-height: 600px;
  margin-top: 0px;
  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;
  border-radius: 5px;
  background-color: #b7144f;
  color: #fff;
}

.text-block-6 {
  margin-top: 10px;
  line-height: 24px;
  font-weight: 300;
}

.text-block-7 {
  font-size: 24px;
  line-height: 34px;
}

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

.checkbox-label {
  font-size: 12px;
  font-weight: 300;
}

.checkbox-label-2 {
  position: static;
  font-size: 12px;
  font-weight: 300;
}

.text-field {
  min-height: 45px;
  border-radius: 5px;
  color: #4d4d4d;
  font-size: 17px !important;
}

.field-label {
  padding-right: 5px;
  padding-left: 5px;
  font-weight: 500;
}

.submit-button {
  width: 100%;
  max-width: 260px;
  min-height: 65px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: #fff !important;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: color 250ms cubic-bezier(.47, 0, .745, .715), background-color 250ms cubic-bezier(.47, 0, .745, .715);
  transition: color 250ms cubic-bezier(.47, 0, .745, .715), background-color 250ms cubic-bezier(.47, 0, .745, .715);
  color: #b7144f !important;
  font-size: 18px !important;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #2e2e37 !important;
  color: #fff !important;
}

.checkbox-field {
  position: relative;
}

.box_wiecej_form_1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 110%;
  display: none;
  width: 100%;
  min-height: 60px;
  padding: 10px;
  border-radius: 5px;
  background-color: #4d4d4d;
  line-height: 18px;
}

.text-block-8 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.box_wiecej_form_2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  min-height: 60px;
  margin-bottom: 45px;
  padding: 10px;
  border-radius: 5px;
  background-color: #4d4d4d;
  line-height: 18px;
}

.checkbox-field-2 {
  position: relative;
}

.s_zaufali {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
	background-color: #fff;
}

.c_zaufali {
  display: block;
  width: 100%;
  max-width: 1260px;
  min-height: 100px;
  margin: auto;
  padding-right: 10px;
  padding-left: 10px;
  -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;
}

.text-block-9 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -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;
  color: #b7144f;
  font-weight: 700;
}

.text-block-9-copy {
  color: #4d4d4d;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.text-block-10 {
  max-width: 330px;
  min-height: 200px;
  margin-bottom: 10px;
  color: #76828d;
  font-size: 17px;
  line-height: 28px;
  font-style: italic;
  font-weight: 300;
}

.text-block-11 {
  margin-top: 10px;
  color: #b7144f;
}

.div-block-5 {
  width: 100%;
  max-width: 30%;
  padding-top: 30px;
  background-image: url('https://www.fandla.com/wp-content/themes/boston-pro-child-theme/assets/lp/images/opinie_icon.svg');
  background-position: 100% 0%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.div-block-6 {
  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;
}

.s_co_nas_wyroznia {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f8fa;
}

.c_co_nas_wyroznia {
  width: 100%;
  max-width: 1260px;
  min-height: 100px;
  margin: auto;
  padding: 10px;
}

.div-block-7 {
  position: relative;
  width: 100%;
  max-width: 700px;
  min-height: 600px;
  border-radius: 0px 100px;
  background-color: #4d4d4d;
  background-image: url('https://www.fandla.com/wp-content/uploads/2021/10/bg2.jpg');
  background-position: 45% 50%;
  background-size: cover;
  box-shadow: 12px 12px 0 0 hsla(0, 0%, 70.2%, 0.2);
}

.div-block-8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-9 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 750px;
  min-height: 500px;
  margin-left: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: transparent;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 350px;
  min-height: 110px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.image-2 {
  width: 60px;
  height: 50px;
  margin-right: 15px;
}

.text-block-12 {
  color: #76828d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.bold_txt_color {
  color: #b7144f;
  font-weight: 700;
}

.s_footer {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e37;
}

.c_footer {
  width: 100%;
  max-width: 1260px;
  min-height: 100px;
  margin: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.image-3 {
  width: auto;
  height: 30px;
  margin-bottom: 20px;
}

.text-block-13 {
  margin-right: 60px;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.text-block-14 {
  margin-bottom: 10px;
  color: #b7144f;
  font-size: 18px;
  font-weight: 700;
}

.text-block-15 {
  color: #76828d;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
}

.div-block-12 {
  width: 100%;
  max-width: 45%;
  margin-bottom: 30px;
  padding-right: 0px;
}

.div-block-13 {
  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;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  min-height: 140px;
  margin-right: auto;
  margin-left: auto;
  -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: dashed;
  border-width: 1px;
  border-color: #e3e7ed;
  border-radius: 5px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 260px;
  min-height: 65px;
  -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: 5px;
  background-color: #b7144f;
  box-shadow: 0 0 20px 0 rgba(183, 20, 79, 0.15);
  -webkit-transition: box-shadow 250ms cubic-bezier(.47, 0, .745, .715), background-color 250ms cubic-bezier(.47, 0, .745, .715);
  transition: box-shadow 250ms cubic-bezier(.47, 0, .745, .715), background-color 250ms cubic-bezier(.47, 0, .745, .715);
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
  color: #FFF !important;
}

.button:hover {
  background-color: #2e2e37;
  box-shadow: 0 0 20px 0 rgba(46, 46, 55, 0.15);
}

.c_baner_thx {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1260px;
  min-height: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -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;
}

.box_thx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bg_img_thx {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #2e2e37), to(rgba(46, 46, 55, 0))), url('https://www.fandla.com/wp-content/themes/boston-pro-child-theme/assets/lp/images/bg_1.jpg');
  background-image: linear-gradient(90deg, #2e2e37 10%, rgba(46, 46, 55, 0)), url('https://www.fandla.com/wp-content/themes/boston-pro-child-theme/assets/lp/images/bg_1.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.block_thx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 70%;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .c_baner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block-2 {
    font-size: 50px;
    line-height: 65px;
  }
  .div-block-2-copy {
    max-width: 380px;
    min-height: 0px;
    padding: 20px;
  }
	
.s_zaufali {

	  padding-top: 20px;
  }
	
  .c_zaufali {
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
	  margin-top: 20px;
  }
  .text-block-10 {
    min-height: 260px;
    font-size: 15px;
    line-height: 23px;
  }
  .s_co_nas_wyroznia {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .c_co_nas_wyroznia {
    padding: 20px;
  }
  .div-block-7 {
    display: none;
  }
  .div-block-8 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-9 {
    position: static;
    max-width: 100%;
    min-height: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: stretch;
    -ms-flex-align: start;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .div-block-10 {
    max-width: 32%;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    -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;
  }
  .image-2 {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .c_footer {
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .c_baner_thx {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bg_img_thx {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #2e2e37), to(hsla(0, 0%, 100%, 0))), url('https://www.fandla.com/wp-content/themes/boston-pro-child-theme/assets/lp/images/bg_1.jpg');
    background-image: linear-gradient(90deg, #2e2e37 15%, hsla(0, 0%, 100%, 0)), url('https://www.fandla.com/wp-content/themes/boston-pro-child-theme/assets/lp/images/bg_1.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .c_baner {
    background-color: #b7144f;
	  padding-bottom: 20px;
  }
  .bg_img {
    display: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 46, 55, 0.55)), to(rgba(46, 46, 55, 0.55))), url('https://www.fandla.com/wp-content/themes/boston-pro-child-theme/assets/lp/images/bg.jpg');
    background-image: linear-gradient(180deg, rgba(46, 46, 55, 0.55), rgba(46, 46, 55, 0.55)), url('https://www.fandla.com/wp-content/themes/boston-pro-child-theme/assets/lp/images/bg.jpg');
    background-position: 0px 0px, 40% 10%;
  }
  .div-block {
    -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;
  }
  .div-block-2 {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    border-bottom: 1px solid #fff;
  }
  .body {

  }
  .div-block-3 {
    margin-top: 0px;
    margin-left: 40px;
  }
  .div-block-2-copy {
    max-width: 100%;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block-10 {
    max-width: none;
    min-height: 0px;
  }
  .div-block-5 {
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(77, 77, 77, 0.2);
    background-position: 100% 20px;
  }
  .div-block-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-block-12 {
    font-size: 15px;
    line-height: 22px;
  }
  .s_footer {
    padding-bottom: 10px;
  }
  .text-block-13 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .div-block-11 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-block-15 {
    font-size: 15px;
    line-height: 22px;
  }
  .c_baner_thx {
    background-color: #b7144f;
  }
  .box_thx {
    -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;
  }
  .bg_img_thx {
    display: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 46, 55, 0.55)), to(rgba(46, 46, 55, 0.55))), url('https://www.fandla.com/wp-content/themes/boston-pro-child-theme/assets/lp/images/bg.jpg');
    background-image: linear-gradient(180deg, rgba(46, 46, 55, 0.55), rgba(46, 46, 55, 0.55)), url('https://www.fandla.com/wp-content/themes/boston-pro-child-theme/assets/lp/images/bg.jpg');
    background-position: 0px 0px, 40% 10%;
  }
  .block_thx {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    border-bottom: 1px solid transparent;
  }
}

@media screen and (max-width: 479px) {
  .bg_img {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 46, 55, 0.55)), to(rgba(46, 46, 55, 0.55))), url('https://www.fandla.com/wp-content/themes/boston-pro-child-theme/assets/lp/images/bg.jpg');
    background-image: linear-gradient(180deg, rgba(46, 46, 55, 0.55), rgba(46, 46, 55, 0.55)), url('https://www.fandla.com/wp-content/themes/boston-pro-child-theme/assets/lp/images/bg.jpg');
    background-position: 0px 0px, 35% 10%;
  }
  .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-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom-color: hsla(0, 0%, 100%, 0.3);
  }
  .text-block {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 26px;
  }
  .text-block-2 {
    max-width: 100%;
    font-size: 35px;
    line-height: 45px;
  }
  .div-block-3 {
    max-width: 160px;
    min-height: 160px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .text-block-3 {
    font-size: 12px;
    line-height: 16px;
  }
  .text-block-4 {
    font-size: 55px;
    line-height: 55px;
  }
  .div-block-2-copy {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .s_zaufali {
    margin-top: 30px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .div-block-4 {
    margin-bottom: 30px;
    -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;
  }
  .text-block-9-copy {
    margin-bottom: 20px;
  }
  .div-block-10 {
    max-width: 48%;
  }
  .s_footer {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .div-block-12 {
    max-width: 100%;
  }
  .bg_img_thx {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 46, 55, 0.55)), to(rgba(46, 46, 55, 0.55))), url('https://www.fandla.com/wp-content/themes/boston-pro-child-theme/assets/lp/images/bg.jpg');
    background-image: linear-gradient(180deg, rgba(46, 46, 55, 0.55), rgba(46, 46, 55, 0.55)), url('https://www.fandla.com/wp-content/themes/boston-pro-child-theme/assets/lp/images/bg.jpg');
    background-position: 0px 0px, 35% 10%;
  }
  .block_thx {
    -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;
    border-bottom-width: 0px;
    border-bottom-color: hsla(0, 0%, 100%, 0.3);
  }
}