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

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

.page-wrapper {
  color: #111010;
  background-color: #fff;
  font-family: Archivo, sans-serif;
}

.section-hero {
  padding-top: 10em;
  padding-bottom: 1.63em;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.hero-title {
  position: relative;
}

.hero-title-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.81em;
  font-weight: 300;
  line-height: 1.2;
}

.hero-title-text.centered {
  text-align: center;
}

.span-strong {
  font-weight: 600;
}

.hero-content {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  margin-top: 3.69em;
  display: flex;
  position: relative;
}

.hero-left {
  width: 33.33%;
}

.hero-right {
  width: 66.33%;
}

.hero-text {
  font-size: 1.25em;
  line-height: 1.5;
}

.hero-text.with-space {
  max-width: 19em;
  margin-top: 2.19em;
  margin-bottom: 2.19em;
}

.hero-content-max {
  max-width: 45.38em;
}

.hero-buttons {
  grid-column-gap: 1.63em;
  grid-row-gap: 1.63em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.56em;
  display: flex;
}

.is-simple-link {
  color: #111010;
  text-transform: uppercase;
  padding-top: .63em;
  text-decoration: none;
}

.is-simple-link.full {
  width: 100%;
}

.is-simple-link.is-back-link {
  color: #5e5e5e;
}

.s-link-text {
  text-transform: uppercase;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.32;
}

.simple-link-line {
  background-color: #111010;
  width: 100%;
  height: 1px;
  margin-top: .63em;
  transition: all .3s;
}

.is-circle-button {
  color: #fff;
  background-color: #111010;
  border-radius: 100%;
  width: 7.75em;
  height: 7.75em;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  overflow: hidden;
}

.is-circle-button.is-white {
  color: #111010;
  background-color: #fff;
}

