body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 18px;
}

.nav {
  position: fixed;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  background-image: none;
}

.nav._2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-color: #0011a8;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.nav-container {
  position: static;
  z-index: 1000;
  display: block;
  width: 80%;
  height: 100%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebebeb;
  background-image: linear-gradient(137deg, rgba(0, 41, 174, .75), rgba(107, 124, 192, .92)), linear-gradient(180deg, #1808a5, #1808a5);
}

.hero-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1200px;
  padding-right: 0px;
  padding-left: 0px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding-top: 24px;
  padding-bottom: 48px;
  -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;
  background-color: #ebebeb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.wrap-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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;
  text-align: center;
}

.column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0px;
  padding: 20px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
  text-align: center;
}

.heading-1 {
  color: #fff;
  font-size: 44px;
  line-height: 52px;
}

.subhead-1 {
  margin-top: 8px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.subhead-1._2 {
  margin-top: 44px;
}

.paragraph-3 {
  max-width: 280px;
  margin-top: 0px;
  color: rgba(0, 16, 97, .6);
  font-size: 18px;
  line-height: 24px;
}

.icon {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
}

.nav-link {
  position: static;
  color: #fff;
}

.nav-link.w--current {
  color: #fff;
  text-transform: none;
}

.nav-link._2 {
  color: #000;
}

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

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 56px;
  margin-top: 0px;
  margin-right: 16px;
  padding: 12px 24px;
  -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 #fff;
  border-radius: 32px;
  background-color: transparent;
  box-shadow: 0 1px 0 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .2);
  color: #000;
}

.class {
  margin-right: 2px;
  margin-left: 2px;
  padding: 4px 5px;
  border-radius: 2px;
  background-color: #3b79c3;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 12px;
}

.class-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 92px;
  padding-bottom: 92px;
  -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;
  color: #000;
}

.wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

.wrap-2.a {
  width: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.logos-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d3d3d3;
}

.logos-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0.75;
}

.left-1 {
  width: 50%;
  padding: 50px 20px;
}

.right-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.column-1-title {
  margin-bottom: 20px;
}

.left-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: center;
  align-items: center;
}

.right-2 {
  width: 50%;
  padding: 50px 20px;
  text-align: left;
}

.footer-top {
  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: 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: #6b6b6b;
  color: #fff;
}

.footer-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
}

.footer-bottom-wrap {
  width: 80%;
}

.legal {
  color: #777;
  font-size: 12px;
}

.sect_half_1 {
  display: none;
  padding-top: 0px;
  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: 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;
}

.wrap-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-right: 12px;
  margin-left: 12px;
  padding-left: 24px;
  -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;
}

.column-wrap-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: -15px;
  margin-left: -15px;
  -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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.heading-3 {
  text-align: left;
}

.subhead-3 {
  margin-bottom: 40px;
  text-align: left;
}

.column-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-4 {
  margin-top: 30px;
}

.heading-5 {
  margin-bottom: 19px;
  color: #001061;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
}

.heading-2 {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

.screenshot {
  height: 90%;
  border-radius: 3px;
}

.caption-2 {
  max-width: 320px;
  margin-top: 20px;
  color: #777;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}

.footer-logo {
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.footer-link {
  margin-left: 50px;
  color: #fff;
  text-decoration: none;
}

.hero-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 85%;
  -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;
  background-image: url('../images/Samsung-Galaxy-S9-Front-and-Back-Free-PSD-Mockup_2_asste_web_gotowe_signalENG.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.caption-1 {
  max-width: 320px;
  margin-top: 20px;
  color: rgba(0, 0, 0, .5);
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}

.customers-logo {
  width: 120px;
  margin: 10px;
}

.caption-4 {
  max-width: 320px;
  margin-top: 20px;
  color: #777;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
}

.caption-3 {
  max-width: 320px;
  margin-top: 20px;
  color: #777;
  font-size: 13px;
  line-height: 21px;
}

.uphead_1 {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #001061;
  font-size: 24px;
  font-weight: 700;
}

.uphead_1.white {
  color: #fff;
}

.line_up {
  width: 200px;
  height: 2px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#28e1cf), to(#28e1cf));
  background-image: linear-gradient(180deg, #28e1cf, #28e1cf);
}

.heading-6 {
  color: #001061;
  font-size: 40px;
  line-height: 56px;
  font-weight: 300;
}

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

.square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -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-image: linear-gradient(36deg, rgba(0, 16, 97, .1), #fff), linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 3px 24px 7px rgba(0, 16, 97, .12);
}

.square._1 {
  width: 300px;
  height: 300px;
  margin-top: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 2px -2px 24px 7px rgba(0, 16, 97, .1);
}

.square._2 {
  margin-top: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 2px -2px 24px 7px rgba(0, 16, 97, .1);
}

.square._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 2px -2px 24px 7px rgba(0, 16, 97, .1);
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin-bottom: 24px;
  -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 none #6d7aa8;
  border-radius: 50%;
}

.block_ani {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 600px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.obraz_1 {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 500px;
  -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;
  border-radius: 0px;
  background-image: linear-gradient(80deg, rgba(171, 203, 255, .36), #fff), linear-gradient(180deg, #f2f2f2, #f2f2f2), linear-gradient(180deg, rgba(65, 65, 65, .5), rgba(65, 65, 65, .5));
}

.obraz_1._2 {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(157, 60, 60, .5)), to(rgba(157, 60, 60, .5)));
  background-image: linear-gradient(180deg, rgba(157, 60, 60, .5), rgba(157, 60, 60, .5));
}

.obraz_1._3 {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(62, 157, 60, .5)), to(rgba(62, 157, 60, .5)));
  background-image: linear-gradient(180deg, rgba(62, 157, 60, .5), rgba(62, 157, 60, .5));
}

.comun_text_wrapper_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding-right: 0px;
  -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 {
  height: 100%;
}

.sect_half_2 {
  display: none;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.obraz_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 500px;
  -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;
  border-radius: 0px;
  background-image: none;
}

.obraz_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 500px;
  -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;
  background-image: none;
}

