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

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

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

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

a {
  color: #0b1215;
  text-decoration: none;
}

.navbar {
  background-color: #0000;
  flex-flow: column;
  max-width: 1350px;
  height: 116px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.container {
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.logo_immage_nav {
  aspect-ratio: 420 / 126;
  margin-left: -5px;
  padding-left: 0;
}

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

.incon_nav {
  width: 1rem;
  height: 1rem;
}

.nav_part_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-left: auto;
  display: flex;
}

.nav_info_text {
  color: #174e4f;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  line-height: 120%;
  text-decoration: none;
}

.nav-link {
  color: #174e4f;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
  transition: all .2s;
}

.nav-link:hover {
  color: #144243;
}

.nav-link.w--current {
  color: #174e4f;
}

.nav-link.dropdown {
  transition: all .2s;
}

.nav-link.dropdown:hover {
  color: #fff;
  background-color: #174e4f;
}

.nav-link.first.w--current {
  padding-left: 0;
}

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

.icon {
  color: #174e4f;
}

.dropdown-list {
  background-color: #ddd;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #09463f;
}

.image {
  margin-top: 0;
  margin-left: auto;
  margin-right: -10px;
  position: absolute;
  right: 0;
}

.black_line_nav {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  position: relative;
  bottom: 58.5px;
}

.nav-menu {
  justify-content: space-around;
  align-items: center;
}

.hero_section {
  background-image: linear-gradient(0deg, #0009, #ffffff1a 22.5%, #ffffff0d), url('../images/Section_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.hero_section.dark {
  background-image: linear-gradient(0deg, #0009, #0009), url('../images/Section_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero_section.dark.no_radius {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.hero_section_content.hero_mobile_content {
  display: none;
}

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

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

.image-2.mobile {
  display: none;
}

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

.hero_heading.dark {
  background-color: #00000040;
  border-radius: 20px;
  padding: 10px;
  font-size: 2.825rem;
}

.button {
  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:hover {
  transform: scale(1.01);
}

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

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

.button.button-primary.button-l.hero-btn {
  max-width: 408px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button.button-primary.button-l.hero-btn.seconday_colour {
  background-color: #afe47c;
}

.button.button-primary.button-l.hero-btn.bright {
  background-color: #afe47c;
  border-color: #afe47c;
}

.button.button-primary.button-m {
  cursor: pointer;
  background-color: #f8f8f8;
}

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

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

.button-text.dark {
  color: #174e4f;
}

.bellow_hero_main_section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1353px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

.grid_card_bellow_hero_main {
  border-radius: 12px;
}

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

.h3_basic_black {
  color: #0b1215;
  margin-top: 0;
  font-family: Onest, sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
}

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

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

.kremowe_tlo {
  background-color: #fdfaf2;
}

.content_wrapper_relative {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 40px;
}

.grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 900px;
}

.h2_no_margin_black {
  color: #0b1215;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
}

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

.iccon_18 {
  width: 18px;
  height: 18px;
}

.w_czym_pomagmy_content_text {
  color: #0b1215;
  text-align: center;
  height: 2.4rem;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  line-height: 120%;
}

.darg_green_bg {
  background-color: #174e4f;
}

.basic_section {
  max-width: 1353px;
  margin-left: auto;
  margin-right: auto;
  padding: 42px 5%;
}

.basic_section.flex_vertical-_24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.basic_section.flex_vertical_12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.basic_section.flex_side_24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content_wrapper_basic {
  display: flex;
}

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

.content_wrapper_basic.flex_dol_20px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content_wrapper_basic.vertical {
  flex-flow: column;
  align-items: stretch;
}

.content_wrapper_basic.vertical._10px {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.content_wrapper_basic.vertical._10px.center {
  justify-content: flex-start;
  align-items: flex-start;
}

.content_wrapper_basic.vertical.space_between {
  justify-content: space-between;
  align-items: stretch;
}

.h2_white_no_margin_small {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

.h2_white_no_margin_small.bigger_center {
  font-size: 2.5rem;
}

.content_text_white {
  color: #fff;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

.content_text_white.center {
  text-align: center;
}

.content_text_white.center.extra_bottom_argin {
  margin-bottom: 5px;
}

.immage_basic {
  aspect-ratio: 605 / 405;
  max-width: 55%;
}

.immage_basic.costum_ratio._593x405 {
  aspect-ratio: 593 / 405;
}

.immage_basic.auto_tatio {
  aspect-ratio: auto;
}

.immage_basic.image-desktop {
  aspect-ratio: auto;
  max-width: 50%;
}

.basic_list_dark {
  padding-left: 20px;
}

.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1353px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 5%;
  display: flex;
}

.footer_text {
  color: #f1f1f1;
  font-family: Onest, sans-serif;
  font-size: .8rem;
  line-height: 120%;
  text-decoration: none;
}

.footer_text._100 {
  color: #f1f1f1;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.footer_llogo_white {
  max-width: 194px;
}

.verry_dark_green_bg {
  background-color: #144243;
}

.copyright {
  justify-content: center;
  align-items: center;
  height: 49px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

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

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

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

.pasek {
  z-index: 2147483647;
  background-color: #ebebeb;
  background-image: linear-gradient(#f9fbfee6, #f9fbfe99 40%, #f9fbfee6 70%, #ebebeb);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 4%;
  display: flex;
  position: absolute;
  bottom: 0;
  box-shadow: 0 4px 24px #0000001a;
}

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

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

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

.image-mobile {
  display: none;
}

.image-desktop {
  max-width: 55%;
  display: block;
}

.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, .cta_hpne_bottom_immage {
  display: none;
}

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

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

.article_text.center {
  text-align: center;
}

.article_text.cytat {
  font-style: italic;
}

.article_text.first {
  margin-top: 10px;
}

.section-container {
  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.container-vertical.form-container {
  max-width: 1353px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section-container.form-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

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

.section-container.about-container {
  justify-content: space-between;
  align-items: flex-start;
}

.section-container.about-container.about-review {
  justify-content: space-between;
  align-items: center;
  padding-left: 4%;
  padding-right: 4%;
}

.section-container.center-container {
  text-align: center;
}

.section-container.boxes-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.list-3.pc {
  color: #128c7e;
}

.p-block {
  background-color: #fff;
  border: 1px solid #0b12151a;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.p-style {
  color: #0b1215cc;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.p-style.blog_add {
  margin-bottom: 5px;
  font-family: Onest, sans-serif;
  font-size: 1rem;
}

.article_list {
  min-width: 30%;
}

.article_anchor {
  height: .01px;
  padding-bottom: 0;
  position: relative;
  top: -20px;
}

.article_anchor.form {
  top: -60px;
}

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

.section_article.first {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
}

.art_secondary_title {
  margin-top: 20px;
  font-family: Onest, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.btn-primary-2 {
  grid-column-gap: .5vw;
  cursor: pointer;
  background-color: #128c7e;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.btn-primary-2:hover {
  background-color: #174e4f;
}

.article_add {
  flex: none;
  width: 500px;
  max-width: 35%;
  display: flex;
  position: sticky;
  top: 20px;
}

.text-272 {
  color: #0b1215;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-272.none_tablet {
  font-family: Onest, sans-serif;
  font-size: 1.375rem;
}

.list-4 {
  grid-column-gap: 2.5px;
  grid-row-gap: 2.5px;
  flex-flow: column;
  padding-left: 30px;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  line-height: 120%;
  display: flex;
}

.list-4.wide {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.heading {
  font-family: Onest, sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
}

.article_srodtytul_wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.article_content.oferta {
  max-width: 1353px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.list_menu_inside_link {
  color: #128c7e;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.frame-121760 {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 10px 1vw 20px;
  text-decoration: none;
  display: flex;
}

.article_immage {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  min-width: 40%;
  max-height: 400px;
}

.h3_blog_post {
  margin-top: 10px;
  font-family: Onest, sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
}

.h3 {
  color: #fff;
  text-align: center;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.h3-17 {
  color: #fff;
  text-align: center;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.list_article_green {
  color: #128c7e;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

.blog_list_bullet_points {
  margin-bottom: 2.5px;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  line-height: 120%;
}

.section {
  background-color: #f8f8f8;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 42px 0%;
}

.section.about-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1353px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.image-53 {
  width: 100%;
}

.text-span {
  font-weight: 700;
}

.radio_coulour {
  opacity: 0;
  background-color: #128c7e;
  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-18 {
  color: #0b1215;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.code-embed-2 {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  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-desktop {
  margin-bottom: 20px;
}

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

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

.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;
  transition: all .2s;
  display: flex;
}

.radio-button-field:hover {
  background-color: #bdd6d34d;
  border-color: #128c7e;
}

.social-link {
  color: #d5f973;
  background-color: #174e4f;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  color: #afe47c;
  background-color: #128c7e;
}

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

.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;
  text-align: left;
  width: 100%;
  margin-right: 20px;
  font-family: Onest, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 120%;
}

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

.form-phone {
  color: #128c7e;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.form-phone:hover {
  color: #0e7065;
}

.p-18 {
  color: #3a4042;
  font-size: 18px;
  line-height: 120%;
}

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

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

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

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

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

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

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

.form-block {
  width: 100%;
}

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

.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.form-block {
  background-color: #fff;
  border: 1px solid #0b12151a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
}

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

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

.container-block.icon-container-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 131px;
  max-height: 131px;
  padding: 16px;
}

.container-block.center-title {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}

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

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

.p-link {
  color: #128c7e;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
}

.p-link:hover {
  color: #0e7065;
}

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

.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: Onest, 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;
  font-family: Onest, sans-serif;
}

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

.form-phone-2 {
  color: #128c7e;
  min-width: 159.5px;
  font-family: Onest, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
}

.form-phone-2:hover {
  color: #0e7065;
}

.p-18-2 {
  color: #3a4042;
  text-align: left;
  font-family: Onest, sans-serif;
  font-size: 1.125rem;
  line-height: 120%;
}

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

.p-link-2 {
  color: #128c7e;
  font-family: Onest, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
}

.p-link-2:hover {
  color: #0e7065;
}

.form_container_right {
  background-image: url('../images/form-bg_1.avif');
  background-position: 45% 35%;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.mobile_none {
  display: none;
}

.map-lawyer--name {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.map-lawyer--name.black-map-name {
  color: #0b1215;
  font-family: Onest, sans-serif;
  font-size: 1.5rem;
}

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

.link_mobile_big {
  color: #3a4042;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.map_sectio_paragraph {
  color: #3a4042;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}

.map-lawyer-firm {
  color: #f8f8f8cc;
  font-size: 18px;
}

.map-lawyer-firm.black-map-text {
  color: #3a4042;
  font-family: Onest, sans-serif;
  font-size: 1.125rem;
  line-height: 120%;
}

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

.big_map {
  border-radius: 12px;
}

.grid-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0b1215;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-link:hover {
  color: #128c7e;
  border-color: #128c7e;
  transform: scale(1.01);
}

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

.step--icon-block.round-icon {
  width: 44px;
  height: 44px;
}

.card-title-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%;
}

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

.buttons-grid._3_columns {
  grid-template-columns: 1fr 1fr 1fr;
}

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

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

.section-2.wspolpraca-section {
  background-color: #f8f8f8;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  max-width: 1353px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.section-2.green-bg {
  background-color: #124243;
}

.section-2.about-review-section {
  background-color: #0000;
  padding-left: 0%;
  padding-right: 0%;
}

.section-2.about-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.h2_copy.smaller {
  font-size: 1.5rem;
}

.text-button--text {
  font-family: Onest, sans-serif;
}

.text-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #174e4f;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.text-button:hover {
  color: #128c7e;
}

.card-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0b1215;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.card-title.link-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

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

.list_point_title {
  color: #0b1215;
  font-family: Onest, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 120%;
}

.list_point_text {
  color: #0b1215cc;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  line-height: 120%;
}

.step-heading {
  color: #fff;
}

.step-heading.margin-xs {
  color: #0b1215;
  font-family: Onest, sans-serif;
  font-size: 1.375rem;
  line-height: 120%;
}

.step-2-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.step-wrapper-2 {
  align-items: center;
  display: flex;
  position: relative;
}

.step-4-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.black-line {
  background-color: #ffffff0d;
  width: 2px;
  height: 72px;
  display: none;
  position: absolute;
  left: 19px;
  right: 20px;
}

.process-wrapper {
  position: relative;
}

.step-3-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.center-div {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.step-2-info-wrapper {
  background-color: #f8f8f8;
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 24px;
  display: flex;
}

.step-2 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  min-width: 72px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.timeline-wrapper {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.step-1-number {
  z-index: 2;
  border: 0 #128c7e;
  position: relative;
  overflow: hidden;
}

.step-1-info-wrapper {
  background-color: #f8f8f8;
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  margin-top: 0;
  margin-bottom: 12px;
  padding: 24px;
  display: flex;
}

.step-4-info-wrapper {
  background-color: #f8f8f8;
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 24px;
  display: flex;
}

.container-2 {
  z-index: 2;
  width: 90%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-2.small {
  max-width: 920px;
}

.container-2.small.flex {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1074px;
}

.h2-4 {
  color: #0b1215;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 120%;
}

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

.white-line {
  background-color: #d5f973;
  width: 2px;
  height: 95%;
  position: absolute;
  inset: 0%;
}

.step-3-info-wrapper {
  background-color: #f8f8f8;
  border: 2px solid #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 24px;
  display: flex;
}

.text-light-grey {
  color: #3a4042;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  line-height: 120%;
}

.process-img {
  max-width: 45%;
}

.grey-line {
  background-color: #ffffff26;
  width: 2px;
  height: 75%;
  position: relative;
}

.step-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 24px;
  display: flex;
  position: static;
}

.light_grey_bg {
  background-color: #f8f8f8;
}

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

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

.text-block-79 {
  z-index: 1;
  direction: ltr;
  color: #0b1215;
  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: Onest, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 120%;
  display: flex;
  position: static;
}

.faq_image {
  background-color: #c1ea7a;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  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.mobile_none {
  border-width: 1px;
  border-color: #0b12151a;
  border-radius: 12px;
}

.faq-item.rozwody.first.mobile_none:hover {
  border-color: #128c7e;
}

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

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

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

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

.dropdown-container.faq {
  display: flex;
}

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

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

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

.p {
  color: #3a4042;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.p.opinion-card--p {
  font-family: Onest, sans-serif;
  font-size: .875rem;
}

.text-span-2, .text-span-3 {
  text-decoration: underline;
}

.review-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #0b12150d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 343px;
  max-width: 343px;
  min-height: 168px;
  max-height: 150px;
  padding: 12px;
  display: flex;
}

.review-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-container.left {
  flex-flow: row;
}

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

.opinion-card--rating {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fec84b;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.about-img {
  width: 50%;
}

.about-img.rozwody-about-img.about-img-mobile {
  display: none;
}

.review-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  width: 100%;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.review-wrapper.review-relative {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 14px;
}

.slider {
  width: 100%;
}

.slider.mobile-slider {
  display: none;
}

.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.review-icon {
  position: static;
}

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

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

.step-number--text {
  font-size: 1rem;
  line-height: 100%;
}

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

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

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

.step-card-wrapper._100 {
  width: 100%;
  max-width: none;
  padding-left: 0;
}

.step--block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  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: 189px;
  padding: 16px;
  display: flex;
  box-shadow: 0 4px 24px #0000000d;
}

.step-card._100 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 598px;
}

.step-card._100.max {
  max-width: none;
}

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

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

.step-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  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;
}

.box-text {
  color: #3a4042;
  font-family: Onest, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
}

.icon_elemty_konsultacji {
  color: #174e4f;
  width: 32px;
  height: 32px;
  margin-bottom: auto;
}

.kompleksowa-pomoc-img {
  max-width: 50%;
  padding-top: 20px;
}

.kompleksowa-pomoc-img.tablet-shown {
  display: none;
}

.div-block-159 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

._404_section {
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

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

.h1_404 {
  text-align: center;
  max-width: 70%;
  font-family: Onest, sans-serif;
  font-size: 5rem;
  line-height: 120%;
}

._404_text {
  text-align: center;
  max-width: 50%;
  font-family: Onest, sans-serif;
  font-size: 2rem;
  line-height: 120%;
}

.link-2 {
  color: #fff;
}

.link-2.w--current {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.link_article_white {
  color: #fff;
}

.ofeta_mid_cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(#144243e6, #144243e6), url('../images/Section_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.empty {
  min-height: .01px;
}

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

.footer_link_main {
  color: #f1f1f1;
}

.link_article {
  font-weight: 700;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

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

.button-text-2 {
  color: #174e4f;
  width: auto;
  padding-top: 1px;
}

.title-style {
  color: #0b1215;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  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-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.desktop-section {
  grid-row-gap: 10px;
  background-color: #f8f8f8;
  background-image: url('../images/kontakt-hero-bg_1kontakt-hero-bg.avif');
  background-position: 0 0;
  background-size: cover;
  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;
}

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

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

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

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

  .grid {
    bottom: 100px;
  }

  .grid_card_bellow_hero_main_content {
    height: 55%;
  }

  .content_basic_dark {
    font-size: 1rem;
  }

  .content_wrapper_relative {
    bottom: 65px;
  }

  .footer_text {
    font-size: 1rem;
  }

  .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: 75px;
    height: 75px;
  }

  .article_text {
    font-size: 1.125rem;
  }

  .article_text.smaller {
    font-size: 1rem;
  }

  .btn-primary-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .article_add {
    min-width: 332px;
    display: flex;
  }

  .frame-121760 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3 {
    display: block;
  }

  .list_article_green {
    font-size: 18px;
  }

  .blog_list_bullet_points {
    font-size: 1.125rem;
  }

  .image-53 {
    object-fit: cover;
    object-position: 50% 35%;
    width: 100%;
    max-height: 222px;
  }

  .h3-18 {
    font-family: Onest, sans-serif;
    font-size: 1.5rem;
  }

  .input-label {
    font-family: Onest, sans-serif;
    font-size: .875rem;
  }

  .radio-input-text {
    font-size: .875rem;
    line-height: 120%;
  }

  .form-phone {
    font-family: Onest, sans-serif;
    font-size: 1.25rem;
  }

  .p-18 {
    font-family: Onest, sans-serif;
    font-size: 1.125rem;
  }

  .h2 {
    font-family: Onest, sans-serif;
    font-size: 2rem;
  }

  .large_text_map {
    font-family: Onest, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 120%;
  }

  .submit-button {
    font-size: 1.125rem;
  }

  .form-block.form-right {
    max-width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-block.icon-container-block {
    min-height: 0;
  }

  .p-link {
    font-family: Onest, sans-serif;
    font-size: .875rem;
  }

  .form-input {
    font-family: Onest, sans-serif;
    font-size: 1rem;
    line-height: 120%;
  }

  .mobile_none {
    display: none;
  }

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

  .text-block-79 {
    font-size: 20px;
  }

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

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

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

  .review-wrapper.review-relative {
    top: -12px;
  }

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

@media screen and (min-width: 1440px) {
  .image-2 {
    aspect-ratio: 1232 / 1571;
  }

  .grid_card_bellow_hero_main_content {
    height: 55%;
  }

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

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

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

  .article_content.oferta {
    max-width: 1353px;
  }

  .list_menu_inside_link {
    font-size: 18px;
  }

  .h3 {
    flex: none;
  }

  .h3-17 {
    flex: none;
    font-size: 18px;
  }

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

  .step-heading.margin-xs {
    font-family: Onest, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 120%;
  }

  .h2-4.h2-white {
    font-family: Onest, sans-serif;
    font-size: 2rem;
  }

  .text-light-grey {
    font-family: Onest, sans-serif;
    font-size: 1rem;
    line-height: 120%;
  }

  .light_grey_bg {
    background-color: #f8f8f8;
  }

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

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

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

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

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

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

@media screen and (min-width: 1920px) {
  .section-container.container-vertical.form-container {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .section-container.form-container {
    max-width: none;
  }

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

  .article_content.oferta {
    margin-left: auto;
    margin-right: auto;
  }

  .article_immage {
    border-radius: 8px;
    width: 100%;
    min-width: 0;
  }

  .h3, .h3-17 {
    flex: none;
  }

  .section.about-section {
    margin-left: auto;
    margin-right: auto;
  }

  .container-block {
    width: 100%;
  }

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

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

  .review-wrapper.review-relative {
    top: 0;
  }

  .desktop-section {
    width: 100vw;
  }

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

@media screen and (max-width: 991px) {
  .navbar {
    height: auto;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav_part_wrapper {
    display: none;
  }

  .nav-link.dropdown {
    white-space: normal;
    max-width: 100%;
  }

  .nav-link.first {
    padding-left: 0;
    display: none;
  }

  .nav-link.mobile_only {
    display: block;
  }

  .dropdown-list {
    max-width: 100%;
  }

  .dropdown-list.w--open {
    border-style: none;
  }

  .image, .black_line_nav {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .hero_section.dark {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    border-radius: 100px;
  }

  .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: 285px;
    padding-top: 1vw;
    display: flex;
  }

  .hero_section_content.dark {
    background-image: linear-gradient(#0009, #0009), url('../images/Section_1.avif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .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_heading.dark {
    color: #0a1215;
    background-color: #0000;
    margin-top: 0;
    font-size: 2.5rem;
  }

  .button-text.pasek_cta {
    display: none;
  }

  .bellow_hero_main_section {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .grid_card_bellow_hero_main {
    display: flex;
    overflow: hidden;
  }

  .grid_card_bellow_hero_main_content {
    padding: 16px;
  }

  .h3_basic_black {
    font-size: 1.3rem;
  }

  .content_basic_dark.left {
    text-align: center;
  }

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

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

  .h2_no_margin_black {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .h2_no_margin_black.single_h2 {
    width: 90%;
  }

  .basic_section, .basic_section.flex_vertical-_24px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .content_wrapper_basic.flex_side_20px-gap {
    flex-flow: column;
  }

  .content_wrapper_basic.vertical._10px {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .content_wrapper_basic.vertical._10px.center {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .content_wrapper_basic.vertical.space_between.map-mobile {
    display: none;
  }

  .h2_white_no_margin_small.bigger_center {
    text-align: center;
  }

  .immage_basic.auto_tatio.image-mobile {
    max-width: 100%;
  }

  .immage_basic.auto_tatio.image-mobile.single-image {
    margin-left: auto;
    margin-right: auto;
  }

  .immage_basic.image-mobile {
    max-width: 100%;
  }

  .footer {
    padding-left: 10%;
    padding-right: 10%;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

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

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

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

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

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

  .image-desktop {
    display: none;
  }

  .brand.w--current {
    margin-right: auto;
  }

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

  .icon-2 {
    color: #174e4f;
    font-size: 28px;
  }

  .dropdown-2 {
    width: 100%;
  }

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

  .article_text {
    text-align: left;
  }

  .article_text.tablet_none {
    display: none;
  }

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

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

  .section-container.form-container {
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .section-container.about-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 80%;
  }

  .section-container.about-container.about-review {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-container.boxes-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .list-3.pc {
    align-items: flex-start;
  }

  .article_anchor {
    top: -80px;
  }

  .section_article {
    flex-flow: column;
  }

  .art_secondary_title {
    text-align: left;
    font-size: 1.5rem;
  }

  .btn-primary-2 {
    grid-column-gap: .5vw;
    grid-row-gap: 0vw;
    flex-flow: wrap;
    flex: 0 auto;
    width: 100%;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }

  .article_add {
    display: none;
    top: 120px;
  }

  .text-272.none_tablet {
    display: none;
  }

  .list-4 {
    text-align: left;
  }

  .image-50 {
    display: none;
  }

  .heading, .list_menu_inside_link {
    text-align: left;
  }

  .frame-121760 {
    padding-left: .5vw;
    padding-right: .5vw;
  }

  .article_immage {
    min-width: 100%;
    display: block;
  }

  .h3_blog_post {
    text-align: left;
  }

  .h3, .h3-17 {
    font-family: Onest, sans-serif;
    font-size: 16px;
  }

  .list_article_green {
    text-align: left;
  }

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

  .section.about-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .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-18 {
    margin-bottom: 0;
    font-family: Onest, sans-serif;
    font-size: 1.5rem;
  }

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

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

  .social-link {
    width: 42px;
    height: 42px;
  }

  .form-phone {
    font-family: Onest, sans-serif;
    font-size: 1.25rem;
  }

  .p-18 {
    font-family: Onest, sans-serif;
    font-size: 1.125rem;
  }

  .h2 {
    text-align: center;
    width: 100%;
    font-family: Onest, sans-serif;
  }

  .social-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .large_text_map {
    font-family: Onest, sans-serif;
  }

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

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

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

  .container-block.icon-container-block {
    justify-content: flex-start;
    align-items: center;
    min-height: 112px;
  }

  .container-block.center-title {
    width: 80%;
  }

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

  .p-link {
    font-family: Onest, sans-serif;
    font-size: 1rem;
  }

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

  .h3-19 {
    margin-bottom: 0;
  }

  .form-phone-2 {
    min-width: 0;
  }

  .p-link-2 {
    font-size: 16px;
  }

  .form_container_right, .mobile_none {
    display: none;
  }

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

  .buttons-grid._3_columns {
    grid-template-columns: 1fr 1fr;
  }

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

  .section-2.wspolpraca-section {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .section-2.about-review-section {
    padding-left: 4%;
    padding-right: 4%;
  }

  .section-2.about-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .card-title.link-title {
    text-align: left;
  }

  .step-2-number {
    top: 11px;
  }

  .step-wrapper-2.margin-l {
    margin-bottom: 8px;
  }

  .step-4-number {
    top: 11px;
  }

  .black-line {
    display: none;
  }

  .step-3-number {
    top: 11px;
  }

  .step-2-info-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .step-2 {
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: -19px auto auto 24px;
  }

  .timeline-wrapper {
    display: none;
  }

  .step-1-info-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .step-1-info-wrapper.first-step {
    justify-content: center;
    align-items: flex-start;
  }

  .step-4-info-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .container-2 {
    width: 80%;
  }

  .container-2.small.flex {
    width: 100%;
    max-width: none;
  }

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

  .step-3-info-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

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

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

  .faq-item {
    width: 95%;
  }

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

  .faq-item.rozwody.first.mobile_none {
    display: block;
  }

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

  .dropdown-container {
    display: none;
  }

  .code-embed {
    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;
  }

  .review-card {
    margin-left: auto;
    margin-right: auto;
  }

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

  .about-img {
    width: 89%;
  }

  .about-img.rozwody-about-img {
    width: 100%;
  }

  .about-img.rozwody-about-img.about-img-mobile {
    display: block;
  }

  .about-img.rozwody-about-img.about-img-desktop, .review-wrapper {
    display: none;
  }

  .slider {
    background-color: #0000;
    height: auto;
    margin-top: 16px;
    padding-bottom: 45px;
  }

  .slider.mobile-slider {
    display: block;
  }

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

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

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

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

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

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

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

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

  .step-card._100 {
    flex-flow: row;
  }

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

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

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

  .box-text.left_tablet {
    text-align: left;
  }

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

  .kompleksowa-pomoc-img.tablet-shown {
    max-width: 100%;
    padding-top: 0;
    display: block;
  }

  .kompleksowa-pomoc-img.tablet-shown.odszkodowania-tablet {
    max-width: 100%;
    margin-bottom: 4px;
  }

  .h1_404 {
    max-width: 80%;
    font-size: 3.75rem;
  }

  ._404_text {
    max-width: 60%;
    font-size: 1.5rem;
  }

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

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

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

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

@media screen and (max-width: 767px) {
  .container {
    justify-content: space-between;
  }

  .nav-link.dropdown {
    white-space: normal;
  }

  .hero_section_content {
    background-image: url('../images/Section_2.avif');
    background-position: 0 0;
    background-size: cover;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }

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

  .hero_section_title_wrapper {
    padding-bottom: 0;
  }

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

  .button.button-primary.button-l.hero-btn {
    width: 100%;
    max-width: none;
  }

  .button.button-primary.button-l.hero-btn._404 {
    width: auto;
  }

  .button.button-primary.button-m {
    width: 100%;
  }

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

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

  .bellow_hero_main_section {
    padding-top: 32px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .grid {
    position: static;
  }

  .grid_card_bellow_hero_main {
    flex-flow: row;
  }

  .h3_basic_black {
    font-size: 1.2rem;
  }

  .content_basic_dark.left {
    text-align: left;
  }

  .grid_card-bellow_hero_immage {
    max-width: 50%;
    height: auto;
    display: none;
  }

  .content_wrapper_relative {
    margin-top: 32px;
    margin-bottom: 32px;
    bottom: 0;
  }

  .basic_section, .basic_section.flex_vertical-_24px, .footer {
    padding-left: 4%;
    padding-right: 4%;
  }

  .online-icon, .pasek-left {
    margin-left: auto;
    margin-right: auto;
  }

  .pulsate-widget {
    z-index: 10;
  }

  .user--title, .user--name {
    display: none;
  }

  .wrapper_pasek_content {
    padding-left: 4vw;
    padding-right: 4vw;
  }

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

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

  .section-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .section-container.about-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-container.container-vertical.form-container {
    width: 90%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .section-container.container-vertical {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 90%;
    height: auto;
  }

  .section-container.about-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90%;
  }

  .article_add {
    display: none;
  }

  .section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .h3-18 {
    margin-bottom: 0;
    font-size: 18px;
  }

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

  .image-98 {
    width: 100%;
    max-width: 86px;
    height: auto;
  }

  .h2 {
    margin-bottom: 4px;
    font-size: 24px;
  }

  .large_text_map {
    font-size: 18px;
  }

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

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

  .container-block.container-block--about.block-white.map-block {
    text-align: left;
  }

  .container-block.icon-container-block {
    justify-content: flex-start;
    align-items: center;
  }

  .container-block.center-title {
    width: 90%;
  }

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

  .form-input.text-input {
    height: 140px;
  }

  .h3-19 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .link_mobile_big {
    font-size: 18px;
  }

  .map_sectio_paragraph {
    font-size: 14px;
    display: block;
  }

  .grid-link {
    text-align: left;
  }

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

  .buttons-grid._3_columns {
    grid-template-columns: 1fr;
  }

  .section-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-2.wspolpraca-section {
    padding-left: 4%;
    padding-right: 4%;
  }

  .h2_copy {
    margin-bottom: 4px;
    font-size: 24px;
  }

  .text-button--text {
    font-size: 18px;
  }

  .step-heading.margin-xs {
    margin-bottom: 8px;
  }

  .step-2-number {
    top: 11px;
  }

  .step-wrapper-2.margin-l {
    margin-bottom: 8px;
  }

  .step-4-number, .step-3-number {
    top: 11px;
  }

  .step-2-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .step-2 {
    left: 16px;
  }

  .step-1-info-wrapper {
    flex-direction: column;
    padding: 16px 16px 8px;
  }

  .step-4-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .container-2 {
    width: 100%;
  }

  .h2-4 {
    margin-bottom: 4px;
    font-size: 24px;
  }

  .step-3-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .process-img {
    width: 100%;
  }

  .step-info {
    margin-left: 0;
  }

  .text-block-79 {
    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;
  }

  .faq-item {
    overflow-wrap: normal;
  }

  .faq-item.rozwody.first {
    z-index: 0;
  }

  .h2-5 {
    margin-bottom: 4px;
    font-size: 24px;
  }

  .dropdown-toggle-2 {
    justify-content: space-between;
    align-items: center;
    height: 100px;
    overflow: hidden;
  }

  .p {
    font-size: 14px;
    display: block;
  }

  .p.opinion-card--p {
    display: block;
  }

  .about-img {
    width: 100%;
    margin-bottom: 16px;
  }

  .step-number {
    width: 38px;
    height: 38px;
    top: -16px;
    left: 70px;
  }

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

  .step-number--text {
    font-size: 20px;
  }

  .step-box {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .step-card-wrapper {
    display: none;
  }

  .step-card-wrapper._100.visible {
    display: block;
  }

  .step-img {
    display: none;
  }

  .kompleksowa-pomoc-img.tablet-shown {
    padding-bottom: 12px;
  }

  .h1_404 {
    max-width: 80%;
    font-size: 2.5rem;
  }

  ._404_text {
    max-width: 70%;
    font-size: 1.5rem;
  }

  .content-wrapper {
    height: auto;
  }

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

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

  .check_circle_outline_24 {
    width: auto;
    min-width: 0;
    max-width: 140px;
    min-height: 0;
    max-height: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    background-color: #fff;
    height: 64px;
    position: sticky;
    top: 0;
  }

  .container {
    justify-content: center;
  }

  .logo_immage_nav {
    margin-top: 2px;
    margin-left: -5vw;
  }

  .nav-link.dropdown {
    white-space: normal;
    word-break: normal;
  }

  .dropdown-list.w--open {
    position: absolute;
    overflow: visible;
  }

  .nav-menu {
    overflow: auto;
  }

  .hero_section {
    background-image: linear-gradient(#0000, #0000);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-top: 52.5px;
  }

  .hero_section_content {
    background-image: url('../images/Section_2.avif');
    background-position: 0 0;
    background-size: cover;
  }

  .hero_section_content.hero_mobile_content {
    padding-bottom: 22px;
  }

  .hero_section_content.dark {
    background-image: linear-gradient(#0009, #0009), url('../images/Section_1.avif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .hero_section_title_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 5px;
  }

  .image-2 {
    max-width: 66%;
    display: none;
  }

  .image-2.mobile {
    max-width: 70%;
    display: block;
  }

  .hero_heading.dark {
    text-align: left;
    padding: 0;
    font-size: 1.75rem;
  }

  .hero_heading.dark.no_padding {
    margin-bottom: 0;
  }

  .button {
    width: 100%;
    max-width: 100%;
  }

  .button.button-primary {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .button.button-primary.button-l.hero-btn {
    background-color: #10796d;
  }

  .button.button-primary.button-m {
    width: 100%;
    max-width: 100%;
  }

  .button-text {
    font-size: 14px;
    font-weight: 600;
  }

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

  .grid_card_bellow_hero_main {
    flex-flow: column;
  }

  .grid_card_bellow_hero_main_content {
    padding: 3vw;
  }

  .h3_basic_black {
    margin-bottom: 2vw;
  }

  .content_basic_dark {
    margin-bottom: 0;
    font-size: .875rem;
  }

  .content_basic_dark.left {
    text-align: left;
    font-size: 1rem;
  }

  .content_basic_dark.left.title {
    margin-bottom: 10px;
  }

  .grid_card-bellow_hero_immage {
    max-width: none;
    display: block;
  }

  .content_wrapper_relative {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .grid-2 {
    grid-column-gap: 3.5vw;
    grid-row-gap: 3.5vw;
    margin-bottom: 20px;
  }

  .h2_no_margin_black {
    font-family: Onest, sans-serif;
    font-size: 1.375rem;
  }

  .w_czym_pomagmy_content_text {
    font-size: .875rem;
  }

  .basic_section {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .basic_section.flex_vertical-_24px {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .basic_section.flex_vertical_12px {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .content_wrapper_basic.flex_dol_20px, .content_wrapper_basic.vertical._10px.center {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .h2_white_no_margin_small {
    font-size: 1.375rem;
  }

  .h2_white_no_margin_small.center_mobile {
    text-align: center;
  }

  .h2_white_no_margin_small.bigger_center {
    text-align: center;
    font-size: 1.25rem;
  }

  .content_text_white {
    font-size: .875rem;
  }

  .immage_basic.costum_ratio._593x405.image-mobile, .immage_basic.image-mobile {
    aspect-ratio: auto;
  }

  .footer_text {
    text-align: center;
  }

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

  .online-icon {
    width: 70px;
    height: 70px;
  }

  .pasek {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .brand {
    width: 70%;
  }

  .brand.w--current {
    width: 100%;
  }

  .menu-phone-3 {
    z-index: 2147483647;
    background-color: #036ba9;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    top: 64px;
  }

  .div-block-158 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #10796d;
    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-86 {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .text-87 {
    margin-bottom: 0;
  }

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

  .bold-text {
    color: #fff;
  }

  .article_text {
    text-align: left;
    font-family: Onest, sans-serif;
    font-size: 1rem;
  }

  .article_text.no_margin.smaller {
    font-size: .8rem;
  }

  .article_text.center {
    text-align: center;
  }

  .article_text.first {
    margin-top: 10px;
  }

  .section-container {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .section-container.container-vertical {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-container.about-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .section-container.boxes-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .list-3.pc {
    text-align: left;
  }

  .article_anchor {
    top: -105px;
  }

  .article_anchor.form {
    top: -120px;
  }

  .section_article, .section_article.first {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .art_secondary_title {
    font-size: 1.375rem;
    line-height: 120%;
  }

  .list-4 {
    padding-left: 20px;
  }

  .h3_blog_post {
    font-size: 20px;
  }

  .h3 {
    color: #fff;
  }

  .h3-17 {
    display: none;
  }

  .blog_list_bullet_points {
    font-family: Onest, sans-serif;
    font-size: 1rem;
    line-height: 120%;
  }

  .section {
    padding-top: 20px;
    overflow: hidden;
  }

  .section.about-section {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-top: 20px;
  }

  .h3-18 {
    font-family: Onest, sans-serif;
    font-size: 1rem;
  }

  .section-title {
    display: flex;
  }

  .section-title.map-title {
    text-align: left;
  }

  .section-title.center-title {
    width: 100%;
  }

  .input-label {
    font-family: Onest, sans-serif;
    font-size: .875rem;
    line-height: 120%;
  }

  .radio-input-text {
    font-size: .875rem;
    line-height: 120%;
  }

  .form-phone {
    font-family: Onest, sans-serif;
    font-size: 1.25rem;
  }

  .p-18 {
    font-family: Onest, sans-serif;
    font-size: 1.125rem;
  }

  .h2 {
    font-family: Onest, sans-serif;
    font-size: 1.5rem;
  }

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

  .large_text_map {
    font-family: Onest, sans-serif;
    font-size: 1rem;
    line-height: 120%;
  }

  .submit-button {
    font-size: 1.125rem;
  }

  .container-block.form-block {
    width: 100%;
    padding: 12px 12px 8px;
  }

  .container-block.form-block.mobile-right {
    width: 100%;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 16px;
  }

  .container-block.container-block--about.block-white.map-block {
    text-align: left;
  }

  .container-block.icon-container-block {
    justify-content: flex-start;
    align-items: center;
    min-height: 124px;
    max-height: 124px;
  }

  .container-block.container-block--about {
    text-align: left;
    width: 100%;
  }

  .radio_colour_wrapper {
    flex: none;
  }

  .p-link {
    font-family: Onest, sans-serif;
    font-size: .875rem;
  }

  .form-input {
    font-family: Onest, sans-serif;
    font-size: 1rem;
    line-height: 120%;
  }

  .h3-19 {
    font-size: 16px;
  }

  .p-link-2 {
    font-size: 14px;
  }

  .text-block {
    font-family: Onest, sans-serif;
    font-size: .875rem;
    line-height: 120%;
  }

  .success-message {
    border-radius: 12px;
  }

  .text-block-2 {
    font-family: Onest, sans-serif;
    font-size: .875rem;
    line-height: 120%;
  }

  .error-message {
    border-radius: 12px;
  }

  .link_mobile_big {
    font-size: 16px;
  }

  .grid-link {
    padding: 14px;
  }

  .step--icon-block.round-icon {
    width: 32px;
    height: 32px;
  }

  .card-title-text {
    font-size: 1.125rem;
  }

  .buttons-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .buttons-grid._3_columns {
    grid-template-rows: auto auto auto;
  }

  .section-2 {
    overflow: hidden;
  }

  .section-2.wspolpraca-section {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .section-2.about-review-section {
    padding-bottom: 14px;
  }

  .h2_copy {
    font-size: 1.25rem;
  }

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

  .card-title.link-title {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .step-heading.margin-xs {
    margin-top: 10px;
  }

  .step-2-number, .step-4-number, .step-3-number {
    top: 11px;
  }

  .container-2 {
    width: 100%;
  }

  .h2-4 {
    font-size: 24px;
  }

  .h2-4.h2-white {
    text-align: center;
    font-size: 1.5rem;
  }

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

  .tab--check-block {
    padding-bottom: 0;
  }

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

  .text-block-79 {
    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;
  }

  .faq-item.rozwody.first {
    border-radius: 12px;
  }

  .faq-item.rozwody.first.mobile_none {
    max-width: none;
    display: block;
  }

  .h2-5 {
    font-size: 24px;
  }

  .dropdown-container.faq {
    display: flex;
  }

  .dropdown-toggle-2.transparent_bg {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    border-radius: 12px;
    width: 100%;
    padding: 10px;
  }

  .review-card {
    justify-content: flex-start;
    align-items: center;
    min-width: 0;
    min-height: 200px;
  }

  .opinion-card--header {
    justify-content: space-between;
  }

  .slider.mobile-slider {
    margin-top: 0;
  }

  .step-number {
    margin-left: auto;
    margin-right: auto;
    inset: -5% 0% auto;
  }

  .step-number.review-icon {
    margin-left: 0;
  }

  .step-number.left {
    margin-left: 20px;
    left: -4px;
  }

  .slide {
    padding-left: 2%;
    padding-right: 2%;
  }

  .step-box {
    width: 100%;
    padding: 3vw;
  }

  .step-card._100 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding: 3vw;
  }

  .step-img.mobile-only {
    max-width: 100%;
  }

  .box-text.left_tablet {
    font-size: .9rem;
  }

  .kompleksowa-pomoc-img.tablet-shown.odszkodowania-tablet {
    text-align: left;
  }

  .h1_404 {
    max-width: 92%;
    font-size: 2rem;
  }

  ._404_text {
    max-width: 85%;
    font-size: 1rem;
  }

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

  .text-wrapper {
    grid-row-gap: 8px;
    padding-bottom: 16px;
  }

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

  .button-text-2 {
    font-size: 14px;
    font-weight: 600;
  }

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

  .paragraph-12 {
    font-size: 14px;
  }

  .check_circle_outline_24 {
    width: auto;
    min-width: 0;
    max-width: 140px;
    height: auto;
    min-height: 0;
  }

  .content-container {
    height: auto;
    padding: 16px;
  }
}

#w-node-bdf15e65-2d9e-c0b4-5869-24aeb6c14203-5b6d574d {
  grid-area: 1 / 3 / 2 / 11;
}


