.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #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;
  }
}

.nav-brand.nav-brand-green {
  color: #1c3338;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: static;
}

.nav-brand.nav-brand-green.w--current {
  padding-left: 0;
}

.button-icon {
  color: #d1f702;
  border-radius: 8px;
  width: 34px;
  min-width: 34px;
  max-width: 34px;
  height: 34px;
  min-height: 34px;
  max-height: 34px;
  padding: 4px;
}

.button-icon.button-blue-icon {
  color: #fcfbf7;
  background-color: #ffffff1a;
}

.button-icon.hero-card-icon {
  width: 52px;
  min-width: 52px;
  max-width: 52px;
  height: 52px;
  min-height: 52px;
  max-height: 52px;
  padding: 10px;
}

.button-icon.hero-card-icon.blue {
  color: #fffcf5;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  padding: 0;
}

.button-icon.button-green-icon {
  color: #fff;
  background-color: #fff3;
}

.nav-link--icon {
  display: none;
}

.button-regular {
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu.main-nav-menu {
  display: none;
}

.navbar {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 4%;
}

.navbar.nav-green {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #fff9;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.navbar.nav-green.main-nav {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  inset: 0% 0% auto;
  background-color: #fff9;
  border-width: 0;
  border-radius: 0;
  max-width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.nav-green {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #07070780;
  border-color: #0000;
  border-radius: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-container.main-nav-container {
  max-width: 1353px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.navbar-container.main-nav-container.main-nav {
  max-width: 1353px;
  padding-left: 5%;
  padding-right: 5%;
}

.navbar-container.main-nav-container.main_main {
  padding-left: 0%;
  padding-right: 0%;
}

.navbar-container.main-nav-container {
  color: #fff;
  max-width: 1353px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.nav-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 4px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link.nav-blue {
  color: #002134;
}

.nav-link.nav-blue:hover {
  color: #002134b3;
}

.nav-link.nav-blue.main-nav-link {
  font-family: DM Sans, sans-serif;
}

.nav-link.nav-blue.main-nav-link.w--current {
  font-family: DM Sans, sans-serif;
  font-weight: 400;
}

.button-text {
  color: #fcfbf7;
  width: auto;
  padding-top: 1px;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 120%;
}

.button-text.button-phone {
  color: #fcfbf7;
  line-height: 120%;
}

.button-text.black {
  color: #070707;
}

.button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 18px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-2:hover {
  transform: scale(1.01);
}

.button-2.button-primary {
  color: #f8f8f8;
  background-color: #128c7e;
  border: 1px solid #128c7e;
}

.button-2.button-primary:hover {
  background-color: #0e7065;
  border-color: #0e7065;
}

.button-2.button-primary.button-l.hero-btn {
  background-color: #070707;
  border-style: none;
  max-width: 360px;
  padding: 15px 24px;
}

.button-2.button-primary.button-l.hero-btn.white {
  background-color: #fffcf5;
}

.hero_section_title_wrapper {
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 2.5vw;
}

.hero_section_title_wrapper.hero-desktop-wrapper {
  color: #fff;
  padding-bottom: 4vw;
}

.hero_immage_pc {
  aspect-ratio: 1232 / 1571;
  object-fit: cover;
  width: 821px;
  max-width: 41%;
  padding-right: 0%;
  box-shadow: 0 2px 5px #0000000d;
}

.hero_immage_pc.mobile, .hero_immage_pc.on_mobile {
  display: none;
}

.hero_section {
  background-image: url('../images/Top_1.avif');
  background-position: 0 0;
  background-size: cover;
  padding-top: 0;
}

.hero_heading {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.hero_heading.dark {
  color: #070707;
  border-radius: 20px;
  padding: 0;
  font-family: DM Sans, sans-serif;
  font-size: 3rem;
  line-height: 110%;
}

.hero_section_content {
  max-width: 1353px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4vw;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hero_section_content.hero_mobile_content {
  display: none;
}

.hero_text {
  color: #070707;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.h2_basic_black {
  color: #0b1215;
  margin-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.3rem;
  line-height: 120%;
}

.content_basic_dark {
  color: #0b1215;
  font-family: DM Sans, sans-serif;
  font-size: .8rem;
  line-height: 120%;
}

.content_basic_dark.no_margin {
  font-size: .8rem;
}

.grid_card-bellow_hero_immage {
  aspect-ratio: 397 / 220;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  bottom: 60px;
}

.grid_card_bellow_hero_main_content {
  background-color: #fff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  height: 50%;
  padding: 24px;
}

.grid_card_bellow_hero_main {
  border-radius: 12px;
}

.bellow_hero_main_section {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1353px;
  max-height: 32.5vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: static;
}

.dark_bg {
  background-color: #070707;
  width: 100%;
}

.body {
  background-color: #fffcf5;
}

.basic_secion {
  z-index: 10;
  max-width: 1353px;
  margin-left: auto;
  margin-right: auto;
  padding: 42px 5%;
}

.basic_secion.footer {
  padding-bottom: 20px;
}

.basic_secion.mobile_side_minus {
  display: none;
}

.wrapper_basic {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper_basic.vertical {
  flex-flow: column;
}

.wrapper_basic.vertical._4px {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.wrapper_basic.vertical._4px.space_around {
  justify-content: space-around;
  align-items: flex-end;
}

.text_wrapper_4px {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.text_wrapper_4px.extra_gap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.no_margin {
  margin-bottom: 0;
}

.content_black_big {
  color: #070707;
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
}

.content_black_big._12px_top {
  margin-top: 12px;
}

.content_black_big._12px_top.no_margin_bottom {
  margin-bottom: 0;
}

.ofeta_mid_cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/secondary_top.avif');
  background-position: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1353px;
  padding: 42px 5%;
  display: flex;
}

.section-container {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-121813 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 605px;
  text-decoration: none;
  display: flex;
}

.h2_white {
  color: #fffcf5;
  width: 100%;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.frame-121816 {
  grid-row-gap: 10px;
  background-color: #fcfbf7;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-121817 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-121818 {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 307.5px;
  text-decoration: none;
  display: flex;
}

.frame-394 {
  grid-row-gap: 10px;
  background-color: #20201f;
  border-radius: 99px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #fffcf5;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.star-rating {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.tabler-icon-star-filled {
  object-fit: cover;
  overflow: hidden;
}

.tab {
  grid-row-gap: 2.5px;
  background-color: #fcfbf7;
  border: 1px solid #20201f1a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.tab:hover {
  border-color: #20201f;
}

.tab.w--current {
  color: #fff;
  background-color: #20201f;
}

.text-5 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.tabs-content {
  margin-top: 10px;
}

.image_basic_section {
  aspect-ratio: 605 / 380;
  width: 55%;
  max-width: 55%;
}

.text-block {
  font-family: DM Sans, sans-serif;
  font-weight: 600;
}

.icon-24 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-24.iverse {
  color: #fff;
  background-color: #070707;
  border-radius: 6px;
}

.h2_copy {
  color: #0b1215;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  line-height: 120%;
}

.h2_copy.smaller {
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
}

.step--block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 55%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.step-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-left: 12px;
  display: flex;
}

.step-number--text {
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 100%;
}

.step-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.step-wrapper.step-reverse {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
}

.step {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 610px;
  display: flex;
  position: relative;
}

.step--icon-block {
  color: #fffcf5;
  background-color: #20201f;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 8px;
  display: flex;
}

.step-img {
  width: auto;
  max-width: 45%;
}

.step-img.mobile-only {
  display: none;
}

.step-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #0b12151a;
  border-radius: 12px;
  flex-flow: column;
  width: auto;
  max-width: 598px;
  height: auto;
  padding: 20px 20px 20px 24px;
  display: flex;
  box-shadow: 0 4px 24px #0000000d;
}

.box-text {
  color: #3a4042;
  justify-content: center;
  align-items: center;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.step-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #0b12151a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 1vw;
  display: flex;
  box-shadow: 0 4px 24px #0000000d;
}

.article_text {
  color: #0b1215;
  text-align: left;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 120%;
}

.section-container-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-container-2.container-vertical {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 0%;
  margin-left: auto;
  margin-right: auto;
}

.section-container-2.map-container {
  justify-content: center;
  align-items: center;
}

.section-container-2.container-vertical {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.step-number {
  color: #d5f973;
  background-color: #174e4f;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  display: flex;
  position: absolute;
  left: 3px;
}

.step-number.left {
  left: -12px;
}

.step-number.left._0px {
  color: #fffcf5;
  background-color: #20201f;
  display: none;
  left: 0;
}

.heading-2 {
  color: #070707;
  text-align: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 58px;
  line-height: 64px;
}

.heading-2.clones {
  color: #070707;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 64px;
}

.heading-2.positive {
  color: #070707;
}

.heading-2.tips {
  color: #070707;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 64px;
  display: block;
}

.info-container {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-2 {
  background-color: #0000;
  border: 0 solid #080808;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1396px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.numbers-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #d5f973;
  justify-content: center;
  align-items: center;
  font-size: 58px;
  font-weight: 700;
  display: flex;
}

.section {
  background-color: #f8f8f8;
  width: 100%;
  padding: 42px 4%;
}

.section.section-green-bg {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #d5f973;
  text-align: center;
  background-color: #fcfbf7;
  border: 0 solid #31324a00;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: auto;
  margin-right: 0;
  padding: 24px;
  display: flex;
}

._3-columns {
  grid-column-gap: 16px;
  color: #d5f973;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  height: auto;
  display: flex;
}

.step-title-2 {
  color: #d9d9d9;
  font-size: 20px;
  font-weight: 700;
}

.step-title-2.card-title {
  color: #070707;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.tabs {
  width: 100%;
  display: flex;
}

.tabs-menu-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  width: 100%;
  min-width: 48%;
  display: flex;
}

.wrapper_flex {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.wrapper_flex.space_betwen {
  justify-content: space-between;
}

.immage_w-czym-pomoc {
  object-fit: cover;
  max-width: 50%;
}

.immage_w-czym-pomoc.tablet {
  display: none;
}

.immage_w-czym-pomoc.pc {
  display: block;
}

.tabs_w-czym-pomoc {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fffcf5;
  border: 1px solid #1c33381a;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  min-width: 48%;
  max-width: 550px;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.tabs_w-czym-pomoc:hover {
  border-color: #20201f;
}

.tabs_w-czym-pomoc.w--current {
  background-color: #fffcf5;
  border-color: #1c333840;
  transition: all .2s;
}

.dowiedz_sie-wiecej_wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.tab-pane-tab-1, .tab-pane-tab-3 {
  margin-left: 0;
  padding-left: 20px;
}

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

.section-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-title.title-center {
  justify-content: center;
  align-items: center;
}

.section-title.title-center.title-mobile {
  display: none;
}

.section-title.center-title {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.map-lawyer--name {
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
}

.h2_form {
  color: #0b1215;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  line-height: 120%;
}

.h2_form.h2-white {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  line-height: 120%;
}

.map {
  border-radius: 12px;
  width: 100%;
  max-width: 527px;
  max-height: 330px;
}

.map-p-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.mobile_map {
  color: #3a4042;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.mobile_map.h4-white {
  color: #f8f8f8;
  height: auto;
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
  text-decoration: none;
}

.fasqu_text {
  color: #070707;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

.fasqu_text.p-white {
  color: #f8f8f8cc;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
}

.map-lawyer-firm {
  color: #f8f8f8cc;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
}

.container-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  display: flex;
}

.container-block.container-block--about {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
}

.container-block.container-block--about.block-white {
  color: #f8f8f8;
}

.container-block.container-block--about.block-white.map-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: 415px;
}

.container-block.form-block {
  background-color: #fff;
  border: 1px solid #0b12151a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  max-height: 540px;
  padding: 20px;
}

.container-block.form-block.form-right {
  background-image: url('../images/Frame-121706_1.avif');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  min-height: 540px;
  max-height: 552px;
  padding: 16px;
}

.container-block.form-block.mobile-right {
  display: none;
}

.map-name {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.radio_coulour {
  opacity: 0;
  background-color: #002134;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

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

.form-name-surname {
  margin-bottom: 0;
  padding-bottom: 0;
}

.h3 {
  color: #0b1215;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

.radio-button-field {
  cursor: pointer;
  border: 1px solid #0000001a;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: DM Sans, sans-serif;
  font-size: .875rem;
  transition: all .2s;
  display: flex;
}

.radio-button-field:hover {
  background-color: #00213433;
  border-color: #002134;
}

.input-label {
  color: #3a4042;
  margin-bottom: 4px;
  padding-left: 16px;
  font-family: DM Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 120%;
}

.form-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.radio-input-text {
  color: #3a4042;
  width: 100%;
  margin-right: 20px;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
}

.input-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.input-wrapper.multistep--input {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.form-phone {
  color: #070707;
  font-family: DM Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.form-phone:hover {
  color: #334d5d;
}

.p-18 {
  color: #3a4042;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 120%;
}

.section-3 {
  background-color: #f8f8f8;
  width: 100%;
  padding: 42px 4%;
}

.div-block-130 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.p-12 {
  color: #3a4042;
  font-family: DM Sans, sans-serif;
  font-size: .75rem;
  line-height: 120%;
}

.radio-button-5 {
  opacity: 0;
}

.secondary_title_form {
  color: #3a4042;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
}

.submit-button {
  background-color: #002134;
  border-radius: 8px;
  width: 236px;
  padding: 18px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 120%;
  transition: all .2s;
}

.submit-button:hover {
  background-color: #334d5d;
  transform: scale(1.01);
}

.form-block {
  width: 100%;
}

.form-block.form-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

.radio_colour_wrapper {
  border: 1px solid #00000040;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-right: 20px;
  padding: 0;
  display: flex;
}

.form-right--container {
  max-width: 47.5%;
}

.form-left {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.form-input {
  border: 1px solid #0b12151a;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
}

.form-input:hover {
  border-color: #128c7e;
}

.form-input.text-input {
  height: 106px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.section-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.tab--check-block {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-list-2 {
  background-color: #fff;
  border-radius: 14px;
  display: none;
  position: static;
  overflow: hidden;
}

.dropdown-list-2.w--open {
  background-color: #0000;
  border-radius: 0;
}

.faq_image {
  background-color: #0000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.section-container-3 {
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.section-container-3.faq-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.dropdown_header_text {
  z-index: 1;
  direction: ltr;
  color: #070707;
  text-transform: none;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 120%;
  display: flex;
  position: static;
}

.dropdown-toggle-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.dropdown-toggle-2.transparent_bg {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff;
  border-radius: 12px 12px 0 0;
  justify-content: space-between;
  height: auto;
  padding: 20px;
  transition: all .2s;
  box-shadow: 0 4px 24px #0000000d;
}

.dropdown-toggle-2.transparent_bg:hover {
  color: #fff;
  background-color: #fff;
}

.dropdown-toggle-2.transparent_bg.w--open {
  box-shadow: none;
}

.dropdown-toggle-2.transparent_bg.drop_123 {
  padding: 12px;
}

.dropdown-toggle-2.transparent_bg.proces {
  padding-left: 8px;
  padding-right: 8px;
}

.dropdown-toggle-2.transparent_bg.proces.w--open {
  padding: 8px;
}

.dropdown-toggle-2.transparent_bg {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  border-radius: 12px 12px 0 0;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 8px 0;
  transition: all .2s;
}

.dropdown-toggle-2.transparent_bg:hover {
  box-shadow: none;
  color: #fff;
  background-color: #0000;
}

.dropdown-toggle-2.transparent_bg.w--open {
  background-color: #0000;
  padding: 8px 0;
}

.dropdown-toggle-2.transparent_bg.drop_123.w--open {
  padding: 12px;
}

.code-embed-3 {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  display: block;
}

.code-embed-3.dropdown-icon {
  color: #10413e;
  margin-left: auto;
  margin-right: auto;
}

.div-block-128 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 10px 20px 20px;
  display: flex;
}

.faq-item {
  object-fit: contain;
  border-top: 1px solid #dadce0;
  border-bottom: 1px #dadce0;
  width: 100%;
  max-width: 1166.86px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.faq-item.rozwody {
  z-index: 1;
  border-top-color: #ebecee;
  border-bottom-style: solid;
}

.faq-item.rozwody.first {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #25262f33;
  border-radius: 14px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
  overflow: hidden;
}

.faq-item.rozwody.first:hover {
  color: #2f3684;
}

.faq-item.rozwody.first.drop_123 {
  border-style: none;
  border-color: #000;
}

.p.footer-desc {
  color: #fffc;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: .875rem;
  line-height: 120%;
}

.link {
  color: #ffffffe6;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.frame-121823 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.union {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 237.278px;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.frame-121804 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fffcf5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.footer_basic_text {
  color: #fffcf5;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.footer_basic_text.right {
  text-align: right;
  font-size: 1rem;
}

.code-embed-4 {
  height: 0;
  display: none;
}

.accordion_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.accordion_panel {
  padding: 0 1.5rem 1.5rem;
  display: none;
}

.frame-1845 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  display: flex;
}

.accordion-2 {
  border: 1px solid #c2c2c2;
}

.accordion_icon-wrapper {
  width: .875rem;
  height: .875rem;
}

.menu-phone-3 {
  grid-column-gap: 8px;
  background-color: #317874;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: none;
}

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

.text-86 {
  color: #fef7e5;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.text-87 {
  color: #fef7e5;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.cta_phone_bottom_holder {
  display: none;
}

.pulsate-widget {
  background-color: #32d583;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: absolute;
  inset: auto 5% 6% auto;
}

.pulsate-widget.pasek-pulsate {
  width: 14px;
  height: 14px;
  bottom: 4%;
  right: 0%;
}

.pulsate-inner--widget {
  background-color: #32d583cc;
  border-radius: 999px;
  width: 14px;
  height: 14px;
}

.cta_hpne_bottom_immage {
  display: none;
}

.pasek-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.user--title {
  color: #4f5154;
  font-family: DM Sans, sans-serif;
  font-size: .75rem;
  line-height: 120%;
}

.user--name {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
}

.user-photo {
  border-radius: 999px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.online-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.holder {
  z-index: 2147483647;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: sticky;
  bottom: 0;
}

.pasek {
  z-index: 2147483647;
  background-color: #fffcf5;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 0%;
  display: flex;
  position: absolute;
  bottom: 0;
  box-shadow: 0 4px 24px #0000001a;
}

.user-name {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrapper_pasek_content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1353px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hero-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-copy.main-hero-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.hero-card--title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
}

.button-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 400px;
  padding: 14px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-4.button-green {
  color: #fef7e5;
  background-color: #10413e;
}

.button-4.button-green:hover {
  background-color: #1c5f5a;
  transform: scale(.99);
}

.button-4.button-green.button-icon-right {
  background-color: #070707;
  border-radius: 6px;
}

.button-4.button-green.button-icon-right:hover {
  background-color: #334d5d;
}

.button-4.button-green.button-icon-right.button-blue {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1e3833;
  border-radius: 6px;
}

.button-4.button-green.button-icon-right.button-blue:hover {
  background-color: #334d5d;
}

.hero-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 120%;
}

.hero-title.main-hero-title {
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
}

.section-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 4%;
  display: flex;
}

.section-5.hero-section.main-hero-section {
  justify-content: center;
  align-items: center;
  max-width: 1230px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 25px;
  padding-bottom: 0;
}

.main-hero-cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.section-container-4 {
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.section-container-4.hero-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-container-4.hero-container.main-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
}

.main-hero-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 16px 0;
  text-decoration: none;
  display: flex;
}

.main-hero-card.card--card-2 {
  color: #000;
  background-color: #fffc;
  background-image: linear-gradient(-20deg, #10413e4d, #10413e00);
  border-radius: 6px;
  min-height: 100%;
  padding-top: 0;
  transition: all .2s;
}

.main-hero-card.card--card-2:hover {
  color: #10413e;
  border-color: #10413e;
  transform: scale(1.01);
}

.main-hero-card.card--card-1 {
  color: #000;
  background-color: #fffc;
  background-image: linear-gradient(-20deg, #0021344d, #00213400);
  border-radius: 6px;
  min-height: 100%;
  padding-top: 0;
  transition: all .2s;
}

.main-hero-card.card--card-1:hover {
  color: #002134;
  border-color: #002134;
  transform: scale(1.01);
}

.hero-card--text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-wrapper {
  background-color: #10413e;
  background-image: url('../images/green-bg_1green-bg.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16px;
}

.hero-wrapper.main-hero {
  background-image: url('../images/secondary_top.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.main-card-description {
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 120%;
  display: block;
}

.card-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-main-img.tablet {
  display: none;
}

.hero-main-img.desktop {
  position: static;
  bottom: -1px;
}

.text-span {
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.text-block-2 {
  font-weight: 600;
}

.text-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 575px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.desktop-section {
  grid-row-gap: 10px;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 400px;
  padding: 14px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-5.button-green {
  color: #fef7e5;
  background-color: #10413e;
}

.button-5.button-green:hover {
  background-color: #1c5f5a;
  transform: scale(.99);
}

.button-5.button-green.button-icon-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  border: 1px solid #10413e;
}

.check_circle_outline_24 {
  color: #000;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 237px;
  height: 100%;
  max-height: 237px;
  display: flex;
  overflow: hidden;
}

.content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 502px;
  text-decoration: none;
  display: flex;
}

.content-container {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #0b12150d;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1296px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 24px #0000001a;
}

.button-regular-2 {
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

.title-style {
  color: #0b1215;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.paragraph-12 {
  color: #3a4042;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.button-text-2 {
  color: #fcfbf7;
  width: auto;
  padding-top: 1px;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 120%;
}

.button-text-2.black {
  color: #070707;
  font-family: DM Sans, sans-serif;
}

.button-text-2.button-phone {
  color: #fcfbf7;
  line-height: 120%;
}

.button-text-2.button-phone.dark {
  color: #070707;
  font-family: DM Sans, sans-serif;
}

.text-block-3 {
  color: #fff;
  font-weight: 600;
}

.text-block-4 {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-weight: 600;
}

.button-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 18px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-6:hover {
  transform: scale(1.01);
}

.button-6.button-primary {
  color: #f8f8f8;
  background-color: #128c7e;
  border: 1px solid #128c7e;
}

.button-6.button-primary:hover {
  background-color: #0e7065;
  border-color: #0e7065;
}

.button-6.button-primary.button-l.hero-btn {
  background-color: #070707;
  border-color: #070707;
  max-width: 360px;
  padding: 15px 24px;
}

.button-6.button-primary.button-l.hero-btn.white {
  background-color: #fffcf5;
  border-color: #fffcf5;
}

.nav-link--icon-2, .div-block-159 {
  display: none;
}

.text-88 {
  color: #fef7e5;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.text-89 {
  color: #fef7e5;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.button-text-3 {
  color: #fcfbf7;
  width: auto;
  padding-top: 1px;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 120%;
}

.button-text-3.button-phone {
  color: #fcfbf7;
  line-height: 120%;
}

.hero-check-text {
  height: 100%;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.hero-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 24px;
  transition: opacity .2s;
  display: flex;
}

.hero-list.no_padding {
  margin-bottom: 0;
}

.hero-list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-list-item.black_text {
  color: #070707;
}

.hero_text-2 {
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.hero_section-2 {
  background-image: linear-gradient(76deg, #070707 16%, #07070700), url('../images/bg-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 0;
}

.hero-check-icon {
  color: #070707;
  background-color: #fffcf5;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  display: flex;
}

.hero-check-icon.green {
  background-color: #bce59c;
}

.hero_section_content-2 {
  flex-flow: row;
  max-width: 1353px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6vw;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hero_section_content-2.hero_mobile_content {
  display: none;
}

.nav-anchor {
  width: 100%;
  height: 0;
  min-height: 0;
  max-height: 0;
  position: relative;
}

.widget-icon {
  color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  display: flex;
}

.widget-icon.icon-red {
  color: #070707;
  background-color: #f8a4a7;
  border-radius: 99px;
}

.wrapper-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 268px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-block.center-block {
  max-width: 230px;
}

.number {
  color: #815649;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 120%;
}

.widget-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-title-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.widget-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #070707;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 24px;
  display: flex;
  position: relative;
  bottom: 60px;
}

.dark_bg-2 {
  background-color: #e9e6e0;
  width: 100%;
}

.p-2 {
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.p-2.left {
  text-align: left;
  font-family: DM Sans, sans-serif;
}

.p-2.desc {
  color: #07070799;
  font-size: 12px;
}

.code-embed-5 {
  display: none;
}

.img-desktop {
  max-width: 500px;
  display: block;
}

.section-container-5 {
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.section-container-5.horizontal-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.basic_secion-2 {
  z-index: 10;
  background-color: #fffcf5;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 42px 5%;
}

.basic_secion-2.img-bg {
  background-image: linear-gradient(#20201fcc, #20201fcc), url('../images/bg-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.basic_secion-2.img-bg.form-section {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

.basic_secion-2.slider-section {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 440px;
  display: flex;
}

.basic_secion-2.footer {
  background-color: #20201f;
  max-width: 1280px;
  padding-bottom: 20px;
}

.text-span-3 {
  color: #815649;
  font-family: DM Sans, sans-serif;
}

.step_coontent_wrapper {
  flex-flow: column;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 7px;
  display: flex;
}

.krok--p {
  padding-top: 5px;
  font-family: DM Sans, sans-serif;
  line-height: 120%;
  display: block;
}

.section-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.po-konsultacji--krok {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  border-left: 3px solid #8156494d;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.section-title-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.img-mobile {
  display: none;
}

.proces_step_load {
  z-index: 10;
  background-color: #815649;
  flex: none;
  width: 3px;
  height: 0;
  display: flex;
  position: relative;
  right: 3px;
}

.krok_wrapper {
  height: 0;
  display: flex;
  overflow: hidden;
}

.krok_wrapper.active {
  height: auto;
}

.parapraph--wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.step-title {
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.p-3 {
  font-family: DM Sans, sans-serif;
}

.section-container-6 {
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.section-container-6.vertical-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wysokosc-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #202020;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.section-title-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.section-title-5.title-regular {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 400;
}

.p--frame {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #202020;
  text-align: left;
  background-color: #fff;
  border: 1px solid #1d20280d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.wysokosc-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #0a12150d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.wysokosc-card--icon {
  color: #fff;
  background-color: #202020;
  border-radius: 99px;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  padding: 16px;
}

.wysokosc-card--icon.card-arrow {
  color: #fff;
  background-color: #815649;
  border-radius: 12px;
  width: auto;
  min-width: 76px;
  max-width: 76px;
  height: auto;
  min-height: 56px;
  max-height: 56px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 26px;
  padding-right: 26px;
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
}

.section-container-7 {
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.section-container-7.vertical-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-container-7.vertical-container.dark-vertical {
  color: #070707;
  text-align: center;
}

.section-container-7.vertical-container.number-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #070707;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-container-7.vertical-container.form-container {
  color: #202020;
}

.section-container-7.horizontal-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-container-7.horizontal-container.center-container {
  justify-content: center;
  align-items: center;
}

.section-container-7.horizontal-container.drop-container {
  justify-content: center;
  align-items: flex-start;
}

.section-container-7.faq-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.step-2 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 610px;
  display: flex;
  position: relative;
}

.step-card-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-left: 12px;
  display: flex;
}

.article_text-2 {
  color: #0b1215;
  text-align: left;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 120%;
}

.section-title-6 {
  margin-top: 0;
  margin-bottom: 22px;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.step-card-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #0b12151a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1vw;
  display: flex;
  box-shadow: 0 4px 24px #0000000d;
}

.step-wrapper-2 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.step-box-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #0b12151a;
  border-radius: 12px;
  flex-flow: column;
  width: auto;
  max-width: 598px;
  height: auto;
  padding: 20px 20px 20px 24px;
  display: flex;
  box-shadow: 0 4px 24px #0000000d;
}

.multiform-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p-4 {
  font-family: DM Sans, sans-serif;
}

.p-4.p-multistep {
  color: #0b121580;
  font-size: 14px;
}

.change-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.multiform-main-icon-3 {
  color: #070707;
  justify-content: center;
  align-items: center;
  max-width: 90px;
  max-height: 90px;
  display: flex;
}

.multiform-main-icon-3.multiform-orange {
  color: #ffcd40;
}

.multiform-main-icon-3.multiform-green {
  color: #3cb371;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1d2028;
  background-color: #d1b049;
  border: 1px solid #d1b049;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 14px 30px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button:hover {
  background-color: #d1b049cc;
  border: 1px solid #d1b049;
  transform: scale(1.01);
}

.button.back-button {
  background-color: #0707074d;
  border-color: #070707;
  border-radius: 8px;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
}

.button.form-button {
  color: #fff;
  background-color: #070707;
  border-color: #070707;
  border-radius: 8px;
  width: 100%;
  min-width: 190px;
  max-width: 240px;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
}

.section-title--wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-title--wrapper.section-title-center {
  justify-content: center;
  align-items: center;
}

.section-title--wrapper.section-title-center.form-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.field-label {
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.field-label.multistep-label {
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.multiform-step-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 642px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.multiform-step-wrapper.step-1 {
  text-align: center;
  max-width: 642px;
  margin-left: auto;
  margin-right: auto;
}

.multiform-block-2 {
  background-color: #fff;
  border: 1px solid #0a12151a;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 469px;
  padding: 64px 32px;
  display: flex;
  box-shadow: 0 2px 24px #0000000d;
}

.form-field-2 {
  border: 1px solid #0b12151a;
  border-radius: 99px;
  transition: all .2s;
}

.form-field-2:hover {
  border-color: #07070733;
}

.form-field-2:active, .form-field-2:focus {
  border-color: #070707;
}

.form-multiform {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.radio-button-field-5 {
  cursor: pointer;
  border: 1px solid #0000001a;
  border-radius: 99px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .2s;
  display: flex;
}

.radio-button-field-5:hover {
  background-color: #4444441a;
  border-color: #070707;
}

.div-block-160 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-160.multiform-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-icon-2 {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

.radio_coulour-5 {
  opacity: 0;
  background-color: #070707;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.section-container-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-container-8.container-vertical {
  flex-flow: column;
  position: relative;
}

.section-title-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  line-height: 120%;
}

.button-text-9 {
  color: #fcfbf7;
  width: auto;
  padding-top: 1px;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 120%;
}

.button-text-9.button-phone {
  color: #fcfbf7;
  line-height: 120%;
}

.icon_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.section-title-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.p-5 {
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.p-5.footer-desc {
  color: #fffc;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: .875rem;
  line-height: 120%;
}

.check-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.counter--count-block {
  background-color: #fff;
  border: 1px solid #20232c0d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
}

.section-container-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-container-9.container-vertical {
  flex-flow: column;
  position: relative;
}

.section-container-9.container-vertical.slider-container {
  text-align: center;
  min-height: 85px;
  padding-left: 4%;
  padding-right: 4%;
  position: static;
  overflow: clip;
}

.logo-container {
  justify-content: flex-start;
  display: flex;
}

.gradient-mask {
  background-image: linear-gradient(90deg, #acacac, #fff0 88%);
  width: 110px;
  height: 228px;
}

.gradient-mask.gradient-right {
  z-index: 2;
  background-image: linear-gradient(-90deg, #fff, #fff0 88%);
  width: 200px;
  height: 280px;
  position: absolute;
  right: 2%;
}

.gradient-mask.gradient-left {
  z-index: 2;
  background-image: linear-gradient(90deg, #fff, #fff0 88%);
  width: 180px;
  height: 280px;
  position: absolute;
  left: 2%;
}

.carousel-container {
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  display: flex;
  overflow: hidden;
}

.logo-slider-image {
  width: auto;
  max-width: 211px;
}

.section-title-9 {
  margin-top: 0;
  margin-bottom: 22px;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.button-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1d2028;
  background-color: #d1b049;
  border: 1px solid #d1b049;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 14px 30px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-7:hover {
  background-color: #d1b049cc;
  border: 1px solid #d1b049;
  transform: scale(1.01);
}

.button-7.form-button {
  color: #fff;
  background-color: #070707;
  border-color: #070707;
  border-radius: 8px;
  width: 100%;
  min-width: 190px;
  max-width: 240px;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
}

.form-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-field {
  border: 1px solid #0b12151a;
  border-radius: 12px;
  font-family: DM Sans, sans-serif;
  transition: all .2s;
}

.form-field:hover {
  border-color: #0003;
}

.form-field:active, .form-field:focus {
  border-color: #070707;
}

.section-title-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.section-title-10.title-regular {
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.radio-button-field-2 {
  cursor: pointer;
  border: 1px solid #0000001a;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .2s;
  display: flex;
}

.radio-button-field-2:hover {
  background-color: #0707070d;
  border-color: #070707;
}

.form-inputs {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 852px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
}

.textarea {
  border: 1px solid #0b12151a;
  border-radius: 12px;
  width: 100%;
  height: 106px;
  min-height: 106px;
  font-family: DM Sans, sans-serif;
}

.textarea:hover {
  border-color: #0003;
}

.textarea:active, .textarea:focus {
  border-color: #070707;
}

.form-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-161 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.star-rate {
  color: #fabb05;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.slide {
  width: 100%;
  height: auto;
}

.review-rate {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-span-2 {
  color: #815649;
}

.name-img {
  color: #fff;
  background-color: #20201f;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  font-size: 18px;
  display: flex;
}

.mask {
  height: auto;
  padding-bottom: 48px;
}

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

.name-text {
  font-size: 18px;
  font-weight: 700;
}

.section-title-11 {
  margin-top: 0;
  margin-bottom: 32px;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.reviews-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.slider {
  width: 100%;
  height: auto;
  display: none;
}

.review-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fcfbf7;
  border: 1px solid #cba491;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  transition: all .2s;
  display: flex;
}

.review-block:hover {
  transform: scale(1.01);
}

.review-name {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-title-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.link-block {
  color: #cba491;
  text-decoration: none;
  transition: all .2s;
}

.link-block:hover {
  color: #eec3af;
}

.dropdown-list-3 {
  background-color: #fff;
  border-radius: 14px;
  display: none;
  position: static;
  overflow: hidden;
}

.dropdown-list-3.w--open {
  background-color: #0000;
  border-radius: 0;
}

.tab--check-block-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.container-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.drop-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dropdown_header_text-2 {
  z-index: 1;
  direction: ltr;
  color: #070707;
  text-transform: none;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 120%;
  display: flex;
  position: static;
}

.section-img {
  width: 50%;
}

.div-block-162 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-flow: column;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 4px 0 0;
  display: flex;
}

.section-title-13 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.dropdown {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.code-embed-6 {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  display: block;
}

.code-embed-6.dropdown-icon {
  color: #202020;
  margin-left: auto;
  margin-right: auto;
}

.fasqu_text-2 {
  color: #070707;
  margin-bottom: 0;
  padding-left: 8px;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

.name-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.name-m {
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.section-title-14 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.white-text-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-color: #ffffff1f;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.dropdown-list-4 {
  background-color: #fff;
  border-radius: 14px;
  display: none;
  position: static;
  overflow: hidden;
}

.dropdown-list-4.w--open {
  background-color: #0000;
  border-radius: 0;
}

.tab--check-block-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.section-title-15 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.fasqu_text-3 {
  color: #070707;
  margin-bottom: 0;
  padding-left: 12px;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

.footer_basic_text-2 {
  color: #fffcf5;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.footer_basic_text-2.center {
  font-family: DM Sans, sans-serif;
}

.footer_basic_text-2.right {
  text-align: right;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
}

.frame-121824 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.dark_bg-3 {
  background-color: #20201f;
  width: 100%;
}

.user--title-2 {
  color: #4f5154;
  font-family: DM Sans, sans-serif;
  font-size: .75rem;
  line-height: 120%;
}

.user--name-2 {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
}

.bold-text-2, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
  font-family: DM Sans, sans-serif;
}

@media screen and (min-width: 1280px) {
  .button-2.button-primary.button-l.hero-btn {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .hero_section_title_wrapper.hero-desktop-wrapper {
    width: 100%;
  }

  .hero_heading.dark {
    border-radius: 0;
    width: 100%;
    min-width: 810px;
    max-width: 100%;
    font-size: 3.7rem;
  }

  .h2_basic_black {
    font-size: 1.4rem;
  }

  .content_basic_dark, .content_basic_dark.no_margin {
    font-size: .9rem;
  }

  .grid {
    bottom: 100px;
  }

  .grid_card_bellow_hero_main_content {
    height: 50%;
  }

  .bellow_hero_main_section {
    max-height: 380px;
  }

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

  .ofeta_mid_cta {
    max-width: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-container {
    max-width: 1353px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-5 {
    font-size: 1.1rem;
  }

  .tabs-content {
    margin-top: 12px;
  }

  .step-card-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .step-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .step-img {
    max-width: 50%;
  }

  .step-card {
    padding: 16px;
  }

  .article_text {
    font-size: 1.125rem;
  }

  .section-container-2.container-vertical.form-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .step-number.left._0px {
    display: flex;
    left: -2px;
  }

  .step-number.left._0px.three {
    left: 0;
  }

  .step-number.left._0px.one {
    left: -12px;
  }

  .step-number.left._0px.one.fix {
    left: 0;
  }

  .section-title.title-center.title-desktop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-block.form-block {
    max-height: none;
    padding-top: 15.5px;
    padding-bottom: 10px;
  }

  .container-block.form-block.form-right {
    min-height: 540px;
  }

  .dropdown_header_text {
    font-size: 20px;
  }

  .dropdown-toggle-2.transparent_bg:hover {
    background-color: #0000;
  }

  .div-block-128 {
    font-size: 18px;
  }

  .faq-item.rozwody.first {
    border-color: #0000001a;
    border-radius: 14px;
  }

  .pulsate-widget.pasek-pulsate {
    width: 16px;
    height: 16px;
    bottom: 6%;
    right: 5%;
  }

  .user--title {
    font-size: 14px;
  }

  .user--name {
    font-size: 20px;
  }

  .user-photo {
    width: 65px;
    height: 65px;
  }

  .hero-card--title {
    font-size: 28px;
  }

  .section-5.hero-section.main-hero-section {
    margin-top: auto;
    margin-bottom: auto;
  }

  .section-container-4.hero-container.main-hero {
    height: 100%;
    margin-top: 0;
  }

  .main-hero-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-wrapper.main-hero {
    background-size: cover;
    background-attachment: fixed;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .main-card-description {
    font-size: 20px;
  }

  .hero-main-img, .hero-main-img.desktop {
    width: 45%;
  }

  .button-6.button-primary.button-l.hero-btn {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .hero_section_content-2 {
    overflow: clip;
  }

  .widget-wrapper {
    bottom: 100px;
  }

  .img-desktop {
    max-width: 100%;
  }

  .wysokosc-card {
    justify-content: flex-start;
    align-items: center;
    min-height: 210px;
    max-height: 210px;
  }

  .step-card-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .article_text-2 {
    font-size: 1.125rem;
  }

  .step-card-2 {
    padding: 16px;
  }

  .step-wrapper-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .dropdown-list-3 {
    padding-bottom: 4px;
  }

  .dropdown_header_text-2 {
    font-size: 20px;
  }

  .div-block-162 {
    font-size: 18px;
  }

  .dropdown-list-4 {
    padding-bottom: 4px;
  }

  .user--title-2 {
    font-size: 14px;
  }

  .user--name-2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar.nav-green.main-nav {
    max-width: 100%;
  }

  .navbar-container {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-container.main-nav-container.main-nav {
    max-width: 1400px;
  }

  .navbar-container.main-nav-container.main_main {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero_immage_pc {
    aspect-ratio: 1232 / 1571;
  }

  .h2_basic_black {
    font-size: 1.5rem;
  }

  .content_basic_dark, .content_basic_dark.no_margin {
    font-size: 1rem;
  }

  .grid_card_bellow_hero_main_content {
    height: 50%;
  }

  .bellow_hero_main_section {
    max-height: 390px;
  }

  .text-5 {
    font-size: 1.2rem;
  }

  .step-img {
    max-width: 50%;
  }

  .section-container-2.container-vertical.form-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .step-number.left._0px, .step-number.left._0px.one {
    left: 0;
  }

  .step-number.left._0px.one {
    left: -2%;
  }

  .heading-2.clones {
    text-align: center;
  }

  .heading-2.tips {
    margin-bottom: 0;
  }

  .section-2 {
    height: 88%;
  }

  .column {
    border-right-color: #161616;
    width: 33%;
    position: relative;
  }

  .section-title.title-center.title-desktop {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .container-block.form-block {
    min-height: 600px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container-block.form-block.form-right {
    min-height: 600px;
  }

  .dropdown-list-2 {
    display: none;
  }

  .dropdown-toggle-2.transparent_bg {
    width: 100%;
  }

  .dropdown-toggle-2.transparent_bg:hover {
    background-color: #0000;
  }

  .dropdown-toggle-2.transparent_bg:active {
    background-color: #fff0;
  }

  .user--title {
    font-size: 16px;
  }

  .user--name {
    color: #000;
    font-size: 22px;
    font-weight: 600;
  }

  .user-photo {
    width: 75px;
    height: 75px;
  }

  .hero-card--title {
    font-size: 32px;
  }

  .hero-title.main-hero-title {
    margin-bottom: 20px;
  }

  .section-5.hero-section.main-hero-section {
    justify-content: center;
    align-items: center;
    max-width: 1400px;
    margin-top: auto;
    padding-top: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-container-4.hero-container.main-hero {
    max-width: 1400px;
  }

  .main-hero-card.card--card-2 {
    color: #000;
    transition: all .2s;
  }

  .main-hero-card.card--card-2:hover {
    transform: scale(1.01);
  }

  .main-hero-card.card--card-1 {
    color: #000;
    transition: all .2s;
  }

  .main-hero-card.card--card-1:hover {
    transform: scale(1.01);
  }

  .hero-wrapper.main-hero {
    padding-left: 4%;
    padding-right: 4%;
  }

  .main-card-description {
    font-size: 22px;
  }

  .hero-main-img, .hero-main-img.desktop {
    width: 48%;
  }

  .wysokosc-card {
    justify-content: flex-start;
    align-items: center;
    min-height: 210px;
    max-height: 210px;
  }

  .gradient-mask.gradient-right {
    right: 8%;
  }

  .gradient-mask.gradient-left {
    left: 8%;
  }

  .dropdown-list-3, .dropdown-list-4 {
    display: none;
  }

  .user--title-2 {
    font-size: 16px;
  }

  .user--name-2 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
  }
}

@media screen and (min-width: 1920px) {
  .nav-brand.nav-brand-green.w--current, .navbar.nav-green {
    padding-left: 0;
  }

  .navbar.nav-green.main-nav {
    max-width: 100%;
  }

  .navbar.nav-green {
    padding-left: 0;
  }

  .navbar-container.main-nav-container.main-nav {
    max-width: 1440px;
  }

  .hero_section_title_wrapper.hero-desktop-wrapper {
    padding-bottom: 70px;
  }

  .hero_heading.dark {
    min-width: 869px;
    font-size: 4rem;
  }

  .basic_secion {
    margin-left: auto;
    margin-right: auto;
  }

  .section-container-2.container-vertical {
    min-width: 0%;
  }

  ._3-columns {
    max-width: 1230px;
  }

  .container-block {
    width: 100%;
  }

  .container-block.form-block {
    min-height: 610px;
    max-height: none;
  }

  .container-block.form-block.form-right {
    min-height: 610px;
  }

  .dropdown-toggle-2.transparent_bg {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .user-photo {
    width: 80px;
    height: 80px;
  }

  .holder {
    width: 100%;
    position: sticky;
  }

  .section-5.hero-section.main-hero-section {
    max-width: 1600px;
    padding-top: 10px;
  }

  .section-container-4.hero-container.main-hero {
    max-width: 1440px;
  }

  .main-hero-card.card--card-2 {
    min-height: 100%;
  }

  .hero-wrapper {
    background-size: cover;
    background-attachment: scroll;
  }

  .hero-main-img {
    width: 39%;
  }

  .hero-main-img.desktop {
    width: 40%;
  }

  .desktop-section {
    width: 100vw;
  }

  .content-container {
    max-width: 1230px;
  }

  .basic_secion-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .wysokosc-card {
    justify-content: flex-start;
    align-items: center;
    min-height: 210px;
    max-height: 210px;
  }

  .gradient-mask.gradient-right {
    right: 17%;
  }

  .gradient-mask.gradient-left {
    left: 17%;
  }

  .dark_bg-3 {
    background-color: #20201f;
  }
}

@media screen and (max-width: 991px) {
  .menu-icon-item {
    background-color: #d1f702;
    border-radius: 99px;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-item.second-item {
    background-color: #20201f;
  }

  .menu-icon-item.second-item.dark {
    background-color: #000;
  }

  .menu-icon-item.first-item.dark {
    background-color: #000;
  }

  .menu-icon-item.third-item {
    background-color: #20201f;
  }

  .menu-icon-item.third-item.dark {
    background-color: #000;
  }

  .menu-icon-item.first-item, .menu-icon-item.third-item, .menu-icon-item.second-item, .menu-icon-item.third-item, .menu-icon-item.second-item {
    background-color: #fff;
  }

  .menu-button {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    display: flex;
  }

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

  .nav-link--icon {
    justify-content: center;
    align-items: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    display: flex;
  }

  .nav-link--icon.white {
    color: #fff;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    background-color: #10413e;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0% 4%;
  }

  .nav-menu.main-nav-menu {
    z-index: 2;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 2;
    z-index: 2;
    z-index: 2;
    background-color: #070707;
    display: flex;
  }

  .navbar {
    max-width: 100%;
  }

  .navbar.nav-green {
    border-width: 0;
    border-radius: 0;
    padding-left: 4%;
    padding-right: 4%;
    position: sticky;
    top: 0;
  }

  .navbar.nav-green.main-nav {
    inset: 0 0% auto;
    background-color: #fff9;
    display: block;
    position: sticky;
    inset: 0 0% auto;
  }

  .navbar.nav-green {
    background-color: #070707;
    border-width: 0;
    border-radius: 0;
    padding-left: 4%;
    padding-right: 4%;
    position: sticky;
    top: 0;
  }

  .navbar-container.main-nav-container {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav-link.nav-blue {
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    min-height: 48px;
  }

  .nav-link.nav-blue.main-nav-link {
    color: #000;
  }

  .menu-icon {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 28px;
    min-width: 28px;
    max-width: 28px;
    height: 28px;
    min-height: 28px;
    max-height: 28px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
  }

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

  .button-2.button-primary.button-l.hero-btn {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .hero_section_title_wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
    display: flex;
  }

  .hero_section_title_wrapper.hero-desktop-wrapper {
    display: none;
  }

  .hero_section {
    background-color: #fdfaf2;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 0;
  }

  .hero_heading.dark {
    color: #0a1215;
    background-color: #0000;
    margin-top: 0;
    font-size: 2.5rem;
  }

  .hero_section_content {
    background-image: url('../images/bg_small_screen_1.avif');
    background-position: 0 0;
    background-size: cover;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    justify-content: center;
    align-items: center;
    min-height: 50vw;
  }

  .hero_section_content.hero_mobile_content {
    background-color: #fdfaf2;
    background-image: none;
    background-size: auto;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: 0;
    padding-top: 1vw;
    display: flex;
  }

  .h2_basic_black {
    font-size: 1.3rem;
  }

  .content_basic_dark {
    margin-bottom: 5px;
  }

  .content_basic_dark.no_margin {
    margin-bottom: 0;
  }

  .grid_card-bellow_hero_immage {
    border-radius: 0;
    max-width: 100%;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
    position: static;
  }

  .grid_card_bellow_hero_main_content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    min-height: 100%;
    padding: 16px;
    display: flex;
  }

  .grid_card_bellow_hero_main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: hidden;
  }

  .bellow_hero_main_section {
    max-height: none;
    padding: 32px 10%;
  }

  .basic_secion.left_les {
    padding-left: 1%;
  }

  .wrapper_basic {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .wrapper_basic.vertical._4px.space_around {
    width: 50%;
  }

  .ofeta_mid_cta {
    padding-left: 5%;
    padding-right: 5%;
  }

  .tab {
    padding: 1vw;
  }

  .text-5 {
    font-size: .8rem;
  }

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

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

  .h2_copy.smaller {
    text-align: left;
  }

  .step--block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .step-card-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
  }

  .step-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

  .step-wrapper.step-reverse {
    flex-flow: column-reverse;
    width: 100%;
  }

  .step {
    flex-flow: column-reverse;
  }

  .step-img {
    max-width: 100%;
    display: none;
  }

  .step-img.mobile-only {
    display: block;
  }

  .step-box {
    text-align: left;
    max-width: none;
    padding-top: 24px;
    padding-left: 20px;
  }

  .step-card {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 182px;
  }

  .article_text {
    text-align: left;
  }

  .section-container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    width: 80%;
  }

  .section-container-2.map-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: flex-start;
  }

  .section-container-2.container-vertical {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 80%;
    height: auto;
  }

  .section-container-2.container-vertical.form-container {
    width: 80%;
  }

  .section-container-2.form-container {
    width: 100%;
  }

  .step-number {
    top: -10px;
    left: 90px;
  }

  .step-number.left {
    left: 80px;
  }

  .section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
  }

  .column.tablet-hidden {
    display: flex;
  }

  ._3-columns {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .step-title-2 {
    font-size: 18px;
  }

  .tabs-menu-2 {
    min-width: 40%;
  }

  .immage_w-czym-pomoc {
    max-width: 55%;
    display: block;
  }

  .immage_w-czym-pomoc.tablet {
    object-fit: cover;
    flex: none;
    width: 340px;
    max-width: none;
    display: block;
  }

  .immage_w-czym-pomoc.pc {
    display: none;
  }

  .tabs_w-czym-pomoc {
    max-width: 40vw;
  }

  .section-title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .section-title.map-title {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .section-title.title-center.title-desktop {
    display: none;
  }

  .section-title.title-center.title-mobile {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-bottom: 8px;
    display: flex;
  }

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

  .h2_form.h2-white.left {
    text-align: left;
  }

  .container-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .container-block.container-block--about {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .container-block.container-block--about.block-white.map-block {
    justify-content: center;
    align-items: flex-start;
  }

  .container-block.form-block {
    max-height: none;
  }

  .container-block.form-block.form-right {
    display: none;
  }

  .container-block.form-block.mobile-right {
    width: 100%;
    max-height: none;
    display: flex;
  }

  .form-name-surname {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h3 {
    margin-bottom: 0;
  }

  .section-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
  }

  .radio-button-5 {
    opacity: 0;
  }

  .form-left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .section-title-2 {
    font-size: 28px;
  }

  .dropdown-list-2 {
    background-color: #0000;
  }

  .section-container-3 {
    width: 80%;
  }

  .dropdown_header_text {
    white-space: normal;
    font-size: 17px;
    line-height: 21px;
  }

  .code-embed-3 {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: 24px;
    min-width: 0;
    max-width: none;
    height: 24px;
    min-height: 0;
    max-height: none;
    transition: all .2s;
    display: block;
    position: relative;
  }

  .div-block-128 {
    padding-bottom: 10px;
  }

  .faq-item {
    width: 95%;
  }

  .faq-item.rozwody.first {
    width: 100%;
  }

  .image-99 {
    display: none;
  }

  .tablet_wrapper {
    justify-content: center;
    align-items: center;
    min-width: 50%;
    padding-left: 0%;
    display: flex;
  }

  .menu-phone-3 {
    z-index: 9999;
    background-color: #212027;
    max-width: 100%;
    padding-top: 28px;
    padding-bottom: 10px;
    display: none;
    position: sticky;
    top: 68px;
  }

  .text-86, .text-87 {
    line-height: 16px;
  }

  .cta_phone_bottom_holder {
    display: none;
  }

  .user-photo {
    flex: none;
    width: 85px;
    height: 85px;
  }

  .online-icon {
    flex: none;
    width: 80px;
    height: 80px;
  }

  .holder {
    opacity: 0;
    display: none;
  }

  .wrapper_pasek_content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-title.main-hero-title {
    margin-bottom: 0;
    display: none;
  }

  .section-5.hero-section.main-hero-section {
    justify-content: center;
    align-items: flex-end;
    height: 100vh;
    margin-top: 0;
  }

  .main-hero-cards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-container-4 {
    width: 80%;
  }

  .section-container-4.hero-container {
    flex-flow: column-reverse;
    width: 80%;
  }

  .section-container-4.hero-container.main-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .main-hero-card.card--card-2 {
    background-image: linear-gradient(-20deg, #10413e4d, #10413e00);
    padding-left: 24px;
    padding-right: 24px;
  }

  .main-hero-card.card--card-1 {
    background-image: linear-gradient(-20deg, #0021344d, #00213400);
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-wrapper.main-hero {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-main-img.tablet {
    display: block;
  }

  .hero-main-img.desktop {
    display: none;
  }

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

  .check_circle_outline_24 {
    width: 30%;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .content-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: auto;
  }

  .title-style {
    font-size: 28px;
  }

  .button-text-2 {
    font-size: 1rem;
  }

  .menu-button-2 {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    display: flex;
  }

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

  .button-6.button-primary.button-l.hero-btn {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .nav-link--icon-2 {
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    display: flex;
  }

  .menu-icon-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 28px;
    min-width: 28px;
    max-width: 28px;
    height: 28px;
    min-height: 28px;
    max-height: 28px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
  }

  .text-88, .text-89 {
    line-height: 16px;
  }

  .button-text-3 {
    font-size: 1rem;
  }

  .image-100 {
    display: none;
  }

  .hero-check-text {
    color: #070707;
  }

  .hero_section-2 {
    background-color: #fdfaf2;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 0;
  }

  .hero-check-icon {
    color: #fdfaf2;
    background-color: #070707;
  }

  .hero_section_content-2 {
    background-image: url('../images/bg-img.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    justify-content: center;
    align-items: center;
    min-height: 50vw;
  }

  .hero_section_content-2.hero_mobile_content {
    background-color: #fdfaf2;
    background-image: none;
    background-size: auto;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: 0;
    padding-top: 1vw;
    display: flex;
  }

  .nav-anchor {
    width: 100%;
    height: 0;
    min-height: 0;
    max-height: 0;
    position: relative;
    top: -90px;
  }

  .wrapper-block, .wrapper-block.center-block {
    max-width: 100%;
  }

  .number {
    font-size: 32px;
  }

  .widget-content {
    flex-flow: column;
  }

  .section-title-3 {
    font-size: 28px;
  }

  .widget-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
    display: flex;
    position: static;
  }

  .image-101 {
    width: 11%;
    display: none;
    transform: rotate(90deg);
  }

  .code-embed-5 {
    color: #815649;
    justify-content: center;
    align-items: center;
    width: 50px;
    display: flex;
  }

  .img-desktop {
    display: none;
  }

  .section-container-5 {
    width: 80%;
  }

  .section-container-5.horizontal-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
  }

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

  .section-content.content-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-title-4 {
    font-size: 28px;
  }

  .img-mobile {
    width: 100%;
    display: block;
  }

  .step-title {
    font-size: 18px;
  }

  .p-3 {
    line-height: 120%;
  }

  .section-container-6 {
    width: 80%;
  }

  .section-container-6.vertical-container {
    width: 100%;
  }

  .section-title-5 {
    font-size: 28px;
  }

  .section-container-7 {
    width: 80%;
  }

  .section-container-7.vertical-container, .section-container-7.vertical-container.dark-vertical {
    width: 100%;
  }

  .section-container-7.vertical-container.number-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #070707;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .section-container-7.horizontal-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
  }

  .section-container-7.faq-container {
    width: 100%;
  }

  .step-2 {
    flex-flow: column-reverse;
    max-width: none;
  }

  .step-card-wrapper-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-left: 0;
    display: grid;
  }

  .article_text-2 {
    text-align: left;
  }

  .section-title-6 {
    font-size: 28px;
  }

  .step-card-2 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .step-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

  .step-box-2 {
    text-align: left;
    width: 100%;
    max-width: none;
    padding-top: 24px;
    padding-left: 20px;
  }

  .p-4 {
    line-height: 120%;
  }

  .section-title--wrapper.section-title-center {
    text-align: center;
  }

  .multiform-step-wrapper {
    min-height: 365px;
  }

  .multiform-block-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-container-8.container-vertical {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button-text-9 {
    font-size: 1rem;
  }

  .section-title-8 {
    font-size: 28px;
  }

  .section-container-9.container-vertical {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .gradient-mask.gradient-right, .gradient-mask.gradient-left {
    width: 120px;
  }

  .section-title-9, .section-title-10 {
    font-size: 28px;
  }

  .mask {
    padding-bottom: 40px;
  }

  .section-title-11 {
    font-size: 28px;
  }

  .reviews-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .review-name {
    text-align: left;
  }

  .section-title-12 {
    font-size: 28px;
  }

  .dropdown-list-3 {
    background-color: #0000;
  }

  .dropdown_header_text-2 {
    white-space: normal;
    font-size: 17px;
    line-height: 21px;
  }

  .section-img {
    width: 100%;
  }

  .div-block-162 {
    padding-bottom: 10px;
  }

  .section-title-13 {
    font-size: 28px;
  }

  .code-embed-6 {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: 24px;
    min-width: 0;
    max-width: none;
    height: 24px;
    min-height: 0;
    max-height: none;
    transition: all .2s;
    display: block;
    position: relative;
  }

  .section-title-14 {
    font-size: 28px;
  }

  .dropdown-list-4 {
    background-color: #0000;
  }

  .section-title-15 {
    font-size: 28px;
  }

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

@media screen and (max-width: 767px) {
  .menu-icon-item.first-item, .menu-icon-item.third-item, .menu-icon-item.second-item, .menu-icon-item.third-item, .menu-icon-item.second-item {
    background-color: #fff;
  }

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

  .nav-menu.main-nav-menu {
    background-color: #070707;
    padding-top: 0;
    display: flex;
  }

  .navbar.nav-green {
    background-color: #070707;
  }

  .navbar-container.main-nav-container {
    margin-left: auto;
    margin-right: auto;
  }

  .button-text.button-phone {
    display: block;
  }

  .button-2.button-primary.button-l.hero-btn {
    width: 100%;
    max-width: 350px;
  }

  .hero_section_title_wrapper {
    padding-bottom: 0;
  }

  .hero_immage_pc {
    aspect-ratio: 782 / 885;
    max-width: 55%;
    margin-top: auto;
  }

  .hero_heading.dark {
    text-align: left;
    text-align: left;
    font-size: 2rem;
  }

  .hero_section_content {
    background-image: linear-gradient(#00000026, #00000026), url('../images/Top_2.avif');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .hero_section_content.hero_mobile_content {
    border-radius: 0;
    min-height: 0;
    padding-bottom: 20px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .h2_basic_black {
    font-size: 1rem;
  }

  .grid_card-bellow_hero_immage {
    object-fit: cover;
    height: 100%;
    display: block;
  }

  .grid {
    position: static;
  }

  .grid_card_bellow_hero_main_content {
    padding: 2.5vw;
  }

  .grid_card_bellow_hero_main {
    flex-flow: row;
  }

  .bellow_hero_main_section, .basic_secion.left_les {
    padding: 22px 4%;
  }

  .basic_secion.mobile_side_minus {
    display: block;
  }

  .basic_secion.mobile_side_minus.mobile_only, .basic_secion.tablet_plus {
    display: none;
  }

  .wrapper_basic {
    flex-flow: column;
  }

  .wrapper_basic.vertical._4px.space_around {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .content_black_big {
    font-size: 1.2rem;
  }

  .ofeta_mid_cta {
    padding-left: 4%;
    padding-right: 4%;
  }

  .section-container {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .h2_white {
    font-size: 1.75rem;
  }

  .frame-121816 {
    padding: 18px;
  }

  .text-2 {
    justify-content: center;
    align-items: flex-end;
    padding-top: 1px;
    display: flex;
  }

  .text-2.to_high {
    padding-top: 3px;
  }

  .star-rating {
    grid-column-gap: 3px;
  }

  .tabler-icon-star-filled {
    min-width: 14px;
  }

  .tab {
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 48%;
  }

  .tab.w--current {
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
    width: 48%;
  }

  .tab.last {
    width: 100%;
  }

  .tabs-menu {
    flex-flow: wrap;
  }

  .image_basic_section {
    width: auto;
    max-width: 100%;
  }

  .h2_copy {
    margin-bottom: 4px;
    font-size: 24px;
  }

  .step-card-wrapper {
    display: none;
  }

  .step-number--text {
    font-size: 20px;
  }

  .step-img {
    display: none;
  }

  .step-box {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .section-container-2.map-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 90%;
  }

  .section-container-2.container-vertical {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 90%;
    height: auto;
  }

  .section-container-2.container-vertical.form-container {
    width: 90%;
  }

  .step-number {
    width: 38px;
    height: 38px;
    top: -16px;
    left: 70px;
  }

  .step-number.left {
    left: 66px;
  }

  .heading-2, .heading-2.clones, .heading-2.tips {
    font-size: 32px;
    line-height: 100%;
  }

  .section-2 {
    align-items: center;
    height: 68%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .column {
    background-image: none;
    background-position: 0 0;
    border-bottom: 0 solid #282729;
    border-right-style: none;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  ._3-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .step-title-2 {
    font-size: 18px;
  }

  .step-title-2.card-title {
    font-size: 16px;
  }

  .wrapper_flex.space_betwen {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: center;
  }

  .section-title {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .section-title.map-title {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .section-title.center-title {
    width: 100%;
  }

  .h2_form {
    margin-bottom: 4px;
    font-size: 24px;
  }

  .mobile_map {
    font-size: 18px;
  }

  .fasqu_text {
    font-size: 14px;
    display: block;
  }

  .container-block {
    justify-content: center;
    align-items: flex-start;
  }

  .container-block.container-block--about {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-block.container-block--about.block-white.map-block {
    text-align: left;
  }

  .container-block.form-block {
    background-color: #fff;
    border-width: 1px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-block.form-block.mobile-right {
    background-color: #fff;
    border-width: 1px;
    width: 100%;
    margin-bottom: 4px;
  }

  .h3 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .section-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .image-98 {
    width: 100%;
    max-width: 86px;
    height: auto;
  }

  .secondary_title_form {
    font-size: 18px;
  }

  .form-input.text-input {
    height: 140px;
  }

  .section-title-2 {
    font-size: 24px;
  }

  .section-container-3 {
    width: 100%;
  }

  .dropdown_header_text {
    text-align: left;
    white-space: normal;
    object-fit: fill;
    flex-flow: column;
    flex: none;
    align-self: center;
    width: 85%;
    max-width: 85%;
    margin-right: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .dropdown-toggle-2 {
    justify-content: space-between;
    align-items: center;
    height: 100px;
    overflow: hidden;
  }

  .dropdown-toggle-2.transparent_bg {
    padding: 8px;
  }

  .faq-item {
    overflow-wrap: normal;
  }

  .faq-item.rozwody.first {
    z-index: 0;
  }

  .frame-121823 {
    justify-content: flex-start;
    align-items: center;
  }

  .footer_basic_text.right {
    text-align: center;
  }

  .image-99 {
    display: block;
  }

  .tablet_plus_wrapper {
    display: none;
  }

  .accordion_header {
    padding-left: 3.75%;
    padding-right: 3.75%;
  }

  .accordion_header.secondary._2nd {
    min-height: 112px;
    padding: 1rem 16px;
  }

  .change1_tile_title {
    color: #070707;
    font-family: DM Sans, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 120%;
  }

  .accordion_panel {
    padding-bottom: 0;
    padding-left: 3.75%;
    padding-right: 3.75%;
    display: flex;
    overflow: hidden;
  }

  .frame-1845 {
    padding-bottom: 20px;
  }

  .accordion-2 {
    background-color: #fff;
    border-style: none;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .image-90, .accordion_icon-wrapper {
    width: 24px;
    height: 24px;
  }

  .menu-phone-3 {
    z-index: 99;
    display: none;
  }

  .cta_phone_bottom_holder {
    z-index: 10000;
    justify-content: flex-end;
    align-items: center;
    width: 74px;
    margin-left: auto;
    display: flex;
    position: sticky;
    bottom: 0;
    right: auto;
  }

  .phone_link_cta {
    z-index: 1000;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  .pulsate-widget {
    z-index: 10;
  }

  .cta_hpne_bottom_immage {
    z-index: 2;
    width: 64px;
    height: 64px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .pasek-left {
    margin-left: auto;
    margin-right: auto;
  }

  .user--title, .user--name {
    display: none;
  }

  .online-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper_pasek_content {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .hero-title {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .section-5 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-5.hero-section.main-hero-section {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: auto;
  }

  .main-hero-cards {
    place-items: start stretch;
    width: 80%;
  }

  .section-container-4 {
    width: 100%;
  }

  .section-container-4.hero-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .section-container-4.hero-container.main-hero {
    justify-content: center;
    align-items: center;
    min-width: 100vw;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-hero-card {
    padding-bottom: 16px;
  }

  .main-hero-card.card--card-2 {
    background-color: #ffffffb3;
    background-image: linear-gradient(-8deg, #fffc, #fff0 38%), url('../images/osoby-prywatne.avif');
    background-position: 0 0, 100% 90%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-top: 24px;
  }

  .main-hero-card.card--card-1 {
    background-color: #ffffffb3;
    background-image: linear-gradient(-8deg, #ffffffe6, #fff0 38%), url('../images/przedsiebiorcy.avif');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-top: 24px;
  }

  .hero-card--text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 75%;
  }

  .hero-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper.main-hero {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: 100vh;
  }

  .hero-main-img, .hero-main-img.tablet {
    display: none;
  }

  .desktop-section {
    justify-content: center;
    align-items: center;
  }

  .button-5.button-green.button-icon-left {
    width: 100%;
    max-width: 100%;
  }

  .check_circle_outline_24 {
    width: auto;
    min-width: 0;
    max-width: 140px;
    min-height: 0;
    max-height: none;
  }

  .content-wrapper {
    height: auto;
  }

  .title-style {
    font-size: 24px;
  }

  .button-text-2.button-phone {
    display: block;
  }

  .menu-button-2 {
    display: flex;
  }

  .button-6.button-primary.button-l.hero-btn {
    width: 100%;
    max-width: 350px;
  }

  .menu-icon-2 {
    display: flex;
  }

  .button-text-3.button-phone, .image-100 {
    display: block;
  }

  .hero_section_content-2 {
    background-image: linear-gradient(#00000026, #00000026), url('../images/bg-img.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .hero_section_content-2.hero_mobile_content {
    border-radius: 0;
    min-height: 0;
    padding-bottom: 20px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .section-title-3 {
    font-size: 24px;
  }

  .widget-wrapper {
    position: static;
  }

  .image-101 {
    display: none;
  }

  .code-embed-5 {
    color: #815649;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-container-5 {
    width: 100%;
  }

  .section-content.content-left {
    justify-content: flex-start;
    align-items: center;
  }

  .section-title-4 {
    font-size: 24px;
  }

  .step-title {
    font-size: 18px;
  }

  .p-3 {
    font-size: 14px;
  }

  .section-container-6 {
    width: 100%;
  }

  .section-container-6.vertical-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
  }

  .wysokosc-card-wrapper {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 16px;
    display: flex;
  }

  .section-title-5 {
    font-size: 24px;
  }

  .p--frame {
    text-align: left;
  }

  .wysokosc-card {
    width: 100%;
  }

  .wysokosc-card--icon.card-arrow {
    justify-content: center;
    align-items: center;
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    padding: 0;
    display: flex;
    top: 52%;
    left: 41.3%;
    right: auto;
    transform: rotate(90deg)translate(-50%, -50%);
  }

  .wysokosc-card--icon.card-arrow.mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 56px;
    max-width: 56px;
    padding: 0;
    display: none;
  }

  .section-container-7 {
    width: 100%;
  }

  .section-container-7.vertical-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
  }

  .step-card-wrapper-2 {
    display: none;
  }

  .section-title-6 {
    font-size: 24px;
  }

  .step-box-2 {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .p-4 {
    font-size: 14px;
  }

  .button {
    width: 100%;
  }

  .field-label.multistep-label {
    font-size: 18px;
  }

  .multiform-block-2 {
    padding: 24px;
  }

  .section-container-8.container-vertical {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-title-7 {
    font-size: 24px;
  }

  .button-text-9.button-phone {
    display: block;
  }

  .section-title-8 {
    font-size: 24px;
  }

  .section-container-9.container-vertical {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-container-9.container-vertical.slider-container {
    overflow: hidden;
  }

  .gradient-mask.gradient-right, .gradient-mask.gradient-left {
    height: 270px;
  }

  .section-title-9 {
    font-size: 24px;
  }

  .button-7 {
    width: 100%;
  }

  .section-title-10, .section-title-11 {
    font-size: 24px;
  }

  .reviews-wrapper {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

  .slider {
    background-color: #0000;
    display: block;
  }

  .section-title-12 {
    font-size: 24px;
  }

  .dropdown_header_text-2 {
    text-align: left;
    white-space: normal;
    object-fit: fill;
    flex-flow: column;
    flex: none;
    align-self: center;
    width: 85%;
    max-width: 85%;
    margin-right: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .section-title-13 {
    font-size: 24px;
  }

  .fasqu_text-2 {
    font-size: 14px;
    display: block;
  }

  .section-title-14 {
    font-size: 24px;
  }

  .white-text-block {
    padding: 16px;
  }

  .section-title-15 {
    font-size: 24px;
  }

  .fasqu_text-3 {
    font-size: 14px;
    display: block;
  }

  .footer_basic_text-2.right {
    text-align: center;
  }

  .frame-121824 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .user--title-2, .user--name-2 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-brand.nav-brand-green.w--current {
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
    display: block;
  }

  .menu-icon-item.second-item.dark, .menu-icon-item.first-item.dark, .menu-icon-item.third-item.dark {
    background-color: #000;
  }

  .menu-button {
    margin-left: auto;
    margin-right: 0;
  }

  .nav-menu {
    padding-top: 55px;
  }

  .nav-menu.main-nav-menu {
    background-color: #fff;
    padding-top: 55px;
    position: absolute;
  }

  .nav-menu.main-nav-menu.home {
    padding-top: 0;
  }

  .nav-menu.main-nav-menu {
    background-color: #070707;
    padding-top: 55px;
  }

  .navbar.nav-green.main-nav {
    min-height: 66px;
    max-height: 66px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .navbar.nav-green.main-nav.home {
    position: absolute;
  }

  .navbar.nav-green.main-nav {
    margin-left: 0;
    display: flex;
  }

  .navbar.nav-green {
    height: 66px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .navbar-container.main-nav-container.main-nav {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
  }

  .navbar-container.main-nav-container {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-icon {
    margin-left: auto;
  }

  .button-text {
    font-size: 14px;
    font-weight: 600;
  }

  .button-text.button-phone {
    display: none;
  }

  .button-2 {
    width: 100%;
    max-width: 100%;
  }

  .button-2.button-primary {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .hero_section_title_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5px;
  }

  .hero_immage_pc {
    max-width: 66%;
    display: none;
  }

  .hero_immage_pc.mobile {
    aspect-ratio: 515 / 528;
    object-fit: scale-down;
    width: auto;
    max-width: 80%;
    max-height: 90vw;
    display: block;
    overflow: hidden;
  }

  .hero_immage_pc.on_mobile {
    max-width: 75%;
    max-height: 350px;
    display: block;
  }

  .hero_section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-top: 0;
  }

  .hero_heading.dark {
    text-align: left;
    text-align: left;
    margin-bottom: 8px;
    padding: 0;
    font-size: 1.75rem;
  }

  .hero_section_content {
    background-image: url('../images/Top_2.avif');
    background-position: 70% 100%;
    background-size: auto;
    justify-content: center;
    align-items: flex-end;
    height: 47.7vh;
    min-height: 0;
    max-height: 90vw;
    padding-top: 5vw;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero_section_content.hero_mobile_content {
    padding-bottom: 22px;
  }

  .hero_text.left {
    text-align: left;
    margin-bottom: 10px;
  }

  .h2_basic_black {
    margin-bottom: 2vw;
    font-size: 1.25rem;
  }

  .h2_basic_black.no_margin.bigger_mobile {
    font-size: 1.5rem;
  }

  .content_basic_dark {
    margin-bottom: 0;
    font-size: .875rem;
  }

  .grid_card-bellow_hero_immage {
    max-width: none;
    display: block;
  }

  .grid_card_bellow_hero_main_content {
    padding: 3vw;
  }

  .grid_card_bellow_hero_main {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .basic_secion, .basic_secion.footer {
    padding-left: 4%;
    padding-right: 4%;
  }

  .basic_secion.mobile_side_minus.mobile_only {
    display: block;
  }

  .basic_secion.mobile_none {
    display: none;
  }

  .wrapper_basic.vertical._4px.space_around {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .ofeta_mid_cta {
    padding: 22px 4%;
  }

  .section-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .h2_white.small_bottom_margin {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  .frame-121816 {
    padding: 4vw;
  }

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

  .h2_copy {
    font-size: 1.5rem;
  }

  .h2_copy.smaller {
    margin-bottom: 0;
    font-size: 1.25rem;
  }

  .step-img.mobile-only {
    max-width: 100%;
  }

  .step-box {
    width: 100%;
    padding: 3vw;
  }

  .article_text {
    text-align: left;
    font-size: 1rem;
  }

  .section-container-2 {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-container-2.map-container {
    width: 100%;
  }

  .section-container-2.container-vertical {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-container-2.container-vertical.form-container {
    width: 100%;
  }

  .step-number {
    margin-left: auto;
    margin-right: auto;
    inset: -5% 0% auto;
  }

  .step-number.left {
    margin-left: 20px;
    left: -4px;
  }

  .heading-2, .heading-2.clones, .heading-2.tips {
    font-size: 42px;
  }

  .section-2 {
    height: 72%;
    overflow: auto;
  }

  .numbers-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 64px;
  }

  .section {
    overflow: hidden;
  }

  .section.section-green-bg {
    overflow: visible;
  }

  .column {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  ._3-columns {
    width: 100%;
  }

  .step-title-2 {
    font-size: 16px;
  }

  .step-title-2.card-title {
    font-size: 14px;
  }

  .wrapper_flex.space_betwen {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .section-title {
    display: flex;
  }

  .section-title.map-title {
    text-align: left;
  }

  .section-title.center-title {
    width: 100%;
  }

  .h2_form {
    font-size: 1.5rem;
  }

  .h2_form.h2-white {
    text-align: left;
  }

  .h2_form.h2-white.left {
    font-size: 1.5rem;
  }

  .map {
    aspect-ratio: auto;
    max-height: 270px;
  }

  .mobile_map {
    font-size: 16px;
  }

  .container-block.container-block--about {
    text-align: left;
    width: 100%;
  }

  .container-block.container-block--about.block-white.map-block {
    text-align: left;
  }

  .container-block.form-block {
    width: 100%;
    padding: 12px 12px 8px;
  }

  .container-block.form-block.mobile-right {
    width: 100%;
    margin-bottom: 4px;
    margin-left: 4%;
    margin-right: 4%;
    padding: 20px 16px;
  }

  .h3 {
    font-size: 1rem;
  }

  .section-3 {
    overflow: hidden;
  }

  .radio-button-5 {
    opacity: 0;
  }

  .secondary_title_form {
    font-size: 16px;
  }

  .radio_colour_wrapper {
    flex: none;
  }

  .section-title-2 {
    font-size: 1.5rem;
  }

  .tab--check-block {
    padding-bottom: 0;
  }

  .dropdown_header_text {
    letter-spacing: -.1px;
    white-space: normal;
    word-break: normal;
    width: 85%;
    max-width: none;
    margin-left: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
  }

  .dropdown-toggle-2.transparent_bg {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    background-color: #fff;
    border-radius: 12px;
    width: 100%;
    padding: 10px 10px 10px 0;
    box-shadow: 0 4px 24px #0000000d;
  }

  .dropdown-toggle-2.transparent_bg.w--open {
    padding-right: 10px;
  }

  .dropdown-toggle-2.transparent_bg {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    border-radius: 12px;
    width: 100%;
    padding: 10px 10px 10px 0;
  }

  .dropdown-toggle-2.transparent_bg.w--open {
    padding: 12px;
  }

  .div-block-128 {
    padding: 10px;
  }

  .faq-item.rozwody.first {
    border-radius: 12px;
  }

  .p {
    font-size: 14px;
  }

  .p.footer-desc {
    text-align: center;
  }

  .frame-121823 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer_basic_text.center {
    text-align: center;
  }

  .accordion_header {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding: 1rem 0%;
  }

  .accordion_header.secondary {
    background-image: url('../images/kat_header-7.webp');
    background-position: 0 0;
    background-size: cover;
    border-radius: 10px;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 46vw;
    padding: 4%;
  }

  .accordion_header.secondary._2nd {
    background-image: none;
    min-height: 112px;
  }

  .accordion_header.secondary._2nd.with_pic {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion_header.secondary._2nd.with_pic.vertical {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .change1_tile_title {
    color: #070707;
    letter-spacing: -.5px;
    font-family: DM Sans, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
  }

  .change1_tile_title.secondary {
    font-size: 1rem;
  }

  .accordion_panel {
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .frame-1845 {
    flex: none;
    padding: 0 16px;
  }

  .accordion-2 {
    margin-bottom: 16px;
    text-decoration: none;
  }

  .menu-phone-3 {
    z-index: 2147483647;
    background-color: #036ba9;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    top: 66px;
  }

  .div-block-158 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #070707;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 70px;
    padding-top: 20px;
    padding-bottom: 19px;
    display: flex;
    position: absolute;
  }

  .div-block-158.none-top {
    margin-top: 0;
    position: static;
  }

  .text-86 {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .text-87 {
    margin-bottom: 0;
  }

  .bold-text {
    color: #fff;
  }

  .cta_phone_bottom_holder {
    z-index: 2147483647;
    max-width: 100%;
    height: 1px;
    position: sticky;
    inset: auto 0% 0% auto;
  }

  .phone_link_cta {
    z-index: 2147483647;
    position: absolute;
    bottom: 10px;
  }

  .cta_hpne_bottom_immage {
    z-index: 2;
  }

  .wrapper_with_margin {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .acorrdion_header_image {
    padding-left: 16px;
    padding-right: 16px;
  }

  .user-photo, .online-icon {
    width: 70px;
    height: 70px;
  }

  .pasek {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero-card--title {
    font-size: 20px;
  }

  .button-4.button-green.button-icon-right, .button-4.button-green.button-icon-right.button-blue {
    padding: 10px 12px;
  }

  .hero-title {
    font-size: 24px;
  }

  .section-5.hero-section.main-hero-section {
    justify-content: center;
    align-items: center;
  }

  .main-hero-cards {
    width: 100%;
    padding-bottom: 10vh;
  }

  .section-container-4.hero-container.main-hero {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0% 4%;
  }

  .main-hero-card.card--card-2 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background-color: #ffffffb3;
    background-image: linear-gradient(-8deg, #fff, #fff0 66%), url('../images/osoby-prywatne.avif');
    background-position: 0 0, 97.5% 90%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-hero-card.card--card-1 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background-color: #ffffffb3;
    background-image: linear-gradient(-8deg, #fff, #fff0 66%), url('../images/przedsiebiorcy.avif');
    background-position: 0 0, 97.5% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper.main-hero {
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-height: 0;
  }

  .main-card-description {
    font-size: 14px;
    display: none;
  }

  .body-2 {
    max-height: 100vh;
    overflow: hidden;
  }

  .text-wrapper {
    grid-row-gap: 8px;
    padding-bottom: 16px;
  }

  .button-5.button-green.button-icon-left {
    background-color: #93451a;
  }

  .button-5.button-green.button-icon-left.w--current {
    background-color: #000;
  }

  .check_circle_outline_24 {
    width: auto;
    min-width: 0;
    max-width: 140px;
    height: auto;
    min-height: 0;
  }

  .content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
  }

  .content-container {
    height: auto;
    padding: 16px;
  }

  .button-regular-2 {
    font-family: DM Sans, sans-serif;
  }

  .title-style {
    font-family: DM Sans, sans-serif;
    font-size: 20px;
  }

  .paragraph-12 {
    font-family: DM Sans, sans-serif;
    font-size: 14px;
  }

  .mobile_none {
    display: none;
  }

  .button-text-2 {
    font-size: 14px;
    font-weight: 600;
  }

  .button-text-2.button-phone {
    display: none;
  }

  .menu-button-2 {
    margin-left: auto;
    margin-right: 0;
  }

  .button-6 {
    width: 100%;
    max-width: 100%;
  }

  .button-6.button-primary {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-link--icon-2 {
    color: #fff;
  }

  .menu-icon-2 {
    margin-left: auto;
  }

  .div-block-159 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #070707;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 55px;
    padding-top: 20px;
    padding-bottom: 19px;
    display: flex;
    position: absolute;
  }

  .text-88 {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .text-89 {
    margin-bottom: 0;
  }

  .button-text-3 {
    font-size: 14px;
    font-weight: 600;
  }

  .button-text-3.button-phone {
    display: none;
  }

  .hero-list-item {
    text-align: left;
  }

  .hero_text-2.left {
    text-align: left;
    margin-bottom: 10px;
  }

  .hero_section-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-top: 52.5px;
  }

  .hero_section_content-2 {
    background-image: url('../images/bg-img.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 45vh;
    min-height: 85vw;
    max-height: 90vw;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    overflow: hidden;
  }

  .hero_section_content-2.hero_mobile_content {
    max-height: 140vw;
    padding-bottom: 22px;
  }

  .section-title-3 {
    font-size: 1.5rem;
  }

  .p-2 {
    font-size: 14px;
  }

  .code-embed-5 {
    width: 45px;
  }

  .image-102 {
    width: 100%;
    max-width: 64px;
  }

  .basic_secion-2 {
    padding: 24px 4%;
  }

  .basic_secion-2.img-bg {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .basic_secion-2.slider-section {
    min-height: 420px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .basic_secion-2.reviews {
    padding-bottom: 12px;
  }

  .basic_secion-2.footer {
    padding-left: 4%;
    padding-right: 4%;
  }

  .step_coontent_wrapper {
    padding-left: 1.5vw;
  }

  .krok--p {
    padding-top: 2.5px;
    font-size: 13px;
    line-height: 105%;
  }

  .po-konsultacji--krok {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .section-title-4 {
    font-size: 1.5rem;
  }

  .step-title {
    font-size: 16px;
  }

  .wysokosc-card-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .section-title-5 {
    font-size: 1.5rem;
  }

  .wysokosc-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .wysokosc-card--icon.card-arrow {
    justify-content: center;
    align-items: center;
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
    padding: 0;
    display: none;
    inset: 50%;
    transform: translate(-50%, -50%);
  }

  .wysokosc-card--icon.card-arrow.mobile {
    display: flex;
  }

  .section-container-7.vertical-container.number-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .article_text-2 {
    text-align: left;
    font-size: 1rem;
  }

  .section-title-6 {
    font-size: 1.5rem;
  }

  .step-box-2 {
    width: 100%;
    padding: 3vw;
  }

  .multiform-button-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .button.form-button {
    min-width: 150px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .field-label.multistep-label {
    font-size: 16px;
  }

  .multiform-step-wrapper {
    min-height: 500px;
  }

  .multiform-block-2 {
    padding: 16px;
  }

  .button-text-8.back-text {
    display: none;
  }

  .div-block-160 {
    flex-flow: column;
  }

  .div-block-160.multiform-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .button-text-9 {
    font-size: 14px;
    font-weight: 600;
  }

  .button-text-9.button-phone {
    display: none;
  }

  .section-title-8 {
    font-size: 1.5rem;
  }

  .p-5 {
    font-size: 14px;
  }

  .p-5.footer-desc {
    text-align: center;
  }

  .counter--count-block {
    padding: 8px;
  }

  .gradient-mask.gradient-right, .gradient-mask.gradient-left {
    width: 90px;
    height: 200px;
  }

  .logo-slider-image {
    max-width: 150px;
  }

  .section-title-9 {
    margin-bottom: 32px;
    font-size: 1.5rem;
  }

  .button-7.form-button {
    min-width: 150px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-10 {
    font-size: 1.5rem;
  }

  .form-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 16px;
  }

  .div-block-161 {
    flex-flow: column;
  }

  .section-title-11 {
    font-size: 1.5rem;
  }

  .reviews-wrapper {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-title-12 {
    font-size: 1.5rem;
  }

  .tab--check-block-2 {
    padding-bottom: 0;
  }

  .drop-wrapper.upadlosc-konsumencka {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .dropdown_header_text-2 {
    letter-spacing: -.1px;
    white-space: normal;
    word-break: normal;
    width: 85%;
    max-width: none;
    margin-left: 0;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
  }

  .div-block-162 {
    padding: 10px;
  }

  .section-title-13 {
    font-size: 1.5rem;
  }

  .code-embed-6.dropdown-icon {
    padding-right: 10px;
  }

  .section-title-14 {
    font-size: 1.5rem;
  }

  .white-text-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .tab--check-block-3 {
    padding-bottom: 0;
  }

  .section-title-15 {
    font-size: 1.5rem;
  }

  .footer_basic_text-2.center {
    text-align: center;
  }

  .frame-121824 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-163 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .div-block-164 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-height: 100%;
    display: flex;
    overflow: hidden;
  }

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

#w-node-_38b2807d-5e1c-ee62-2a8c-6517b54d6f36-09db408c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_38b2807d-5e1c-ee62-2a8c-6517b54d6f5c-09db408c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