.opis_pulmo {
  margin-top: 44px;
  color: rgba(0, 16, 97, .8);
  font-size: 16px;
  line-height: 32px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(75, 137, 153, .5)), to(rgba(75, 137, 153, .5)));
  background-image: linear-gradient(180deg, rgba(75, 137, 153, .5), rgba(75, 137, 153, .5));
}

.sect_cta_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
  background-image: linear-gradient(165deg, rgba(47, 121, 255, .51), rgba(0, 5, 145, .32)), linear-gradient(180deg, #000c72, #000c72);
}

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

.cta_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cta_wrap_1 {
  width: 500px;
  height: 100%;
  background-image: none;
}

.heading-7 {
  margin-top: 32px;
  color: #fff;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-top: 40px;
}

.paragraph-10 {
  width: 90%;
  padding-left: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}

.image-13 {
  margin-bottom: 6px;
  margin-left: -18px;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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: 8px;
  background-color: #e9e9e9;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.social-icon.icon-facebook {
  margin-right: 18px;
  margin-left: 0px;
  border: 1px solid #fff;
  background-color: transparent;
}

.social-icon.icon-facebook:hover {
  background-color: #0bdb90;
}

.social-icon.icon-twitter {
  border: 1px solid #fff;
  background-color: transparent;
}

.social-icon.icon-twitter:hover {
  background-color: #0bdb90;
}

.social-icon.icon-linkedin {
  margin-right: 18px;
  border: 1px solid #fff;
  background-color: transparent;
}

.social-icon.icon-linkedin:hover {
  background-color: #0bdb90;
}

.paragraph-11 {
  color: #fff;
}

.image-12 {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: -11px;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-top: 8px;
  padding-left: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-11 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#010439), to(#010439));
  background-image: linear-gradient(180deg, #010439, #010439);
}

.footer_tytul {
  margin-top: 0px;
  color: #28e1cf;
  font-size: 18px;
  font-weight: 600;
}

.div-block-26 {
  width: 30%;
  margin-top: 8px;
  margin-bottom: 16px;
  margin-left: 0px;
  padding-left: 56px;
}

.footer-bottom-2 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #010439;
}

.div-block-29 {
  margin-bottom: 14px;
  padding-top: 8px;
  padding-bottom: 16px;
  padding-left: 56px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: hsla(0, 0%, 100%, .75);
}

.link-2 {
  margin-right: 44px;
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  color: #0bdb90;
  font-weight: 300;
}

.legal-2 {
  padding-left: 56px;
  color: hsla(0, 0%, 100%, .8);
  font-size: 14px;
  text-align: left;
}

