.header-logo {
  height: 60px;
}

.nav-link {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 10px 5px;
  border-bottom-style: none;
  font-family: Roboto, sans-serif;
  color: rgba(37, 47, 110, 0.57);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(37, 51, 140, 0.06);
  background-color: #fff;
  box-shadow: none;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: -10px;
  margin-left: -10px;
  padding: 16px 0px 12px;
  -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;
}

.navbar-wrapper.symetryczne {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-outline-light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 35px;
  -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-bottom-style: none;
  border-radius: 35px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #e2e4eb;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  color: #20242e;
  font-size: 13px;
}

.btn-outline-light:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #a8abb5;
  color: #20242e;
}

.btn-icon {
  height: 15px;
  margin-right: 5px;
}

.brand-name {
  margin-left: 9px;
  line-height: 16px;
}

.brand-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  color: #20242e;
  font-size: 16px;
  line-height: 16px;
}

.brand-link.w--current {
  font-weight: 900;
}

.navbar-container {
  display: block;
  width: 80%;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.nav-wrapper-plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -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;
}

.menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  -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;
}

.nav_text {
  text-decoration: none;
}

.body {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.hero_text_wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 10;
  width: 50%;
  background-color: transparent;
}

.heading {
  border-bottom: 1px none #25338c;
  font-family: Roboto, sans-serif;
  color: #25338c;
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
}

