body {
  margin-top: 100px;
  font-family: Roboto, sans-serif;
  color: #122b23;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.s_menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.s_hero {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #d4f3f5;
}

.s_info {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.s_dlaczego {
  position: relative;
  display: block;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d4f3f5), to(#fff));
  background-image: linear-gradient(180deg, #d4f3f5, #fff);
}

.s_opis {
  position: relative;
  height: auto;
  padding-top: 20px;
  padding-bottom: 0px;
}

.s_kup {
  position: relative;
  background-color: #f2f2f2;
}

.s_info_2 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.s_stopka {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #e1e1e1;
}

.box_scroll {
  position: absolute;
  top: -100px;
  width: 100px;
  height: 100px;
  background-color: transparent;
}

.link {
  padding-right: 15px;
  padding-left: 15px;
}

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

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 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;
  border-style: solid;
  border-width: 1px;
  border-color: #009877;
  border-radius: 100px;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  color: #009877;
  text-align: center;
  text-decoration: none;
}

.link-block:hover {
  background-color: #009877;
  color: #fff;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  padding-right: 2%;
  padding-left: 2%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-4 {
  width: 100%;
  max-width: 320px;
  padding-top: 40px;
}

.text-block-3 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
}

.text-block-4 {
  margin-top: 10px;
  color: #009877;
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
}

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

.text-block-5 {
  margin-top: 20px;
  font-weight: 300;
}

.text-span {
  color: #009877;
  font-weight: 700;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  border-bottom: 1px solid #e1e1e1;
       column-gap: 0.5rem;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 20%;
  -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-5 {
  display: inline-block;
  width: auto;
  max-height: 40px;
}

.image-5.h_30 {
  max-height: 30px;
}

.image-5.h_30.zabka {
  max-height: 25px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.text-block-6 {
  font-size: 23px;
  line-height: 33px;
  font-weight: 300;
}

.text-span-2 {
  font-size: 37px;
  line-height: 47px;
  font-weight: 700;
}

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

.button {
  width: 100%;
  border-radius: 100px;
  background-color: #ff5a02;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-color: #122b23;
}

.button.small {
  max-width: 180px;
}

.button.small:hover {
  background-color: #122b23;
}

.button.small.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button.small.center:hover {
  background-color: #122b23;
}

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

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  -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-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-15 {
  margin-bottom: 10px;
  color: #009877;
}

.text-block-14 {
  margin-bottom: 40px;
  font-size: 46px;
  line-height: 56px;
  font-weight: 900;
}

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

.image-12 {
  width: 20px;
  max-height: 30px;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button_3 {
  width: 100%;
  border-radius: 100px;
  background-color: #ff5a02;
  font-weight: 700;
  text-align: center;
}

.button_3.small {
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #ff5a02;
  -webkit-transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out;
}

.button_3.small:hover {
  border-color: #122b23;
  background-color: #122b23;
}

.button_2 {
  width: 100%;
  border-radius: 100px;
  background-color: #ff5a02;
  font-weight: 700;
  text-align: center;
}

.button_2.small {
  max-width: 180px;
  margin-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #009877;
  background-color: transparent;
  -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: #009877;
}

.button_2.small:hover {
  background-color: #009877;
  color: #fff;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 40%;
  min-height: 100px;
  -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;
}

.div-block-32.imgobraz {
  max-width: 60%;
}

.div-block-29 {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 4;
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
}

.text-block-17 {
  position: static;
  color: #fff;
  font-weight: 700;
}

.div-block-4-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt_right_footer-copy {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-align: right;
}

.image-2 {
  width: 100%;
  max-width: 18px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-13 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0px;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-33 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: 50%;
  background-color: #009877;
}

.div-block-34 {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block {
  width: 100%;
  padding-right: 50px;
  color: #949494;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.link-3 {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #009877;
  font-weight: 500;
}

.link-3:hover {
  color: #ff5a02;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
}

.txt_right_footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #949494;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-align: right;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.div-block-5 {
  height: 100%;
  padding: 40px;
  background-color: #d4f3f5;
}

.text-block-2 {
  font-weight: 300;
}

.div-block-36 {
  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-37 {
  display: block;
  width: 100%;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  -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-38.color {
  background-color: #009877;
}

.text-block-8 {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 58px;
  font-weight: 900;
}

.text-block-7 {
  color: #122b23;
  font-weight: 300;
}

.list-2 {
  padding-left: 0px;
  color: #009877;
  list-style-type: none;
}

.list-item-2 {
  margin-bottom: 30px;
}

.color_1 {
  max-height: 400px;
  max-width: 90%;
}

.div-block-38-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  -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-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-41-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  padding-right: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-42.m_50_l {
  padding-left: 40px;
}

.text-span-4 {
  color: #009877;
  font-weight: 300;
}

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

.div-block-43.color2 {
  background-color: #d4f3f5;
}

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

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-7 {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-8 {
  width: 100%;
  max-height: 120px;
  max-width: 90%;
}

.text-block-9 {
  margin-bottom: 15px;
  font-size: 48px;
  line-height: 58px;
  font-weight: 900;
  text-align: center;
}

.image-9 {
  max-height: 40px;
  margin-bottom: 30px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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-10 {
  margin-bottom: 40px;
  color: #122b23;
  font-weight: 300;
  text-align: center;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 16%;
  -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-20-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 20%;
  -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-align: center;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-45 {
  width: 100%;
  max-width: 50%;
  padding-right: 40px;
}

.image-11 {
  max-width: 100%;
  box-shadow: 9px 12px 0 0 #009877;
}

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

.text-block-8-copy {
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 58px;
  font-weight: 300;
}

.text-span-5 {
  color: #009877;
  font-weight: 900;
}

.text-block-12 {
  margin-bottom: 30px;
  font-weight: 300;
  text-align: left;
}

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

.image-10 {
  max-height: 45px;
  margin-right: 15px;
}

.text-block-13 {
  color: #949494;
  font-size: 14px;
  line-height: 24px;
}

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

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-49 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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



._30_pro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.right_30_pro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  -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: start;
  align-items: center;
}

.txt_1_30pro {
  color: #009877;
  font-size: 48px;
  line-height: 58px;
  font-weight: 300;
	text-align: center;
  text-transform: uppercase;
	margin-bottom: 10px;
}

.txt_2_30pro {
  max-width: 500px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}




.box_pop-up {
  position: fixed;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
  display: block;
  min-width: 240px;
  padding: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 15px;
  border-radius: 15px;
  background-color: #009877;
  color: #fff;
  text-align: left;
	z-index: 99999999;
	border: 2px solid #FFFFFF;
}

.button_popup {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 100px;
  background-color: #ff5a02;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-weight: 700;
  text-align: center;
}

.button_popup:hover {
  background-color: #122b23;
}

.button_popup.small {
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #ff5a02;
  -webkit-transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out;
}

.button_popup.small:hover {
  border-color: #122b23;
  background-color: #122b23;
}

.txt_popup {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}


.close_popup {
  position: absolute;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
  width: 25px;
  height: 25px;
  cursor: pointer;
}



@media screen and (max-width: 991px) {

  .color_1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}


  .s_hero {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .div-block {
    padding-right: 4%;
    padding-left: 4%;
  }

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

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

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

  .div-block-18 {
    max-width: 100%;
    padding: 40px 4%;
  }

  .div-block-19 {
    max-width: 100%;
    padding: 40px 4%;
    background-color: #009877;
  }

  .image-12 {
    display: none;
  }

  .div-block-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .div-block-29 {
    position: static;
    margin-top: 0px;
  }

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

  .txt_right_footer-copy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }

  .image-13 {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    display: block;
    width: auto;
    max-height: 400px;
    max-width: none;
    min-height: 350px;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

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

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

  .txt_right_footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-35 {
    padding-right: 4%;
    padding-left: 4%;
  }

  .div-block-36 {
    padding-right: 4%;
    padding-left: 4%;
  }

  .div-block-41 {
    margin-bottom: 40px;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
	
  .div-block-41-logo {
    margin-bottom: 0px;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

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

  .div-block-42.m_50_l {
    padding-left: 0px;
  }

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

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

  .div-block-45 {
    max-width: 100%;
    margin-bottom: 40px;
    padding-right: 4%;
    padding-left: 4%;
  }

  .image-11 {
    max-width: 70%;
  }

  .div-block-46 {
    max-width: 100%;
    padding-right: 4%;
    padding-left: 4%;
  }

  .div-block-47 {
    padding-right: 4%;
    padding-left: 4%;
  }

  .div-block-50 {
    padding-right: 4%;
    padding-left: 4%;
  }
}

@media screen and (max-width: 767px) {
  .image {
    max-width: 150px;
  }

  .link-block {
    padding: 10px;
    font-size: 14px;
    text-align: center;
  }

  .link-2 {
    display: inline-block;
    min-width: 150px;
  }

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

  .div-block-29 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-4-copy-copy {
    margin-bottom: 30px;
    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-13 {
    position: relative;
    max-height: 350px;
    min-height: 300px;
    margin-bottom: 0px;
  }

  .text-block {
    padding-right: 0px;
  }

  .div-block-4 {
    margin-bottom: 30px;
    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;
  }

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

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

  .div-block-22 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-20 {
    max-width: 33.333%;
    margin-bottom: 20px;
  }

  .div-block-20-copy {
    max-width: 33.3333%;
    margin-bottom: 20px;
  }

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

  .div-block-48 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .div-block-49 {
    max-width: 33.33333%;
    margin-bottom: 15px;
  }
	
	.div-block-50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
	
	
  ._30_pro {
    -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;
  }

  .left_30_pro {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .right_30_pro {
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .txt_1_30pro {
    text-align: center;
	  font-size: 34px;
  line-height: 44px;
  }
	
}

@media screen and (max-width: 479px) {
	
	
	
	  .box_pop-up {
    min-width: 200px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button_popup.small {
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .txt_popup {
    font-size: 16px;
    line-height: 30px;
  }
	
	
	body {
  margin-top: 75px;
  font-family: Roboto, sans-serif;
  color: #122b23;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}
	
	.box_scroll {
  position: absolute;
  top: -75px;
  width: 75px;
  height: 75px;
  background-color: transparent;
}
	
  .s_info {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .s_dlaczego {
    padding-top: 20px;
  }

  .s_info_2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .s_stopka {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image {
    max-width: 120px;
  }

  .link-block {
    padding: 5px 15px;
    font-size: 14px;
  }

  .no_txt_rwd {
    display: none;
  }

  .image-4 {
    max-width: 60%;
  }

  .text-block-3 {
    font-size: 34px;
    line-height: 44px;
    text-align: center;
  }

  .text-block-4 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .text-block-5 {
    margin-top: 20px;
    text-align: center;
  }

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

  .div-block-14 {
    max-width: 33%;
    margin-bottom: 20px;
    padding-bottom: 0px;
    -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-5 {
    width: auto;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .image-5.h_30 {
    margin-bottom: 0px;
  }

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

  .image-6 {
    margin-top: 20px;
  }

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

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

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

  .text-block-14 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 44px;
  }

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

  .button_3.small {
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .button_3.small.center {
    margin-left: auto;
  }

  .button_2.small {
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .div-block-32 {
    width: 100%;
    max-width: 50%;
    padding-right: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-32.imgobraz {
    width: 100%;
  }

  .div-block-29 {
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-4-copy-copy {
    margin-bottom: 0px;
  }

  .image-13 {
    overflow: visible;
    max-height: 250px;
    max-width: 90%;
    min-height: 250px;
    margin-right: 0px;
  }

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

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

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

  .text-block-8 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 44px;
  }

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

  .div-block-42 {
    padding-right: 0px;
  }

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

  .image-8 {
    max-height: 110px;
    max-width: 80%;
  }

  .text-block-9 {
    font-size: 34px;
    line-height: 44px;
  }

  .image-9 {
    margin-bottom: 15px;
  }

  .div-block-22 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-21 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-11 {
    max-width: 90%;
  }

  .text-block-8-copy {
    font-size: 34px;
    line-height: 44px;
  }
	
	.link-2 {
    display: block;
  }
}