.zdjecie_big {
  height: 60vh;
  background-image: url('../images/inhaler_pict_bottom_pulm.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.media_logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  -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;
}

.image-15 {
  width: 10%;
  opacity: 0.4;
}

.paragraph-12 {
  color: rgba(0, 16, 97, .8);
  text-align: left;
}

.paragraph-13 {
  color: rgba(0, 16, 97, .8);
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.paragraph-13._2 {
  text-align: center;
}

.hero_buttons_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buy_now {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 56px;
  margin-right: 16px;
  padding: 12px 24px;
  -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: 32px;
  background-image: linear-gradient(288deg, #006bba, rgba(100, 202, 255, .88));
  box-shadow: 0 9px 24px -4px rgba(12, 20, 48, .32);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}

.buy_now:hover {
  box-shadow: 0 9px 24px -4px rgba(12, 20, 48, .32), 0 3px 10px 0 #2b5c95;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.buy_now:active {
  background-image: linear-gradient(180deg, hsla(0, 0%, 91%, .1), hsla(0, 0%, 91%, .1)), linear-gradient(288deg, #006bba, rgba(100, 202, 255, .88));
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.div-block-66 {
  position: static;
  left: 132px;
  bottom: 192px;
  height: 100%;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.div-block-49 {
  width: 50%;
  height: 600px;
  background-image: none;
}

.div-block-49.val_3 {
  display: block;
  width: 400px;
  height: 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;
  background-image: url('../images/wb_telephone.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: url('../images/wb_telephone.png'), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 50% 50%, 0px 0px;
  background-size: 400px, auto;
  background-repeat: no-repeat, repeat;
}

.app_element_1 {
  width: 50px;
  height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.app_element_1.small {
  position: relative;
  left: 12px;
  top: -411px;
  right: -24px;
  bottom: 167px;
  z-index: 17;
  border-radius: 50%;
  background-image: url('../images/Group-118_1Group 118.png'), -webkit-gradient(linear, left top, left bottom, from(#eee04d), to(#eee04d));
  background-image: url('../images/Group-118_1Group 118.png'), linear-gradient(180deg, #eee04d, #eee04d);
  background-position: 50% 50%, 0px 0px;
  background-size: 40px, auto;
  box-shadow: 0 2px 17px 0 rgba(27, 30, 68, .2);
}

.app_element_1.bigger {
  position: relative;
  left: 478px;
  right: -389px;
  bottom: 318px;
  z-index: 17;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: url('../images/Group-120.2_1Group 120.2.png'), -webkit-gradient(linear, left top, left bottom, from(#4cec96), to(#4cec96));
  background-image: url('../images/Group-120.2_1Group 120.2.png'), linear-gradient(180deg, #4cec96, #4cec96);
  background-position: 50% 50%, 0px 0px;
  background-size: 50px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 1px 7px 26px 0 rgba(27, 30, 68, .2);
}

.app_element_1.turq {
  position: relative;
  left: 47px;
  bottom: -185px;
  z-index: 17;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-image: url('../images/Group-108.1_1Group 108.1.png'), -webkit-gradient(linear, left top, left bottom, from(#28e1cf), to(#28e1cf));
  background-image: url('../images/Group-108.1_1Group 108.1.png'), linear-gradient(180deg, #28e1cf, #28e1cf);
  background-position: 50% 50%, 0px 0px;
  background-size: 50px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 5px 5px 22px 0 rgba(48, 71, 86, .41);
}

.app_element_1.cloud {
  position: relative;
  left: 490px;
  top: -681px;
  right: -395px;
  bottom: 132px;
  z-index: 17;
  width: 40px;
  height: 40px;
  padding-bottom: 15px;
  border-radius: 50%;
  background-image: url('../images/gauge_1gauge.png'), -webkit-gradient(linear, left top, left bottom, from(#9cafc3), to(#9cafc3));
  background-image: url('../images/gauge_1gauge.png'), linear-gradient(180deg, #9cafc3, #9cafc3);
  background-position: 50% 50%, 0px 0px;
  background-size: 24px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 10px 15px 0 rgba(27, 30, 68, .2);
}

.app_element_1.medium {
  position: relative;
  left: 84px;
  right: -8px;
  bottom: 319px;
  z-index: 17;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-image: url('../images/Vector_1Vector.png'), -webkit-gradient(linear, left top, left bottom, from(#0271e0), to(#0271e0));
  background-image: url('../images/Vector_1Vector.png'), linear-gradient(180deg, #0271e0, #0271e0);
  background-position: 50% 50%, 0px 0px;
  background-size: 50px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 10px 24px 0 rgba(27, 30, 68, .2);
}

.app_element_1.leaf {
  position: relative;
  left: 447px;
  top: 148px;
  right: -32px;
  z-index: 15;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url('../images/Union-Stroke_1Union (Stroke).png'), -webkit-gradient(linear, left top, left bottom, from(#ff0073), to(#ff0073));
  background-image: url('../images/Union-Stroke_1Union (Stroke).png'), linear-gradient(180deg, #ff0073, #ff0073);
  background-position: 50% 50%, 0px 0px;
  background-size: 22px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 12px 24px 0 rgba(27, 30, 68, .2);
  -webkit-filter: none;
  filter: none;
}

.kulka_monitoruj {
  position: static;
  z-index: 15;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-image: linear-gradient(221deg, #0230b9, #fff), linear-gradient(180deg, #2883e1, #2883e1);
}

.image-22 {
  position: static;
  z-index: 17;
  width: 550px;
}

.heading-15 {
  width: 100%;
  margin-top: 0px;
  color: #001061;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
}

.div-block-67 {
  position: relative;
  left: 132px;
  bottom: 192px;
  width: 409px;
  height: 100%;
  background-image: url('../images/wb_telephone_opt.png');
  background-position: 50% 50%;
  background-size: 409px;
  background-repeat: no-repeat;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 300px;
  padding-right: 48px;
  padding-left: 48px;
  -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-image: none;
}

.div-block-42.right {
  padding-right: 0px;
  padding-left: 64px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 45px;
  padding-bottom: 45px;
  -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;
}

.paragraph-20 {
  width: 100%;
  margin-top: 8px;
  color: #9cafc3;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}

.div-block-68 {
  width: 50%;
  height: 600px;
  background-image: none;
}

.div-block-68.val_3 {
  display: block;
  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-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.div-block-68.val_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -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: 0%;
  background-image: none;
  background-position: 0px 0px;
}

.div-block-68.val_2 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.warpper_features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 100%;
  max-width: 1200px;
  margin-bottom: 0px;
  padding: 0px 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;
}

.warpper_features.inver {
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-24 {
  position: relative;
  top: 474px;
  right: 0px;
  bottom: 0px;
  width: 600px;
  opacity: 0.24;
}

.div-block-64 {
  width: 90%;
}

.image-23 {
  position: absolute;
  z-index: 17;
  width: 400px;
}

.div-block-61 {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-image: linear-gradient(288deg, rgba(0, 83, 251, .36), #fff), linear-gradient(180deg, #f7f7fa, #f7f7fa);
}

.kulka_monitoruj-2 {
  position: static;
  z-index: 15;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-image: linear-gradient(120deg, #95d8f7, #4491ff), linear-gradient(180deg, #28e1cf, #28e1cf);
}

.image-25 {
  position: relative;
  z-index: 17;
  display: block;
  width: 800px;
  max-width: 110%;
}

.paragraph-21 {
  margin-bottom: 4px;
  margin-left: 16px;
  color: #9cafc3;
  font-weight: 500;
}

.app_title {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 80%;
  margin-top: 0px;
  padding-top: 36px;
  -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;
  text-align: center;
}

.heading_break_big {
  width: 100%;
  margin-bottom: 20px;
  color: #001061;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 450px;
  -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;
}

.section-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/smart_inhaler_forget_small_nosignal.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: url('../images/smart_inhaler_forget_small_nosignal.png'), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 50% 100%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

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

.paragraph-23 {
  width: 90%;
  margin-top: 16px;
  margin-bottom: 40px;
  color: #697685;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.image-20 {
  border-radius: 50%;
}

.paragraph-22 {
  margin-bottom: 0px;
  color: #677b91;
  font-size: 14px;
  text-align: left;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  padding: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.notification {
  position: static;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 90px;
  margin-top: 32px;
  padding-left: 8px;
  border-radius: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 1px 1px 21px 0 rgba(0, 0, 0, .64);
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  padding-right: 12px;
  padding-left: 12px;
  -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-69 {
  position: relative;
  z-index: 1;
  width: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.cta_pict_wrap {
  width: 50%;
  height: 100%;
  background-image: url('../images/Beauty_shot_front_5_empty_3_signal.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.loading_animation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10001;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a04c4), to(#2a04c4));
  background-image: linear-gradient(180deg, #2a04c4, #2a04c4);
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  margin: 10px 20px 10px 0px;
  padding: 10px 26px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #28e1cf;
  border-radius: 100px;
  background-color: transparent;
  box-shadow: none;
  opacity: 0;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.15px;
}

.button-2:hover {
  border-color: #0c6eb8;
  background-color: #fff;
  color: #00249b;
}

.button-2:active {
  background-color: #0cd38b;
}

.div-block-75 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
}

.div-block-81 {
  display: none;
  margin-top: 5px;
  margin-bottom: 5px;
}

.div-block-65 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, .27);
  box-shadow: 0 40px 80px 0 rgba(0, 7, 92, .17);
  text-align: left;
}

.div-block-65.temppage {
  position: static;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-radius: 0px;
  background-color: #fff;
}

.column-28 {
  text-align: center;
}

.product-image-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: none;
}

.category-header {
  display: inline-block;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 62px;
  line-height: 64px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 1px 1px 14px #00075c;
}

.category-header.temppage {
  font-size: 42px;
  line-height: 38px;
  text-align: left;
  text-shadow: 1px 1px 6px #00075c;
}

.template-thumb-image {
  display: block;
  width: 60px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
  box-shadow: 0 40px 80px 0 rgba(0, 0, 0, .2);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.template-thumb-image:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.thumb-image-array {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 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;
}

.purchase {
  position: relative;
  left: -5px;
  bottom: -14px;
  float: right;
  border-radius: 4px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.purchase.producttemp {
  position: static;
  display: block;
  width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #3e70ff), to(#353bcc));
  background-image: linear-gradient(180deg, #3e70ff 30%, #353bcc);
  -webkit-transition: background-position 100ms ease;
  transition: background-position 100ms ease;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  text-shadow: 0 1px 0 #2c2b2b;
}

.purchase.producttemp:hover {
  background-position: 75% 50%, 0px 0px;
}

.product-image-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: none;
}

.product-image-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  border-radius: 10px;
  box-shadow: none;
}

.product-image-4._2 {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.tempwrapper {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 0px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f2f2f2));
  background-image: linear-gradient(180deg, #f2f2f2, #f2f2f2);
}

.link-block-15 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 100%;
  padding: 7px 20px;
  border-bottom: 1px solid rgba(0, 7, 92, .24);
  -webkit-transition: background-position 400ms ease;
  transition: background-position 400ms ease;
  font-family: Roboto, sans-serif;
  color: rgba(62, 112, 255, .6);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.rich-text-included {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: rgba(0, 16, 97, .8);
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.main-image-wrapper {
  position: relative;
  display: block;
  width: 400px;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  border-radius: 10px;
  background-image: url('../images/hand_sq_s_opt.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(174, 17, 17, .5)), to(rgba(174, 17, 17, .5)));
  background-image: url('../images/hand_sq_s_opt.png'), linear-gradient(180deg, rgba(174, 17, 17, .5), rgba(174, 17, 17, .5));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  box-shadow: 0 40px 80px 0 rgba(47, 78, 154, .2);
}

.subtitle {
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, .8);
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.5px;
}

.rich-description {
  margin-bottom: 0px;
  padding: 5px 0px 0px;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, .8);
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.5px;
}

.thumb-image-wrapper {
  padding: 10px;
}

.text-block-66 {
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Roboto, sans-serif;
  color: #2fca74;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.text-block-60 {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  letter-spacing: 0.5px;
}

.imageside-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  float: left;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-62 {
  margin-top: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  font-family: Roboto, sans-serif;
  color: rgba(0, 16, 97, .8);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.contentside-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.wrap-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-right: 12px;
  margin-left: 12px;
  padding-left: 24px;
  -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;
}

.comun_text_wrapper_side-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  padding-right: 0px;
  -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;
}

.paragraph-24 {
  color: rgba(0, 16, 97, .8);
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.heading_shop {
  margin-top: 0px;
  margin-bottom: 2px;
  color: #0011a8;
  font-weight: 700;
}

.paragraph_shop {
  color: rgba(0, 16, 97, .8);
}

.div-block-82 {
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 22px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}

.buy_now-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 56px;
  margin-right: 16px;
  padding: 12px 24px;
  -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: 32px;
  background-image: linear-gradient(288deg, #006bba, rgba(100, 202, 255, .88));
  box-shadow: 0 9px 24px -4px rgba(12, 20, 48, .32);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}

.buynow_shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12px;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0011a8), to(#0011a8));
  background-image: linear-gradient(180deg, #0011a8, #0011a8);
}

.cena_shop {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #0011a8;
  font-size: 24px;
  font-weight: 500;
}

.cena_shop.old {
  margin-right: 24px;
  margin-left: 0px;
  color: rgba(0, 16, 97, .6);
  font-size: 18px;
  text-decoration: line-through;
}

.paragraph-25 {
  margin-top: 8px;
  color: #fff;
}

.lightbox-link {
  width: 100px;
  height: 100px;
}

.section-17 {
  height: 100vh;
}

.lightbox-link-2 {
  width: 400px;
  height: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(189, 50, 50, .5)), to(rgba(189, 50, 50, .5)));
  background-image: linear-gradient(180deg, rgba(189, 50, 50, .5), rgba(189, 50, 50, .5));
}

.lightbox-link-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.section-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

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

.ceny {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
}

.image-26 {
  -webkit-filter: none;
  filter: none;
}

.logo_podpis {
  margin-top: 11px;
  padding-left: 12px;
  color: #b9b9b9;
  font-weight: 700;
}

.product-image_5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.text-block-67 {
  margin-bottom: 8px;
  color: rgba(0, 16, 97, .6);
  font-weight: 500;
}

.text-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding-top: 8px;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px dotted #28e1cf;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fefefe));
  background-image: linear-gradient(180deg, #fefefe, #fefefe);
  color: #28e1cf;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.text-block-69 {
  margin-top: 4px;
  color: rgba(0, 16, 97, .8);
  font-style: italic;
}

.text-block-70 {
  color: rgba(0, 16, 97, .8);
  font-style: italic;
}

.link-3 {
  color: #001061;
}

.link-4 {
  color: #001061;
}

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

.image-27 {
  margin-top: 8px;
}

.div-block-84 {
  position: absolute;
  width: 100%;
  height: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#001061), to(#001061));
  background-image: linear-gradient(180deg, #001061, #001061);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-16 {
  color: #001061;
  font-weight: 700;
}

.text-block-71 {
  color: #001061;
}

.button-3 {
  width: 200px;
  margin-top: 28px;
  border: 1px solid #001061;
  border-radius: 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #001061;
  font-weight: 500;
}

.image-28 {
  opacity: 0.11;
}

.section-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.dropdown_wrapper {
  position: relative;
  width: 500px;
}

.dropdown_trigger {
  padding: 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 62%, .5)), to(hsla(0, 0%, 62%, .5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 62%, .5), hsla(0, 0%, 62%, .5));
}

.dropdown_content {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(175, 61, 61, .5)), to(rgba(175, 61, 61, .5)));
  background-image: linear-gradient(180deg, rgba(175, 61, 61, .5), rgba(175, 61, 61, .5));
}

.dropdown_link {
  display: block;
  padding: 24px;
  text-decoration: none;
}

.text-block-72 {
  color: #000;
  text-decoration: none;
  text-transform: none;
}

.dropdown_wrapper-2 {
  position: relative;
  width: 200px;
}

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

.dropdown_trigger-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  padding: 24px;
  -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: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 62%, .5)), to(hsla(0, 0%, 62%, .5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 62%, .5), hsla(0, 0%, 62%, .5));
}

.dropdown_trigger-2:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 117, 224, .5)), to(rgba(12, 117, 224, .5))), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 62%, .5)), to(hsla(0, 0%, 62%, .5)));
  background-image: linear-gradient(180deg, rgba(12, 117, 224, .5), rgba(12, 117, 224, .5)), linear-gradient(180deg, hsla(0, 0%, 62%, .5), hsla(0, 0%, 62%, .5));
}

.icon-3 {
  font-size: 24px;
}

.dropdown_content-2 {
  position: absolute;
  overflow: hidden;
  width: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(175, 61, 61, .5)), to(rgba(175, 61, 61, .5)));
  background-image: linear-gradient(180deg, rgba(175, 61, 61, .5), rgba(175, 61, 61, .5));
}

.reg_text_wrapper {
  width: 80%;
  /* padding: 58px; */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.tytul_podstrony {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #0011a8;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.podtytul_podstrony {
  margin-top: 16px;
  margin-bottom: 22px;
  color: rgba(0, 16, 97, .8);
  font-size: 18px;
  font-weight: 700;
}

.section-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 49px;
  padding-bottom: 49px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sekcje-textu {
  width: 80%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.body-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.paragraph-26 {
  color: rgba(0, 16, 97, .8);
}

.paragraph-26._2 {
  opacity: 0.3;
}

.button-4 {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px 40px;
  border: 1px solid #0011a8;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #0011a8;
  font-weight: 500;
  text-align: center;
}

.button-4:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0011a8), to(#0011a8));
  background-image: linear-gradient(180deg, #0011a8, #0011a8);
  color: #fff;
}

.link-5 {
  text-decoration: none;
}

.link-6 {
  text-decoration: none;
}

.link-7 {
  text-decoration: none;
}

.link-8 {
  text-decoration: none;
}

html.w-mod-js *[data-ix="appicon"] {
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

html.w-mod-js *[data-ix="floaty-box"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

@media (max-width: 991px) {
  .nav-container {
    width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-wrap {
    width: 90%;
    margin-top: 101px;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .heading-1 {
    text-align: center;
  }
  .subhead-1 {
    margin-bottom: 50px;
  }
  .hero-left {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .class-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .wrap-2.a {
    width: 85%;
    max-width: 900px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .logos-wrap {
    margin-bottom: 96px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wrap-3 {
    width: 100%;
  }
  .column-wrap-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-wrap-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-2 {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-right {
    width: 100%;
    height: 100%;
    margin-bottom: 45px;
  }
  .heading-6 {
    text-align: left;
  }
  .square._1 {
    width: 100%;
    margin-top: 18px;
  }
  .square._2 {
    width: 100%;
  }
  .square._3 {
    width: 100%;
    margin-top: 40px;
  }
  .comun_text_wrapper_side {
    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-align: center;
  }
  .sect_cta_1 {
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cta_wrapper {
    width: 85%;
  }
  .cta_wrap_1 {
    width: 85%;
  }
  .div-block-27 {
    width: 80%;
    -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;
  }
  .paragraph-10 {
    width: 50%;
    text-align: center;
  }
  .image-13 {
    margin-left: 0px;
  }
  .social-icon {
    cursor: pointer;
  }
  .image-12 {
    margin-left: 0px;
  }
  .div-block-28 {
    width: 100%;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .section-11 {
    height: 100%;
  }
  .div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0px;
    -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;
  }
  .footer-bottom-2 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .div-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .link-2 {
    margin-right: 22px;
    margin-left: 22px;
  }
  .legal-2 {
    text-align: center;
  }
  .hero_buttons_wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-67 {
    width: 400px;
  }
  .div-block-68.val_3 {
    width: 500px;
    height: 600px;
  }
  .div-block-68.val_1 {
    width: 500px;
    margin-bottom: 60px;
  }
  .div-block-68.val_2 {
    width: 500px;
    height: 500px;
  }
  .warpper_features {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .warpper_features.inver {
    width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .image-25 {
    width: 100%;
    max-width: 100%;
  }
  .cta_pict_wrap {
    width: 50%;
    margin-top: 200px;
  }
  .icon-2 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .div-block-75 {
    width: 90%;
  }
  .div-block-65 {
    width: 80%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-block-65.temppage {
    width: 100%;
  }
  .product-image-3 {
    display: none;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    box-shadow: none;
  }
  .category-header {
    font-size: 52px;
  }
  .template-thumb-image {
    width: 50px;
  }
  .purchase.producttemp {
    width: 90%;
  }
  .product-image-2 {
    display: block;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    box-shadow: none;
  }
  .product-image-4 {
    display: none;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    box-shadow: none;
  }
  .tempwrapper {
    padding-top: 87px;
  }
  .rich-text-included {
    text-align: left;
  }
  .main-image-wrapper {
    height: 400px;
    box-shadow: 40px 0 80px 0 rgba(47, 78, 154, .2);
  }
  .imageside-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wrap-4 {
    width: 100%;
  }
  .comun_text_wrapper_side-2 {
    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;
    text-align: center;
  }
  .paragraph_shop {
    text-align: left;
  }
  .div-block-83 {
    -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;
  }
  .text-block-70 {
    text-align: left;
  }
  .menu-button {
    display: none;
  }
  .icon-3 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
}

@media (max-width: 767px) {
  .nav-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-menu {
    margin-top: 0px;
  }
  .logo {
    position: absolute;
  }
  .logo.w--current {
    position: absolute;
  }
  .hero-section {
    height: auto;
    padding-top: 32px;
  }
  .hero-wrap {
    margin-top: 0px;
    margin-bottom: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-1 {
    padding-top: 12px;
  }
  .wrap-1 {
    text-align: center;
  }
  .heading-1 {
    font-size: 32px;
    line-height: 40px;
    text-align: left;
  }
  .subhead-1 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .subhead-1._2 {
    text-align: center;
  }
  .nav-link {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
    color: #000;
    font-weight: 500;
    text-align: center;
  }
  .nav-link.w--current {
    margin-top: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#28e1cf), to(#28e1cf));
    background-image: linear-gradient(180deg, #28e1cf, #28e1cf);
    color: #000;
    font-weight: 700;
    text-align: center;
  }
  .hero-left {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }
  .class-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .wrap-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrap-2.a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logos-wrap {
    width: 90%;
    margin-bottom: 40px;
  }
  .left-1 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .right-1 {
    width: 100%;
  }
  .left-2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .right-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .wrap-3 {
    padding-left: 0px;
  }
  .heading-3 {
    text-align: center;
  }
  .subhead-3 {
    text-align: center;
  }
  .hero-right {
    width: 50%;
    height: 350px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .heading-6 {
    font-size: 32px;
    line-height: 42px;
  }
  .square._1 {
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .square._2 {
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .square._3 {
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .comun_text_wrapper_side {
    position: relative;
    z-index: 20;
    padding: 36px 16px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .sect_cta_1 {
    height: 100%;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .cta_wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cta_wrap_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50%;
    -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;
  }
  .heading-7 {
    text-align: center;
  }
  .paragraph-10 {
    width: 80%;
  }
  .media {
    height: 250px;
  }
  .media_logo-wrapper {
    margin-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .image-15 {
    width: 20%;
  }
  .paragraph-13 {
    width: 80%;
  }
  .hero_buttons_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .buy_now {
    width: 200px;
    margin-bottom: 16px;
  }
  .app_element_1.bigger {
    position: static;
  }
  .app_element_1.turq {
    position: static;
    margin-left: 144px;
  }
  .app_element_1.cloud {
    position: static;
    margin-left: 374px;
  }
  .app_element_1.medium {
    position: static;
    margin-top: 89px;
  }
  .app_element_1.leaf {
    position: static;
    margin-left: 462px;
  }
  .div-block-67 {
    position: static;
    display: block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/findair_value_3_asthma_1_opt.png'), linear-gradient(309deg, #76aab9, rgba(158, 155, 236, .8)), linear-gradient(180deg, #f2f2f2, #f2f2f2);
    background-position: 50% 0px, 0px 0px, 0px 0px;
    background-size: 300px, auto, auto;
    background-repeat: no-repeat, repeat, repeat;
  }
  .section-15 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-68.val_3 {
    width: 100%;
    height: 500px;
  }
  .div-block-68.val_1 {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
  }
  .div-block-68.val_2 {
    width: 100%;
    height: 500px;
  }
  .warpper_features {
    width: 100%;
  }
  .warpper_features.inver {
    width: 100%;
  }
  .image-24 {
    position: static;
    top: 0px;
    width: 400px;
  }
  .image-23 {
    position: static;
    width: 60%;
  }
  .div-block-61 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 500px;
    min-height: 300px;
    padding-top: 0px;
    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: 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: 0%;
  }
  .kulka_monitoruj-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 500px;
    -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: 0%;
  }
  .image-25 {
    width: 60%;
  }
  .cta_pict_wrap {
    height: 400px;
    margin-top: 0px;
  }
  .phone_icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 36px;
    padding-left: 36px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-75 {
    width: 90%;
    margin-bottom: 25px;
    padding-bottom: 0px;
  }
  .div-block-65 {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-65.temppage {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .03);
  }
  .category-header {
    font-size: 50px;
    text-shadow: 1px 1px 6px #00075c;
  }
  .category-header.temppage {
    font-size: 21px;
    text-shadow: 1px 1px 2px #00075c;
  }
  .tempwrapper {
    padding-top: 104px;
  }
  .link-block-15 {
    border-bottom-style: none;
    background-color: #fafafa;
  }
  .text-block-60 {
    color: rgba(62, 112, 255, .6);
  }
  .imageside-wrapper {
    width: 80%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .contentside-wrapper {
    width: 100%;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .wrap-4 {
    padding-left: 0px;
  }
  .comun_text_wrapper_side-2 {
    position: relative;
    z-index: 20;
    padding: 36px 16px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .paragraph-24 {
    width: 80%;
  }
  .buy_now-2 {
    width: 200px;
    margin-bottom: 16px;
  }
  .cena_shop {
    font-size: 20px;
  }
  .div-block-83 {
    width: 95%;
  }
  .menu-button-2 {
    z-index: 6000;
    margin-top: 10px;
  }
  .menu-button-2.w--open {
    border-radius: 48px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .dropdown_link {
    border-color: rgba(0, 16, 97, .6);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: center;
  }
  .dropdown_link:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#002b84), to(#002b84));
    background-image: linear-gradient(180deg, #002b84, #002b84);
    color: #fff;
  }
  .text-block-72 {
    font-weight: 500;
  }
  .dropdown_wrapper-2 {
    width: 100%;
  }
  .dropdown_trigger-2 {
    background-image: none;
    color: #28e1cf;
  }
  .dropdown_trigger-2:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 62%, .5)), to(hsla(0, 0%, 62%, .5)));
    background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(180deg, hsla(0, 0%, 62%, .5), hsla(0, 0%, 62%, .5));
    color: #001061;
  }
  .dropdown_trigger-2:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .icon-3 {
    -webkit-filter: none;
    filter: none;
    color: #fff;
  }
  .dropdown_content-2 {
    position: absolute;
    width: 100%;
    margin-top: 70px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
}

@media (max-width: 479px) {
  .nav {
    position: fixed;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-container {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-menu {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f2f2f2));
    background-image: linear-gradient(180deg, #f2f2f2, #f2f2f2);
  }
  .logo {
    position: absolute;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .logo.w--current {
    position: absolute;
  }
  .logo._2 {
    position: relative;
  }
  .hero-wrap {
    margin-top: 60px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-1 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .heading-1 {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  .subhead-1 {
    margin-bottom: 8px;
    font-size: 14px;
    text-align: center;
  }
  .subhead-1._2 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 16px;
  }
  .nav-link {
    border-bottom: 1px solid rgba(2, 41, 130, .16);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
    color: #001061;
    font-weight: 500;
    text-align: center;
  }
  .nav-link.w--current {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#29e2cf), to(#29e2cf));
    background-image: linear-gradient(180deg, #29e2cf, #29e2cf);
    color: #fff;
    font-weight: 700;
  }
  .hero-left {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 9px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button {
    width: 100%;
    margin-right: 0px;
  }
  .class-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .wrap-2.a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logos-wrap {
    width: 100%;
    margin-bottom: 0px;
    padding: 16px 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  }
  .footer-top-wrap {
    padding-bottom: 33px;
    -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;
  }
  .wrap-3 {
    padding-left: 0px;
  }
  .column-wrap-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-2 {
    width: 100%;
  }
  .heading-5 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  .footer-link {
    margin-right: 20px;
    margin-left: 20px;
  }
  .hero-right {
    width: 100%;
    height: 50vh;
    margin-top: -20px;
    margin-bottom: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .heading-6 {
    font-size: 24px;
    line-height: 32px;
  }
  .square._2 {
    margin-top: 28px;
  }
  .square._3 {
    margin-top: 28px;
  }
  .comun_text_wrapper_side {
    position: relative;
    z-index: 20;
    padding: 36px 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .opis_pulmo {
    margin-top: 28px;
    font-size: 14px;
    line-height: 24px;
  }
  .section-2 {
    margin-bottom: 0px;
  }
  .sect_cta_1 {
    height: 100%;
  }
  .cta_wrapper {
    width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .cta_wrap_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -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;
  }
  .heading-7 {
    font-size: 32px;
    line-height: 40px;
  }
  .div-block-27 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-10 {
    width: 100%;
  }
  .div-block-28 {
    width: 100%;
    padding-left: 0px;
  }
  .section-11 {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-26 {
    width: 100%;
    padding-left: 0px;
  }
  .footer-bottom-2 {
    padding-top: 12px;
  }
  .div-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    padding-left: 0px;
    -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;
  }
  .link-2 {
    margin-bottom: 8px;
    text-align: center;
  }
  .legal-2 {
    padding-left: 0px;
    font-size: 12px;
    text-align: center;
  }
  .media {
    height: 100%;
  }
  .media_logo-wrapper {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    clear: none;
    -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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .image-15 {
    width: 120px;
    margin: 4px 0px;
    clear: none;
  }
  .paragraph-13 {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  .hero_buttons_wrap {
    width: 90%;
    margin-top: 8px;
    -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;
  }
  .buy_now {
    width: 100%;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .app_element_1.bigger {
    position: relative;
    left: 8px;
    top: 270px;
    right: 0px;
    bottom: -16px;
    width: 50px;
    height: 50px;
    margin-top: 0px;
    background-image: url('../images/Group-120.2_1Group 120.2.png'), -webkit-gradient(linear, left top, left bottom, from(#29db7b), to(#29db7b));
    background-image: url('../images/Group-120.2_1Group 120.2.png'), linear-gradient(180deg, #29db7b, #29db7b);
    background-size: 30px, auto;
  }
  .app_element_1.turq {
    position: relative;
    left: 68px;
    top: 58px;
    right: 0px;
    bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .app_element_1.cloud {
    position: relative;
    left: 0px;
    top: 96px;
    right: 0px;
    bottom: 0px;
    margin-left: 0px;
  }
  .app_element_1.medium {
    position: relative;
    left: 0px;
    top: 204px;
    right: 0px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    background-image: url('../images/Vector_1Vector.png'), -webkit-gradient(linear, left top, left bottom, from(#505cff), to(#505cff));
    background-image: url('../images/Vector_1Vector.png'), linear-gradient(180deg, #505cff, #505cff);
    background-size: 30px, auto;
  }
  .app_element_1.leaf {
    position: relative;
    left: -42px;
    top: 145px;
    right: 17px;
    margin-top: 90px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .div-block-67 {
    position: static;
    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;
    background-image: url('../images/findair_value_3_asthma_1_opt.png'), linear-gradient(309deg, #76aab9, rgba(158, 155, 236, .8)), linear-gradient(180deg, #f2f2f2, #f2f2f2);
    background-position: 50% 0px, 0px 0px, 0px 0px;
    background-size: cover, auto, auto;
    background-repeat: no-repeat, repeat, repeat;
  }
  .section-15 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-68.val_3 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60vh;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .div-block-68.val_1 {
    width: 100%;
    height: 60vh;
    margin-bottom: 0px;
  }
  .div-block-68.val_2 {
    width: 100%;
    height: 60vh;
  }
  .warpper_features {
    width: 100%;
  }
  .warpper_features.inver {
    width: 100%;
  }
  .image-24 {
    position: relative;
    top: 0px;
    z-index: 9;
  }
  .image-23 {
    position: static;
    z-index: 9;
    width: 90%;
  }
  .div-block-61 {
    width: 100%;
    height: 100%;
    padding-top: 69px;
    padding-bottom: 69px;
    border-radius: 0%;
  }
  .kulka_monitoruj-2 {
    width: 100%;
    height: 100%;
    padding-top: 68px;
    padding-bottom: 68px;
    border-radius: 0%;
  }
  .image-25 {
    position: relative;
    width: 100%;
  }
  .paragraph-21 {
    font-size: 14px;
  }
  .app_title {
    font-size: 18px;
  }
  .div-block-50 {
    width: 90%;
    height: 100%;
    padding-top: 56px;
    padding-bottom: 24px;
    background-image: none;
  }
  .heading_break_big {
    font-size: 32px;
    line-height: 40px;
  }
  .div-block-55 {
    width: 100%;
    height: 200px;
  }
  .section-16 {
    margin-top: 0px;
    padding-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), color-stop(34%, #f0f0f0), color-stop(78%, hsla(0, 0%, 100%, 0))), url('../images/smart_inhaler_forget_small_nosignal.png'), -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f2f2f2));
    background-image: linear-gradient(180deg, #f2f2f2, #f0f0f0 34%, hsla(0, 0%, 100%, 0) 78%), url('../images/smart_inhaler_forget_small_nosignal.png'), linear-gradient(180deg, #f2f2f2, #f2f2f2);
    background-position: 0px 0px, 50% 100%, 0px 0px;
    background-size: auto, 600px, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .notification {
    width: 300px;
  }
  .div-block-53 {
    padding-right: 6px;
    padding-left: 6px;
  }
  .cta_pict {
    width: 100%;
    height: 400px;
  }
  .cta_pict_wrap {
    width: 100%;
    margin-top: 20px;
  }
  .icon-2 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .loading_animation {
    right: 0px;
  }
  .button-2 {
    margin-right: 0px;
    color: #fff;
  }
  .phone_icons {
    position: relative;
    z-index: 15;
    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-75 {
    padding-bottom: 0px;
  }
  .div-block-65 {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }
  .category-header {
    display: block;
    padding-right: 0px;
    font-size: 26px;
    text-shadow: 1px 1px 6px #00075c;
  }
  .template-thumb-image {
    width: 60px;
  }
  .purchase {
    width: 187px;
  }
  .tempwrapper {
    padding-top: 86px;
  }
  .main-image-wrapper {
    width: 300px;
    height: 300px;
    box-shadow: 24px 0 47px 0 rgba(47, 78, 154, .2);
  }
  .imageside-wrapper {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .contentside-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrap-4 {
    padding-left: 0px;
  }
  .comun_text_wrapper_side-2 {
    position: relative;
    z-index: 20;
    padding: 36px 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .paragraph-24 {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  .heading_shop {
    font-size: 28px;
  }
  .buy_now-2 {
    width: 100%;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .cena_shop {
    font-size: 24px;
  }
  .cena_shop.old {
    margin-right: 0px;
  }
  .ceny {
    -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;
  }
  .text-block-68 {
    margin-top: 9px;
    margin-left: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .menu-button-2 {
    position: relative;
    z-index: 6000;
  }
  .menu-button-2.w--open {
    margin-top: 4px;
    border-radius: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .dropdown_wrapper-2 {
    width: 100%;
  }
  .dropdown_trigger-2 {
    color: #fff;
  }
  .icon-3 {
    -webkit-filter: none;
    filter: none;
  }
  .dropdown_content-2 {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
}