.section {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  background-image: linear-gradient(87deg, #e9faff, #fff 24%);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero_contariner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1140px;
  min-height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/Hero_graph_small_cut2.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block.symetryczne {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.newsletter-button {
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #5f6166;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d5d8db;
}

.newsletter-button:hover {
  background-color: #489fd9;
  color: #fff;
}

.newsletter-form {
  width: 70%;
}

.footer-slogan {
  margin-bottom: 11px;
  color: #25338c;
  font-size: 15px;
  text-indent: 0px;
}

.section-2 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-2.footer {
  padding-top: 42px;
  padding-bottom: 0px;
  border-top: 1px none #cbe3fa;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.section-2.press {
  height: 100px;
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #fafcfc;
  color: #fafcfc;
}

.section-2.purple {
  background-color: #f4fbff;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  display: block;
  margin-bottom: 16px;
  color: #25338c;
  font-size: 15px;
}

.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #11b6ed;
}

.social-icon-group {
  height: 32px;
  margin-top: 17px;
}

.newsletter-field {
  width: 60%;
  height: 40px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px 0 #489fd9;
}

.logo-text {
  margin-top: 24px;
  color: #1c1c1c;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  color: #e6eaed;
}

.footer-title {
  margin-top: 0px;
  font-weight: 400;
  text-transform: uppercase;
}

.success-message {
  background-color: #5f6166;
}

.social-icon {
  margin-right: 11px;
  opacity: 1;
}

.social-icon:hover {
  opacity: 1;
}

.link-block {
  width: 200px;
  height: 200px;
  background-image: url('../images/SQS_RGB-01.png');
  background-position: 50% 0%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.column {
  margin-top: 24px;
  font-weight: 500;
}

.container-2 {
  color: #7887a7;
}

.columns {
  margin-bottom: 90px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -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-color: #f7f8ff;
}

.text-block {
  color: #25338c;
  font-weight: 500;
}

.small-text {
  display: none;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  color: rgba(37, 51, 140, 0.64);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100px;
  max-width: 1140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 1px solid rgba(103, 120, 151, 0.15);
  opacity: 0.5;
  text-align: center;
}

.logo {
  width: 12%;
  margin-right: 1%;
  margin-left: 1%;
  opacity: 0.5;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.button {
  display: inline-block;
  margin-right: 14px;
  padding: 13px 23px;
  border-radius: 3px;
  background-color: #000;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #489fd9;
}

.button.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bold-text {
  font-weight: 400;
}

.plan-wrapper {
  min-height: 300px;
  padding: 17px;
  border-radius: 3px;
  background-color: #fff;
  color: #2b2b2b;
}

.section-subtitle {
  display: none;
  width: 50%;
  margin-bottom: 68px;
  font-family: Montserrat, sans-serif;
  color: #677897;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}

.price-accent {
  color: #489fd9;
  font-size: 20px;
  letter-spacing: 0px;
}

.additional-contact {
  margin-top: 21px;
  text-align: center;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
  background-color: #dbdbdb;
}

.heading-2 {
  margin-top: 4px;
  margin-bottom: 14px;
  color: #25338c;
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
}

.column-2 {
  margin-top: 24px;
}

.column-3 {
  margin-top: 24px;
}

.text-block-2 {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #677897;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-2:hover {
  color: #1d8fff;
}

.text_wrapper_home {
  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;
  text-align: center;
}

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

.icon_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-top: 8px;
  -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: 50%;
  background-color: rgba(212, 234, 255, 0.45);
}

.icon_wrap.green {
  background-color: rgba(23, 226, 104, 0.16);
}

.icon_wrap.yellow {
  background-color: rgba(255, 178, 29, 0.16);
}

.icon_wrap.fiolet {
  background-color: rgba(92, 124, 250, 0.16);
}

.text_features {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #677897;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.card_col_2 {
  position: relative;
  top: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 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;
}

.container_p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -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;
}

.icon {
  width: 50px;
}

.button-2 {
  margin-top: 25px;
  padding: 11px 31px;
  border-radius: 4px;
  background-color: #38d552;
}

.card_base {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  max-width: 300px;
  min-height: 300px;
  margin: 8px 8px 35px;
  -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;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 80px 0 rgba(0, 49, 182, 0.06);
  font-family: Roboto, sans-serif;
  color: #000;
}

.card_base.inside {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 21px 16px;
  box-shadow: none;
  text-decoration: none;
}

.h1_example {
  margin-bottom: 25px;
}

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

.col_60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paragraph {
  color: rgba(51, 51, 51, 0.57);
  font-size: 16px;
  line-height: 25px;
}

.col_40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-right: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.h1_features {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 14px;
  font-family: Roboto, sans-serif;
  color: #25338c;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  text-align: center;
}

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

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 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;
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

.paragraph-2 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #677897;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.button-3 {
  margin-top: 16px;
  padding: 15px 23px 15px 29px;
  background-color: #252f6e;
  font-family: Roboto, sans-serif;
}

.bold-text-2 {
  color: #00bfff;
  line-height: 48px;
}

.link-block-2 {
  width: 50px;
  height: 50px;
  margin-top: 16px;
  border: 1px solid #25338c;
  border-radius: 50%;
  background-color: #fff;
}

.div-block-4 {
  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: 1px solid #25338c;
  border-radius: 50%;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
  margin-bottom: 19px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #25338c;
  text-decoration: none;
}

.text-block-3 {
  margin-left: 24px;
  font-family: Roboto, sans-serif;
  color: #254054;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

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

.menu-item-wrapper {
  margin: 12px 14px 20px;
  text-decoration: none;
}

.menu-item-wrapper:hover {
  color: #25338c;
}

.menu-item-wrapper.down {
  margin-right: 8px;
  margin-left: 8px;
}

.menu-item-text {
  position: relative;
  z-index: 1;
  font-family: Roboto, sans-serif;
  color: rgba(37, 51, 140, 0.64);
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.menu-item-text:hover {
  color: #25338c;
}

.menu-item-underline {
  display: block;
  height: 1px;
  margin-top: 10px;
  border-radius: 2px;
  background-color: #00bfff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.menu-item-underline._2 {
  height: 4px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  -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: 0px none #000;
  background-color: #fff;
  color: #fff;
}

.div-block-6.hidden {
  display: none;
}

.bold-text-3 {
  height: auto;
}

.div-block-7 {
  width: 20px;
  height: 20px;
  background-image: url('../images/arrow_png.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-8 {
  position: absolute;
  z-index: -10;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.div-block-9 {
  width: 60%;
  height: 100%;
  background-color: #5f1eaf;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: 16px;
  margin-left: 16px;
  padding-top: 40px;
  padding-bottom: 10px;
  -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: transparent;
  color: rgba(37, 51, 140, 0.03);
}

.upgrade-button {
  padding: 15px 22px;
  border-radius: 5px;
  background-color: #254054;
  box-shadow: 0 20px 30px -10px rgba(24, 16, 99, 0.36);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.upgrade-button:hover {
  background-color: #000;
  box-shadow: 0 10px 20px -5px rgba(24, 16, 99, 0.36);
}

.upgrade-button.full-upgrade-button {
  display: block;
  width: 100%;
  margin-top: 21px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.upgrade-button.full-upgrade-button {
  display: block;
}

.upgrade-button.full-upgrade-button.primary-upgrade-button {
  padding-right: 0px;
  border-bottom-style: none;
  border-radius: 20px;
  background-color: #25338c;
  box-shadow: 0 20px 30px -10px rgba(24, 16, 99, 0.18);
  color: #fff;
  text-align: center;
}

.upgrade-button.full-upgrade-button.primary-upgrade-button:hover {
  background-color: #1cb176;
  box-shadow: 0 10px 10px -5px rgba(24, 16, 99, 0.18);
}

.upgrade-accent {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 4px;
  background-color: #11b6ed;
}

.div-block-11 {
  position: absolute;
  top: 1211.45px;
  z-index: -10;
  width: 95%;
  height: 399px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: rgba(37, 51, 140, 0.03);
}

.section-4 {
  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;
}

.div-block-12 {
  position: static;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-color: #343a7a;
  background-image: url('../images/Hero_graph_small_cut2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image {
  position: static;
}

.div-block-13 {
  width: 50%;
  height: 100%;
  background-color: transparent;
}

.feature-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.hero-corner {
  position: absolute;
  left: -3px;
  top: -3px;
  width: 100px;
  height: 100px;
}

.hero-corner.hero-corner-bottom-left {
  left: -3px;
  top: auto;
  bottom: -3px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.hero-corner.hero-corner-bottom-right {
  left: auto;
  top: auto;
  right: -3px;
  bottom: -3px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hero-corner.hero-corner-top-right {
  left: auto;
  right: -3px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.feature-box {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 5px;
  background-color: #394170;
  box-shadow: 0 16px 50px 0 rgba(26, 39, 81, 0.8);
  opacity: 0.9;
}

.benefit-line-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 6%;
  height: 100%;
  border-radius: 5px;
  background-color: #2ba8ff;
}

.benefit-line-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 6px;
  border-radius: 5px;
  background-color: #2ba8ff;
}

.home-text {
  opacity: 0.8;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 300;
}

.home-text.center-home-text {
  margin-top: -60px;
  text-align: center;
}

.container-4 {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.container-4.slim-container {
  max-width: 780px;
}

.center-h2 {
  margin-bottom: 80px;
  text-align: center;
}

.feature-svg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.05;
}

.feature-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  min-height: 400px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  -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-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 45px;
  min-width: 170px;
  -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;
  font-family: Roboto, sans-serif;
}

.circle-contain {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  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;
}

.button-base {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 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;
  border-radius: 50px;
  background-color: #11b6ed;
}

.image-2 {
  position: absolute;
  left: 18px;
  top: 14px;
  bottom: 0px;
  width: 14px;
  height: 14px;
}

.button-t {
  position: absolute;
  margin-left: 16px;
  color: #25338c;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
}

.cta-section {
  margin-right: 24px;
  margin-left: 24px;
  padding: 90px 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#25338c), to(#25338c)), url('../images/BG.png');
  background-image: linear-gradient(180deg, #25338c, #25338c), url('../images/BG.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  text-align: center;
}

.title {
  margin-bottom: 15px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.para {
  display: inline-block;
  max-width: 510px;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
}

.icon-wrap {
  position: absolute;
  top: 414.6px;
}

.icon-scroll {
  position: relative;
  width: 40px;
  height: 70px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff1a1a;
  border-radius: 25px;
}

.scroll-dot {
  position: absolute;
  left: 50%;
  top: 10px;
  right: auto;
  bottom: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff2929;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.section-11 {
  width: 100vw;
  min-height: 100vh;
}

.navigation {
  display: inline-block;
  width: 90%;
  margin-top: 17vw;
  margin-right: 4vw;
  margin-left: 4vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-38 {
  padding-right: 100px;
  font-family: Roboto, sans-serif;
  color: #25338c;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

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

.text-block-71 {
  margin-right: 1vw;
  margin-left: 1vw;
  padding-right: 0.3vw;
  padding-left: 0.3vw;
  font-family: Roboto, sans-serif;
  color: #141c24;
  font-size: 16px;
  line-height: 2.5vw;
}

.text-block-72 {
  max-width: 50vw;
  margin: 1vw 1vw 2vw;
  padding-right: 0.3vw;
  padding-left: 0.3vw;
  font-family: Roboto, sans-serif;
  color: #677897;
  font-size: 14px;
  line-height: 20px;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 17px -13px #40c8f3;
}

.feature-wrap.korzysci {
  width: 96%;
  height: 80px;
  padding: 0px 32px;
}

.section-content-grey {
  padding: 80px 5%;
  background-color: #fff;
}

.column-4 {
  padding-left: 16px;
}

.button-4 {
  width: 150px;
  margin-top: 10px;
  margin-right: 21px;
  margin-left: 0px;
  padding: 12px 35px;
  border: 0px solid #000;
  border-radius: 100px;
  background-color: #25338c;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.button-4.light {
  border-width: 1.1px;
  border-color: #25338c;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #25338c;
  font-weight: 400;
}

.button-4.telefon {
  display: none;
}

.columns-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tick-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 10px;
  -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: 100px;
  background-color: rgba(200, 237, 255, 0.16);
  box-shadow: 6px 6px 13px 0 rgba(164, 174, 175, 0.17);
}

.image-7 {
  display: block;
  width: 402px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.paragraph-3 {
  max-width: 410px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #677897;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.paragraph-3.space-btm {
  margin-bottom: 25px;
  color: #677897;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h4-2 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  color: #102397;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.h2 {
  max-width: 430px;
  margin-top: 2px;
  margin-bottom: 19px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #25338c;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}

.feature-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  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;
}

.feature-wrap-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-wrap-right._2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-6 {
  display: none;
  border-bottom: 1px solid rgba(103, 120, 151, 0.15);
}

.text-block-73 {
  display: none;
  margin-top: 19px;
  font-family: Roboto, sans-serif;
  color: rgba(103, 120, 151, 0.61);
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.text-block-74 {
  margin-left: 24px;
  font-family: Roboto, sans-serif;
  color: #25338c;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.button-link-2 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
}

.button-wrap-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  min-width: 200px;
  -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;
}

.button-base-2 {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 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;
  border-radius: 50px;
  background-color: #5b3acc;
}

.button-t-2 {
  position: absolute;
  margin-left: 32px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.image-9 {
  width: 20px;
  height: 16px;
  margin-left: 22px;
}

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

.nav2 {
  position: static;
  top: 0px;
  z-index: 10002;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #000;
  background-color: #fff;
}

.section-12 {
  position: static;
  left: 0px;
  top: 104px;
  z-index: 1001;
  display: block;
  width: 100%;
  height: 64px;
  border-top: 1px none #25338c;
  border-bottom: 1px none rgba(103, 120, 151, 0.18);
  background-color: #fff;
}

.link_nav2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  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;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.link_nav2.w--current {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 3px solid #00bfff;
  color: #25338c;
  text-align: left;
}

.link_nav2.ukryte {
  display: none;
}

.text-block-75 {
  font-family: Roboto, sans-serif;
  color: rgba(37, 51, 140, 0.64);
  font-size: 16px;
  text-decoration: none;
}

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

.heading-3 {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  color: #25338c;
  font-size: 40px;
  line-height: 64px;
  text-align: left;
}

.paragraph-4 {
  width: 90%;
  margin-top: 24px;
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
  color: #677897;
  font-size: 16px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}

.paragraph-4.inne {
  width: 100%;
  margin-top: 7px;
}

.section-13 {
  padding-top: 86px;
  padding-bottom: 86px;
}

.specyfikacja_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 38px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.specyfikacja_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #252f6e;
  font-size: 16px;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  min-width: 30px;
  margin-right: 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: 50%;
  background-color: rgba(145, 183, 220, 0.14);
}

.specyfikacja_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.specyfikacja_row.ukryte {
  display: none;
}

.div-block-81 {
  width: 2px;
  height: 75%;
  min-width: 2px;
  border-radius: 3px;
  background-color: #00bfff;
}

.paragraph-5 {
  margin-bottom: 0px;
  margin-left: 42px;
  font-family: Roboto, sans-serif;
  color: #677897;
  font-size: 16px;
}

.korzysci_wrapper {
  width: 50%;
}

.korzysci_all_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.korzysci {
  width: 100%;
  padding-top: 40px;
}

.opis {
  min-width: 0px;
  padding-top: 64px;
  padding-bottom: 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.parametry {
  padding-top: 64px;
}

.parametry.ukryte {
  display: none;
}

.specyfikacja {
  padding-top: 44px;
  padding-bottom: 0px;
}

.specyfikacja.telefonia {
  display: none;
}

.list-item {
  margin-bottom: 14px;
  font-family: Roboto, sans-serif;
  color: #252f6e;
}

.list {
  display: none;
  margin-top: 24px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  color: #252f6e;
  font-size: 16px;
}

.cta_funkcja {
  display: block;
  padding-top: 64px;
  padding-bottom: 42px;
}

.cta_row {
  width: 50%;
  padding-right: 23px;
}

.cta_row._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 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;
}

.container_cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 44px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(103, 120, 151, 0.18);
  border-radius: 12px;
  box-shadow: 4px 4px 15px -3px rgba(64, 200, 243, 0.18);
}

.link-block-4 {
  display: none;
  width: 200px;
  height: 200px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(103, 120, 151, 0.18);
  border-radius: 6px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.link-block-4.computer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-4.mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-82 {
  width: 80px;
  height: 80px;
  background-color: transparent;
  background-image: url('../images/phone.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-82._2 {
  background-color: transparent;
  background-image: url('../images/mail.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-4 {
  margin-top: 24px;
  font-family: Roboto, sans-serif;
  color: #25338c;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.container-8 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 52px;
  padding-bottom: 52px;
}

.div-block-83 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 400px;
  -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/internet_iso_2.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-83.telefonia {
  background-image: url('../images/telefonia_iso.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-83.crm {
  background-image: url('../images/crm_iso2.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-83.projektowanie {
  background-image: url('../images/projektowanie_ISOs.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-83.kontakt {
  background-image: url('../images/kontakt_iso.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-84 {
  display: block;
  width: 940px;
  height: 100%;
  margin-right: 24px;
  margin-left: 24px;
  -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: transparent;
  font-size: 40px;
}

.div-block-84._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-right: 24px;
  margin-left: 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;
  background-color: #4c7586;
}

.hero_head {
  width: 100%;
  font-family: Roboto, sans-serif;
  color: #25338c;
  font-size: 40px;
  line-height: 46px;
  text-align: left;
}

.hero_head._2 {
  color: #000;
}

.hero_head.edited {
  font-size: 32px;
  font-weight: 400;
}

.paragraph-6 {
  font-family: Roboto, sans-serif;
  color: #677897;
  line-height: 25px;
  font-weight: 400;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 50%;
  padding-bottom: 4px;
  -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-decoration: none;
}

.link-block-5:hover {
  padding-bottom: 4px;
  border-bottom: 1px none #1d8fff;
  color: #1d8fff;
}

.paragraph-7 {
  width: 55%;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  color: #677897;
  font-size: 14px;
  line-height: 20px;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 24px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.div-block-85._2 {
  padding-right: 0px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: auto;
  margin-right: 8px;
  margin-left: 10px;
  padding: 36px 40px;
  -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;
  border-radius: 6px;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 4px 20px 0 rgba(28, 51, 92, 0.2);
  color: #000;
  text-decoration: none;
}

.link-block-6._2 {
  min-height: 300px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-76 {
  margin-bottom: 22px;
  font-family: Roboto, sans-serif;
  color: #25338c;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading-5 {
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
  color: #25338c;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}

.heading-5.inne {
  margin-bottom: 24px;
}

.paragraph-8 {
  width: 100%;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #677897;
  text-align: center;
}

.section-14 {
  padding-bottom: 16px;
}

.div-block-87 {
  height: 64px;
}

.tabs-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72px;
  min-width: 940px;
  margin-top: 0px;
  padding-right: 36px;
  padding-left: 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;
  border-style: solid none;
  border-width: 1px;
  border-color: rgba(29, 143, 255, 0.24) rgba(103, 120, 151, 0.18) rgba(29, 143, 255, 0.24);
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
}

.tab-link-tab-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 44px;
  margin-right: 8px;
  margin-left: 8px;
  -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: rgba(37, 51, 140, 0.04);
  font-family: Roboto, sans-serif;
  color: #677897;
  font-weight: 500;
}

.tab-link-tab-3.w--current {
  background-color: #fff;
  color: #25338c;
  font-weight: 700;
}

.tab-link-tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  -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-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #f5f5f5;
}

.tab-link-tab-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 44px;
  margin-right: 25px;
  margin-left: 25px;
  -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: rgba(37, 51, 140, 0.04);
  color: #677897;
}

.tab-link-tab-1.w--current {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 44px;
  margin-right: 25px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #1d8fff;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 -2px 20px -3px rgba(14, 32, 65, 0.13);
  font-family: Roboto, sans-serif;
  color: #25338c;
  font-weight: 700;
}

.section-15 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1000;
  height: 64px;
}

.bold-text-4 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.bold-text-5 {
  font-weight: 500;
}

.bold-text-6 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.text-block-77 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-align: center;
}

.div-block-88 {
  width: 1px;
  height: 20px;
  background-color: #677897;
}

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

.image-10 {
  margin-right: 15px;
  margin-bottom: 2px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rozwiazania {
  display: none;
}

.partnerzy_textblock {
  font-family: Roboto, sans-serif;
  color: #25338c;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.logo-section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slide {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-wrapper {
  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;
}

.logo-wrapper-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  max-width: 300px;
  margin-top: 65px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-wrapper-wide {
  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;
}

.icon-2 {
  color: #000;
}

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

.logo-section-2 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.slider-2 {
  height: 180px;
  background-color: transparent;
}

.slide-2 {
  padding-right: 85px;
  padding-left: 85px;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 55px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask {
  padding-top: 0px;
}

.dostawcy_logo_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-right: 100px;
  padding-left: 100px;
  background-color: transparent;
}

.dostawca_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-12 {
  opacity: 0.3;
}

.logo_dostawcy_image {
  opacity: 0.5;
}

.icon-3 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.icon-4 {
  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;
  border-radius: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -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;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 100px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.4;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 100px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.4;
}

.slide-nav {
  position: absolute;
  display: none;
  height: 40px;
  opacity: 0.4;
}

.mask-2 {
  height: 100px;
}

.slider-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.section-16 {
  background-color: #fff;
}

.popup_telefon {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  height: 100%;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.52);
  text-align: center;
}

.zadzwon_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 20px;
  margin-bottom: auto;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 6px;
  background-color: #fff;
}

.zadzwon {
  margin-bottom: 29px;
  font-family: Roboto, sans-serif;
  color: #25338c;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}

.paragraph-9 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #677897;
  line-height: 25px;
  text-align: left;
}

.text-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #25338c;
  border-radius: 12px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.italic-text {
  color: #25338c;
  font-size: 40px;
  font-style: normal;
}

.button-5 {
  margin-top: 20px;
  padding: 13px;
  border: 1px solid #25338c;
  border-radius: 6px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #677897;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.button-5:hover {
  background-color: #25338c;
  color: #fff;
}

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

.div-block-91 {
  padding: 13px 8px 21px;
  border-radius: 6px;
  background-color: rgba(103, 120, 151, 0.17);
}

.paragraph-10 {
  font-family: Roboto, sans-serif;
  color: #677897;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph-11 {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  color: #677897;
}

.paragraph-11.ukryte {
  display: none;
}

.bold-text-7 {
  color: #25338c;
  line-height: 32px;
}

.bold-text-8 {
  color: #25338c;
}

.image-13 {
  max-height: 50%;
  max-width: 50%;
}

.sub_tytul {
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  color: #252f6e;
  font-size: 20px;
  font-weight: 700;
}

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

.bold-text-9 {
  display: block;
  margin-top: 32px;
}

.link {
  color: #25338c;
  text-decoration: none;
}

.link-2 {
  color: #25338c;
  text-decoration: none;
}

.paragraph-12 {
  width: 60%;
  margin-bottom: 18px;
  font-family: Roboto, sans-serif;
  color: #677897;
  font-size: 16px;
}

.list-item-3 {
  margin-bottom: 14px;
}

.section-17 {
  padding-bottom: 45px;
}

.danekontaktowe {
  width: 33%;
}

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

.danekontatkowe2 {
  width: 100%;
}

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

.image-14 {
  height: 24px;
}

.image-14:hover {
  opacity: 0.7;
}

.image-15 {
  height: 24px;
}

.image-15:hover {
  opacity: 0.7;
}

.div-block-94 {
  width: 12%;
  margin-right: 1%;
  margin-left: 1%;
  background-image: url('../images/klient-46.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-94.logo2 {
  background-image: url('../images/klient-48.png');
}

.div-block-94.logo3 {
  background-image: url('../images/klient-47.png');
}

.div-block-94.logo4 {
  background-image: url('../images/klient-28_fade.png');
}

.div-block-94.logo5 {
  background-image: url('../images/klient-49.png');
}

.div-block-94.logo6 {
  background-image: url('../images/netia_48.png');
}

.div-block-94.logo7 {
  background-image: url('../images/klient-3s_fade.png');
}

.podtytul2 {
  width: 50%;
  margin-bottom: 68px;
  font-family: Montserrat, sans-serif;
  color: #677897;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.paragraphcard {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #677897;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.logo_title {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  color: rgba(103, 120, 151, 0.61);
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.italic-text-2 {
  font-style: normal;
}

.italic-text-3 {
  font-style: normal;
}

.italic-text-4 {
  font-style: normal;
}

.italic-text-5 {
  font-style: normal;
}

.specyfikacja_paragraph {
  min-height: 30px;
  font-family: Roboto, sans-serif;
  color: #677897;
  font-size: 16px;
}

.paragraph-13 {
  font-family: Roboto, sans-serif;
  color: #677897;
  font-size: 16px;
  line-height: 36px;
}

.dot {
  width: 4px;
  height: 4px;
  margin-top: 8px;
  margin-right: 16px;
  margin-left: 0px;
  border-radius: 50%;
  background-color: #677897;
}

.lista {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.bold-text-10 {
  color: #252f6e;
}

.navbar-2 {
  display: none;
  background-color: transparent;
}

.navbar-container-2 {
  display: none;
  padding-right: 60px;
  padding-left: 7.5vw;
  -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;
}

.logo-2 {
  color: #113640;
  font-size: 1.4em;
}

.nav-menu {
  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;
}

.nav-link-2 {
  padding: 30px 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 0.88em;
  font-weight: 500;
}

.nav-link-2:hover {
  color: #ffb975;
}

.nav-link-2.nav-button {
  margin-left: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: #113640;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #113640;
}

.nav-link-2.nav-button:hover {
  background-color: #113640;
  color: #faf7f5;
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="pop-up-telefon"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media (max-width: 991px) {
  .header-logo {
    margin-bottom: 10px;
  }
  .navbar {
    position: static;
  }
  .navbar-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-wrapper {
    width: 70%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hero_text_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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-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: #fff;
  }
  .heading {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }
  .hero_contariner {
    width: 100%;
    min-height: 660px;
    padding: 0px 5px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .div-block {
    margin-left: 0px;
    -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;
    background-image: url('../images/Hero_graph_small_cut2.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: url('../images/Hero_graph_small_cut2.png'), linear-gradient(180deg, #fff, #fff);
    background-position: 50% 100%, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }
  .div-block-3 {
    width: 90%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .text-block-2 {
    font-size: 14px;
  }
  .card_col_2 {
    padding-right: 0px;
  }
  .container_p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card_base {
    width: 40%;
    margin-right: 24px;
    margin-left: 24px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .col_60 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0px;
  }
  .col_40 {
    width: 100%;
  }
  .card_row {
    padding-left: 0px;
  }
  .card_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 11px;
    margin-left: 11px;
    -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: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .paragraph-2 {
    text-align: center;
  }
  .div-block-5 {
    min-height: 280px;
  }
  .menu-item-wrapper {
    margin: 15px 0px;
  }
  .div-block-13 {
    display: none;
  }
  .container-4 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .feature-column {
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
  }
  .section-11 {
    width: auto;
    min-height: auto;
  }
  .navigation {
    width: auto;
    margin-top: 25vw;
    margin-right: 10vw;
    margin-left: 0vw;
  }
  .div-block-75 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-38 {
    margin-bottom: 1vw;
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
  .div-block-77 {
    width: 100%;
  }
  .text-block-71 {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }
  .text-block-72 {
    max-width: none;
    font-size: 2vw;
    line-height: 2.5vw;
  }
  .section-content-grey {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .button-4 {
    margin-right: 0px;
    margin-left: 35px;
  }
  .button-4.light {
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-83 {
    min-height: 290px;
    background-image: url('../images/internet_iso_2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .div-block-83.telefonia {
    background-image: url('../images/telefonia_iso.png');
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .div-block-83.crm {
    background-image: url('../images/crm_iso2.png');
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .div-block-83.projektowanie {
    background-image: url('../images/projektowanie_ISOs.png');
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .div-block-83.kontakt {
    background-image: url('../images/kontakt_iso.png');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .div-block-84 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .hero_head {
    font-size: 36px;
    line-height: 40px;
    text-align: left;
  }
  .hero_head.edited {
    width: 50%;
  }
  .paragraph-7 {
    width: 50%;
    margin-top: 8px;
    font-size: 13px;
    line-height: 18px;
  }
  .link-block-6 {
    max-height: 500px;
    min-height: 280px;
    padding-top: 24px;
    padding-bottom: 36px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .link-block-6._2 {
    padding-bottom: 36px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-block-76 {
    margin-bottom: 10px;
    text-align: left;
  }
  .heading-5 {
    margin-left: 12px;
    text-align: left;
  }
  .heading-5.inne {
    margin-left: 0px;
  }
  .paragraph-8 {
    text-align: left;
  }
  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -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;
  }
  .div-block-89 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .logo-wrapper-wide {
    margin-top: 72px;
  }
  .logo-wrapper {
    margin-top: 65px;
  }
  .div-block-94 {
    height: 100px;
  }
  .navbar-container-2 {
    display: none;
    padding-right: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .icon-5 {
    color: #113640;
  }
  .nav-menu {
    padding-bottom: 21px;
    background-color: #113640;
    box-shadow: 8px 8px 15px -7px rgba(0, 0, 0, 0.2), 0 8px 46px 9px rgba(0, 0, 0, 0.12), 0 24px 38px 2px rgba(0, 0, 0, 0.14);
  }
  .nav-link-2 {
    color: #faf7f5;
    text-align: center;
  }
  .nav-link-2.nav-button {
    margin-left: 0px;
    border-style: none;
    color: #faf7f5;
  }
}

@media (max-width: 767px) {
  .btn-outline-light.ml-15 {
    display: none;
  }
  .navbar-container {
    max-width: 100%;
  }
  .menu-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero_contariner {
    min-height: 550px;
  }
  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-slogan {
    text-align: center;
  }
  .section-2 {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .logo-text {
    margin-top: 15px;
  }
  .footer-title {
    margin-top: 35px;
  }
  .column {
    text-align: center;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .div-block-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .plan-wrapper {
    margin-right: 5%;
    margin-bottom: 34px;
    margin-left: 5%;
  }
  .section-subtitle {
    width: 100%;
    margin-bottom: 44px;
    text-align: left;
  }
  .divider {
    width: 100%;
  }
  .heading-2 {
    text-align: left;
  }
  .column-3 {
    text-align: center;
  }
  .text-block-2 {
    font-size: 12px;
  }
  .text_wrapper_home {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .card_col_2 {
    width: 100%;
    padding-left: 0px;
  }
  .card_base {
    width: 80%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
  }
  .col_60 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col_40 {
    padding-right: 0px;
  }
  .card_row {
    width: 100%;
    padding-right: 0px;
  }
  .section-3 {
    padding-top: 24px;
  }
  .menu-item-wrapper {
    margin-right: 14px;
    margin-left: 14px;
  }
  .menu-item-wrapper.w--current {
    margin-right: 16px;
    margin-left: 16px;
  }
  .div-block-10 {
    padding-bottom: 20px;
  }
  .feature-row {
    margin-top: 30px;
  }
  .home-text {
    font-size: 15px;
  }
  .center-h2 {
    font-size: 48px;
    line-height: 60px;
  }
  .button-4.komputer {
    display: none;
  }
  .button-4.telefon {
    display: block;
  }
  .nax2_wrapper {
    width: 100%;
  }
  .paragraph-4 {
    width: 100%;
    font-size: 14px;
  }
  .container-7 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .specyfikacja_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .specyfikacja_row {
    width: 100%;
  }
  .paragraph-5 {
    font-size: 14px;
  }
  .korzysci_wrapper {
    width: 100%;
  }
  .korzysci_all_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .korzysci {
    padding-top: 32px;
  }
  .opis {
    padding-top: 35px;
  }
  .parametry {
    padding-top: 34px;
  }
  .specyfikacja {
    padding-top: 34px;
  }
  .cta_row {
    width: 100%;
    padding-right: 0px;
  }
  .cta_row._2 {
    margin-top: 32px;
  }
  .container_cta {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .link-block-4.computer {
    display: none;
  }
  .div-block-83 {
    min-height: 200px;
    background-size: contain;
  }
  .hero_head {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 28px;
  }
  .link-block-5 {
    max-width: 70%;
  }
  .paragraph-7 {
    font-size: 12px;
    line-height: 14px;
  }
  .div-block-85 {
    width: 100%;
    margin-bottom: 23px;
    -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;
  }
  .link-block-6 {
    min-height: 250px;
  }
  .link-block-6._2 {
    min-height: 250px;
    margin-left: 0px;
  }
  .div-block-86 {
    padding-right: 14px;
    padding-left: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tabs-menu {
    height: 70px;
    min-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tab-link-tab-1 {
    width: 130px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 2px;
    padding-left: 2px;
  }
  .tab-link-tab-1.w--current {
    width: 130px;
    margin-top: 8px;
    margin-right: 20px;
    margin-bottom: 8px;
  }
  .bold-text-4 {
    font-size: 12px;
  }
  .bold-text-5 {
    font-size: 12px;
  }
  .bold-text-6 {
    font-size: 12px;
  }
  .column-6 {
    text-align: center;
  }
  .slider {
    height: auto;
  }
  .slide {
    background-color: #60b5f0;
  }
  .slider-wrapper {
    -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;
  }
  .logo-wrapper-wide {
    width: 30%;
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slider-wrapper-wide {
    padding-top: 40px;
    padding-bottom: 60px;
    -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;
  }
  .slider-2 {
    height: auto;
  }
  .slide-2 {
    background-color: #60b5f0;
  }
  .logo-wrapper {
    margin-top: 72px;
  }
  .popup_telefon {
    display: none;
  }
  .specyfikacja_paragraph {
    font-size: 14px;
  }
  .navbar-container-2 {
    display: none;
  }
  .nav-menu {
    display: none;
  }
}

@media (max-width: 479px) {
  .header-logo {
    height: 40px;
    margin-bottom: 0px;
  }
  .navbar {
    display: none;
  }
  .navbar-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .brand-name {
    display: none;
  }
  .brand-link {
    padding-bottom: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .menu-wrapper {
    display: none;
  }
  .hero_text_wrapper {
    padding-right: 4px;
    padding-left: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .heading {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
  .section {
    background-image: url('../images/internet_mobile_2.png'), linear-gradient(87deg, #e9faff, #fff 24%);
    background-position: 50% 100%, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }
  .section.telefonia {
    background-image: url('../images/telefonia_mobile_2.png'), linear-gradient(87deg, #e9faff, #fff 24%);
    background-position: 50% 100%, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }
  .section.crm {
    background-image: url('../images/crm_iso3.png'), linear-gradient(87deg, #e9faff, #fff 24%);
    background-position: 50% 100%, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }
  .section.projektowanie {
    background-image: url('../images/projektowanie_iso_mobile2.png'), linear-gradient(87deg, #e9faff, #fff 24%);
    background-position: 50% 100%, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }
  .section.kontakt {
    background-image: url('../images/kontakt_iso_mobile.png'), linear-gradient(87deg, #e9faff, #fff 24%);
    background-position: 50% 100%, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }
  .hero_contariner {
    max-width: 100%;
    min-height: 450px;
    margin-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: url('../images/Hero_graph_small_cut2.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .div-block {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px;
  }
  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 130px;
    -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;
    border-top: 1px solid rgba(103, 120, 151, 0.15);
    text-align: center;
  }
  .section-subtitle {
    font-size: 14px;
    line-height: 25px;
  }
  .heading-2 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
  .text-block-2 {
    font-size: 10px;
  }
  .text_wrapper_home {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .icon_wrap {
    width: 60px;
    height: 60px;
    max-height: 80px;
    max-width: 80px;
    min-height: 60px;
    min-width: 60px;
    margin-bottom: 4px;
  }
  .icon {
    width: 40px;
  }
  .card_base {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .card_base.inside {
    padding: 8px 0px;
  }
  .card_wrapper {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .section-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .paragraph-2 {
    text-align: center;
  }
  .link-block-3 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .menu-item-wrapper {
    margin-top: 8px;
  }
  .menu-item-text {
    font-size: 12px;
  }
  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-10 {
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .feature-row.no-reverse-feature-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-text.center-home-text {
    margin-top: 0px;
  }
  .center-h2 {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .feature-column {
    width: 100%;
    min-height: 1px;
    padding-bottom: 5%;
  }
  .cta-section {
    padding: 50px 20px;
  }
  .section-11 {
    width: auto;
    margin-right: 10vw;
    margin-left: 10vw;
  }
  .navigation {
    display: block;
    width: auto;
    margin-top: 40vw;
    margin-right: 0vw;
    margin-left: 0vw;
  }
  .div-block-75 {
    -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;
  }
  .text-block-38 {
    margin-bottom: 10vw;
    padding-right: 0vw;
    font-size: 5.5vw;
    line-height: 6.5vw;
  }
  .div-block-77 {
    width: 100%;
    margin-left: 0vw;
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block-71 {
    margin-right: 0vw;
    margin-bottom: 5vw;
    margin-left: 0vw;
    padding-right: 0vw;
    padding-left: 0vw;
    font-size: 5.5vw;
    line-height: 6.5vw;
  }
  .text-block-72 {
    width: 100%;
    max-width: none;
    margin-right: 0vw;
    margin-bottom: 10vw;
    margin-left: 0vw;
    padding-right: 0vw;
    padding-left: 0vw;
    font-size: 4vw;
    line-height: 5.5vw;
  }
  .feature-wrap {
    height: 270px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-wrap.korzysci {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-content-grey {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button-4 {
    width: 100%;
    margin-left: 0px;
  }
  .button-4.light {
    width: 100%;
  }
  .columns-2 {
    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;
  }
  .paragraph-3 {
    font-size: 12px;
    line-height: 20px;
  }
  .paragraph-3.space-btm {
    line-height: 20px;
  }
  .container-5 {
    max-width: 400px;
  }
  .h2 {
    width: auto;
    font-size: 30px;
    line-height: 36px;
  }
  .text-block-73 {
    margin-bottom: 14px;
  }
  .div-block-79 {
    font-size: 12px;
  }
  .nav2 {
    display: none;
  }
  .heading-3 {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 36px;
  }
  .paragraph-4 {
    width: 100%;
    font-size: 14px;
  }
  .container-7 {
    padding: 9px 12px;
  }
  .specyfikacja_text {
    font-size: 14px;
  }
  .specyfikacja_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .specyfikacja_row {
    width: 100%;
  }
  .paragraph-5 {
    margin-right: 0px;
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
  }
  .korzysci_wrapper {
    width: 100%;
  }
  .korzysci_all_wrapper {
    margin-top: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .korzysci {
    padding-top: 0px;
  }
  .opis {
    padding-top: 0px;
  }
  .parametry {
    padding-top: 24px;
  }
  .specyfikacja {
    padding-top: 20px;
  }
  .list-item {
    font-size: 14px;
  }
  .cta_row {
    width: 100%;
  }
  .cta_row._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container_cta {
    padding: 26px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block-4 {
    display: none;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .link-block-4.telefon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .link-block-4.mail {
    width: 100%;
  }
  .div-block-83 {
    height: 100vh;
    margin-top: 50px;
    padding-top: 44px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .div-block-83.telefonia {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .div-block-83.crm {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .div-block-83.projektowanie {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .div-block-83.kontakt {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .div-block-84 {
    width: 100%;
    margin-right: 12px;
    margin-left: 12px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .hero_head {
    font-size: 36px;
    line-height: 40px;
    text-align: left;
  }
  .hero_head.edited {
    width: 100%;
  }
  .link-block-5 {
    max-width: 100%;
  }
  .paragraph-7 {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
  .link-block-6 {
    height: auto;
    max-height: 500px;
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }
  .link-block-6._2 {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-block-76 {
    text-align: left;
  }
  .div-block-86 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .heading-5 {
    margin-bottom: 24px;
    padding-left: 16px;
    text-align: left;
  }
  .heading-5.inne {
    margin-left: 0px;
    padding-right: 4px;
    padding-left: 4px;
    text-align: center;
  }
  .paragraph-8 {
    width: 100%;
    line-height: 22px;
    text-align: left;
  }
  .tabs-menu {
    position: static;
    height: 200px;
    min-width: 150px;
    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;
  }
  .tab-link-tab-1 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tab-link-tab-1.w--current {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .bold-text-4 {
    font-size: 10px;
  }
  .bold-text-5 {
    font-size: 10px;
  }
  .bold-text-6 {
    font-size: 10px;
  }
  .column-5 {
    position: static;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .div-block-89 {
    width: 100%;
    -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;
  }
  .slider {
    height: auto;
  }
  .slider-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .logo-wrapper-wide {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .slider-wrapper-wide {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slider-2 {
    height: auto;
  }
  .logo-wrapper {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .dostawcy_logo_wrapper {
    height: auto;
    max-width: 100vh;
    padding-right: 10px;
    padding-left: 10px;
    clear: none;
    -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;
  }
  .dostawca_logo {
    width: 33%;
    padding: 4px;
  }
  .icon-3 {
    display: none;
  }
  .container-10 {
    height: auto;
  }
  .left-arrow {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .mask-2 {
    height: auto;
  }
  .slider-3 {
    max-width: 100vh;
  }
  .popup_telefon {
    display: none;
  }
  .paragraph-12 {
    width: 100%;
  }
  .danekontaktowe {
    width: 100%;
    text-align: center;
  }
  .div-block-92 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-93 {
    width: 100%;
    -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;
  }
  .div-block-94 {
    width: 30%;
  }
  .podtytul2 {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
  .paragraphcard {
    margin-bottom: 8px;
  }
  .logo_title {
    margin-right: 8px;
    margin-left: 8px;
    text-align: center;
  }
  .specyfikacja_paragraph {
    font-size: 14px;
  }
  .navbar-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-container-2 {
    position: fixed;
    z-index: 9000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0vw;
    background-color: #fff;
  }
  .icon-5 {
    display: none;
  }
  .nav-menu {
    position: fixed;
    top: 50px;
    z-index: 8000;
    margin-top: 50px;
    padding-bottom: 0px;
    background-color: #fcfcfd;
  }
  .nav-link-2 {
    width: 100%;
    border-top: 1px none rgba(103, 120, 151, 0.15);
    border-bottom: 1px solid rgba(103, 120, 151, 0.15);
    font-family: Roboto, sans-serif;
    color: #25338c;
  }
  .nav-link-2:hover {
    color: #00bfff;
  }
  .nav-link-2.nav-button {
    font-family: Roboto, sans-serif;
  }
  .div-block-95 {
    width: 15px;
    height: 16px;
    background-image: url('../images/hamburger_menu.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

