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

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

a {
  text-decoration: underline;
}

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

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

.page-wrapper {
  font-family: Montserrat, sans-serif;
}

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

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

.sec-flex {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.flex-col-bigger {
  width: 60%;
}

.flex-col-smaller {
  width: 40%;
}

.hero-title {
  color: #1d1d1b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.81em;
  font-weight: 400;
  line-height: 1.24;
}

.sec-desc {
  color: #1d1d1b;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.sec-desc.centered {
  text-align: center;
}

.span-color {
  color: #8f8f8f;
}

.buttons-flex {
  grid-column-gap: 1.13em;
  grid-row-gap: 1.13em;
  margin-top: 1.94em;
  display: flex;
}

.buttons-flex.no-top {
  margin-top: 0;
}

.simple-button {
  color: #1d1d1b;
  border: 1px solid #8f8f8f;
  border-radius: 1000px;
  padding: .9em 1.1em;
  text-decoration: none;
  transition: all .3s;
}

.simple-button:hover, .simple-button.is-alt {
  color: #fff;
  background-color: #1d1d1b;
  border-color: #1d1d1b;
}

.simple-button.is-alt:hover {
  color: #1d1d1b;
  background-color: #0000;
}

.simple-button.is-alt.is-white-alt {
  color: #1d1d1b;
  background-color: #fff;
  border-color: #fff;
}

.simple-button.is-alt.is-white-alt:hover {
  color: #fff;
  background-color: #0000;
}

.simple-button.is-alt.is-send-button {
  padding-left: 2.06em;
  padding-right: 2.06em;
}

.simple-button.is-white {
  color: #fff;
  border-color: #fff;
}

.simple-button.is-white:hover {
  color: #5caac3;
  background-color: #fff;
}

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

.icon-embed-custom {
  color: #5caac3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .6875rem;
  height: .4375rem;
  display: flex;
}

.icon-embed-custom.is-white {
  color: #fff;
}

.btn-text {
  font-size: .88em;
  font-weight: 500;
}

.section-liczby {
  padding-top: 6.56em;
  padding-bottom: 6.56em;
}

.liczby-flex {
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.liczba-item {
  grid-column-gap: 3.62em;
  grid-row-gap: 3.62em;
  background-color: #5caac333;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 24%;
  margin: 1%;
  padding: 2.63em 3em 2.5em 3.4em;
  display: flex;
}

.liczba-flex-items {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-embed-custom-2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
}

.liczba-label {
  color: #1d1d1b;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
}

.liczba-value {
  color: #1d1d1b;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
}

.icon-embed-custom-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
}

.ot-box {
  background-color: #f6f6f6;
  border-radius: 20px;
  justify-content: space-between;
  padding: 2.88em;
  display: flex;
}

.ot-box.colored {
  background-color: #5caac333;
}

.ot-box.colored.is-ut-tofd-pa, .ot-box.colored.is-ut, .ot-box.colored.is-et, .ot-box.colored.is-mt, .ot-box.colored.is-pt {
  display: none;
}

.ot-smaller {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 42%;
  padding: 1.5em 2em;
  display: flex;
}

.ot-bigger {
  width: 55%;
}

.ot-img-wrapper {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

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

.ot-img-bg {
  mix-blend-mode: hue;
  background-image: linear-gradient(#5caac3cc, #5caac300);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ot-top {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sec-sub-section {
  grid-column-gap: .56em;
  grid-row-gap: .56em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subtitle-text {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.subtitle-text.is-white {
  color: #fff;
}

.section-title {
  color: #1d1d1b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.88em;
  font-weight: 500;
  line-height: 1.24;
}

.section-title.white {
  color: #fff;
  text-align: center;
}

.section-title.centered {
  z-index: 9;
  text-align: center;
  position: relative;
}

.section-title.centered.bigger {
  font-size: 2.81em;
  font-weight: 400;
}

.section-text {
  color: #1d1d1b;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.section-dlaczego {
  padding-top: 6.56em;
  padding-bottom: 6.56em;
}

.dlaczego-flex {
  padding-left: 2.75em;
  padding-right: 2.75em;
  display: flex;
}

.dlaczego-left {
  width: 45%;
}

.dlaczego-right {
  flex-flow: wrap;
  width: 55%;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.dlaczego-text-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 14.63em;
  height: 100%;
  display: flex;
}

.dlaczego-item {
  grid-column-gap: 1.13em;
  grid-row-gap: 1.13em;
  background-color: #f6f6f6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 31.33%;
  margin: 1%;
  padding: 2.19em 1.38em;
  display: flex;
}

.dlaczego-item.is-bigger {
  grid-column-gap: 3.31em;
  grid-row-gap: 3.31em;
  background-color: #deeef3;
  flex: 1;
  width: 63.66%;
  padding-top: 1.56em;
  padding-bottom: 1.56em;
}

.image-2 {
  flex: none;
  width: 2.81em;
  height: 2.81em;
}

.dlaczego-item-text {
  color: #1d1d1b;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.image-3 {
  width: 11.94em;
}

.uslugi-box {
  background-color: #f6f6f6;
  border-radius: 20px;
  padding: 5.31em 2.88em;
  position: relative;
}

.uslugi-title-sec {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3.25em;
  display: flex;
}

.section-bigger-title {
  color: #1d1d1b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.81em;
  font-weight: 400;
  line-height: 1.24;
}

.section-bigger-title.centered {
  z-index: 9;
  text-align: center;
  position: relative;
}

.uslugi-cat-wrapper {
  z-index: 9;
  margin-top: 0;
  display: flex;
  position: relative;
}

.uslugi-cat-wrapper.with-space {
  z-index: 9;
  margin-top: 5.75em;
  position: relative;
}

.uslugi-cat-left {
  grid-column-gap: 1.44em;
  grid-row-gap: 1.44em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.uslugi-cat-title {
  color: #1d1d1b;
  font-size: 1.88em;
  font-weight: 500;
  line-height: 1.24;
}

.uslugi-cat-right {
  width: 80%;
  padding-left: 1.25em;
}

.usluga-item-content {
  border-radius: 20px;
  padding: .69em;
  transition: all .3s;
  display: flex;
}

.usluga-item-img {
  opacity: 0;
  border-radius: 15px;
  width: 15em;
  height: 14em;
  transition: all .3s;
  overflow: hidden;
}

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

.usluga-inner-content {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  margin-left: 1.44em;
  padding: 1.7em 1.25em 1.75em;
  display: flex;
}

.uic-title-wrapper {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: .88em;
}

.uic-bottom-content {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5em;
  display: flex;
}

.uic-left {
  width: 60%;
}

.uic-right {
  justify-content: flex-end;
  align-items: flex-end;
  width: 45%;
  display: flex;
}

.image-5 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.section-dlaczego-my {
  padding-top: 6.56em;
  padding-bottom: 6.56em;
}

.dlaczego-my-title-wrapper {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dlaczego-my-items {
  flex-flow: wrap;
  margin-top: 3.94em;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.dlaczego-my-item {
  grid-column-gap: 1.44em;
  grid-row-gap: 1.44em;
  background-color: #5caac333;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 23%;
  margin: 1%;
  padding: 1.31em .94em;
  display: flex;
}

.dlaczego-my-item.is-alt {
  background-color: #fff;
  box-shadow: 0 4px 27px 24px #4d92a812;
}

.dlaczego-my-item.is-last {
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  flex-flow: column;
}

.d-item-icon {
  background-color: #5caac366;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  margin-top: 2.1em;
  display: flex;
}

.d-item-icon.is-alt {
  background-color: #cb25861a;
}

.image-6 {
  width: 2.81em;
  height: 2.81em;
}

.d-item-right {
  flex: 1;
}

.d-item-top {
  border-bottom: 1px solid #bedde7;
  margin-bottom: 1.88em;
  padding-bottom: .88em;
}

.d-item-top.is-alt {
  border-bottom-color: #f5d3e7;
}

.d-item-number {
  color: #5caac3;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.24;
}

.d-item-number.is-alt {
  color: #cb2586;
}

.d-item-text {
  color: #1d1d1b;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.section-dla-kogo {
  padding-bottom: 6.56em;
}

.dla-kogo-box {
  background-color: #5caac3;
  border-radius: 20px;
  padding: 5.69em 2.88em 5.94em;
}

.dla-kogo-top-flex {
  display: flex;
}

.dla-kogo-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.dla-kogo-title {
  color: #fff;
  font-size: 2.81em;
  line-height: 1.24;
}

.dla-kogo-subtitle {
  color: #fff;
  font-size: 1.88em;
  font-weight: 500;
  line-height: 1.24;
}

.dla-kogo-right {
  grid-column-gap: 3.5em;
  grid-row-gap: 3.5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  padding-top: 1.63em;
  display: flex;
}

.dla-kogo-desc {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.dla-kogo-branze {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  margin-top: 2.75em;
  display: flex;
}

.dk-branza-item {
  display: flex;
}

.dk-branza-item.is-active {
  flex: 1;
}

.dk-branza-button {
  grid-column-gap: 1.63em;
  grid-row-gap: 1.63em;
  cursor: pointer;
  background-color: #deeef3;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 5.63em 1.19em .94em;
  display: flex;
  box-shadow: 0 4px 27px 24px #4d92a812;
}

.dk-branza-button.is-active {
  display: none;
}

.dk-button-text {
  color: #376675;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.1;
}

.dk-button-text.is-white {
  color: #fff;
}

.dk-button-text.is-dark {
  color: #1d1d1b;
}

.dk-button-circle {
  color: #5caac3;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.13em;
  height: 3.13em;
  display: flex;
}

.dk-button-circle.is-alt {
  margin-top: auto;
}

.icon-embed-custom-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .6875rem;
  height: .4375rem;
  display: flex;
}

.dk-text-wrapper {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dk-branza-content {
  flex: 1;
}

.dk-content-inner {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.dk-img-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.dk-img-content-bg {
  background-image: linear-gradient(0deg, #0003, #0003), linear-gradient(279deg, #4a889c 21%, #4a889c00 80%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dk-branza-zawartosc {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 3.13em 2.5em .94em 2em;
  display: flex;
  position: relative;
}

.dk-half {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  padding-bottom: 1.75em;
  display: flex;
}

.dk-item-title {
  color: #fff;
  font-size: 1.88em;
  font-weight: 500;
  line-height: 1.24;
}

.dk-item-text {
  color: #fff;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
}

.icon-embed-custom-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .6875rem;
  height: .4375rem;
  display: flex;
}

.aktualnosci-box {
  background-color: #f6f6f6;
  border-radius: 20px;
  padding-top: 4.63em;
}

.akt-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.akt-tab-item {
  color: #1d1d1b;
  background-color: #fff;
  border-radius: 1000px;
  padding: .38em .75em;
  transition: all .3s;
}

.akt-tab-item.w--current {
  color: #fff;
  background-color: #5caac3;
}

.akt-tab-item.is-realizacja.w--current {
  background-color: #cb2586;
}

.tabs-menu {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .69em .56em;
  display: flex;
}

.tab-item-text {
  font-size: .88em;
  font-weight: 500;
  line-height: 1.2;
}

.akt-tab-fl {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-6 {
  grid-column-gap: .19em;
  grid-row-gap: .19em;
  color: #fff;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .6875rem;
  height: .4375rem;
  display: block;
}

.icon-embed-custom-7 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  height: .4375rem;
  margin-right: 3px;
  display: flex;
}

.tab-act-content {
  width: 100%;
  margin-top: 1.69em;
  padding-bottom: 2.88em;
  padding-left: 2.88em;
  padding-right: 2.88em;
  position: relative;
}

.tab-act-desc {
  z-index: 9;
  max-width: 39.25em;
  margin-top: 3.06em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.akt-c-slider {
  z-index: 9;
  justify-content: space-between;
  margin-top: 3.56em;
  display: flex;
  position: relative;
}

.akt-c-slider.more-top {
  margin-top: 5.38em;
}

.tab-pane-tab-1, .tabs-content {
  width: 100%;
}

.akt-c-slide {
  color: #1d1d1b;
  background-color: #fff;
  border-radius: 20px;
  width: 49%;
  padding: 1.38em 1.94em 1.38em 1.25em;
  text-decoration: none;
}

.c-akt-top {
  border-bottom: 1px solid #e8e8e8;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-akt-title {
  color: #1d1d1b;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5;
}

.akt-title-wrapper {
  max-width: 60%;
}

.cat-tag {
  color: #5caac3;
  background-color: #deeef3;
  border-radius: 1000px;
  padding: .19em .56em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
}

.cat-tag.is-realizacja {
  color: #cb2586;
  background-color: #fae9f3;
}

.c-akt-bottom {
  margin-top: 1.56em;
  display: flex;
}

.c-akt-img {
  border-radius: 20px;
  width: 45%;
  max-height: 14.06em;
  position: relative;
  overflow: hidden;
}

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

.c-akt-img-bg {
  mix-blend-mode: hue;
  background-image: linear-gradient(#5caac3cc, #5caac300);
  position: absolute;
  inset: 0%;
}

.c-akt-img-bg.is-realizacja {
  background-image: linear-gradient(#cb2586cc, #5caac300);
}

.c-akt-content {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 55%;
  padding-left: 2.25em;
  display: flex;
}

.c-akt-content-text {
  color: #1d1d1b;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
}

.c-slider-nav {
  z-index: 9;
  grid-column-gap: 1.69em;
  grid-row-gap: 1.69em;
  justify-content: center;
  align-items: center;
  margin-top: 2.5em;
  display: flex;
  position: relative;
}

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

.nav-dot {
  background-color: silver;
  border-radius: 100%;
  width: .44em;
  height: .44em;
}

.nav-dot.active {
  background-color: #5caac3;
}

.slider-prev {
  color: #5caac3;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.13em;
  height: 3.13em;
  transition: all .3s;
  display: flex;
}

.slider-prev:hover {
  background-color: #0000;
}

.icon-embed-custom-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .6875rem;
  height: .4375rem;
  display: flex;
}

.slider-next {
  color: #5caac3;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.13em;
  height: 3.13em;
  transition: all .3s;
  display: flex;
}

.slider-next:hover {
  background-color: #0000;
}

.image-9 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.section-cta {
  padding-top: 6.56em;
  padding-bottom: 6.56em;
}

.section-cta.less-top {
  padding-top: 0;
}

.cta-box {
  grid-column-gap: 2.31em;
  grid-row-gap: 2.31em;
  background-image: linear-gradient(34deg, #5caac3 23%, #cb2586);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4.25em;
  padding-bottom: 4.25em;
  display: flex;
  box-shadow: 0 4px 27px 24px #4d92a812;
}

.cta-text {
  color: #fff;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.section-contact {
  z-index: 9;
  margin-bottom: 5.81em;
  position: relative;
}

.contact-box {
  background-color: #f6f6f6;
  border-radius: 1.25em;
  padding: 2.88em;
  display: flex;
}

.contact-box-left {
  width: 55%;
}

.cb-img-wraper {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.cb-img-bg {
  grid-column-gap: .63px;
  grid-row-gap: .63px;
  background-image: linear-gradient(221deg, #4a889c00 34%, #4a889c 77%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2.06em;
  padding-left: 2.19em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contact-img-title {
  color: #fff;
  font-size: 2.81em;
  line-height: 1.24;
}

.contact-box-right {
  width: 45%;
  padding-left: 1.25em;
}

.cbox-wrapper {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 2.56em 2.75em 1.31em;
}

.contact-item-title {
  color: #1d1d1b;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5;
}

.contact-form-wrapper {
  margin-top: 1.69em;
}

.cform-item {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cform-label {
  color: #131313;
  margin-bottom: 0;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.4;
}

.cform-field {
  color: #1d1d1b;
  mix-blend-mode: normal;
  background-color: #f6f6f6;
  border: 0 solid #000;
  border-radius: 64px;
  height: 3.44em;
  margin-bottom: 0;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 1em;
  line-height: 1.24;
}

.cform-field:active {
  color: #1d1d1b;
  background-color: #5caac333;
}

.cform-field::placeholder {
  color: #8f8f8f;
}

.cform-field.is-textarea {
  border-radius: 20px;
  height: 7.63em;
  padding-top: 1em;
}

.form-inner-flex {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.cform-zgody {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.zgoda-text {
  color: #1d1d1b;
  margin-bottom: 0;
  font-size: .75em;
  line-height: 1.2;
}

.checkbox-field {
  margin-bottom: 0;
}

.zgoda-link {
  color: #1d1d1b;
}

.zgoda-more {
  color: #1d1d1b;
  font-size: .75em;
  line-height: 1.2;
}

.cform-gody-hidden {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  width: 100%;
  max-height: 0;
  padding-top: 0;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.zgody-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.zgody-flex-inner {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  flex-flow: column;
  padding-top: .75em;
  display: flex;
}

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

.footer {
  background-color: #fff;
  padding-top: 8.69em;
  padding-bottom: 1.38em;
  position: relative;
}

.footer-flex {
  z-index: 9;
  justify-content: space-between;
  margin-bottom: 3.13em;
  display: flex;
  position: relative;
}

.image-11 {
  width: 19.56em;
}

.footer-c-link {
  color: #1d1d1b;
  text-decoration: none;
  transition: all .3s;
}

.footer-c-link:hover {
  color: #cb2586;
}

.c-link-flex {
  grid-column-gap: 1.06em;
  grid-row-gap: 1.06em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-link-text {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
}

.c-link-icon {
  background-color: #deeef3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.13em;
  height: 3.13em;
  display: flex;
}

.icon-embed-custom-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.footer-c-links {
  grid-column-gap: 1.69em;
  grid-row-gap: 1.69em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-embed-custom-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.footer-col-title {
  color: #5caac3;
  margin-bottom: .38em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
}

.footer-col-menu {
  grid-column-gap: .38em;
  grid-row-gap: .38em;
  flex-flow: column;
  margin-top: .38em;
  display: flex;
}

.footer-menu-link {
  color: #1d1d1b;
  font-size: .88em;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
}

.footer-menu-link:hover {
  color: #cb2586;
}

.footer-adres-text {
  color: #1d1d1b;
  font-size: .88em;
  line-height: 1.5;
}

.footer-bottom {
  z-index: 9;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffffab;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: .94em 1.81em;
  display: flex;
  position: relative;
}

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

.copy-link {
  color: #5caac3;
  font-size: .75em;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
}

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

.image-12 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.contact-hero-text-wrapper {
  max-width: 27.25em;
  margin-left: auto;
}

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

.contact-details-flex {
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.contact-details-item {
  grid-column-gap: 1.44em;
  grid-row-gap: 1.44em;
  background-color: #5caac333;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 32.33%;
  margin: 1% .5%;
  padding: 1.31em .94em 2.75em;
  display: flex;
}

.contact-details-item.is-alt {
  background-color: #fff;
  box-shadow: 0 4px 27px 24px #4d92a812;
}

.contact-details-item.is-last {
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  flex-flow: column;
}

.is-contact-detail-item-link {
  color: #1d1d1b;
  margin-top: 1.1em;
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}

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

.o-nas-title-wrapper {
  padding-bottom: 6.56em;
}

.sec-cs-list {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  flex-flow: column;
  margin-top: .56em;
  display: flex;
}

.sec-cs-list.is-kr {
  padding-left: 2.19em;
  padding-right: 2.19em;
}

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

.image-13 {
  flex: none;
  width: .69em;
}

.list-item-text {
  color: #8f8f8f;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.8;
}

.list-item-text.is-dark {
  color: #1d1d1b;
  font-size: .88em;
  line-height: 1.5;
}

.section-dokumentacja {
  padding-top: 6.56em;
  padding-bottom: 6.56em;
}

.dokumentacja-button-wrapper {
  margin-top: 1.69em;
}

.section-certyfikaty {
  padding-bottom: 6.56em;
}

.certyfikaty-box {
  background-color: #f6f6f6;
  border-radius: 20px;
  padding: 6.06em 2.88em 4.56em;
}

.certyfikaty-top-wrapper {
  grid-column-gap: 1.94em;
  grid-row-gap: 1.94em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sec-desc-wraper {
  text-align: center;
  max-width: 32em;
  margin-left: auto;
  margin-right: auto;
}

.certyfikaty-slider {
  justify-content: space-between;
  margin-top: 4.13em;
  display: flex;
}

.cert-slide-item {
  color: #1d1d1b;
  background-color: #fff;
  border-radius: 20px;
  width: 24%;
  margin-left: 0%;
  padding: 2.44em 2.06em 2.69em;
  text-decoration: none;
  transition: all .3s;
}

.cert-slide-item:hover {
  color: #5caac3;
}

.cert-img {
  height: 10.19em;
  margin-bottom: 2.63em;
}

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

.cert-name {
  text-align: center;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.cert-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 3.13em;
  display: flex;
}

.section-s-post {
  margin-top: 8.13em;
}

.s-post-box {
  background-color: #f6f6f6;
  border-radius: 20px;
  padding: 5.38em 2.88em;
  position: relative;
}

.s-post-top {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.s-post-desc {
  max-width: 50em;
  margin: 4.13em auto 3.94em;
}

.s-post-desc-text {
  color: #1d1d1b;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.s-post-main-img {
  border-radius: 20px;
  width: 100%;
  height: 34.63em;
  position: relative;
  overflow: hidden;
}

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

.s-post-img-bg {
  mix-blend-mode: hue;
  background-image: linear-gradient(#5caac3cc, #5caac300);
  position: absolute;
  inset: 0%;
}

.s-post-img-bg.is-colored {
  background-image: linear-gradient(#cb2586cc, #5caac300);
}

.s-post-main-content {
  z-index: 9;
  background-color: #fff;
  border-radius: 20px;
  max-width: 55.75em;
  margin-top: -5.63em;
  margin-left: auto;
  margin-right: auto;
  padding: 2.81em 4em 4em;
  position: relative;
}

.s-post-text {
  color: #1d1d1b;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.s-post-text a {
  color: #1d1d1b;
}

.s-post-text h1 {
  margin-top: 10px;
  font-size: 2.81em;
  font-weight: 500;
  line-height: 1.5;
}

.s-post-text h2 {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5;
}

.s-post-text h3 {
  font-size: 1.88em;
  font-weight: 500;
  line-height: 1.5;
}

.s-post-text h4 {
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.5;
}

.s-post-text h5 {
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
}

.s-post-text h6 {
  font-size: .75em;
  font-weight: 500;
  line-height: 1.5;
}

.s-post-text blockquote {
  border-left-width: 2px;
  border-left-color: #cb2586;
  margin-bottom: 10px;
  padding: 0 0 0 1.5em;
  font-size: 1em;
  font-weight: 500;
}

.s-post-text ol, .s-post-text ul {
  padding-left: 20px;
}

.s-post-gallery {
  margin-top: 4em;
}

.s-post-gallery-main {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

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

.s-post-gallery-smaller {
  margin-top: 1.31em;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.small-gallery-item {
  border-radius: 15px;
  width: 19%;
  height: 6.06em;
  margin-left: .5%;
  margin-right: .5%;
  position: relative;
  overflow: hidden;
}

.image-17 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.section-pozostale {
  padding-top: 6.56em;
  padding-bottom: 6.56em;
}

.pozostale-box {
  background-color: #f6f6f6;
  border-radius: 20px;
  padding: 5.69em 2.88em 3em;
  position: relative;
}

.pozostale-box.is-colored {
  background-color: #fae9f3;
}

.section-blog-nav {
  padding-top: 6.56em;
  padding-bottom: 6.56em;
}

.blog-nav-flex {
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.blog-nav-item {
  color: #1d1d1b;
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 20px;
  width: 24%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 2.13em 3em;
  text-decoration: none;
  transition: all .3s;
}

.blog-nav-item:hover {
  color: #fff;
  background-image: linear-gradient(38deg, #5caac3, #cb2586);
}

.blog-nav-item-text {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
}

.section-blog-najnowsze {
  margin-bottom: 6.56em;
}

.najnowsze-box {
  background-color: #5caac333;
  border-radius: 20px;
  padding: 4em 2.88em 3em;
  position: relative;
  overflow: hidden;
}

.section-blog-projekty {
  margin-bottom: 6.56em;
}

.projekty-box {
  background-color: #fae9f3;
  border-radius: 20px;
  padding: 4em 2.88em 3em;
  position: relative;
  overflow: hidden;
}

.pr-box {
  z-index: 9;
  grid-row-gap: 1.25em;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 3.56em;
  display: flex;
  position: relative;
}

.pr-box.more-top {
  margin-top: 5.38em;
}

.section-blog-wydarzenia {
  margin-bottom: 6.56em;
}

.wydarzenia-box {
  background-color: #f6f6f6;
  border-radius: 20px;
  padding: 4em 2.88em 3em;
  position: relative;
  overflow: hidden;
}

.section-blog-casestudy {
  margin-bottom: 6.56em;
}

.section-uslugi-info {
  padding-bottom: 6.56em;
}

.uslugi-info-flex {
  display: flex;
}

.usluga-i-item {
  color: #fff;
  background-color: #5caac333;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 24%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 2.19em 1.88em 1.56em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 27px 24px #4d92a812;
}

.usluga-i-item._2 {
  background-image: linear-gradient(25deg, #5caac3 30%, #cb2586);
}

.usluga-i-item._3 {
  color: #1d1d1b;
}

.usluga-i-item._4 {
  color: #1d1d1b;
  background-color: #5caac366;
}

.usluga-item-top {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.usluga-item-title {
  font-size: 1.88em;
  font-weight: 500;
  line-height: 1.24;
}

.usluga-item-text {
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
}

.usluga-item-bottom {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 2.31em;
  display: flex;
  position: relative;
}

.image-18 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-uslugi-list {
  padding-top: 6.56em;
  padding-bottom: 6.56em;
}

.uslugi-list-box {
  background-color: #f6f6f6;
  border-radius: 20px;
  padding-top: 5.38em;
  padding-bottom: 5.38em;
  position: relative;
  overflow: hidden;
}

.uslugi-list-top-s {
  z-index: 9;
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.uslugi-cs-list {
  z-index: 9;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  max-width: 60em;
  margin-top: 5.63em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.usluga-l-item {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 1.94em 1.25em;
  transition: all .3s;
  display: flex;
}

.usluga-l-item:hover {
  background-color: #deeef3;
}

.usluga-l-title {
  color: #1d1d1b;
  font-size: 1.88em;
  font-weight: 500;
  line-height: 1.24;
}

.image-19 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.ot-max-width {
  max-width: 24.38em;
}

.co-wrapper {
  margin-top: 2.25em;
}

.section-wiedza {
  padding-top: 6.56em;
  padding-bottom: 6.56em;
}

.wiedza-box {
  background-color: #f6f6f6;
  border-radius: 20px;
  padding-top: 5.38em;
  padding-bottom: 3.94em;
  position: relative;
  overflow: hidden;
}

.wiedza-wraper {
  z-index: 9;
  width: 100%;
  max-width: 63.13em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wiedza-desc-wrapper {
  max-width: 30.63em;
  margin: 2em auto 2.5em;
}

.wiedza-desc-text {
  color: #1d1d1b;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5;
}

.organizacja-box {
  border-radius: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.organizacja-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.organizacja-bg-gradient {
  background-image: linear-gradient(0deg, #5caac380, #5caac380), linear-gradient(97deg, #4a889c00 27%, #4a889c 81%);
  position: absolute;
  inset: 0%;
}

.organizacja-box-content {
  justify-content: space-between;
  align-items: center;
  padding: 7.31em 2.88em;
  display: flex;
  position: relative;
}

.org-col {
  width: 40%;
}

.organizacja-titl {
  color: #fff;
  font-size: 2.81em;
  line-height: 1.24;
}

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

.organizacja-text-wrapper {
  max-width: 25.75em;
  margin-left: auto;
}

.section-krok-po-kroku {
  padding-top: 6.56em;
  padding-bottom: 6.56em;
}

.krok-po-kroku-flex {
  margin-top: 10em;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.krok-item {
  flex-flow: column;
  width: 19%;
  margin-left: .5%;
  margin-right: .5%;
  display: flex;
  position: relative;
}

.krok-item-content {
  background-color: #5caac333;
  border-radius: 20px;
  flex: 1;
  padding-bottom: 1.69em;
}

.krok-item-content.is-alt {
  background-color: #fff;
  box-shadow: 0 4px 27px 24px #4d92a812;
}

.k-item-inner {
  grid-column-gap: .81em;
  grid-row-gap: .81em;
  flex-flow: column;
  margin-top: -1.6em;
  display: flex;
}

.k-item-number {
  color: #5caac3;
  text-align: center;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.24;
}

.k-item-title {
  color: #1d1d1b;
  text-align: center;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5;
}

.k-item-circle {
  background-color: #bedde7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -3em;
}

.k-item-circle.is-alt {
  background-color: #fae9f3;
}

.image-21 {
  width: 7.63em;
  position: absolute;
  top: -4em;
  right: -4em;
}

.image-22 {
  width: 8px;
  height: 3.62em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-specjalisci {
  padding-bottom: 6.56em;
}

.specjalisci-box {
  background-color: #f6f6f6;
  border-radius: 20px;
  padding: 5.63em 2.88em;
  position: relative;
  overflow: hidden;
}

.specjalisci-imgs {
  justify-content: space-between;
  align-items: center;
  margin-top: 4.75em;
  margin-bottom: 5.38em;
  display: flex;
}

.sp-img {
  border-radius: 20px;
  width: 32.33%;
  margin-left: .5%;
  margin-right: .5%;
  position: relative;
  overflow: hidden;
}

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

.sp-img-bg {
  background-image: linear-gradient(221deg, #4a889c00 34%, #4a889c 77%);
  position: absolute;
  inset: 0%;
}

.specjalisci-content {
  z-index: 9;
  display: flex;
  position: relative;
}

.specjalisci-content.with-space {
  margin-top: 4.75em;
}

.sp-bigger {
  flex-flow: column;
  justify-content: space-between;
  width: 55%;
  display: flex;
}

.sp-bigger.right-padding {
  grid-column-gap: 4.5em;
  grid-row-gap: 4.5em;
  padding-right: 9.06em;
}

.sp-bigger.smaller-right-padding {
  padding-right: 1.25em;
}

.sp-text-1 {
  color: #1d1d1b;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5;
}

.sp-text-2 {
  color: #8f8f8f;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.sp-smaller {
  width: 45%;
}

.sp-text-item {
  background-color: #5caac333;
  border-radius: 20px;
  padding: 1.25em;
}

.sp-item-content {
  color: #1d1d1b;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.sp-span {
  color: #5caac3;
}

.sp-flex-items {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  display: flex;
}

.sp-img-inner {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

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

.spimgbginner {
  mix-blend-mode: multiply;
  background-image: linear-gradient(#5caac3cc, #5caac300);
  position: absolute;
  inset: 0%;
}

.image-25 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.sp-p-content {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 1.63em 2em 1.25em;
}

.sp-r-title {
  color: #1d1d1b;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
}

.sp-p-items {
  grid-column-gap: 2.13em;
  grid-row-gap: 2.13em;
  flex-flow: column;
  margin-top: 1.56em;
  display: flex;
}

.sp-p-item {
  grid-column-gap: .44em;
  grid-row-gap: .44em;
  flex-flow: column;
  display: flex;
}

.p-item-title {
  grid-column-gap: .56em;
  grid-row-gap: .56em;
  color: #1d1d1b;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-size: .75em;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.p-item-title-text {
  color: #5caac3;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.p-item-dot {
  background-color: #5caac3;
  border-radius: 100%;
  width: .31em;
  height: .31em;
}

.p-item-inner-text {
  color: #1d1d1b;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
}

.info-h-wrapper {
  display: flex;
}

.is-hero-menu {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.m-item-content {
  text-decoration: none;
  display: flex;
}

.m-item-content.is-active {
  flex: 1;
  text-decoration: none;
}

.m-item-button {
  grid-column-gap: 1.63em;
  grid-row-gap: 1.63em;
  cursor: pointer;
  background-color: #deeef3;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  min-height: 27.63em;
  padding: 5.63em 1.19em .94em;
  display: flex;
  box-shadow: 0 4px 27px 24px #4d92a812;
}

.m-item-button.is-active {
  display: none;
}

.m-item-button.is-realizacje-bigger {
  color: #fff;
  background-image: linear-gradient(25deg, #5caac3 30%, #cb2586);
  width: 13em;
}

.m-item-button.is-kontakt {
  background-color: #5caac366;
}

.m-item-zawartosc {
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding: 3.13em 2.5em .94em 2em;
  display: flex;
  position: relative;
}

.m-item-wl {
  flex: 1;
}

.background-video {
  width: 100%;
  height: 100%;
}

.m-item-content-bg {
  mix-blend-mode: hue;
  background-image: linear-gradient(#5ba9c2cc, #5ba9c200 77%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.m-item-item-title {
  color: #fff;
  margin-bottom: .3em;
  font-size: 2.81em;
  line-height: 1.24;
}

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

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

.image-26 {
  width: 7.12em;
}

.nav-menu {
  background-color: #f6f6f6;
  border-radius: 100px;
  padding: .63em .81em;
}

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

.dropdown-toggle {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  border-bottom: 1px solid #1d1d1b;
  justify-content: center;
  align-items: center;
  padding: .5em 0;
  display: flex;
}

.icon-embed-custom-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .6875rem;
  height: .375rem;
  display: flex;
}

.text-block {
  color: #1d1d1b;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.2;
}

.dropdown-list.w--open {
  background-color: #f6f6f6;
}

.drop-link {
  color: #1d1d1b;
  padding-left: .63em;
  padding-right: .63em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
}

.nav-link {
  color: #1d1d1b;
  border-radius: 1000px;
  padding: .38em .44em;
  text-decoration: none;
  transition: all .3s;
}

.nav-link:hover {
  color: #fff;
  background-color: #5caac3;
}

.nav-link-inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-text {
  font-size: .88em;
  font-weight: 500;
  line-height: 1.2;
}

.nav-link-arrow {
  width: 0;
  padding-right: 0;
  transition: all .3s;
  overflow: hidden;
}

.nav-link-item-wrapper {
  padding-right: .63em;
}

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

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

.popup-inner-content {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 34.38em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.75em 2.75em 1.31em;
  position: relative;
}

.pop-top {
  z-index: 9;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.pop-title {
  color: #1d1d1b;
  font-size: 1.88em;
  font-weight: 500;
  line-height: 1.24;
}

.image-27 {
  width: 3.13em;
  height: 3.13em;
}

.pop-form {
  margin-top: 3.13em;
}

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

.popup-porownanie-inner {
  background-color: #f6f6f6;
  border-radius: 20px;
  width: 100%;
  max-width: 90vw;
  padding: 3.13em 2.88em;
  position: relative;
  overflow: auto;
}

.porownanie-table {
  z-index: 9;
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  flex-flow: column;
  max-height: 85vh;
  margin-top: 3.38em;
  display: flex;
  position: relative;
  overflow: auto;
}

.image-28 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.pt-row {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr 1fr 1fr 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pt-head-item {
  background-color: #5caac333;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 1.19em;
  display: flex;
}

.pt-head-item.is-nr {
  background-color: #fff;
  flex-flow: column;
  padding-top: .75em;
  padding-bottom: .75em;
}

.p-item-text {
  grid-column-gap: .56em;
  grid-row-gap: .56em;
  color: #1d1d1b;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-size: .75em;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.bold-text {
  display: inline-flex;
}

.p-table-item-text {
  color: #1d1d1b;
  text-align: center;
  font-size: .75em;
  line-height: 1.5;
}

.st-flex {
  grid-column-gap: .13em;
  grid-row-gap: .13em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  font-size: 16px;
}

.metody-dropdown {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
}

.dropdown-toggle-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.19em 1.63em 1.19em 1.31em;
  display: flex;
}

.metaoda-content-left {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-29 {
  width: 2.81em;
  height: 2.81em;
}

.metoda-nazwa {
  color: #1d1d1b;
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.2;
}

.image-30 {
  width: 3.13em;
  height: 3.13em;
}

.metody-wynik {
  justify-content: space-between;
  margin-top: 2.5em;
  margin-left: -.5%;
  margin-right: -.5%;
  display: flex;
}

.mw-item {
  border: 1px solid #5caac3;
  border-radius: 20px;
  width: 32.33%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 1.81em 1.25em 1.8em;
}

.mw-item.with-bg {
  background-color: #5caac333;
  border-color: #5caac333;
}

.mw-label {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .63em;
  display: flex;
}

.image-31 {
  width: 1.06em;
  height: 1em;
}

.mw-label-text {
  color: #1d1d1b;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5;
}

.mw-value {
  color: #1d1d1b;
  font-size: 1.13em;
  font-weight: 500;
  line-height: 1.5;
}

.metody-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 5.75em;
  display: flex;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 20px;
}

.metoda-drop-item {
  justify-content: space-between;
  width: 100%;
  padding: 1.19em 1.63em 1.19em 1.31em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.metoda-drop-item:hover {
  background-color: #5caac333;
}

@media screen and (max-width: 991px) {
  .hero-title {
    font-size: 2.5em;
  }

  .simple-button {
    flex: none;
  }

  .simple-button.is-alt.is-nav-btn.is-mob-button {
    display: none;
  }

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

  .liczba-item {
    width: 48%;
  }

  .icon-embed-custom-3 {
    flex: none;
  }

  .ot-box {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .ot-smaller {
    grid-column-gap: 1.56em;
    grid-row-gap: 1.56em;
    width: 50%;
  }

  .ot-bigger {
    width: 50%;
  }

  .ot-img-wrapper {
    width: 100%;
    height: 100%;
  }

  .section-title.centered.bigger {
    font-size: 2.5em;
  }

  .dlaczego-flex {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
  }

  .dlaczego-left {
    grid-column-gap: 2.06em;
    grid-row-gap: 2.06em;
    flex-flow: column;
    width: 100%;
    display: block;
  }

  .dlaczego-right {
    width: 100%;
  }

  .dlaczego-text-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    max-width: 100%;
  }

  .section-bigger-title.centered {
    font-size: 2.5em;
  }

  .uslugi-cat-wrapper {
    flex-flow: wrap;
  }

  .uslugi-cat-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 25em;
    margin-left: auto;
    margin-right: auto;
  }

  .uslugi-cat-right {
    width: 100%;
    margin-top: 2.19em;
    padding-left: 0;
  }

  .usluga-item-img {
    height: 18em;
  }

  .uic-bottom-content {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-flow: wrap;
  }

  .uic-left {
    width: 100%;
  }

  .dlaczego-my-item {
    width: 48%;
  }

  .d-item-icon {
    flex: none;
  }

  .dla-kogo-box {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .dla-kogo-subtitle {
    font-size: 1.6em;
  }

  .dla-kogo-branze {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
  }

  .dk-button-text {
    font-size: 1.3em;
  }

  .dk-button-circle.is-alt {
    flex: none;
  }

  .dk-branza-zawartosc {
    grid-column-gap: .94em;
    grid-row-gap: .94em;
  }

  .dk-half {
    width: 100%;
  }

  .dk-item-title {
    font-size: 1.7em;
  }

  .akt-c-slide {
    padding-right: 1.25em;
  }

  .c-akt-bottom {
    flex-flow: wrap;
  }

  .c-akt-content {
    padding-left: 1em;
  }

  .section-cta.less-top {
    padding-bottom: 4em;
  }

  .contact-box {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .contact-box-left {
    width: 50%;
  }

  .contact-img-title {
    font-size: 2em;
  }

  .contact-box-right {
    width: 50%;
  }

  .cbox-wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .form-inner-flex {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .footer {
    padding-top: 6em;
  }

  .image-11 {
    width: 9em;
  }

  .c-link-text {
    font-size: 1em;
  }

  .c-link-icon {
    flex: none;
  }

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

  .contact-details-flex {
    flex-flow: wrap;
  }

  .contact-details-item {
    width: 49%;
  }

  .o-nas-title-wrapper {
    padding-bottom: 4em;
  }

  .sec-cs-list.is-kr {
    padding-left: 1em;
    padding-right: 1em;
  }

  .section-dokumentacja {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .s-post-box {
    padding-left: 2em;
    padding-right: 2em;
  }

  .s-post-main-content {
    margin-top: 1em;
  }

  .section-pozostale, .section-blog-nav {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .blog-nav-item {
    padding-left: 2em;
    padding-right: 2em;
  }

  .blog-nav-item-text {
    font-size: 1.3em;
  }

  .section-uslugi-info {
    padding-bottom: 4em;
  }

  .uslugi-info-flex {
    grid-row-gap: .75em;
    flex-flow: wrap;
  }

  .usluga-i-item._2, .usluga-i-item._3, .usluga-i-item._4, .usluga-i-item._1 {
    width: 49%;
  }

  .section-uslugi-list {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .uslugi-cs-list {
    padding-left: 1.56em;
    padding-right: 1.56em;
  }

  .usluga-l-title {
    font-size: 1.5em;
  }

  .organizacja-box-content {
    padding: 4em 1.5em;
  }

  .organizacja-titl {
    font-size: 2em;
  }

  .section-krok-po-kroku {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .krok-po-kroku-flex {
    grid-row-gap: 4em;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .krok-item {
    width: 32.33%;
  }

  .image-21 {
    display: none;
  }

  .section-specjalisci {
    padding-bottom: 4em;
  }

  .specjalisci-box {
    padding: 4em 1.5em;
  }

  .sp-bigger.right-padding {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-right: 2em;
  }

  .sp-text-1 {
    font-size: 1em;
  }

  .sp-item-content {
    font-size: .9em;
  }

  .sp-r-title {
    font-size: 1.2em;
  }

  .nav-menu {
    background-color: #0000;
  }

  .nav-right {
    z-index: 9;
    position: relative;
  }

  .nav-inner-flex {
    flex-flow: column;
    padding-top: 7.81em;
  }

  .button-close-popup {
    flex: none;
  }

  .porownanie-table {
    min-width: 68.75em;
  }

  .pt-row {
    width: 100%;
  }

  .s-wybor-metody {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .mw-value {
    font-size: 1.1em;
  }

  .metody-button-wrapper {
    margin-top: 4em;
  }

  .lottie-animation {
    width: 1.56em;
  }

  .menu-button {
    padding: 0;
  }

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

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

  .brand {
    z-index: 9;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    padding-bottom: 5em;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .sec-flex {
    grid-column-gap: 3.44em;
    grid-row-gap: 3.44em;
    flex-flow: wrap;
  }

  .flex-col-bigger, .flex-col-smaller {
    width: 100%;
  }

  .section-liczby {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .liczba-item {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .ot-box {
    flex-flow: wrap;
    padding: 2em 1.5em;
  }

  .ot-smaller {
    grid-column-gap: 2.06em;
    grid-row-gap: 2.06em;
    width: 100%;
  }

  .ot-bigger {
    width: 100%;
  }

  .section-title {
    font-size: 1.5em;
  }

  .section-dlaczego {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .dlaczego-flex {
    padding-left: 2em;
    padding-right: 2em;
  }

  .dlaczego-item {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 48%;
  }

  .uslugi-box {
    padding: 4em 2em;
  }

  .section-bigger-title.centered {
    font-size: 2.5em;
  }

  .usluga-item-content {
    flex-flow: wrap;
  }

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

  .usluga-inner-content {
    margin-left: 0;
  }

  .uic-right {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .section-dlaczego-my {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .dlaczego-my-item {
    width: 100%;
  }

  .section-dla-kogo {
    padding-bottom: 4em;
  }

  .dla-kogo-box {
    padding-left: 2em;
    padding-right: 2em;
  }

  .dla-kogo-top-flex {
    flex-flow: wrap;
  }

  .dla-kogo-left {
    grid-column-gap: 2.19em;
    grid-row-gap: 2.19em;
    width: 100%;
  }

  .dla-kogo-right {
    width: 100%;
  }

  .dla-kogo-branze {
    flex-flow: wrap;
  }

  .dk-branza-item {
    width: 100%;
  }

  .dk-branza-button {
    flex-flow: row;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 2.5em;
  }

  .dk-text-wrapper {
    flex: none;
  }

  .dk-branza-zawartosc {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .dk-half {
    grid-column-gap: 2.81em;
    grid-row-gap: 2.81em;
    padding-bottom: 0;
  }

  .section-aktualnosci {
    overflow: hidden;
  }

  .tab-act-content {
    padding-left: 2em;
    padding-right: 2em;
  }

  .akt-c-slide {
    flex: none;
    width: 100%;
  }

  .section-cta {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .cta-box {
    padding-left: 1.56em;
    padding-right: 1.56em;
  }

  .section-contact {
    margin-bottom: 4em;
  }

  .contact-box {
    grid-column-gap: 2.81em;
    grid-row-gap: 2.81em;
    flex-flow: wrap;
    padding: 2em;
  }

  .contact-box-left {
    width: 100%;
  }

  .contact-box-right {
    width: 100%;
    padding-left: 0;
  }

  .footer {
    padding-top: 4em;
  }

  .footer-flex {
    grid-row-gap: 3.44em;
    flex-flow: wrap;
  }

  .footer-col {
    width: 45%;
  }

  .footer-bottom {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
  }

  .contact-hero-text-wrapper {
    max-width: 100%;
    margin-left: 0;
  }

  .contact-details-item {
    width: 100%;
  }

  .s-post-box {
    padding: 4em 1.5em;
  }

  .s-post-main-content {
    padding-left: 2em;
    padding-right: 2em;
  }

  .pozostale-box {
    padding-top: 3em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .blog-nav-flex {
    grid-row-gap: .63em;
    flex-flow: wrap;
  }

  .blog-nav-item {
    width: 49%;
  }

  .najnowsze-box, .projekty-box, .wydarzenia-box {
    padding-left: 2em;
    padding-right: 2em;
  }

  .usluga-item-title {
    font-size: 1.2em;
  }

  .usluga-l-item {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-flow: wrap;
  }

  .usluga-l-title {
    font-size: 1.3em;
  }

  .section-wiedza {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .wiedza-desc-text {
    text-align: center;
    font-size: 1.2em;
  }

  .organizacja-box-content {
    grid-column-gap: 2.81em;
    grid-row-gap: 2.81em;
    flex-flow: wrap;
  }

  .org-col {
    width: 100%;
  }

  .organizacja-text-wrapper {
    max-width: 100%;
    margin-left: 0;
  }

  .krok-item {
    width: 49%;
  }

  .k-item-inner {
    padding-left: 1.38em;
    padding-right: 1.38em;
  }

  .k-item-title {
    font-size: 1.1em;
  }

  .specjalisci-imgs {
    grid-row-gap: .4em;
    flex-flow: wrap;
    justify-content: center;
  }

  .sp-img {
    order: 0;
    width: 49%;
  }

  .sp-img.islast {
    order: 9999;
  }

  .specjalisci-content {
    grid-column-gap: 2.81em;
    grid-row-gap: 2.81em;
    flex-flow: wrap;
  }

  .sp-bigger.right-padding, .sp-bigger.smaller-right-padding {
    width: 100%;
    padding-right: 0;
  }

  .sp-smaller {
    width: 100%;
  }

  .is-hero-menu {
    flex-flow: wrap;
  }

  .m-item-content {
    width: 100%;
  }

  .m-item-button {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .m-item-button.is-realizacje-bigger {
    width: 100%;
  }

  .m-item-zawartosc {
    min-height: 15em;
    padding-left: 1.19em;
    padding-right: 1.19em;
  }

  .m-item-item-title {
    font-size: 2em;
  }

  .popup-inner-content {
    max-height: 90vh;
    overflow: auto;
  }

  .button-close-popup {
    flex: none;
  }

  .dropdown-toggle-2 {
    flex-flow: row;
  }

  .metaoda-content-left {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    max-width: 80%;
  }

  .metoda-icon {
    flex: none;
  }

  .image-29 {
    width: 2em;
    height: 2em;
  }

  .metoda-nazwa {
    white-space: pre-wrap;
    word-break: normal;
    font-size: 1em;
  }

  .image-30 {
    width: 2em;
    height: 2em;
  }

  .metody-wynik {
    grid-column-gap: .94em;
    grid-row-gap: .94em;
    flex-flow: wrap;
  }

  .mw-item {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero-title {
    font-size: 2.5em;
  }

  .buttons-flex {
    grid-row-gap: .8em;
    flex-flow: wrap;
  }

  .buttons-flex.no-top {
    justify-content: center;
    align-items: flex-start;
  }

  .simple-button.is-alt.is-nav-btn {
    display: none;
  }

  .simple-button.is-alt.is-nav-btn.is-mob-button {
    display: block;
  }

  .liczba-item {
    width: 100%;
  }

  .ot-box {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .ot-smaller {
    grid-column-gap: 2.06em;
    grid-row-gap: 2.06em;
  }

  .section-title.centered.bigger {
    font-size: 2em;
  }

  .dlaczego-flex {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .dlaczego-item {
    width: 100%;
  }

  .dlaczego-item.is-bigger {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .uslugi-box {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .section-bigger-title {
    font-size: 2.5em;
  }

  .dla-kogo-box {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .dla-kogo-title {
    font-size: 2.5em;
  }

  .dk-branza-button {
    padding-right: 2em;
  }

  .dk-button-text {
    font-size: 1.1em;
  }

  .c-akt-img {
    width: 100%;
  }

  .c-akt-content {
    width: 100%;
    padding-top: 1.56em;
    padding-left: 0;
  }

  .contact-box {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .cb-img-bg {
    padding-bottom: 2em;
    padding-left: 2em;
  }

  .zgoda-more {
    flex: none;
  }

  .footer-logo {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-col.is-full {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-c-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-bottom {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    flex-flow: column;
  }

  .section-contact-details {
    padding-top: 0;
  }

  .pozostale-box, .najnowsze-box, .projekty-box, .wydarzenia-box {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .usluga-i-item._2, .usluga-i-item._3, .usluga-i-item._4, .usluga-i-item._1 {
    width: 100%;
  }

  .uslugi-list-top-s {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .wiedza-box {
    padding-top: 4em;
  }

  .wiedza-wraper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .krok-item, .sp-img {
    width: 100%;
  }

  .button-close-popup {
    flex: none;
  }

  .s-wybor-metody {
    padding-left: 0;
    padding-right: 0;
  }
}


