@font-face {
  font-family: Manrope Variablefont Wght;
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #08954c;
  --secondary: #d0323d;
  --dark: #181818;
  --white: white;
  --primary: #03045e;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-section {
  position: relative;
}

.padding {
  padding: 4rem 1.5rem;
}

.padding.main {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  display: flex;
}

.container {
  z-index: 4;
  max-width: 1140px;
  position: relative;
}

.u-grid-main {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.heading-main {
  letter-spacing: -.5px;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.heading-main._2rem {
  font-size: 2rem;
}

.heading-main.colored-green, .heading-main.green {
  color: var(--green);
}

.paragraph {
  margin-bottom: 0;
}

.paragraph.colored {
  color: var(--secondary);
}

.text-holder-left {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  object-fit: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.body {
  color: var(--dark);
  letter-spacing: -.5px;
  background-color: #0000;
  font-family: Manrope Variablefont Wght, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.podpis {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.podpis.colored {
  color: var(--secondary);
  font-weight: 500;
}

.podpis._1-5rem {
  font-size: 1.5rem;
}

.podpis.green {
  color: var(--green);
}

.image-main {
  z-index: 3;
  object-fit: cover;
  border-radius: 24px;
  height: 100%;
  position: relative;
}

.button-holder {
  margin-top: 1.5rem;
}

.button-47 {
  background-color: var(--secondary);
  border-radius: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-47.bigger {
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: 1.5rem;
}

.border-47 {
  background-color: #0a66c2;
  width: 0%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.border-47._02 {
  inset: 0% 0% auto auto;
}

.button-text-47 {
  z-index: 2;
  color: #fff;
  font-weight: 500;
  position: relative;
}

.button-text-47:hover {
  box-shadow: none;
}

.u-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.u-grid.triple {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.u-grid.one {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.u-grid.four {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.spacing-2rem {
  height: 2rem;
}

.bg-img {
  z-index: -3;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.main-card {
  border: 1px solid #00000040;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  box-shadow: 0 0 #0000, 0 .1px .2px #0001, 0 .9px 1.9px #00000013, 0 5.1px 10.9px #00000015;
}

.main-card.bigger {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  padding: 1.5rem;
}

.big-number {
  color: var(--secondary);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}

.section.hide {
  display: none;
}

.text-wrap-centered {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  font-size: 2rem;
  line-height: 1.5;
}

.google-link {
  color: #a2b3cd;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.opinia {
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.imie-klienta {
  color: #32221b;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.opinia-holder {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.uui-testimonial14_client {
  text-align: left;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.uui-testimonial14_client.no-space {
  margin-top: 0;
}

.star {
  color: #fbbc04;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.img-client {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.podtekst {
  color: #475467;
  letter-spacing: normal;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.testimonial-down {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.star-wrapper {
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.opinia-paragraph {
  color: #151416;
  text-align: left;
  max-width: none;
  font-weight: 300;
}

.client-img-wrapper {
  margin-right: .75rem;
}

.colored {
  color: var(--secondary);
}

.sticky-image {
  z-index: -2;
  opacity: .08;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 1px;
}

.white {
  z-index: 1;
  background-color: #ffffffe3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.testimonial-wrap {
  z-index: 5;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  background-color: var(--white);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 1rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.images {
  justify-content: space-between;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.testimonial-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  max-height: 55px;
  margin-right: -1rem;
}

.testimonial-text-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.testimonial-text {
  border-bottom: 1px solid #fbfbfb;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
}

.starss {
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  display: flex;
}

.uui-testimonial14_rating-icon {
  color: #ffd000;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.image-holder {
  position: relative;
}

.image-holder.grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.calling {
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  margin-right: 8px;
  padding: .15rem;
}

.calling.bigger {
  width: 3rem;
  height: 3rem;
  margin-right: 0;
  padding: .5rem;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_logo-link {
  transition: all .45s;
}

.navbar2_logo-link:hover {
  transform: scale(1.05);
}

.navbar2_component {
  z-index: 5;
  background-color: #0000;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-top: .5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  top: .1px;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffffff2;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1.75fr 1.125fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 1rem;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.button-73 {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.button-73.mobile {
  display: none;
}

.button-73.menu {
  font-size: 1.12rem;
}

.button-text-73 {
  z-index: 3;
  font-weight: 400;
  line-height: 1;
}

.button-box-73 {
  z-index: 0;
  background-color: var(--secondary);
  color: #fff;
  background-image: linear-gradient(60deg, #8e0011, #0000);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.button-box-73._02 {
  background-color: var(--dark);
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-image: none;
  width: 100%;
  position: absolute;
  top: 100%;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0);
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_link {
  padding: .5rem 1rem;
  line-height: 1;
  transition: all .45s;
}

.navbar2_link:hover {
  color: var(--secondary);
  transform: scale(1.05);
}

.navbar2_link.w--current {
  color: var(--dark);
}

.navbar2_logo {
  max-width: none;
  max-height: 64px;
  margin-left: 1rem;
}

.icon {
  aspect-ratio: 1;
  width: 32px;
  margin-left: .5rem;
}

.navbar2_menu-button {
  padding: 0;
}

.contact-holder {
  z-index: 5;
  position: fixed;
  inset: auto 5% 5% auto;
}

.image-basic {
  object-fit: cover;
  border-radius: 12px;
  height: 100%;
}

.image-basic.spacing {
  margin-top: 1rem;
}

.image-basic._4x4 {
  aspect-ratio: 1;
  border-radius: 0;
}

.button-96 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-text-96 {
  background-color: var(--secondary);
  color: #fff;
  border-radius: 12px;
  width: 100%;
  padding: 14px 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
}

.button-text-96:hover {
  box-shadow: none;
}

.button-text-96.absolute {
  z-index: 0;
  background-color: #1d262d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.main-button {
  background-color: var(--secondary);
  background-image: linear-gradient(89deg, #8e0011, #0000);
  border-radius: 12px;
  padding: 1rem 2rem;
  font-weight: 600;
  transition: all .35s;
}

.main-button:hover {
  background-color: var(--green);
  background-image: linear-gradient(89deg, #8e001100, #0000);
  transform: translate(0, -4px)scale(1.025)rotate(-3deg);
}

.spacing-2rem-mobile-morey {
  height: 2rem;
}

.button-97 {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.button-97.mobile {
  display: none;
}

.button-97.menu {
  font-size: 1.12rem;
}

.button-text-97 {
  z-index: 3;
  font-weight: 600;
  line-height: 1;
}

.navbar2_logo-2 {
  max-width: none;
  max-height: 56px;
  margin-left: 1rem;
}

.colored-red {
  background-color: var(--secondary);
  opacity: .85;
}

.colored-green {
  background-color: var(--green);
  opacity: .75;
}

.button-3 {
  background-color: var(--secondary);
  color: var(--white);
  background-image: linear-gradient(60deg, #8e0011, #0000);
  border-radius: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem 1.8rem;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  box-shadow: 0 1px 11px #00000045;
}

.button-3:hover {
  transform: scale(1.02)translate(0, -3px);
}

.button-3.lottie-icon {
  color: #fff;
  background-color: #002f5d;
  background-image: linear-gradient(112deg, #0000 31%, #4890f9);
  border-radius: 7px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.checkbox-label {
  color: #151416;
  font-size: .7rem;
  line-height: 1.4;
}

.contact-mail {
  color: #151416;
  font-size: 1.2rem;
}

.kontakt-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--green);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 2rem;
  display: flex;
}

.kontakt-card.no-bord {
  border: 1px #000;
}

.contancts {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 1px solid var(--green);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.zgoda {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.checkbox {
  border-color: #ba0000;
  transform: scale(1.5);
}

.checkbox.w--redirected-checked {
  background-color: #3560d6;
}

.contact-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.contacts-holder {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.myavatar {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 8%;
  border-radius: 50%;
  max-width: 150px;
  max-height: 150px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.podpis-2 {
  color: #4890f9;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: .5rem;
  font-size: 1rem;
}

.contact-icon {
  max-width: 10%;
}

.vertical-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.vertical-content.contact {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  place-items: end center;
}

.wiadomosc {
  border-radius: 24px;
}

.heading-2 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

.heading-2._3-2rem {
  font-size: 3.2rem;
}

.feature-text-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.field-label-2 {
  color: #151416;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
}

.contanct-section {
  border-top: 1px solid #00b4c5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.form-message {
  color: var(--green);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
}

.contact-card-up {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-2 {
  padding: 3rem 2rem;
}

.pole-tekstu {
  border-radius: 24px;
  box-shadow: 0 2px 5px #0003;
}

.google-map {
  display: none;
}

.container-2 {
  max-width: 1140px;
  position: relative;
}

.header-wrapper {
  margin-top: 1rem;
}

.colored-white {
  background-color: var(--white);
  opacity: .85;
}

.footer-dark {
  border-top: 1px solid var(--green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 1rem;
  display: flex;
}

.footer-divider {
  background-color: var(--green);
  width: 100%;
  height: .5px;
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-link {
  color: var(--dark);
  margin-top: .75rem;
  margin-bottom: .75rem;
  text-decoration: none;
  transition: color .35s;
}

.footer-link:hover, .footer-link.w--current {
  color: var(--secondary);
}

.link-new {
  color: var(--green);
}

.footer-copyright-center {
  color: var(--dark);
  text-align: center;
  margin-top: 1rem;
  line-height: 16px;
}

.icon-2 {
  color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.icon-2:hover {
  color: var(--secondary);
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo {
  max-width: 300px;
  max-height: 92px;
}

.title-small {
  color: var(--secondary);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 16px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-social-link {
  margin-left: 12px;
  transition: all .35s;
}

.footer-social-link:hover {
  transform: translate(0, -4px)scale(1.1);
}

.footer-brand {
  transition: all .35s;
}

.footer-brand:hover {
  transform: scale(1.05);
}

.footer-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (max-width: 991px) {
  .padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .u-grid-main {
    grid-template-columns: 1fr;
  }

  .heading-main {
    font-size: 1.8rem;
  }

  .u-grid {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .u-grid.triple {
    grid-template-columns: 1fr;
  }

  .big-number {
    font-size: 1.8rem;
  }

  .opinia {
    background-color: #0000;
  }

  .testimonial-down {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .opinia-paragraph {
    font-size: 1rem;
  }

  .menu-icon2_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-top {
    background-color: var(--green);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    background-color: #fff;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_link {
    text-align: left;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon2_line-bottom {
    background-color: var(--green);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: #fff;
  }

  .menu-icon2_line-middle {
    background-color: var(--green);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .colored-red, .colored-green {
    width: 100%;
    height: 100%;
  }

  .podpis-2 {
    margin-bottom: .8rem;
  }

  .vertical-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .padding-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .colored-white {
    width: 100%;
    height: 100%;
  }

  .footer-copyright-center {
    font-size: 1rem;
    line-height: 1.5;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-template-columns: auto;
  }

  .footer-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .button-47.bigger {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.25rem;
  }

  .opinia {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .opinia-holder {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .uui-testimonial14_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .opinia-paragraph {
    max-width: none;
  }

  .client-img-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .calling {
    width: 1.75rem;
    height: 1.75rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .button-73 {
    width: 100%;
  }

  .button-73.mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-73.menu {
    display: none;
  }

  .button-97 {
    width: 100%;
  }

  .button-97.mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-97.menu {
    display: none;
  }

  .podpis-2 {
    margin-bottom: .2rem;
  }

  .contanct-section {
    min-height: 0;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-block {
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .heading-main._2rem {
    font-size: 1.8rem;
  }

  .podpis {
    font-size: 1rem;
  }

  .button-holder, .main-card {
    width: 100%;
  }

  .big-number {
    font-size: 1.5rem;
  }

  .opinia {
    border-radius: 8px;
    padding: 0;
  }

  .opinia-paragraph {
    font-size: 1rem;
  }

  .testimonial-wrap {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% -34%;
  }

  .testimonial-text-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .navbar2_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-73 {
    font-size: 1rem;
  }

  .navbar2_logo {
    max-width: 160px;
    max-height: none;
  }

  .icon {
    width: 24px;
  }

  .spacing-2rem-mobile-morey {
    height: 9rem;
  }

  .button-97 {
    font-size: 1rem;
  }

  .navbar2_logo-2 {
    max-width: 160px;
    max-height: none;
  }

  .button-3 {
    width: 100%;
  }

  .contact-mail {
    font-size: 1rem;
  }

  .zgoda {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .myavatar {
    max-width: 125px;
    max-height: 125px;
  }

  .podpis-2 {
    font-size: 1rem;
  }

  .heading-2 {
    font-size: 1.8rem;
  }

  .heading-2._3-2rem {
    font-size: 2.2rem;
  }

  .field-label-2 {
    font-size: 1rem;
  }

  .form-message {
    font-size: 1.2rem;
  }

  .padding-2 {
    padding: 2rem 1.5rem;
  }
}

#w-node-dbf0b9ff-0d4d-1f03-a92c-2ec29e081d05-81bdd819 {
  justify-self: center;
}

#w-node-dbf0b9ff-0d4d-1f03-a92c-2ec29e081d17-81bdd819 {
  justify-self: end;
}

#w-node-_0be5a0d1-4851-d925-19af-f80cf841c05b-81bdd819, #w-node-c258fcf7-d1c8-3a3c-9009-aa799995b193-81bdd819, #w-node-c258fcf7-d1c8-3a3c-9009-aa799995b1b7-81bdd819 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0b479071-b959-39da-f686-f168ee2feb38-81bdd819 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_1bde5849-39a7-2129-29f2-bd9e7e210619-81bdd819 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f944767-5f80-cc02-eb6b-c92ef14274d4-81bdd819 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Manrope Variablefont Wght';
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}