.button-content {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.button-text {
  text-align: center;
  text-transform: uppercase;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.4;
}

.code-embed {
  width: 1.5em;
}

.hero-top {
  padding-bottom: 1.88em;
  position: relative;
}

.hero-top.is-dzw {
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.image {
  width: 27.88em;
  position: absolute;
  bottom: 0;
  left: 3.75em;
}

.image.centered {
  margin-left: auto;
  margin-right: auto;
  display: block;
  left: 0;
  right: 0;
}

.image.centered.ictn {
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
}

.hero-bottom {
  margin-top: 1.25em;
  position: relative;
}

.is-hero-slider {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  display: flex;
  overflow: visible;
}

.is-hero-slide {
  width: 33.33%;
}

.is-hero-slide.is-bigger {
  width: 66.33%;
}

.image-2 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-slider-nav {
  grid-column-gap: 1.44em;
  grid-row-gap: 1.44em;
  background-color: #111010;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 7.75em;
  height: 7.75em;
  display: flex;
  position: absolute;
  bottom: 1.44em;
  right: 2.38em;
}

.hero-slider-nav.is-white {
  color: #111010;
  background-color: #fff;
}

.nav-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: .88em;
  font-weight: 600;
}

.nav-text.dark {
  color: #111010;
}

.nv-arrows {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 1.69em;
}

.misja-content {
  border-top: 1px solid #5e5e5e;
  padding-top: 4.25em;
  padding-bottom: 4.25em;
}

.misja-flex {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  display: flex;
}

.misja-flex.centered {
  justify-content: flex-start;
  align-items: center;
}

.mleft {
  width: 33.33%;
}

.sec-title {
  text-transform: uppercase;
  font-size: 2.81em;
  font-weight: 300;
  line-height: 1.2;
}

.mright {
  width: 66.33%;
}

.mright.flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mright.realizacje-list {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  display: flex;
}

.misja-text {
  font-size: 1.25em;
  line-height: 1.5;
}

.misja-img {
  width: 100%;
  margin-top: 3.5em;
  margin-bottom: 1.56em;
}

.section-najnowsze {
  background-color: #111010;
  padding-top: 7.19em;
  padding-bottom: 7.19em;
  position: relative;
}

.najnowsze-flex {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.najnowsze-flex.top-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.najnowsze-tytul {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.81em;
  font-weight: 300;
  line-height: 1.2;
}

.najnowsze-tytul.black {
  color: #111010;
}

.n-block {
  grid-column-gap: 2.19em;
  grid-row-gap: 2.19em;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.n-block.flex-space {
  justify-content: space-between;
  align-items: stretch;
}

.najnowsze-text {
  max-width: 24.38em;
}

.najnowsze-content {
  color: #fff;
  font-size: 1.25em;
  line-height: 1.5;
}

.najnowsze-img {
  width: 33.33%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.najnowsze-bg {
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-5 {
  width: 100%;
}

.section-wyrozniki {
  padding-top: 6.44em;
  padding-bottom: 6.44em;
}

.wyrozniki-slider {
  background-color: #0000;
  height: auto;
}

.right-arrow, .left-arrow, .slide-nav {
  display: none;
}

._w-slide-item {
  border-bottom: 1px solid #a4aab2;
  padding-top: .94em;
  padding-bottom: .94em;
  display: flex;
}

._w-slide-item.is-wartosc-slide {
  border-bottom-color: #a4aab2;
}

._w-slide-left {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

._w-slide-item-title {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.48;
}

._w-slide-item-title.is-wartosc-title {
  color: #a4aab2;
  text-transform: none;
  font-size: 2em;
  font-weight: 600;
}

._w-slide-right {
  width: 60%;
}

._w-slide-text {
  color: #5e5e5e;
  font-size: .88em;
  line-height: 1.5;
}

.slide, .mask {
  height: auto;
}

.zaufanie-content {
  border-top: 1px solid #5e5e5e;
  padding-top: 5.44em;
  padding-bottom: 5.44em;
}

.sec-logotypy {
  justify-content: space-between;
  margin-top: 2.06em;
  display: flex;
}

.section-certyfikaty {
  background-color: #ecedf0;
  padding-top: 5.75em;
  padding-bottom: 5.75em;
}

.certyfikty-nav {
  grid-column-gap: 1.44em;
  grid-row-gap: 1.44em;
  background-color: #111010;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 7.75em;
  height: 7.75em;
  display: flex;
  position: static;
  bottom: 1.44em;
  right: 2.38em;
}

.certyfikaty-slider {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  margin-top: 2.75em;
  display: flex;
}

.cert-slide {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 12.94em;
  display: flex;
}

.cert-slide.is-bigger {
  width: 70%;
}

.section-liczby {
  background-color: #111010;
  padding-top: 5.63em;
  padding-bottom: 5.63em;
}

.liczby-flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.is-liczba {
  color: #ecedf0;
  font-size: 4.38em;
  font-weight: 300;
  line-height: 1.2;
}

.span-small {
  text-transform: uppercase;
  font-size: .6em;
}

.liczba-text {
  color: #a4aab2;
  text-transform: uppercase;
  margin-top: .25em;
  font-size: 1em;
  line-height: 1.4;
}

.liczby-rows {
  grid-column-gap: 3.94em;
  grid-row-gap: 3.94em;
  flex-flow: column;
  display: flex;
}

.section-oferta {
  padding-top: 5.25em;
  padding-bottom: 5.25em;
}

.is-rich-text {
  font-size: 1.25em;
  line-height: 1.5;
}

.is-rich-text ul {
  margin-top: .8em;
  margin-bottom: 0;
  padding-left: 20px;
}

.oferta-imgs {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  flex: 1;
  margin-left: 2.69em;
  display: flex;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 14.19em;
}

.section-steps {
  background-color: #111010;
  padding-top: 6.44em;
  padding-bottom: 6.44em;
}

.steps-content {
  margin-top: 6.25em;
  display: flex;
}

.step-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 18%;
  display: flex;
  position: relative;
}

.step-item-icon {
  z-index: 9;
  background-color: #111010;
  border: 1px solid #a4aab2;
  border-radius: 100%;
  width: 6.75em;
  height: 6.75em;
  margin-bottom: 2.63em;
  position: relative;
  overflow: visible;
}

.step-item-title-sec {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  flex-flow: column;
  height: 5em;
  display: flex;
}

.step-number {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: .88em;
  font-weight: 300;
  line-height: 1.48;
}

.step-i-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.48;
}

.step-item-content {
  margin-top: .88em;
}

.step-i-text {
  color: #a4aab2;
  text-align: center;
  font-size: .88em;
  line-height: 1.5;
}

.image-7 {
  z-index: 99;
  position: relative;
}

.section-contact {
  padding-top: 4.38em;
  padding-bottom: 4.38em;
}

.is-contact-link {
  color: #111010;
  font-size: 1.5em;
  line-height: 1.4;
  text-decoration: none;
  transition: all .3s;
}

.is-contact-link:hover {
  text-decoration: underline;
}

.contact-links {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  flex-flow: column;
  display: flex;
}

.form-div {
  margin-top: 2.25em;
}

.form-inp-div {
  border-bottom: 1px solid #a4aab2;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.field-label {
  color: #111010;
  text-transform: uppercase;
  width: 12em;
  margin-bottom: 0;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.48;
}

.cs-input {
  color: #5e5e5e;
  border: 0 solid #000;
  height: 100%;
  margin-bottom: 0;
  padding-top: 1.38em;
  padding-bottom: 1.38em;
  font-size: .88em;
  line-height: 1.5;
}

.form-items-flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 2.06em;
  display: flex;
}

.checkbox-label {
  color: #5e5e5e;
  text-transform: uppercase;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.32;
}

.form-zgoda-text {
  color: #5e5e5e;
  margin-top: .5em;
  padding-left: 1.56em;
  font-size: .88em;
  line-height: 1.5;
}

.form-button {
  flex: none;
  padding-left: 2.81em;
}

.footer-sec {
  border-top: 1px solid #5e5e5e;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 3.44em;
  padding-bottom: 3.44em;
  display: flex;
}

.image-8 {
  width: 22.75em;
}

.footer-col-title {
  color: #5e5e5e;
  text-transform: uppercase;
  margin-bottom: .9em;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.32;
}

.footer-dane-content {
  margin-bottom: .94em;
}

.footer-text {
  font-size: 1em;
  line-height: 1.5;
}

.is-f-link {
  color: #111010;
  text-decoration: none;
}

.is-f-link:hover {
  text-decoration: underline;
}

.footer-menu-link {
  color: #111010;
  font-size: 1em;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.footer-menu-link:hover {
  text-decoration: underline;
}

.footer-copy {
  background-color: #111010;
  padding-top: 1.56em;
  padding-bottom: 1.56em;
}

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

.copy-text {
  color: #fff;
  font-size: .75em;
  line-height: 1.5;
}

.copy-text.is-link {
  text-decoration: none;
}

.copy-text.is-link:hover {
  text-decoration: underline;
}

.s-link-flex {
  grid-column-gap: .69em;
  grid-row-gap: .69em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-embed-2 {
  width: 1.5em;
}

.code-embed-2.smaler {
  width: 1.06em;
}

.is-history-text {
  padding-right: 4em;
}

.rich-history {
  font-size: 1.25em;
  line-height: 1.5;
}

.rich-history ul {
  margin-top: .8em;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 600;
}

.section-zespol {
  background-color: #ecedf0;
  padding-top: 4.19em;
  padding-bottom: 4.19em;
}

.zespol-items {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 3.75em;
  display: flex;
}

.zespol-item {
  border-bottom: 1px solid #b2b2b4;
  flex-flow: column;
  width: 30%;
  padding-bottom: 1em;
  display: flex;
}

.z-name {
  text-transform: uppercase;
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.48;
}

.z-subtitle {
  color: #5e5e5e;
  font-size: .88em;
  line-height: 1.5;
}

.z-links {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  margin-top: 1.5em;
  display: flex;
}

.sicon {
  width: 1.38em;
}

.is-z-link {
  color: #111010;
  text-transform: uppercase;
  padding-top: .63em;
  text-decoration: none;
}

.z-link-line {
  background-color: #111010;
  width: 0%;
  height: 1px;
  margin-top: .63em;
  transition: all .3s;
}

.zaplecze-content {
  border-top: 1px solid #5e5e5e;
  padding-top: 4.25em;
  padding-bottom: 4.19em;
}

.zaplecze-icons {
  grid-column-gap: 2.63em;
  grid-row-gap: 2.63em;
  margin-top: 3em;
  margin-bottom: 3.75em;
  display: flex;
}

.zaplecze-item {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.z-item-text {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.32;
}

.kariera-content {
  border-top: 1px solid #5e5e5e;
  padding-top: 4.38em;
  padding-bottom: 4.38em;
}

.kariera-oferty {
  margin-top: 2.25em;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.kariera-item {
  color: #111010;
  width: 32.33%;
  margin-left: .5%;
  margin-right: .5%;
  text-decoration: none;
}

.image-9 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.kariera-item-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.38em;
  display: flex;
}

.kariera-item-title {
  color: #111010;
  text-transform: uppercase;
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.48;
}

.kariera-desc {
  margin-top: .56em;
  margin-bottom: .56em;
  font-size: .88em;
  line-height: 1.5;
}

.kariera-lok {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.image-10 {
  flex: none;
  width: 1em;
}

.lok-text {
  color: #5e5e5e;
  font-size: .88em;
  line-height: 1.5;
}

.is-button-realizacje {
  color: #fff;
  text-transform: uppercase;
  background-color: #111010;
  padding: .63em .94em;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.32;
  text-decoration: none;
  transition: all .3s;
}

.is-button-realizacje:hover {
  color: #111010;
  background-color: #fff;
}

.is-button-realizacje.is-alt {
  color: #111010;
  background-color: #0000;
}

.is-button-realizacje.is-alt:hover {
  color: #fff;
  background-color: #111010;
}

.sec-content {
  border-top: 1px solid #5e5e5e;
  padding-top: 4.25em;
  padding-bottom: 4.25em;
}

.sec-content.bottom-border {
  border-bottom: 1px solid #5e5e5e;
}

.is-realizacja {
  display: flex;
}

.realizacja-img {
  width: 66%;
  position: relative;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.realizacja-nav {
  grid-column-gap: .56em;
  grid-row-gap: .56em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.rel-right {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.06em;
  height: 2.06em;
  display: flex;
}

.rel-left {
  background-color: #ecedf0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.06em;
  height: 2.06em;
  display: flex;
}

.realizacja-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 34%;
  padding-left: 1.25em;
  display: flex;
}

.rel-sub {
  color: #5e5e5e;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.48;
}

.rel-name {
  text-transform: uppercase;
  margin-top: .31em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.48;
}

.rel-info {
  grid-column-gap: .19em;
  grid-row-gap: .19em;
  justify-content: flex-start;
  align-items: center;
  margin-top: .94em;
  display: flex;
}

.rel-info.is-content, .rel-info.flex-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.rel-info.flex-col.no-top {
  margin-top: 0;
}

.rel-sub-value {
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.rel-sub-value.is-big {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.3;
}

.rel-desc {
  font-size: .88em;
  line-height: 1.5;
}

.is-for-button {
  justify-content: center;
  align-items: center;
  margin-top: 2.81em;
  display: flex;
}

.is-for-back-link {
  margin-bottom: 1.25em;
}

.realizacja-info {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.realizacja-gallery {
  flex-flow: wrap;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.gall-item {
  width: 49%;
  margin: .5%;
}

.gall-item.full {
  width: 100%;
  height: 23.13em;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.oferta-items {
  flex-flow: wrap;
  margin: 2.19em -.5% 4.25em;
  display: flex;
}

.oferta-item {
  flex-flow: column;
  align-items: stretch;
  width: 32.33%;
  margin: 1% .5%;
  display: flex;
}

.of-item-img {
  width: 100%;
}

.image-13 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.of-item-content {
  border-bottom: 1px solid #5e5e5e;
  flex: 1;
  padding-top: 1.44em;
  padding-bottom: 2.75em;
}

.of-title {
  color: #111010;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.48;
}

.is-contact-img {
  width: 100%;
}

.is-contact-flex {
  flex-flow: wrap;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.is-contact-item {
  width: 49%;
  margin-bottom: 4.38em;
  margin-left: .5%;
  margin-right: .5%;
}

.is-contact-item.last {
  margin-bottom: 0;
}

.contact-item-title {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5;
}

.item-address {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  justify-content: flex-start;
  align-items: center;
  margin-top: .94em;
  display: flex;
}

.image-14 {
  flex: none;
  width: 1.75em;
}

.item-a-text {
  color: #5e5e5e;
  font-size: 1.13em;
  line-height: 1.5;
}

.item-a-text.is-c-link {
  color: #5e5e5e;
  text-decoration: none;
  transition: all .3s;
}

.item-a-text.is-c-link:hover {
  color: #111010;
}

.jak-content {
  border-top: 1px solid #5e5e5e;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.jak-maplinks {
  grid-column-gap: 2.38em;
  grid-row-gap: 2.38em;
  display: flex;
}

.is-map, .image-15 {
  height: 100%;
}

.is-map-link {
  color: #111010;
  text-transform: uppercase;
  padding-top: .63em;
  text-decoration: none;
}

.is-map-link.full {
  width: 100%;
}

.is-map-link.is-back-link {
  color: #5e5e5e;
}

.is-popup {
  z-index: 9999;
  background-color: #ffffffe0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-content {
  background-color: #ecedf0;
  min-width: 50vw;
  position: relative;
}

.popup-close {
  position: absolute;
  top: 1.56em;
  right: 1.56em;
}

.image-16 {
  width: 3.31em;
}

.navbar {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.navbar-flex {
  justify-content: space-between;
  align-items: center;
  padding-top: .44em;
  padding-bottom: .44em;
  display: flex;
}

.nav-inner-flex {
  grid-column-gap: 3.06em;
  grid-row-gap: 3.06em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-right {
  grid-column-gap: 1.88em;
  grid-row-gap: 1.88em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-17 {
  width: 21.25em;
}

.nav-link {
  padding: .63em 0;
  font-size: .88em;
  line-height: 1.5;
  transition: all .3s;
}

.dropdown-toggle {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  justify-content: flex-start;
  align-items: center;
  padding: .63em 0;
  font-size: .88em;
  display: flex;
}

.text-block {
  line-height: 1.5;
}

.nav-drop-link {
  background-color: #fff;
  font-size: .88em;
  line-height: 1.5;
  transition: all .3s;
}

.is-button-flex {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-btn-text {
  color: #111010;
  text-transform: none;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.image-18 {
  width: 2.19em;
}

.nav-lang {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lang-item {
  color: #949494;
  text-transform: uppercase;
  font-size: .88em;
  font-weight: 600;
  line-height: 1.5;
}

.lang-item.is-active {
  color: #111010;
}

.nav-lang-line {
  background-color: #111010;
  flex: none;
  width: 1px;
  height: .94em;
}

.nav-mobile {
  display: none;
}

.team-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-img-wrapper {
  aspect-ratio: 1 / 1.2;
  margin-bottom: 1em;
  display: block;
}

.person-about {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: .88em;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .hero-top.is-dzw {
    min-height: 40vh;
  }

  .najnowsze-tytul {
    font-size: 2.5em;
  }

  .najnowsze-text {
    max-width: 20em;
  }

  .sec-logotypy {
    grid-column-gap: .94em;
    grid-row-gap: .94em;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .zespol-items {
    grid-column-gap: 0px;
    grid-row-gap: 1.25em;
    flex-flow: wrap;
  }

  .zespol-item {
    width: 50%;
  }

  .kariera-item {
    flex-flow: column;
    display: flex;
  }

  .kariera-item-content {
    flex: 1;
    justify-content: space-between;
  }

  .realizacja-slider, .realizacja-slide-img {
    height: 100%;
  }

  .popup-content {
    min-width: 80vw;
  }

  .nav-inner-flex {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    padding-top: 9em;
  }

  .nav-link, .dropdown-toggle {
    font-size: 1em;
  }

  .is-nav-button, .nav-lang {
    z-index: 9;
    position: relative;
  }

  .lottie-animation {
    width: 1.3em;
  }

  .menu-button {
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    z-index: 9;
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    height: 100vh;
  }

  .brand {
    z-index: 9;
  }

  .image-19 {
    width: 7em;
  }

  .image-20, .image-21, .image-22, .image-23 {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .hero-content {
    flex-flow: wrap;
  }

  .hero-left, .hero-right {
    width: 100%;
  }

  .misja-flex {
    flex-flow: wrap;
  }

  .mleft, .mright {
    width: 100%;
  }

  .mright.flex {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .section-najnowsze {
    padding-bottom: 0;
  }

  .najnowsze-flex {
    flex-flow: wrap;
  }

  .najnowsze-text {
    max-width: 100%;
    padding-bottom: 5em;
  }

  .najnowsze-img {
    width: 100%;
    position: relative;
  }

  ._w-slide-item {
    flex-flow: wrap;
  }

  ._w-slide-left {
    width: 100%;
    margin-bottom: 1.88em;
  }

  ._w-slide-right {
    width: 100%;
  }

  .liczby-flex {
    grid-column-gap: 1.88em;
    grid-row-gap: 1.88em;
    flex-flow: wrap;
  }

  .liczby-item {
    width: 100%;
  }

  .liczby-rows {
    grid-column-gap: 1.88em;
    grid-row-gap: 1.88em;
    margin-top: 45px;
  }

  .oferta-imgs {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
  }

  .image-6 {
    height: 17em;
  }

  .steps-content {
    grid-row-gap: 1.88em;
    flex-flow: wrap;
  }

  .step-item {
    width: 33%;
  }

  .contact-links {
    margin-bottom: 1.88em;
  }

  .footer-sec {
    flex-flow: wrap;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .footer-logo {
    width: 100%;
    margin-bottom: 3em;
  }

  .zespol-item {
    width: 100%;
  }

  .zaplecze-icons {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
  }

  .kariera-oferty {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .kariera-item {
    width: 100%;
  }

  .realizacja-img {
    width: 60%;
  }

  .realizacja-content {
    width: 40%;
  }

  .gall-item {
    width: 100%;
    height: 23.13em;
  }

  .oferta-item {
    width: 49%;
  }

  .image-17 {
    width: 16em;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-buttons {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
  }

  .najnowsze-img {
    position: relative;
  }

  .section-wyrozniki {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .step-item {
    width: 50%;
  }

  .section-contact {
    padding-bottom: 3em;
  }

  .form-inp-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cs-input {
    padding-left: 0;
    padding-right: 0;
  }

  .form-items-flex {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .form-button {
    margin-top: 1.25em;
    padding-left: 0;
  }

  .footer-sec {
    grid-column-gap: 1.88em;
    grid-row-gap: 1.88em;
    flex-flow: column;
  }

  .footer-col {
    width: 100%;
  }

  .copy-flex {
    grid-column-gap: .63em;
    grid-row-gap: .63em;
    flex-flow: column;
  }

  .is-history-text {
    padding-right: 0;
  }

  .zaplecze-icons {
    flex-flow: column;
  }

  .is-realizacja {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-flow: column;
  }

  .realizacja-img {
    width: 100%;
  }

  .realizacja-content {
    width: 100%;
    padding-left: 0;
  }

  .oferta-item {
    width: 100%;
  }

  .is-contact-item {
    width: 100%;
    margin-bottom: 2em;
  }

  .is-nav-button {
    display: none;
  }

  .is-nav-button.is-mobile {
    display: block;
  }

  .nav-lang {
    display: none;
  }

  .nav-lang.is-mobile {
    display: flex;
  }

  .nav-mobile {
    grid-column-gap: .94em;
    grid-row-gap: .94em;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}


