.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

a {
  text-decoration: none;
}

.hero-section {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(255, 253, 253, 0), rgba(0, 0, 0, 0.67)), url('../images/plaza.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  font-family: Lato, sans-serif;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-grid {
  display: none;
  -ms-grid-columns: 2.5fr 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading {
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
}

.paragraph {
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  font-style: normal;
}

.paragraph-2 {
  margin-bottom: 66px;
  font-family: Lato, sans-serif;
  color: red;
  font-size: 16px;
  font-style: italic;
}

.button {
  background-color: red;
  font-family: Oswald, sans-serif;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 104px;
  padding-bottom: 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  font-size: 10px;
}

.section-subheading {
  font-family: Oswald, sans-serif;
  color: red;
  font-size: 18px;
  text-align: center;
}

.section-title {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.grid {
  margin-top: 80px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 425px;
  grid-template-rows: 425px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.service-block-wrpper {
  padding: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/jablka.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/jablka.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.service-block-wrpper:hover {
  border-style: none;
  border-width: 0px;
  border-color: red;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/jablka.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/jablka.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  box-shadow: 10px 10px 13px 0 #000;
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.service-block-wrpper._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/kw1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/kw1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-block-wrpper._2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/kw1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/kw1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.service-block-wrpper._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_8477.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_8477.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 105%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.service-block-wrpper._3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/IMG_8477.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/IMG_8477.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
}

.service-block-wrpper._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_4285.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_4285.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.service-block-wrpper._4:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/IMG_4285.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/IMG_4285.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.service-title {
  display: block;
  margin-top: 144px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.service-title.kontakt {
  display: none;
  padding-bottom: 76px;
  font-size: 40px;
}

.service-text {
  margin-top: 29px;
  font-family: Lato, sans-serif;
  color: #fff;
}

.bold-text {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.bold-text-2 {
  opacity: 1;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}

.bold-text-3 {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.bold-text-4 {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.bold-text-5 {
  position: static;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.bold-text-6 {
  font-family: Oswald, sans-serif;
  color: #fff;
  text-decoration: none;
}

.bold-text-7 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-style: normal;
  text-decoration: none;
}

.bold-text-7:hover {
  text-decoration: none;
}

.bold-text-8 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 700;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-right: 56px;
  padding-left: 56px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(175, 164, 164, 0.38);
}

.logo-wrapper {
  height: 150px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand {
  position: relative;
  margin-top: -64px;
  margin-right: -175px;
  margin-left: -39px;
  padding-bottom: 0px;
}

.brand.w--current {
  margin-right: -173px;
  padding-right: 0px;
}

.logo {
  height: 300px;
  max-width: 120%;
  margin-top: -13px;
  margin-bottom: -143px;
  padding-top: 0px;
  padding-bottom: 12px;
}

.nav-menu {
  position: relative;
  padding-top: 0px;
}

.nav-link {
  position: relative;
  padding: 30px 12px;
  border-bottom: 1px none #fff;
  opacity: 0.5;
  -webkit-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-style: solid;
  opacity: 0.8;
}

.text-block {
  -webkit-transition: opacity 200ms ease, color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease;
  color: #fff;
}

.text-block:hover {
  opacity: 1;
  color: #fff;
}

.text-block-2 {
  color: #fff;
}

.doradztwo-prawne {
  position: fixed;
  left: 0px;
  top: 50px;
  right: 0px;
  z-index: 3;
  display: none;
  width: 100vh;
  height: 90vh;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(29, 29, 29, 0.93);
}

.div-block {
  margin: 20px auto;
  padding: 0px;
}

.grid-2 {
  padding-right: 20px;
  padding-left: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2 {
  color: #fff;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
}

.bold-text-9 {
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.doradztwo-tilte {
  font-family: Oswald, sans-serif;
  color: #fff;
}

.doradztwo-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
}

.bold-text-10 {
  font-family: Oswald, sans-serif;
  font-size: 18px;
  text-align: center;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
}

.section-2 {
  display: none;
  margin-top: 145px;
  padding-top: 168px;
  padding-bottom: 100px;
}

.section-2.omnie {
  display: block;
}

.grid-3 {
  display: -ms-grid;
  display: grid;
  margin-top: -47px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 33% 33% 33%;
  grid-template-columns: 33% 33% 33%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3._2 {
  -ms-grid-columns: 40% 50%;
  grid-template-columns: 40% 50%;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.grid-3._2._3 {
  -ms-grid-columns: 50% 40%;
  grid-template-columns: 50% 40%;
}

.grid-3._1 {
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
}

.grid-3._1.biznes {
  margin-top: 20px;
}

.grid-3._3._1.prawo {
  margin-top: 0px;
  -ms-grid-columns: 33% 33% 33fr;
  grid-template-columns: 33% 33% 33fr;
}

.grid-3.handel {
  margin-top: 0px;
}

.grid-3.kontakt {
  -ms-grid-columns: 40% 60%;
  grid-template-columns: 40% 60%;
}

.about-image-wraper {
  height: 525px;
}

.image {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: inline-block;
  width: auto;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-border {
  position: absolute;
  left: 32px;
  top: 32px;
  right: -32px;
  bottom: -32px;
}

.image-border._2 {
  z-index: 0;
}

.about-right {
  display: block;
}

.section-header {
  padding-right: 0px;
  font-family: Oswald, sans-serif;
}

.heading-2 {
  font-family: Oswald, sans-serif;
  color: red;
  font-size: 80px;
}

.title {
  padding-top: 43px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 28px;
  text-transform: none;
}

.paragraph-5 {
  margin-top: 40px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-style: normal;
}

.bold-text-11 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.heading-3 {
  font-family: Oswald, sans-serif;
  color: red;
  font-size: 80px;
}

.paragraph-6 {
  margin-top: 40px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-transform: none;
}

.section-3 {
  padding-top: 168px;
  padding-bottom: 100px;
}

.bold-text-12 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.bold-text-13 {
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
}

.heading-4 {
  color: #fff;
}

.bold-text-14 {
  font-size: 18px;
}

.paragraph-7 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
}

.body {
  background-color: #000;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.text-block-3 {
  color: #fff;
  font-size: 25px;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 86.7%, 0);
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-8 {
  padding-right: 80px;
  padding-left: 80px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
  text-align: justify;
}

.paragraph-9 {
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 24px;
  text-align: justify;
}

.paragraph-10 {
  color: #fff;
  font-size: 20px;
}

.paragraph-11 {
  padding-right: 80px;
  padding-left: 80px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 24px;
  text-align: justify;
}

.slide-nav {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.text-block-4 {
  color: #fff;
}

.text-block-5 {
  color: #fff;
}

.image-2 {
  position: static;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer {
  margin-top: 37px;
}

.footer-section {
  display: none;
  height: 150px;
  padding-top: 0px;
  padding-right: 56px;
  padding-left: 162px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-right: 100px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  display: inline-block;
  width: 100%;
  height: 150px;
  margin-top: 56px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-12 {
  margin-right: -744px;
  margin-left: 767px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 200;
}

.link {
  color: #9b9b9b;
  text-decoration: none;
}

.link:hover {
  color: red;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  opacity: 0.32;
}

.body-2 {
  background-color: #000;
}

.body-2.klienci {
  background-color: #000;
}

.container-2 {
  height: 100vh;
  margin-top: 0px;
  padding: 32px 70px;
}

.container-2._3 {
  margin-top: 80px;
}

.section-4 {
  padding-top: 168px;
  padding-bottom: 168px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/kw1.jpg'), url('../images/jablka.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/kw1.jpg'), url('../images/jablka.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, cover, cover;
}

.section-4._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.67)), to(rgba(0, 0, 0, 0.67))), url('../images/jablka.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67)), url('../images/jablka.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-4._2 {
  margin-bottom: auto;
  padding-bottom: 450px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/malarzWEB.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/malarzWEB.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-4._4 {
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_4285.jpg'), url('../images/IMG_5997-section.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_4285.jpg'), url('../images/IMG_5997-section.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, scroll;
}

.section-4._5 {
  margin-top: 160px;
  padding-top: 8px;
  background-color: #fff;
  background-image: none;
}

.section-4.omnie {
  display: block;
  height: 100vh;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #000, hsla(0, 0%, 100%, 0)), url('../images/budki.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-4.omnie._222 {
  display: none;
}

.heading-5 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: red;
  font-size: 40px;
  text-align: center;
}

.paragraph-13 {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: none;
}

.image-4 {
  display: block;
  padding-bottom: 10px;
  float: none;
  opacity: 0.74;
}

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

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

.paragraph-14 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}

.paragraph-15 {
  margin-top: 20px;
  margin-bottom: 27px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.bold-text-15 {
  line-height: 28px;
  text-transform: uppercase;
}

.bold-text-16 {
  line-height: 28px;
  text-transform: uppercase;
}

.grid-4 {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold-text-17 {
  line-height: 28px;
  text-align: justify;
}

.grid-5 {
  -ms-grid-columns: auto auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto auto;
}

.firmy {
  border-top: 0px solid #000;
  border-bottom: 0px solid #000;
}

.paragraph-16 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
}

.slider-2 {
  display: none;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.div-block-3 {
  display: block;
  margin-top: 130px;
  padding-right: 90px;
  padding-left: 90px;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-6 {
  margin-top: 42px;
  color: #fff;
}

.right-arrow {
  display: none;
}

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

.left-arrow {
  display: none;
}

.icon {
  display: none;
}

.icon-2 {
  display: none;
}

.grid-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.firma {
  width: 300px;
  background-color: rgba(0, 0, 0, 0.57);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.51)), to(hsla(0, 0%, 100%, 0.51)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.51), hsla(0, 0%, 100%, 0.51));
  opacity: 1;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
}

.heading-7 {
  display: none;
  color: #fff;
}

.image-5 {
  display: inline-block;
  -o-object-fit: fill;
  object-fit: fill;
}

.feature-section {
  display: none;
  margin-top: 152px;
  padding-top: 200px;
  padding-bottom: 204px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #000 100%, #fff), url('../images/kw2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.flex-container {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/kw2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-8 {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: red;
  font-size: 40px;
  text-transform: uppercase;
}

.div-block-4 {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-17 {
  margin-top: 8px;
  padding-top: 44px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.link-4 {
  color: #fff;
  white-space: normal;
}

.link-4:hover {
  color: #cacaca;
}

.link-5 {
  color: #fff;
}

.image-6 {
  height: 590px;
}

.link-block {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.uslugi {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.link-6 {
  color: #fff;
}

.link-6:hover {
  color: #cacaca;
}

.link-7 {
  color: #fff;
}

.link-7:hover {
  color: #cacaca;
}

.link-8 {
  color: #fff;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.grid-7 {
  margin-right: 0px;
  margin-left: 23px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.image-7 {
  display: inline-block;
  max-width: 80%;
}

.image-8 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 9%;
  display: block;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-8 {
  display: block;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-grid-columns: 20% 75% 33%;
  grid-template-columns: 20% 75% 33%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-18 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.text-span {
  font-size: 34px;
  font-weight: 700;
}

.image-9 {
  display: block;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-5 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 20%;
  height: 50%;
  background-image: url('../images/Logo_KIRP_typografiawsygnecie3.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.46;
}

.container-3 {
  margin-top: 106px;
}

.div-block-6 {
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.image-10 {
  max-height: 160px;
  max-width: 100%;
}

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

.image-12 {
  max-width: 80%;
}

.image-13 {
  max-width: 65%;
}

.image-14 {
  max-width: 80%;
}

.image-15 {
  max-width: 80%;
}

.image-16 {
  max-width: 80%;
}

.image-17 {
  max-width: 80%;
}

.image-18 {
  max-width: 90%;
}

.image-19 {
  max-width: 65%;
}

.image-20 {
  max-width: 80%;
}

.body-3 {
  background-color: #000;
}

.body-4 {
  background-color: #000;
}

.main-content {
  margin-top: 105px;
  padding-top: 100px;
  padding-bottom: 100px;
  line-height: 22px;
}

.rich-text-block {
  color: #fff;
}

.text-block-6 {
  font-family: Oswald, sans-serif;
  color: #fffdfd;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.text-block-7 {
  padding-bottom: 60px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.link-9 {
  color: #fff;
}

.link-10 {
  color: #fff;
}

.link-11 {
  color: #fff;
}

.grid-9._3.umowy {
  display: none;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

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

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

.text-block-8 {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 30px;
}

.slide {
  font-weight: 300;
}

.slide-2 {
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .hero-section {
    display: none;
  }

  .container {
    display: block;
  }

  .section {
    margin-top: 69px;
  }

  .section-title {
    line-height: 45px;
  }

  .grid-3 {
    margin-top: 20px;
  }

  .paragraph-12 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    display: none;
  }

  .container {
    margin-top: 56px;
  }

  .section-title {
    line-height: 40px;
  }

  .grid {
    display: block;
    margin-top: 421px;
  }

  .grid-3._2 {
    -ms-grid-columns: 67% 40%;
    grid-template-columns: 67% 40%;
  }

  .image {
    padding-left: 0px;
  }

  .heading-2 {
    line-height: 70px;
  }

  .section-4._1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.67)), to(rgba(0, 0, 0, 0.67)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67));
    background-position: 0px 0px;
    background-size: auto;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .main-content {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    display: none;
  }

  .container {
    display: inline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section {
    margin-top: 4px;
    margin-bottom: -388px;
  }

  .section-title {
    line-height: 45px;
  }

  .grid {
    display: block;
    width: 100%;
    margin-top: 849px;
  }

  .grid._3 {
    margin-top: 154px;
  }

  .grid._3._2 {
    margin-top: 504px;
  }

  .service-block-wrpper:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .service-title {
    padding-bottom: 16px;
    font-size: 28px;
    text-align: center;
  }

  .navbar {
    position: static;
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .brand {
    padding-right: 18px;
  }

  .section-2 {
    padding-top: 0px;
  }

  .section-2.omnie {
    margin-top: -719px;
    margin-bottom: -81px;
    padding-bottom: 0px;
  }

  .grid-3._2 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .grid-3._2._3 {
    margin-top: -254px;
    padding-left: 51px;
    justify-items: center;
  }

  .grid-3._1.biznes {
    display: -ms-grid;
    display: grid;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 200%;
    grid-template-columns: 200%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-3._3._1.prawo {
    display: -ms-grid;
    display: grid;
    margin-top: -225px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 151%;
    grid-template-columns: 151%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-3.handel {
    display: none;
  }

  .about-image-wraper {
    display: block;
  }

  .image {
    display: none;
  }

  .about-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 439px;
    margin-bottom: -160px;
    padding-top: 25px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2 {
    line-height: 80px;
  }

  .paragraph-8 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer {
    display: inline;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-3 {
    display: block;
    padding-right: 0px;
    padding-left: 41px;
  }

  .paragraph-12 {
    display: block;
    margin-left: 37px;
    padding-right: 0px;
  }

  .body-2 {
    margin-bottom: 0px;
  }

  .container-2 {
    margin-top: -164px;
    margin-bottom: 166px;
    padding-top: 277px;
    padding-bottom: 0px;
  }

  .container-2._3 {
    margin-top: -83px;
    margin-bottom: -501px;
    padding-top: 256px;
  }

  .section-4._1 {
    margin-top: 47px;
    padding-top: 183px;
  }

  .section-4._1.doradztwqo-prawne {
    margin-top: 27px;
    margin-bottom: 1362px;
    padding-bottom: 0px;
  }

  .section-4._2 {
    margin-top: 79px;
    padding-top: 157px;
    padding-bottom: 0px;
    background-image: none;
    background-position: 0px 0px;
  }

  .section-4._2.praca {
    margin-bottom: 1492px;
  }

  .section-4._4 {
    margin-top: -3px;
    margin-bottom: 807px;
    padding-top: 252px;
    background-image: none;
    background-position: 0px 0px;
  }

  .section-4._5 {
    margin-top: 326px;
    margin-bottom: -374px;
    padding-bottom: 205px;
  }

  .section-4.prawo {
    margin-top: -1px;
    margin-bottom: 924px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .section-4.omnie {
    display: block;
    margin-bottom: -38px;
    padding-top: 309px;
    padding-bottom: 0px;
    background-image: none;
    background-position: 0px 0px;
  }

  .heading-5 {
    margin-top: -10px;
    font-size: 24px;
  }

  .paragraph-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    margin-top: -228px;
    margin-bottom: -62px;
    margin-left: 0px;
    padding-top: 17px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    text-align: left;
  }

  .paragraph-14 {
    margin-right: 0px;
    padding-right: 0px;
    font-size: 16px;
  }

  .paragraph-15 {
    position: static;
    display: block;
    width: 100vw;
    min-width: 110vw;
    margin-top: -8px;
    margin-right: auto;
    margin-left: -63px;
    padding-right: 50px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .bold-text-15 {
    display: block;
    font-size: 19px;
  }

  .bold-text-16 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: -13px;
    padding-right: 0px;
    padding-left: 39px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 21px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .grid-4 {
    margin-top: -132px;
    margin-left: 46px;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    justify-items: center;
    -ms-grid-columns: 131%;
    grid-template-columns: 131%;
  }

  .bold-text-17 {
    width: 100vw;
    font-size: 18px;
  }

  .image-6 {
    display: none;
  }

  .uslugi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .grid-7 {
    display: inline-block;
    margin-left: 0px;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    text-align: center;
  }

  .image-8 {
    height: 150px;
  }

  .grid-8 {
    display: none;
    -ms-grid-columns: 75%;
    grid-template-columns: 75%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .paragraph-18 {
    font-size: 20px;
  }

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

  .bold-text-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-10 {
    height: 150px;
    margin-top: 88px;
  }

  .image-15 {
    margin-top: 51px;
  }

  .image-16 {
    margin-top: 47px;
  }

  .image-17 {
    margin-top: 68px;
  }

  .image-19 {
    margin-top: 40px;
  }

  .image-20 {
    margin-top: 32px;
    padding-top: 0px;
  }

  .main-content {
    margin-top: 213px;
  }

  .text-block-7 {
    line-height: 30px;
  }

  .grid-9 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: column;
    grid-column-gap: 6px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .grid-9._3 {
    margin-top: -150px;
  }

  .grid-9._3.umowy {
    margin-top: -182px;
  }

  .bold-text-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bold-text-20 {
    display: block;
    margin-top: 11px;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bold-text-21 {
    display: block;
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .text-block-8 {
    margin-top: 89px;
  }
}

#w-node-7c542f9d50ee-14376fcf {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-2b8cc77e7565-14376fcf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-97bc75f5398b-14376fcf {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f8663b4704fa-14376fcf {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-80f55dcf6d0c-5dcf6d0b {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-4985fffa2590-b97d64d9 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d68722eca66a-7fb55575 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6c7a353fbab5-7fb55575 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-faa868153514-7fb55575 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7b7b00c148ec-7fb55575 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-01175d1e98db-40b5a62b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-01175d1e98dd-40b5a62b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-7c542f9d50ee-49b4f9ff {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-2b8cc77e7565-49b4f9ff {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-97bc75f5398b-49b4f9ff {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f8663b4704fa-49b4f9ff {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-08429f0a6375-9f0a6368 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

