:root {
  --black: #20222b;
  --white: white;
  --deep-sky-blue-2: #00b2e8;
  --deep-sky-blue: #00aee6;
  --steel-blue: #1878ca;
  --crimson: #c73b3b;
  --white-smoke: #f8f8f8;
  --dim-grey: #666;
  --light-steel-blue: #bcd2e4;
  --black-2: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

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

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

li {
  background-image: url('../images/Group-72.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 20px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navbar {
  background-color: var(--white);
  position: relative;
  top: 0;
  box-shadow: 0 2px 7px -3px #00000040;
}

.container-fluid {
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-fluid.container-nav {
  max-width: 1920px;
}

.container-fluid.smaller-container {
  max-width: 1200px;
}

.div-flex-nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navmenu {
  align-items: center;
  display: flex;
  position: static;
}

.navlink {
  color: var(--black);
  text-transform: uppercase;
  margin-right: 15px;
  padding: 0;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  display: block;
  position: relative;
}

.navlink.w--current {
  color: var(--black);
}

.navlink.dropdown-navlink {
  margin-right: 0;
}

.navlink.drop-navlink {
  margin-left: 12px;
  margin-right: 12px;
  font-weight: 700;
}

.img-brand-logo {
  width: 200px;
  display: block;
}

.div-buttons-nav {
  align-items: center;
  display: flex;
}

.button-white {
  background-color: var(--white);
  color: #20222b;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 11px 15px;
  font-size: 14px;
  transition: color .4s, background-color .4s;
  box-shadow: 0 1px 8px -2px #00000040;
}

.button-white:hover {
  background-color: var(--steel-blue);
  color: var(--white);
}

.button-expert-nav {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--crimson), #e4853b);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  margin-left: 15px;
  padding: 11px 15px;
  font-size: 14px;
  text-decoration: none;
  transition: opacity .4s, color .4s, background-color .4s;
  position: relative;
  box-shadow: 0 1px 8px -2px #00000040;
}

.button-expert-nav:hover {
  color: var(--white);
}

.div-flags-wpml {
  align-items: center;
  margin-left: 5px;
  display: flex;
}

.a-map-flag {
  margin-left: 12px;
}

.img-flag {
  height: 17px;
  display: block;
}

.div-bg-blue-button {
  background-color: var(--crimson);
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  position: absolute;
  inset: 0%;
}

.tb-button-text {
  z-index: 2;
  position: relative;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.hero-section {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.home-products {
  border-top: 1px solid #00aee61a;
  border-bottom: 1px solid #00aee61a;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.footer-section {
  background-color: var(--white-smoke);
  color: var(--dim-grey);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.expert-section {
  color: var(--white);
  background-image: url('../images/Mask-Group-32x.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.page-header {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  min-height: 450px;
  display: flex;
  position: relative;
}

.section.products-section {
  padding-top: 40px;
}

.section.page-header-product {
  padding-top: 45px;
  padding-bottom: 45px;
}

.section.see-more-section {
  padding-top: 15px;
  padding-bottom: 45px;
}

.section.page-header-contact {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  min-height: 450px;
  display: flex;
  position: relative;
}

.hero-grid-element {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template: "Blog-1 Blog-2 Produkt"
                 "Aplikacje Aplikacje Produkt"
                 / .5fr .5fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.div-grid-box {
  color: var(--black);
  padding: 25px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.div-grid-box.blue-bg-box {
  background-color: #00aee62b;
}

.div-grid-box.bg-tile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-box-flex-content {
  z-index: 2;
  border: 4px solid var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  position: relative;
}

.div-box-flex-content.blue-border {
  border-color: #00aee62b;
}

.div-box-flex-content.box-with-photo {
  background-color: #00000082;
  border-style: solid;
  border-color: #0000;
  width: auto;
  max-width: 600px;
  height: auto;
}

.tb-hero-cat {
  color: var(--steel-blue);
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.h3-tile-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.h3-tile-title.bigger-tile-h3 {
  font-size: 25px;
  line-height: 35px;
}

.a-link-read-more {
  color: var(--steel-blue);
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.div-read-more-tile {
  margin-top: 20px;
}

.img-plus-tile {
  width: 24px;
  transition: transform .4s;
  display: block;
  position: absolute;
  inset: auto auto -14px -14px;
}

.img-tile-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-overlay-tile {
  background-color: #0003;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-flex-home-section {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-left-item-hp {
  width: 40%;
}

.div-right-item-hp {
  width: 50%;
}

.img-monitor-hp {
  width: 100%;
  display: block;
}

.div-img-monitor {
  margin-bottom: 30px;
  margin-left: -130px;
}

.h2-main {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.div-rich-home {
  margin-top: 15px;
}

.rich-excerpt-home {
  line-height: 24px;
}

.div-read-more-margin {
  margin-top: 15px;
}

.a-link-read-more-plus {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.a-link-read-more-plus:hover {
  color: var(--steel-blue);
}

.span-plus-read-more-blue {
  width: 16px;
  height: 16px;
  display: inline-block;
}

.div-flex-plus-read-more {
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.img-plus-read-more {
  width: 16px;
  margin-right: 8px;
  transition: transform .4s;
}

.tb-read-more {
  text-transform: uppercase;
  transition: color .4s;
}

.div-grid-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "Area Area"
                 "Area-2 Area-3"
                 "Area-4 Area-4"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 600px;
  display: grid;
}

.div-grid-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-grid-icon.top-flex {
  align-items: flex-start;
}

.div-grid-icon.bottom-flex {
  align-items: flex-end;
}

.div-grid-icon.left-flex {
  justify-content: flex-start;
}

.div-grid-icon.right-flex {
  justify-content: flex-end;
}

.div-icon-circle {
  background-color: var(--white);
  border-radius: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  box-shadow: 0 2px 8px -2px #00000029;
}

.img-icon-home {
  object-fit: contain;
  width: 45px;
  height: 45px;
}

.div-icon-content {
  margin-left: 15px;
}

.tb-icon-num {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.tb-icon-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.div-flex-icon-home {
  justify-content: center;
  align-items: center;
  width: 255px;
  display: flex;
}

.a-product-box {
  color: var(--black);
  text-align: center;
  background-color: #00aee61a;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: block;
}

.div-product-square {
  padding-bottom: 100%;
}

.div-content-prod-box {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  transition: background-color .4s;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-content-prod-box:hover {
  background-color: var(--white);
}

.img-icon-prod {
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  display: block;
}

.tb-prod-box {
  text-transform: uppercase;
  min-height: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.div-box-prod {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.div-footer-flex {
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.div-flex-col {
  padding-left: 10px;
  padding-right: 10px;
}

.div-flex-col.flex-top-bottom {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.img-logo-footer {
  width: 200px;
  margin-bottom: 50px;
  display: block;
}

.tb-footer-details {
  margin-top: 30px;
  font-size: 14px;
  line-height: 29px;
}

.div-navmenu-footer {
  margin-bottom: 50px;
}

.tb-fnavmenu-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.div-fnavmenu {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.a-navlink-footer {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 15px;
  padding: 0;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}

.img-footer-logo {
  width: 100%;
  max-width: 185px;
  margin-bottom: 40px;
  display: block;
}

.tb-copy-footer {
  font-size: 14px;
  font-weight: 400;
}

.div-cookies-box {
  background-color: var(--steel-blue);
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-flex-cookies {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.a-link-privacy {
  opacity: .55;
  color: var(--white);
  text-decoration: underline;
  transition: opacity .4s;
}

.a-link-privacy:hover {
  opacity: 1;
}

.tb-cookies-text {
  font-size: 12px;
  line-height: 21px;
}

.a-button-cookies {
  border: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  background-color: #0000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 21px;
  transition: background-color .4s, color .4s;
}

.a-button-cookies:hover {
  background-color: var(--white);
  color: var(--steel-blue);
}

.div-flex-expert {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-expert-content {
  width: 40%;
}

.div-form-expert {
  width: 55%;
}

.div-form-block-expert {
  margin-bottom: 0;
}

.div-tfield {
  margin-top: 30px;
}

.tb-form-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}

.tfield {
  border: 3px solid var(--white);
  color: var(--white);
  background-color: #0000;
  height: 54px;
  margin-bottom: 0;
  font-weight: 500;
}

.tfield:focus {
  color: var(--white);
}

.tfield::placeholder {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}

.tfield.contact-tfield {
  border-color: var(--black);
  color: var(--black);
}

.tfield.contact-tfield:focus {
  border-color: var(--black);
}

.tfield.contact-tfield::placeholder {
  color: var(--deep-sky-blue);
}

.div-form-content {
  border: 3px solid var(--white);
  padding: 25px 35px;
}

.div-form-content.kontakt-form {
  border-color: var(--black);
}

.div-clause-button {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.div-checkbox-item {
  flex: 1;
  padding-right: 60px;
}

.button-form-expert {
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 4px;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 700;
  transition: color .4s, background-color .4s;
  box-shadow: 0 2px 6px 3px #0006;
}

.button-form-expert:hover {
  background-color: var(--black);
  color: var(--white);
}

.button-form-expert.blue-button {
  background-color: var(--deep-sky-blue);
  color: var(--white);
}

.button-form-expert.blue-button:hover {
  background-color: var(--black);
}

.div-go-back-margin {
  margin-top: 120px;
}

.div-go-back-margin.less-margin {
  margin-top: 60px;
}

.a-go-back-link {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.a-go-back-link.black-link {
  color: var(--black);
}

.a-go-back-link.black-link:hover {
  color: var(--deep-sky-blue);
}

.div-flex-button {
  align-items: center;
  display: flex;
}

.tb-go-back {
  text-transform: uppercase;
  transition: color .4s;
}

.img-go-back-arrow {
  width: 11px;
  margin-left: 12px;
  margin-right: 0;
  transition: transform .4s;
}

.img-page-header {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-content-page-header {
  position: relative;
}

.h1-header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 300;
  line-height: 75px;
}

.div-rich-excerpt-header {
  width: 100%;
  max-width: 460px;
  margin-top: 0;
}

.rich-excerpt-header {
  font-size: 22px;
  line-height: 32px;
}

.rich-excerpt-header.smaller-header {
  font-size: 18px;
  line-height: 25px;
}

.div-overlay-header {
  background-image: linear-gradient(to right, #00000073, #0000);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  position: absolute;
  inset: 0%;
}

.div-flex-icons-about {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.div-icon-about-item {
  padding-left: 10px;
  padding-right: 10px;
}

.rich-main {
  font-size: 16px;
  line-height: 25px;
}

.rich-main p {
  margin-bottom: 25px;
}

.div-ue-item-border {
  border: 2px solid var(--light-steel-blue);
  margin-bottom: 60px;
  padding: 30px 35px;
}

.h3-ue-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.div-logotypes-ue {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.img-logo-ue {
  object-fit: contain;
  width: 230px;
  height: 140px;
}

.img-logo-ue.bigger-ue {
  width: 300px;
}

.html-abs-full-map {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-flex-contact {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-contact-details-box {
  max-width: 300px;
  padding-left: 0;
  padding-right: 0;
}

.div-contact-details-box.flex-top-bottom {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.span-mini-info {
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  position: relative;
  top: -5px;
}

.img-divider-hero {
  width: 20px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.div-excerpt-header {
  width: 100%;
}

.div-products-filters {
  margin-bottom: 40px;
}

.a-link-filter {
  color: var(--black);
  text-decoration: none;
}

.div-flex-filter-name {
  align-items: center;
  display: flex;
}

.tb-filter-button {
  margin-right: 15px;
  font-size: 25px;
  font-weight: 500;
  line-height: 24px;
}

.img-filter-arrow {
  display: block;
}

.tb-filters-desc {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.div-flex-filters {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-filter-item {
  flex: 1;
  padding: 0;
  transition: background-color .4s;
}

.div-filter-item.active-category {
  background-color: #00aee60d;
}

.div-filter-item.full-all-products {
  flex: 0 auto;
  width: 100%;
  margin-top: 20px;
}

.a-link-filter-cat {
  color: var(--black);
  background-color: #0000;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.a-link-filter-cat:hover {
  background-color: #00aee60d;
}

.a-link-filter-cat.active-category {
  background-color: #00aee61a;
}

.a-link-filter-cat.all-products-filter {
  width: auto;
  padding-top: 3px;
  padding-bottom: 3px;
}

.img-filter-element {
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.tb-filter-name {
  text-transform: uppercase;
  font-weight: 700;
}

.div-products-grid {
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.div-products-grid.see-more-grid {
  margin-top: 50px;
}

.div-item-product {
  width: 33.33%;
  padding: 10px;
}

.a-link-product {
  color: var(--black);
  text-align: center;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 30px 35px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.a-link-product:hover {
  color: var(--steel-blue);
}

.img-packshot {
  object-fit: contain;
  width: 100%;
  height: 200px;
  margin-bottom: 50px;
  display: block;
}

.div-title-excerpt-prod {
  text-align: center;
}

.h3-prod-title {
  margin-top: 0;
  margin-bottom: 10px;
  transition: color .4s;
}

.tb-short-desc-prod {
  color: var(--dim-grey);
  text-align: justify;
}

.div-pagination-products {
  text-align: center;
  margin-top: 60px;
}

.a-pagenum {
  color: var(--deep-sky-blue);
  width: 26px;
  height: 26px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
}

.a-pagenum:hover, .a-pagenum.active-pagenum {
  color: var(--black);
}

.div-single-product-flex {
  display: flex;
}

.div-gallery-product {
  flex: 1;
  position: relative;
}

.div-product-single-item {
  width: 50%;
  margin-left: 60px;
}

.slide-nav-prod {
  display: none;
}

.slider-product {
  background-color: var(--white-smoke);
  height: 450px;
  padding-left: 40px;
  padding-right: 40px;
}

.arrow-product-slider {
  color: var(--black);
  text-shadow: 0 0 5px var(--white);
  width: 40px;
  font-size: 20px;
}

.a-gallery-lightbox {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.img-lightbox-slider {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.h1-product-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.div-tabs-product {
  margin-top: 80px;
  position: relative;
}

.tabs-product-menu {
  z-index: 3;
  align-items: stretch;
  margin-bottom: -1px;
  display: flex;
}

.tablink-product {
  color: #00b2e8;
  text-align: center;
  background-color: #0000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 200px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 23px;
  transition: color .4s, box-shadow .4s, background-color .4s;
  display: flex;
}

.tablink-product:hover {
  color: var(--black);
}

.tablink-product.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: #eee #eee var(--white);
  background-color: var(--white);
  color: var(--black);
  box-shadow: 0 -4px 11px -8px #00000026;
}

.tabs-content-product {
  box-shadow: 0 1px 13px -5px #00000026;
}

.div-tab-content {
  border: 1px solid #eee;
  padding: 50px 35px 30px;
}

.div-tab-content.less-padding-top {
  padding-top: 30px;
}

.div-download-item {
  color: gray;
  letter-spacing: .15px;
  border-bottom: 1px solid #f2f2f2;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 35px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.div-download-item:hover {
  color: var(--deep-sky-blue);
}

.tb-download {
  transition: color .4s;
}

.img-download {
  width: 38px;
}

.div-faq-element {
  margin-bottom: 20px;
}

.tb-question-faq {
  color: var(--black);
  border-bottom: 1px solid #dadada;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

.button-ask-product {
  z-index: 20;
  text-transform: uppercase;
  background-color: #006cc5;
  border-radius: 4px;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 700;
  transition: background-color .4s;
  position: absolute;
  inset: 20px 0% auto auto;
  box-shadow: 1px 0 7px #0000003b;
}

.button-ask-product:hover {
  background-color: var(--deep-sky-blue);
}

.div-centering {
  text-align: center;
}

.div-tile-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 65px;
  display: flex;
}

.div-tile-flex.reversed-tile {
  flex-direction: row-reverse;
}

.div-tile-content, .div-tile-photo {
  width: 46%;
}

.h3-tile-title-app {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.divider-small {
  background-color: var(--deep-sky-blue-2);
  width: 31px;
  height: 4px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.div-rich-tile {
  text-align: justify;
}

.img-tile {
  width: 100%;
  display: block;
}

.div-blog-grid {
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.div-blog-item {
  width: 33.33%;
  padding: 10px;
}

.a-link-blog-item {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100%;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-blog-loop {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-overlay-blog {
  background-color: #0009;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.h3-blog-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.tb-excerpt-blog {
  line-height: 24px;
}

.tb-date-blog {
  margin-top: 20px;
}

.tb-date-single {
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.rich-main-single {
  font-size: 16px;
  line-height: 25px;
}

.rich-main-single p {
  margin-bottom: 25px;
}

.rich-main-single h1 {
  font-size: 45px;
  font-weight: 300;
  line-height: 50px;
}

.rich-main-single h2 {
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
}

.rich-main-single h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.rich-main-single h4 {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.rich-main-single h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.rich-main-single h6 {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.rich-main-single blockquote {
  border-left-color: var(--deep-sky-blue);
  margin-bottom: 25px;
}

.rich-main-single img {
  height: auto;
  margin-bottom: 25px;
}

.rich-main-single ul {
  margin-top: 25px;
  margin-bottom: 25px;
}

.div-pdf-to-download {
  margin-top: 45px;
}

.h3-to-download {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.div-to-download-flex {
  flex-wrap: wrap;
  display: flex;
}

.div-to-download-item {
  width: 25%;
  padding-top: 50px;
  padding-right: 60px;
}

.a-link-pdf-download {
  color: var(--black);
  text-decoration: none;
  display: block;
}

.img-pdf {
  width: 70px;
  display: block;
}

.tb-attachement {
  margin-top: 15px;
  font-size: 18px;
  line-height: 30px;
}

.dropdown-toggle {
  padding: 0;
}

.dropdown-parent-link {
  color: inherit;
  text-decoration: none;
}

.icon {
  margin-right: 0;
  display: none;
}

.dropdown-list.w--open {
  background-color: #0000;
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  overflow: hidden;
}

.div-dropdown-list-block {
  background-color: var(--white);
}

.div-dropdown-list {
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
}

.div-dropdown-list.opened-dropdown {
  opacity: 1;
}

.div-nav-wrapper {
  z-index: 20;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.div-dropdown-aplikacje {
  z-index: 10;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 100% 0% auto;
  box-shadow: 0 3px 13px -1px #00000040;
}

.div-flex-drop-ap {
  display: flex;
}

.div-left-drop-navlinsk {
  border-right: 1px #ebebeb;
  flex-wrap: wrap;
  flex: 1;
  margin-right: 0;
  display: flex;
}

.div-slider-drop {
  width: 500px;
  display: none;
}

.a-link-droplink-icon {
  color: var(--black);
  text-transform: uppercase;
  align-items: center;
  width: 33.33%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.a-link-droplink-icon:hover {
  color: var(--deep-sky-blue);
}

.img-drop-icon {
  object-fit: contain;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.tb-drop-link {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.drop-slider-nav {
  display: none;
}

.slider-drop {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slide-arrow-none {
  display: none;
}

.div-flex-slide-drop {
  height: 100%;
  display: flex;
}

.img-slide-drop {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-slide-dropimg {
  width: 60%;
  position: relative;
}

.div-sliderdrop-content {
  flex: 1;
  margin-left: 20px;
}

.tb-cat-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

.div-clients-logos {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -50px;
  margin-right: -50px;
  display: flex;
}

.div-item-logo {
  text-align: center;
  width: 25%;
  padding: 50px;
}

.a-link-logo {
  display: block;
}

.img-logo-client {
  object-fit: contain;
  width: 100%;
  height: 120px;
}

.div-navmenu-cont, .div-block-buttons-langs, .div-navlinks {
  align-items: center;
  display: flex;
}

.div-flex-icon-about {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-filters-ov {
  overflow: hidden;
}

.div-all-products {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.img-clear {
  width: 12px;
  margin-right: 5px;
}

.div-cont-about {
  align-items: center;
  display: flex;
}

.div-drop-nav {
  margin-right: 15px;
}

.div-top-white {
  background-color: var(--white);
  opacity: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  inset: 0%;
  transform: translate(0, -100%);
  box-shadow: 0 5px 6px -1px #00000040;
}

.div-top-white.abs-top {
  transform: translate(0, -100%);
}

.button-awaria {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--steel-blue), var(--deep-sky-blue));
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  margin-right: 15px;
  padding: 11px 15px;
  font-size: 14px;
  text-decoration: none;
  transition: opacity .4s, color .4s, background-color .4s;
  position: relative;
  box-shadow: 0 1px 8px -2px #00000040;
}

.button-awaria:hover {
  color: var(--white);
}

.div-bg-blue-button01 {
  background-color: var(--steel-blue);
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  position: absolute;
  inset: 0%;
}

html.w-mod-js [data-ix="onload"], html.w-mod-js [data-ix="onload-content"], html.w-mod-js [data-ix="onload-nav"] {
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }

  .navlink {
    margin-right: 30px;
  }

  .navlink.drop-navlink {
    margin-left: 15px;
    margin-right: 15px;
  }

  .img-brand-logo {
    width: 220px;
  }

  .button-expert-nav.w--current {
    margin-left: 42px;
  }

  .div-flags-wpml {
    margin-left: 30px;
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .div-box-flex-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .tb-hero-cat {
    margin-bottom: 20px;
  }

  .h3-tile-title {
    font-size: 20px;
    line-height: 28px;
  }

  .h3-tile-title.bigger-tile-h3 {
    font-size: 29px;
    line-height: 45px;
  }

  .div-read-more-tile {
    margin-top: 30px;
  }

  .div-img-monitor {
    margin-left: -150px;
  }

  .div-flex-plus-read-more {
    font-size: 16px;
  }

  .div-icon-circle {
    width: 100px;
    height: 100px;
  }

  .img-icon-home {
    width: 55px;
    height: 55px;
  }

  .div-icon-content {
    margin-left: 25px;
  }

  .tb-icon-num {
    font-size: 40px;
    line-height: 50px;
  }

  .tb-icon-desc {
    font-size: 15px;
  }

  .div-flex-icon-home {
    width: 300px;
  }

  .div-content-prod-box {
    padding: 20px;
  }

  .img-icon-prod {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }

  .tb-prod-box {
    min-height: 52px;
    font-size: 16px;
    line-height: 26px;
  }

  .img-logo-footer {
    width: 260px;
  }

  .tb-footer-details {
    font-size: 16px;
    line-height: 32px;
  }

  .a-navlink-footer {
    margin-top: 19px;
    font-size: 16px;
  }

  .tb-copy-footer {
    font-size: 16px;
  }

  .tb-cookies-text {
    font-size: 14px;
  }

  .img-filter-element {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .div-left-drop-navlinsk {
    border-right-style: solid;
    margin-right: 50px;
  }

  .div-slider-drop {
    display: block;
  }

  .div-drop-nav {
    margin-right: 30px;
  }

  .button-awaria.w--current {
    margin-left: 42px;
  }
}

@media screen and (min-width: 1440px) {
  .navlink {
    margin-right: 50px;
  }

  .navlink.drop-navlink {
    margin-left: 25px;
    margin-right: 25px;
  }

  .img-brand-logo {
    width: 240px;
  }

  .div-grid-box {
    padding: 35px;
  }

  .div-box-flex-content {
    padding: 30px 25px;
  }

  .div-icon-circle {
    width: 120px;
    height: 120px;
  }

  .img-icon-home {
    width: 65px;
    height: 65px;
  }

  .div-flex-icon-home {
    width: 315px;
  }

  .a-product-box.lighter-box {
    background-color: #00aee60d;
  }

  .a-product-box.darker-box {
    background-color: #ccf0fb;
  }

  .img-icon-prod {
    width: 83px;
    height: 83px;
  }

  .tb-prod-box {
    min-height: 60px;
    font-size: 20px;
    line-height: 30px;
  }

  .img-filter-element {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }

  .div-drop-nav {
    margin-right: 50px;
  }
}

@media screen and (max-width: 991px) {
  .navmenu {
    background-color: var(--white);
    padding: 10px 20px 30px;
    position: absolute;
    box-shadow: 0 6px 5px -1px #00000040;
  }

  .navlink {
    margin-right: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 21px;
    line-height: 28px;
    transition: color .4s;
  }

  .navlink:hover {
    color: var(--deep-sky-blue-2);
  }

  .navlink.w--current {
    color: var(--deep-sky-blue);
  }

  .navlink.dropdown-navlink {
    grid-template-columns: max-content 36px;
    justify-content: start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .dropdown-parent-link {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .dropdown-toggle {
    color: inherit;
    background: none;
    border: 0;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
  }

  .dropdown-toggle .icon {
    width: 1em;
    height: 1em;
    margin: auto;
    display: block;
  }

  .menu-button {
    color: var(--deep-sky-blue-2);
    background-color: #0000;
    border-radius: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0;
    transition: color .4s, background-color .4s;
  }

  .menu-button.w--open {
    background-color: var(--deep-sky-blue-2);
    color: var(--white);
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.home-products {
    flex-wrap: wrap;
  }

  .section.page-header {
    min-height: auto;
  }

  .section.page-header-contact {
    height: 300px;
    min-height: auto;
  }

  .hero-grid-element {
    grid-template: "Blog-1 Blog-2 Blog-2"
                   "Aplikacje Produkt Produkt"
                   / 2fr 1fr 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
  }

  .div-grid-box {
    padding: 20px;
  }

  .div-box-flex-content {
    justify-content: space-between;
  }

  .div-box-flex-content.box-with-photo {
    justify-content: space-between;
    height: 100%;
  }

  .h3-tile-title.bigger-tile-h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .div-flex-home-section {
    display: block;
  }

  .div-left-item-hp, .div-right-item-hp {
    width: 100%;
  }

  .img-monitor-hp {
    max-width: 500px;
  }

  .div-img-monitor {
    margin-left: -80px;
  }

  .div-grid-icons {
    height: 450px;
  }

  .a-product-box {
    flex: 0 auto;
    width: 33.33%;
  }

  .div-tfield {
    margin-top: 20px;
  }

  .div-form-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-checkbox-item {
    padding-right: 20px;
  }

  .div-go-back-margin {
    margin-top: 60px;
  }

  .h1-header {
    font-size: 45px;
    line-height: 55px;
  }

  .rich-excerpt-header {
    font-size: 18px;
    line-height: 30px;
  }

  .div-flex-icons-about {
    flex-wrap: wrap;
    margin-bottom: 30px;
    display: flex;
  }

  .div-icon-about-item {
    width: 50%;
    margin-bottom: 20px;
  }

  .div-ue-item-border {
    margin-bottom: 30px;
    padding: 20px;
  }

  .h3-ue-title {
    font-size: 18px;
    line-height: 28px;
  }

  .div-logotypes-ue {
    margin-top: 30px;
  }

  .img-logo-ue {
    max-width: 30%;
    height: 100px;
  }

  .div-flex-filters {
    flex-wrap: wrap;
  }

  .div-filter-item {
    flex: 0 auto;
    width: 33.33%;
  }

  .a-link-filter-cat.all-products-filter {
    max-width: 100%;
  }

  .div-item-product {
    width: 50%;
  }

  .div-product-single-item {
    margin-left: 20px;
  }

  .slider-product {
    height: 400px;
  }

  .h1-product-name {
    font-size: 30px;
    line-height: 40px;
  }

  .div-tabs-product {
    margin-top: 30px;
  }

  .tabs-product-menu {
    flex-wrap: wrap;
  }

  .tablink-product {
    width: 25%;
  }

  .div-tab-content {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .div-tab-content.less-padding-top {
    padding-bottom: 30px;
  }

  .div-faq-element {
    margin-bottom: 40px;
  }

  .button-ask-product {
    margin-top: 20px;
    position: relative;
    top: 0;
  }

  .div-blog-item {
    flex: 50%;
    width: 50%;
  }

  .a-link-blog-item {
    height: 100%;
    padding: 20px;
  }

  .div-overlay-blog {
    padding: 20px;
  }

  .div-to-download-item {
    flex: 0 auto;
    width: 33.33%;
  }

  .dropdown-toggle {
    padding-top: 4px;
    padding-bottom: 4px;
    transition: color .4s;
  }

  .dropdown-toggle:hover {
    color: var(--deep-sky-blue-2);
  }

  .dropdown-list {
    background-color: #0000;
    grid-column: 1 / -1;
    display: none;
    position: relative;
  }

  .dropdown-list.w--open {
    width: auto;
    height: auto;
    display: block;
    position: relative;
  }

  .div-dropdown-list {
    display: none;
  }

  .div-clients-logos {
    margin-left: -30px;
    margin-right: -30px;
  }

  .div-item-logo {
    padding: 30px;
  }

  .div-menu-button {
    border: 1px solid var(--deep-sky-blue-2);
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    display: flex;
  }

  .droplink-mobile {
    color: var(--black);
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
    text-decoration: none;
    transition: color .4s;
    display: block;
  }

  .droplink-mobile:hover, .droplink-mobile.w--current {
    color: var(--deep-sky-blue);
  }

  .div-navmenu-cont {
    display: block;
  }

  .div-block-buttons-langs {
    margin-top: 10px;
  }

  .div-navlinks {
    display: block;
  }

  .div-flex-icon-about {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    box-shadow: 0 2px 7px -1px #0003;
  }

  .a-brand-logo {
    padding-left: 0;
  }

  .navmenu {
    background-color: #f7f7f7;
    height: 100vh;
    padding: 0;
  }

  .div-buttons-nav {
    z-index: 10;
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 20px;
    position: relative;
  }

  .button-expert-nav {
    margin-top: 10px;
    margin-left: 0;
  }

  .div-flags-wpml {
    z-index: 2;
    justify-content: center;
    margin-left: 0;
    position: relative;
  }

  .a-map-flag {
    margin-left: 7px;
    margin-right: 7px;
  }

  .section.footer-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section.expert-section {
    background-position: 50%;
  }

  .section.page-header-product {
    padding-top: 25px;
  }

  .section.see-more-section {
    padding-top: 0;
  }

  .section.news-section {
    padding-top: 10px;
  }

  .hero-grid-element {
    display: block;
  }

  .div-box-flex-content {
    padding: 20px;
  }

  .div-box-flex-content.box-with-photo {
    display: block;
  }

  .h2-main {
    font-size: 30px;
    line-height: 40px;
  }

  .div-grid-icons {
    flex-flow: wrap;
    justify-content: space-around;
    height: auto;
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
  }

  .div-grid-icon {
    width: 48%;
    padding: 10px;
  }

  .div-icon-content {
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
  }

  .div-flex-icon-home {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-footer-flex {
    flex-wrap: wrap;
  }

  .div-flex-col {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-flex-col.mobile-disp-none {
    display: block;
  }

  .img-logo-footer {
    margin-bottom: 20px;
  }

  .tb-footer-details {
    margin-top: 20px;
  }

  .tb-fnavmenu-title {
    margin-bottom: 0;
  }

  .div-flex-expert {
    display: block;
  }

  .div-expert-content {
    width: 100%;
    margin-bottom: 30px;
  }

  .div-form-expert {
    width: 100%;
  }

  .div-go-back-margin {
    margin-top: 40px;
  }

  .h1-header {
    font-size: 40px;
    line-height: 45px;
  }

  .div-flex-icons-about {
    margin-bottom: 20px;
  }

  .rich-main {
    font-size: 14px;
    line-height: 24px;
  }

  .div-logotypes-ue {
    margin-top: 20px;
  }

  .div-flex-contact {
    display: block;
  }

  .img-divider-hero {
    margin-bottom: 20px;
  }

  .div-flex-filters {
    margin-left: 0;
    margin-right: 0;
  }

  .div-filter-item {
    padding-bottom: 33.33%;
    position: relative;
  }

  .div-filter-item.full-all-products {
    margin-top: 0;
    padding-bottom: 0%;
  }

  .a-link-filter-cat {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    inset: 0%;
  }

  .a-link-filter-cat.all-products-filter {
    flex-direction: row;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .img-filter-element {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div-products-grid.see-more-grid {
    margin-top: 30px;
  }

  .div-item-product {
    flex: 50%;
  }

  .a-link-product {
    padding: 20px;
  }

  .img-packshot {
    height: 150px;
    margin-bottom: 20px;
  }

  .div-pagination-products {
    margin-top: 30px;
  }

  .div-single-product-flex {
    flex-direction: column-reverse;
    display: flex;
  }

  .div-product-single-item {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .slider-product {
    height: 350px;
  }

  .h1-product-name {
    font-size: 21px;
    line-height: 30px;
  }

  .tablink-product {
    padding: 10px 15px;
    font-size: 11px;
    line-height: 17px;
  }

  .div-tab-content {
    padding: 20px 20px 0;
  }

  .div-tab-content.less-padding-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-download-item {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .tb-download {
    flex: 1;
    font-size: 16px;
    line-height: 26px;
  }

  .img-download {
    flex: none;
    width: 30px;
    margin-left: 20px;
  }

  .div-faq-element {
    margin-bottom: 20px;
  }

  .tb-question-faq {
    font-size: 17px;
    line-height: 17px;
  }

  .div-tile-flex {
    flex-direction: column;
    margin-bottom: 40px;
    display: flex;
  }

  .div-tile-flex.reversed-tile {
    flex-direction: column;
  }

  .div-tile-content, .div-tile-photo {
    width: 100%;
  }

  .div-blog-grid {
    margin-left: -20px;
    margin-right: -20px;
    display: block;
  }

  .div-blog-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-to-download-flex {
    margin-top: 10px;
  }

  .div-to-download-item {
    width: 50%;
    padding-top: 20px;
    padding-right: 20px;
  }

  .img-pdf {
    width: 50px;
  }

  .tb-attachement {
    margin-top: 10px;
  }

  .div-nav-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-clients-logos {
    margin-left: -20px;
    margin-right: -20px;
  }

  .div-item-logo {
    width: 33.33%;
    padding: 20px;
  }

  .img-logo-client {
    height: 80px;
  }

  .div-menu-button {
    width: 40px;
    height: 40px;
  }

  .div-navmenu-cont {
    height: 80vh;
    padding: 0 0 60px;
    overflow: auto;
  }

  .div-block-buttons-langs {
    margin-top: 0;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: relative;
  }

  .div-buttons-bg {
    background-color: #f7f7f7;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-navlinks {
    background-color: var(--white);
    padding: 15px 20px;
  }

  .div-flex-icon-about {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-filters-ov {
    margin-left: -20px;
    margin-right: -20px;
  }

  .button-awaria {
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 479px) {
  .img-brand-logo {
    width: 175px;
  }

  .div-box-flex-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .h3-tile-title, .h3-tile-title.bigger-tile-h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .h2-main {
    font-size: 27px;
    line-height: 37px;
  }

  .div-grid-icons {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-grid-icon {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }

  .div-icon-content {
    text-align: left;
    margin-top: 0;
    margin-left: 20px;
  }

  .div-flex-icon-home {
    text-align: left;
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-content-prod-box {
    padding: 5px;
  }

  .img-icon-prod {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }

  .tb-prod-box {
    min-height: 26px;
    font-size: 10px;
    line-height: 13px;
  }

  .div-footer-flex {
    display: block;
  }

  .div-flex-col {
    width: 100%;
  }

  .div-flex-col.flex-top-bottom {
    display: block;
  }

  .img-logo-footer {
    margin-bottom: 15px;
  }

  .tb-footer-details {
    margin-top: 15px;
    line-height: 25px;
  }

  .a-navlink-footer {
    margin-top: 10px;
  }

  .div-footer-logos {
    justify-content: space-between;
    display: flex;
  }

  .img-footer-logo {
    max-width: 40%;
    margin-bottom: 20px;
  }

  .div-flex-cookies {
    text-align: center;
    display: block;
  }

  .a-link-privacy {
    display: block;
  }

  .tb-cookies-text {
    margin-bottom: 10px;
  }

  .div-tfield {
    margin-top: 15px;
  }

  .tb-form-title {
    font-size: 18px;
    line-height: 25px;
  }

  .tfield {
    height: 42px;
  }

  .div-form-content {
    border-style: none;
    padding: 0;
  }

  .div-clause-button {
    margin-top: 15px;
    display: block;
  }

  .div-checkbox-item {
    padding-right: 0;
    font-size: 12px;
    line-height: 17px;
  }

  .button-form-expert {
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }

  .h1-header {
    font-size: 35px;
  }

  .rich-excerpt-header {
    font-size: 16px;
    line-height: 26px;
  }

  .div-flex-icons-about {
    flex-direction: column;
    display: block;
  }

  .div-icon-about-item {
    width: auto;
  }

  .rich-main {
    font-size: 14px;
    line-height: 23px;
  }

  .rich-main p {
    margin-bottom: 15px;
  }

  .h3-ue-title {
    font-size: 16px;
    line-height: 26px;
  }

  .div-logotypes-ue {
    margin-top: 0;
    display: block;
  }

  .img-logo-ue {
    width: 50%;
    max-width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .img-logo-ue.bigger-ue {
    width: 80%;
  }

  .div-products-filters {
    margin-bottom: 20px;
  }

  .img-filter-element {
    width: 35px;
    height: 35px;
  }

  .tb-filter-name {
    font-size: 10px;
    line-height: 12px;
  }

  .div-products-grid {
    display: block;
  }

  .div-item-product {
    width: 100%;
  }

  .slider-product {
    height: 300px;
  }

  .h1-product-name {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  .tabs-product-menu {
    justify-content: space-between;
  }

  .tablink-product {
    border-radius: 20px;
    width: 48%;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .tablink-product.w--current {
    box-shadow: 0 0 11px -3px #00000026;
  }

  .div-download-item {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .tb-download {
    font-size: 12px;
    line-height: 22px;
  }

  .div-faq-element {
    margin-bottom: 20px;
  }

  .button-ask-product {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .h3-blog-title {
    margin-bottom: 10px;
  }

  .tb-excerpt-blog {
    line-height: 22px;
  }

  .rich-main-single {
    font-size: 14px;
    line-height: 23px;
  }

  .div-to-download-item {
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 0;
  }

  .div-item-logo {
    width: 50%;
  }

  .div-menu-button {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }

  .div-flex-icon-about {
    text-align: left;
    flex-direction: row;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn-ask {
    text-align: center;
  }
}

#w-node-ae81c691-4598-e7ab-c174-e8b65aa89fe0-6300ec0b {
  grid-area: Produkt;
}

#w-node-_2b8f0a0b-8a92-2df9-00d2-80977c6f58b5-6300ec0b {
  grid-area: Blog-2;
}

#w-node-d2688c42-f3db-7f54-2849-08fb0fa13172-6300ec0b {
  grid-area: Aplikacje;
}

#w-node-b2fb4964-0874-8516-8de8-2f10f04e717d-6300ec0b {
  grid-area: Blog-1;
}

#w-node-_8b1bddc8-a32f-0afe-a565-11395190dd39-6300ec0b {
  grid-area: Area;
}

#w-node-_56caa273-ab99-68e6-9010-da16d0e1ba1a-6300ec0b {
  grid-area: Area-2;
}

#w-node-_476eb708-71c5-c0bf-5ea7-a8c7857b8728-6300ec0b {
  grid-area: Area-3;
}

#w-node-d549a4f4-7168-a8e6-0c38-eaccd7774bf7-6300ec0b {
  grid-area: Area-4;
}
