@font-face {
  font-family: Inriaserif;
  src: url('../fonts/InriaSerif-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #083b77;
  --secondary: #12549f;
  --30px: 30px;
  --white: #fff;
  --dark: #232323;
}

.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 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.page-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.padding {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 5%;
  display: flex;
}

.padding.main {
  padding-top: 8rem;
  padding-bottom: 2rem;
}

.padding.big {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.container {
  max-width: 1140px;
}

.container._100 {
  width: 100%;
}

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

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

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

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

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

.text-holder-left.hero {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.podpis {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.25;
}

.body {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.slogan {
  letter-spacing: -.5px;
  margin-bottom: 1rem;
  font-family: Inriaserif, Arial, sans-serif;
  font-size: 2.5rem;
}

.paragraph {
  margin-bottom: 0;
}

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

.paragraph.max-ch-35 {
  max-width: 39ch;
}

.paragraph.max-ch-25 {
  max-width: 20ch;
}

.paragraph.max-ch-30 {
  max-width: 30ch;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar5_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: .5rem 2rem .5rem 0;
  display: grid;
}

.rl_navbar5_item-title {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_link-text {
  font-weight: 300;
}

.rl_navbar5_dropdown-link {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  color: #434343;
  text-align: center;
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 1rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .45s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.rl_navbar5_dropdown-link:hover {
  color: var(--secondary);
  box-shadow: 0 2px 5px #0003;
}

.rl_navbar5_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar5_dropdown-link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_navbar5_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rl_navbar5_component {
  z-index: 25;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  border: 1px #000;
  border-bottom-color: #bda06e;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding: 0 .5rem;
  display: none;
  position: fixed;
  top: auto;
  box-shadow: 0 0 #0000, 0 1.1px 2.7px #00000028;
}

.rl_navbar5_menu-dropdown {
  color: #fbfbfb;
  position: static;
}

.rl_navbar5_menu-dropdown.hide {
  display: none;
}

.rl_navbar5_dropdown-toggle {
  color: #434343;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem 2.8rem .5rem .5rem;
  font-size: 1.1rem;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_dropdown-toggle:hover {
  color: var(--secondary);
}

.rl_navbar5_link {
  color: #434343;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem;
  font-size: 1.1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all .35s;
}

.rl_navbar5_link:hover {
  color: var(--secondary);
  text-decoration: none;
}

.rl_navbar5_link.w--current {
  color: var(--secondary);
}

.rl_navbar5_link.hide {
  display: none;
}

.rl_navbar5_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.rl_navbar5_logo {
  width: 100%;
  height: 100%;
  max-height: 90px;
  padding: .1rem;
}

.rl_navbar5_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.rl_navbar5_menu-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  display: flex;
}

.rl_navbar5_dropdown-content {
  width: 100%;
  display: flex;
}

.rl_navbar5_dropdown-list {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 #0000, 0 2px .2px #00000006, 0 4px .4px #00000007, 0 6.1px .7px #00000008, 0 8.3px .9px #00000009, 0 10.7px 1.2px #00000009, 0 13.5px 1.6px #0000000a, 0 16.6px 2.1px #0000000a, 0 20.2px 2.7px #0000000a, 0 24.6px 3.5px #0000000b, 0 30.1px 4.4px #0000000b, 0 36.8px 5.8px #0000000b, 0 45.5px 7.5px #0000000b, 0 56.9px 9.9px #0000000b, 0 72.2px 13.2px #0000000c, 0 93.6px 17.8px #0000000c, 0 125px 24.8px #0000000c, 0 175.1px 36px #0000000d, 0 270.8px 57.8px #0000000e;
}

.rl_navbar5_dropdown-list.w--open {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffffff2;
  border-bottom: 1px #000;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding: 2rem 5%;
  position: absolute;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.rl_navbar5_logo-link {
  max-width: 240px;
  transition: all .35s;
}

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

.rl_navbar5_menu-button {
  padding: 0;
}

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

.button-holder.centered {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
}

.button-11 {
  z-index: 1;
  border: 2px solid var(--primary);
  border-radius: var(--30px);
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-11.small {
  padding: .5rem 1.2rem;
  font-size: 1rem;
}

.button-11.smaller {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  padding: .75rem 1.5rem;
  font-size: 1rem;
}

.button-text-11 {
  color: var(--primary);
  line-height: 28px;
  transition: box-shadow .3s ease-in-out;
}

.btn-five-circle {
  z-index: -1;
  background-color: #daa520;
  border-radius: 100%;
  width: 25%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, 150%)scale(1.7);
}

.btn-five-circle.one {
  background-color: var(--primary);
}

.btn-five-circle.two {
  background-color: var(--primary);
  left: 25%;
}

.btn-five-circle.three {
  background-color: var(--primary);
  left: 50%;
}

.btn-five-circle.four {
  background-color: var(--primary);
  left: 75%;
}

.button-78 {
  z-index: 1;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  background-image: linear-gradient(180deg, var(--secondary), transparent);
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: all .45s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-78:hover {
  transform: scale(1.03);
}

.button-78.small {
  padding: .5rem 1.5rem;
  font-size: 1rem;
}

.button-text-78 {
  z-index: 1;
  color: #fff;
  position: relative;
}

.button-78-box {
  border-radius: var(--30px);
  background-color: #1d262d;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.add-call {
  z-index: 4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-right: .5rem;
  display: flex;
  position: relative;
}

.phone-call {
  width: 250px;
  height: 250px;
}

.image-basic.hero {
  border-radius: var(--30px);
  object-fit: cover;
  height: 100%;
}

.strzaleczka {
  width: 60px;
  position: absolute;
  inset: auto 0% 11% 5%;
}

.page-loader {
  z-index: 50;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  inset: 0%;
}

.page-loader-wrap {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  overflow: hidden;
}

.section.hide {
  display: none;
}

.card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: var(--30px);
  color: var(--dark);
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  text-decoration: none;
  transition: all .45s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.card:hover {
  background-color: #0077ff0d;
}

.card.darker {
  background-color: #083b770d;
  justify-content: flex-start;
  align-items: center;
}

.card.darker:hover {
  background-color: #0075ff0d;
}

.card.no-hover {
  justify-content: flex-start;
  align-items: center;
}

.card.no-hover:hover {
  background-color: #0000;
}

.heading {
  font-family: Inriaserif, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}

.spacing-1-5rem {
  height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.opinia-paragraph {
  color: #151416;
  text-align: left;
  max-width: none;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
}

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

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

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

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

.arrow-hold {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.arrow {
  max-height: 35px;
}

.bacground-fixed {
  z-index: -5;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

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

.bg-img.card {
  opacity: .03;
  width: 80%;
  height: 80%;
  margin: auto;
  inset: 0%;
}

.ek {
  z-index: 0;
  outline-offset: 0px;
  color: #0000;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: var(--primary);
  outline: 3px dotted #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 40vh;
  display: flex;
  position: absolute;
  inset: auto 5% 0% auto;
}

.ek-text {
  -webkit-text-stroke-color: #083b771a;
  font-family: Inriaserif, Arial, sans-serif;
  font-size: 30rem;
}

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

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

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

.pole-tekstu {
  color: var(--dark);
  border-radius: 24px;
  box-shadow: 0 2px 5px #0003;
}

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

.submit {
  background-color: var(--primary);
  border-radius: 30px;
  padding: 1rem 1.5rem;
  transition: all .45s;
}

.submit:hover {
  transform: scale(1.05);
}

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

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

.button-text-73.secondary {
  color: #00cbe4;
}

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

.checkbox.w--redirected-checked {
  background-color: var(--secondary);
}

.button-box-73 {
  z-index: 0;
  color: #fff;
  background-color: #0094e9;
  border-radius: 1.5rem;
  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 {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #1d262d;
  position: absolute;
  top: 100%;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0);
}

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

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

.podpis-2 {
  color: var(--secondary);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: .5rem;
  font-size: 1rem;
}

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

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

.kontakt-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--secondary);
  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;
}

.contacts-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  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;
  position: relative;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

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

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.contanct-section {
  border-top: 1px solid var(--secondary);
  position: relative;
}

.container-main-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.contancts {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 1px solid var(--secondary);
  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;
}

.heading-4 {
  color: #fbfbfb;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}

.heading-4.black {
  color: #151416;
  text-align: left;
  line-height: 1.2;
}

.contact-mail {
  color: #151416;
}

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

.footer-content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link {
  color: #1a1b1f;
  margin-top: .75rem;
  margin-bottom: .75rem;
  font-size: 1rem;
  line-height: 16px;
  text-decoration: none;
  transition: all .45s;
}

.footer-link:hover {
  color: var(--secondary);
  text-underline-offset: 4px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration: underline;
}

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

.container-2 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

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

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

.navbar2_logo._2 {
  max-height: 80px;
}

.footer-copyright-center {
  text-align: center;
  margin-top: 1rem;
  font-size: 14px;
  line-height: 16px;
}

.footer-dark {
  border-top: 1px solid var(--secondary);
  grid-template-columns: auto 350px auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-brand {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: all .45s;
  display: flex;
}

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

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

.select-field {
  background-color: var(--white);
  color: var(--dark);
  cursor: pointer;
  border-radius: 24px;
  height: 100%;
  padding: 1rem;
  transition: all .45s;
}

.select-field:hover {
  background-color: #12549f1f;
}

.page-in-build {
  z-index: 5;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
}

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

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

  .u-grid.hero {
    grid-template-columns: 1.5fr;
  }

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

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_navbar5_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .rl_navbar5_item-title {
    text-align: center;
    position: relative;
    right: auto;
  }

  .rl_navbar5_link-text:hover {
    color: #cba841;
  }

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

  .rl_navbar5_dropdown-link {
    color: var(--primary);
    justify-content: flex-start;
    align-items: center;
  }

  .rl_navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .rl_navbar5_dropdown-link-list {
    grid-template-columns: 1fr;
  }

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

  .rl_navbar5_item-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }

  .rl_navbar5_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .rl_navbar5_dropdown-toggle {
    color: var(--primary);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_navbar5_dropdown-toggle.w--open {
    color: var(--primary);
  }

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

  .rl_menu-icon_line-top {
    background-color: var(--secondary);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar5_link {
    color: var(--primary);
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar5_logo {
    max-width: 256px;
  }

  .rl_navbar5_menu {
    background-color: #fffffffa;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 5% 15rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar5_menu-left {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .rl_navbar5_dropdown-content {
    flex-direction: column;
  }

  .rl_menu-icon_line-bottom {
    background-color: var(--secondary);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar5_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .rl_navbar5_dropdown-list.w--open {
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .rl_navbar5_menu-button.w--open {
    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;
  }

  .opinia {
    background-color: #0000;
  }

  .ek {
    display: none;
  }

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

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

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

@media screen and (max-width: 767px) {
  .padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .rl_navbar5_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .rl_navbar5_item-title {
    text-align: left;
    position: relative;
  }

  .rl_navbar5_dropdown-link-list {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .rl_navbar5_item-right {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .rl_navbar5_component {
    min-height: 4rem;
  }

  .rl_navbar5_logo {
    max-width: 256px;
  }

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

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

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

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

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

  .button-73 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .padding {
    padding: 2rem .5rem;
  }

  .text-holder-left.hero {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .podpis {
    font-size: 1rem;
  }

  .slogan {
    font-size: 1.5rem;
  }

  .rl_navbar5_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_navbar5_item-title {
    font-size: .8rem;
    position: relative;
  }

  .rl_navbar5_dropdown-link {
    place-items: center start;
    padding-left: 0;
    position: relative;
  }

  .rl_navbar5_dropdown-link-list {
    grid-template-columns: 1fr;
  }

  .rl_navbar5_item-right {
    justify-content: center;
    align-items: flex-start;
  }

  .rl_navbar5_logo {
    max-width: 160px;
  }

  .rl_navbar5_logo-link {
    max-width: 256px;
  }

  .button-holder {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button-11 {
    text-align: center;
    width: 100%;
  }

  .button-78-box, .strzaleczka {
    display: none;
  }

  .heading {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.8rem;
  }

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

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

  .button-73, .field-label-2, .podpis-2 {
    font-size: 1rem;
  }

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

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

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

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

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

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

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

#w-node-d515fbc3-84c8-39e0-fd74-dd85d2f58828-d2f58822, #w-node-d515fbc3-84c8-39e0-fd74-dd85d2f58840-d2f58822 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ba71355-9b11-9fb9-31e4-77b88660f561-7eb6c22c, #w-node-_8ba71355-9b11-9fb9-31e4-77b88660f565-7eb6c22c, #w-node-_8ba71355-9b11-9fb9-31e4-77b88660f569-7eb6c22c, #w-node-adda93f6-023e-8424-934f-5d54e7a6cab3-7eb6c22c, #w-node-_494e79ab-4dc8-fcab-f9c2-00410e173198-7eb6c22c, #w-node-_1dfec524-aa6c-33b5-1035-fc16ccd7044a-7eb6c22c, #w-node-_04dc48de-e214-dc93-5f9d-cd89774fb568-7eb6c22c, #w-node-_04dc48de-e214-dc93-5f9d-cd89774fb56c-7eb6c22c, #w-node-_6c514a06-6afb-448d-342a-8cdc10f98660-7eb6c22c, #w-node-_0fd423da-3a6e-fc63-d651-620022f89556-7eb6c22c, #w-node-aa5e1e9e-416b-6b04-6ded-53881b863881-7eb6c22c, #w-node-_1aab1137-fe2c-693f-16c4-048e950a134f-7eb6c22c {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_7c36064b-052f-595e-69c6-28fd947254cf-c89f8b52, #w-node-e9f0b17c-44c1-65b9-1018-da1c1ca49fcd-c89f8b52, #w-node-f5c4d1f2-5ff1-b4cd-a2ed-1a46db087da2-c89f8b52 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_64a68b5e-3d50-06d7-16ed-a5938fa56127-8fa56123 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e9f0b17c-44c1-65b9-1018-da1c1ca49fcd-740202c6 {
    grid-area: 2 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Inriaserif';
  src: url('../fonts/InriaSerif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}