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

.button--primary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #2e3ca7;
  border: 1px solid #2e3ca7;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 390px;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button--primary:hover {
  color: #2e3ca7;
  background-color: #2e3ca733;
}

.button--primary.form-btn {
  width: 100%;
  min-width: 220px;
  max-width: 250px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.button--primary.form-btn.success-btn {
  padding-left: 20px;
}

.button--primary.widget-btn {
  height: 55px;
}

.button--primary.dark-button {
  cursor: pointer;
  min-width: 285px;
}

.button--primary.dark-button:hover {
  background-color: #e2e5ff;
}

.btn--regular {
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.btn--bold {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.btn--bold.widget-bold {
  display: none;
}

.button--secondary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #2e3ca7;
  border: 1px solid #2e3ca7;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  max-width: 390px;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button--secondary:hover {
  background-color: #2e3ca726;
}

.form_drogowe {
  object-fit: cover;
  padding: 32px 24px;
}

.form_drogowe.section-hero {
  z-index: 1;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.form_drogowe.section--about {
  background-color: #2e3ca70d;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.form_drogowe.section--about.about-podstrona {
  background-color: #0000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.form_drogowe.cat-section, .form_drogowe.steps-section, .form_drogowe.team-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.form_drogowe.faq-section {
  background-color: #2e3ca70d;
  padding-top: 30px;
  padding-bottom: 30px;
}

.form_drogowe.tabs-section {
  padding: 32px 24px;
}

.form_drogowe.six-elements-section {
  background-color: #eeeff5;
  padding: 32px 24px;
}

.form_drogowe.two-steps {
  padding: 32px 24px;
}

.form_drogowe.kontakt-analiza-section {
  background-color: #313349;
}

.form_drogowe.section-po-konsultacji {
  padding: 32px 24px;
}

.form_drogowe.opinie-section {
  background-color: #eeeff4;
  overflow: hidden;
}

.form_drogowe.opinie-section.non_padding {
  padding-left: 0;
  padding-right: 0;
}

.form_drogowe.opinie-section.non_padding.tablet_down, .form_drogowe.none {
  display: none;
}

.section--container {
  box-sizing: border-box;
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section--container.hero--container {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.section--container.categories-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section--container.faq-container {
  flex-flow: column;
}

.section--container.form-container {
  border-radius: 14px;
  padding: 20px 0;
  box-shadow: 0 4px 24px #0000001a;
}

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

.section--container.container-even {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
}

.section--container.tabs-container {
  flex-flow: column;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.section--container.six-elements {
  flex-flow: column;
  height: auto;
  min-height: 0;
}

.section--container.two-steps--container {
  flex-flow: column;
}

.section--container.kontakt-analiza-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section--container.po-konsultacji-container {
  justify-content: flex-start;
  align-items: flex-start;
}

.section--container.opinion-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding: 32px 0;
}

.section--container.tab-container {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.hero-text--wrapper {
  z-index: 999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  inset: 22% auto auto 0%;
}

.hero-text--wrapper.pozosta-e {
  max-width: 700px;
}

.image {
  z-index: 1;
  aspect-ratio: 1178 / 1107;
  max-width: 43%;
  position: relative;
}

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

.image.hero-desktop {
  aspect-ratio: 1005 / 878;
}

.image.mobile_none {
  aspect-ratio: 1136 / 1107;
}

.body {
  box-sizing: border-box;
  color: #151515;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.h3 {
  width: 100%;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.h3.h3-left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.h3.h3-left.h3-top, .h3.h3-left.mobile-center {
  font-family: Inter, sans-serif;
}

.h3.h3-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  display: block;
}

.heading {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 52px;
}

.heading.pozosta-e {
  line-height: 110%;
}

.heading.smaller_font {
  font-family: Inter, sans-serif;
  font-size: 40px;
}

.text-span {
  color: #2c3682;
  font-family: Inter, sans-serif;
}

.image-2 {
  z-index: -1;
  aspect-ratio: 1647 / 885;
  max-width: 65%;
  position: absolute;
  inset: 19% 50% 0% 45%;
}

.hero-text {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-3 {
  aspect-ratio: 711 / 502;
  width: 50%;
  max-width: none;
}

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

.image-3.s2-pozostale {
  aspect-ratio: 735 / 493;
}

.about--text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.about--text._35px._4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-text {
  white-space: normal;
  word-break: normal;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.p-text.p-desktop {
  display: block;
}

.p-text._1280_and_lower, .p-text._1280_and_lower.link {
  color: #2e3ca7;
  text-decoration: none;
}

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

.p--block.check--block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.secion_heading {
  font-weight: 600;
}

.secion_heading.h2-left {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.secion_heading.h2-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 110%;
  display: block;
}

.secion_heading.h2-center.center-center {
  text-align: center;
}

.secion_heading.h2-center.center._20px_top {
  font-family: Inter, sans-serif;
}

.secion_heading.h2-center.extra {
  margin-bottom: 30px;
}

.secion_heading.h2-center.none_margin_bottom {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

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

.categories-wrapper.mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: flex;
}

.cat-link {
  box-sizing: border-box;
  color: #151515;
  border: 1px solid #f4f5ff;
  border-radius: 14px;
  flex-flow: column;
  width: 23%;
  min-width: 0%;
  max-width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 24px #0000001a;
}

.cat-link:hover {
  color: #2e3ca7;
  border-color: #2e3ca7;
}

.cat-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.cat-text.mobile {
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  padding: 20px;
}

.cat--title {
  font-size: 18px;
  transition: all .2s;
}

.cat--title.mobile {
  font-size: 16px;
  line-height: 20px;
}

.section--title {
  box-sizing: border-box;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  overflow: visible;
}

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

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

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

.step {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20%;
  display: flex;
}

.step.step-odd, .step.step-even {
  max-width: 100%;
}

.step-img {
  aspect-ratio: 710 / 474;
  max-width: 50%;
}

.step--text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.step--process {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 16px;
  display: flex;
}

.step-effect {
  background-color: #2e3ca70d;
  border: 1px solid #2c36821a;
  border-radius: 14px;
  padding: 16px;
}

.team-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  display: flex;
}

.team-lead {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 467px;
  height: 100%;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.lead-img.side_minus_none {
  aspect-ratio: 447 / 524;
}

.lead-info {
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffffd9;
  border: 1px solid #f4f5ff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 413px;
  margin-top: -5px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  box-shadow: 0 4px 24px #0000001a;
}

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

.text {
  color: #151515;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-2 {
  color: #151515;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.lead--p {
  color: #151515;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.team-card {
  background-color: #fff;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 215px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 24px #0000001a;
}

.image-4 {
  aspect-ratio: 609 / 442;
  max-width: 100%;
}

.team-card--title {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 1.5vw;
  display: flex;
}

.team-cards {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 700px;
  display: grid;
}

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

.back_wrapper {
  grid-column-gap: 7.5px;
  grid-row-gap: 7.5px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: absolute;
}

.back_wrapper.interaction {
  margin-left: 2.5%;
  padding-left: 5px;
  left: 0;
}

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

.text-block-82 {
  color: #206ee8;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 100%;
  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;
}

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

.lawyer_spec {
  color: #000;
  text-align: left;
  justify-content: center;
  align-items: center;
  height: 3rem;
  margin: 0 auto;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.lawyer_spec.form {
  height: auto;
  margin-left: 0;
  font-size: 24px;
  font-weight: 600;
}

.lawyer_spec.form.form-radio--title {
  font-size: 16px;
  font-weight: 500;
}

.paragraph-20 {
  color: #52555f;
  max-width: 95%;
  margin-bottom: 2px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 25px;
}

.paragraph-20.main-faq-p {
  margin-left: 0;
  margin-right: 0;
}

.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;
  display: flex;
}

.faq_image {
  width: 25px;
  height: 25px;
}

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

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

.ochrona-title.smaller_margin {
  grid-row-gap: 10px;
}

.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: 14px 14px 0 0;
  justify-content: space-between;
  height: auto;
  padding: 20px;
  transition: all .2s;
}

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

.text-block-79 {
  z-index: 1;
  direction: ltr;
  color: #000;
  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-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  position: static;
}

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

.footer {
  background-color: #313349;
  padding: 20px 24px;
}

.footer-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.image_logo {
  max-height: 42px;
}

.image_logo.footer-logo {
  filter: saturate(0%) brightness(400%);
}

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

.footer-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  display: flex;
}

.footer-copyright {
  width: 100%;
  max-width: 1440px;
}

.footer-copyright.copyright {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.footer-link--wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: grid;
}

.footer-link {
  color: #fff;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: #9a9ebb;
}

.footer-link.w--current {
  font-family: Inter, sans-serif;
}

.form--block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-image: linear-gradient(0deg, #000c, #fff0 55%), url('../images/form-img-bg_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 630px;
  padding: 40px;
  display: flex;
}

.form--block.form--step {
  background-image: none;
  background-position: 0 0;
  padding: 0;
}

.form--block.main-form-block {
  background-image: none;
}

.form--block.animation {
  display: flex;
}

.map--block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.radio-button-field-3 {
  cursor: pointer;
  border: 1px solid #0000001a;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 14px;
  transition: all .2s;
  display: flex;
}

.radio-button-field-3:hover {
  border-color: #2e3ca7;
}

.div-block-134 {
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.div-block-135 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.submit-button-2 {
  background-color: #2e3ca6;
  border: 1px solid #2e3ca6;
  border-radius: 12px;
  width: 100%;
  max-width: 220px;
  min-height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  transition: all .2s;
  display: block;
}

.submit-button-2:hover {
  color: #2e3ca6;
  background-color: #2e3ca633;
}

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

.form.morgin_bottom {
  margin-top: auto;
  margin-bottom: auto;
}

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

.map {
  z-index: 1;
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  height: 790px;
  max-height: 630px;
  box-shadow: inset 0 4px 24px #0000001a;
}

.map--lawyer {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 0 0 14px 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: static;
  top: 60%;
  box-shadow: 0 4px 24px #0000001a;
}

.lawyer-profile {
  aspect-ratio: 235 / 235;
  max-width: 90px;
}

.lawyer-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lawyer-block.medium {
  display: none;
}

.lawyer--wrapper {
  z-index: 2;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
  inset: auto 0% 0%;
}

.step-icon.step-1 {
  max-width: 20%;
}

.form-step-0 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/form-img-bg_1.avif');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 548px;
  display: flex;
}

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

.form--input {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}

.field-label {
  padding-left: 10px;
  padding-right: 14px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.text-field {
  border: 1px solid #0000001a;
  border-radius: 8px;
  height: 100%;
  max-height: 50px;
  margin-bottom: 0;
  padding: 14px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-field.text-area {
  min-height: 119px;
}

.form-icon {
  background-color: #f6f7fc;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-bottom: 0;
  display: flex;
}

.reviews-container {
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.reviews-inner {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  top: -6%;
  overflow: visible;
}

.reviews-inner.wypadki-opinie.reverse {
  flex-flow: row;
  padding-top: 5px;
  padding-bottom: 10px;
}

.reviews-inner.wypadki-opinie.averse {
  flex-flow: row;
  padding-top: 10px;
  padding-bottom: 5px;
}

.reviews-inner.noe_marign {
  flex-flow: row;
  padding-top: 0;
  top: 0;
}

.review {
  background-color: #fff;
  border: 1px solid #f4f5ff;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 467px;
  max-width: 467px;
  height: 230px;
  margin-right: 10px;
  display: flex;
  position: static;
  overflow: hidden;
  box-shadow: 0 4px 24px #0000001a;
}

.review--text {
  height: 100%;
  padding: 20px 20px 10px;
}

.review--credits {
  background-color: #e4e5ec66;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  display: flex;
}

.review--name {
  font-size: 18px;
  font-weight: 600;
}

.review--rate-count {
  font-size: 18px;
  font-weight: 700;
}

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

.nav-menu {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-101 {
  aspect-ratio: 288 / 96;
  width: 100%;
  max-width: none;
  max-height: 48px;
}

.nav-link {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  transition: all .2s;
}

.nav-link:hover {
  color: #2e3ca7;
}

.nav-link.link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #151515;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link.link:hover {
  color: #2e3da7;
}

.nav-link.link.w--current {
  color: #151515;
  padding: 20px 0;
}

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

.nav-link.desktop-dropdown {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.menu-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.dropdown-toggle-3 {
  padding-left: 0;
  padding-right: 20px;
  transition: all .2s;
}

.dropdown-toggle-3:hover {
  color: #2e3ca7;
}

.dropdown-toggle-3.w--open {
  z-index: 2;
}

.text-block-86 {
  color: #fff;
  font-family: Inter, sans-serif;
}

.navbar-2 {
  z-index: 9999;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Inter, sans-serif;
  display: flex;
  position: static;
  top: 0;
  box-shadow: 0 2px 24px #0000000a;
}

.dropdown-list-3 {
  width: 200px;
}

.dropdown-list-3.w--open {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  box-shadow: none;
  text-align: left;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 300px;
  max-width: none;
  padding: 0 16px 16px;
  display: flex;
  left: -30px;
}

.dropdown-link {
  text-align: left;
  white-space: normal;
  word-break: normal;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.dropdown-link:hover {
  color: #2e3ca7;
}

.dropdown-link.w--current {
  color: #151515;
}

.dropdown-link.w--current:hover {
  color: #2e3ca7;
}

.slider-2 {
  width: 100%;
}

.right-arrow, .left-arrow {
  display: none;
}

.radio-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.radio-wrapper.alt-radio {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.radio-wrapper.alt-radio.step_2 {
  margin-bottom: 10px;
}

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

.about-features {
  grid-column-gap: 10px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 710.5px;
  height: 93.1968px;
  text-decoration: none;
  display: flex;
}

.feature {
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #ffffffbf;
  border: 1px solid #f4f5ff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 90px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 24px #0000001a;
}

.text-12 {
  color: #2c3682;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-13 {
  color: #151515;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

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

.tabs-menu {
  background-color: #ebebeb;
  border: 1px solid #0000001a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 0;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.tab-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 50%;
  min-height: 56px;
  font-size: 18px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.tab-link.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #2e3ca7;
  background-color: #c0c4e5;
  border: 1px solid #2e3ca7;
  min-width: 50%;
}

.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: #2e3da7;
  margin-right: 8px;
}

.code-embed.blue-icon {
  color: #2b3682;
}

.tab--title {
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin-bottom: 0;
  display: flex;
}

.tab--title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-content {
  width: 100%;
}

.tab--content {
  width: 100%;
  min-width: 100%;
  min-height: 310px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.tab--content-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  display: grid;
  overflow: visible;
}

.tab--content-text.alt-tab--content {
  margin-top: 16px;
  padding: 10px 0;
}

.tab--content-text.alt-tab--content.no_margin {
  margin-top: 0;
  padding-top: 0;
}

.tab--content-text.alt-tab--content.no_margin.flex {
  display: flex;
}

.tab {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 1400px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.tab.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  max-width: 1440px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.tab.grid.reverse {
  grid-template-columns: .75fr 1fr;
}

.image-105 {
  aspect-ratio: 587 / 604;
  max-width: 100%;
}

.image-105.tab-2 {
  aspect-ratio: 604 / 541;
}

.image-105.tab-2-pozostale {
  aspect-ratio: 588 / 551;
}

.tab-card {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  min-height: 191px;
  padding: 20px;
  display: flex;
  box-shadow: 0 4px 24px #0000001a;
}

.tab-card.bottom-card {
  width: 100%;
  min-height: 143px;
}

.tab-card.card-slide {
  width: 100%;
  min-height: 0;
  max-height: none;
}

.card-icon {
  color: #2c3682;
  width: 24px;
  height: 24px;
}

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

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

.icon-svg.green-icon {
  color: #32d583;
}

.right-arrow-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.left-arrow-3 {
  display: none;
}

.tab-card-wrapper {
  height: 100%;
  padding-top: 0;
  padding-bottom: 50px;
}

.slider-4 {
  background-color: #0000;
  display: none;
}

.icon-3 {
  margin-right: 0;
}

.contact-widget {
  z-index: 2147483647;
  opacity: 0;
  background-color: #dfe1ec;
  border: 1px solid #000;
  border-radius: 999px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  transition: all .2s;
  display: none;
  position: sticky;
  bottom: 0;
}

.contact-widget--wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1448px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 24px;
  display: flex;
  position: static;
  bottom: 0;
}

.user-picture {
  border: 1px solid #0000001a;
  border-radius: 999px;
  width: 100%;
  max-width: 90px;
}

.work-time {
  text-align: center;
  font-size: 13px;
}

.widget-btn--icon {
  width: 24px;
  height: 24px;
  display: none;
}

.widget-name {
  font-size: 20px;
  font-weight: 600;
}

.widget-right {
  grid-column-gap: 3.5px;
  grid-row-gap: 3.5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.widget--left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.widget-desc {
  font-size: 15px;
}

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

.widget-phone--icon {
  height: 22px;
}

.widget--phone {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #2e3ca7;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.widget--phone:hover {
  color: #3e4ec4;
}

.widget-phone--number {
  font-size: 17px;
  font-weight: 600;
}

.pulsate {
  box-sizing: border-box;
  background-color: #32d583;
  border: 0 solid #32d58333;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: absolute;
  inset: auto 32% 39% auto;
}

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

.user-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.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-inner--widget {
  background-color: #32d583cc;
  border-radius: 999px;
  width: 14px;
  height: 14px;
}

.image-106 {
  max-height: 24px;
}

.div-block-136 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.element--card {
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #ffffffbf;
  border: 1px solid #f4f5ff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 24px #0000001a;
}

.tabler-icon-report-search {
  object-fit: cover;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  overflow: hidden;
}

.feature-description {
  color: #151515;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.element--icon {
  color: #2c3682;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.step--container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: none;
  transition: all .2s;
  display: flex;
}

.step--container.mobile {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.step-title {
  font-size: 20px;
  font-weight: 600;
}

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

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

.consultation-title {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.consultation-subtitle {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.container-5 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.container-6 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.consultation-feature {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.image-108 {
  aspect-ratio: 710 / 378;
  max-width: 50%;
}

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

.hero-tiles {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 520px;
  text-decoration: none;
  display: flex;
}

.hero-tiles._20px {
  grid-row-gap: 20px;
}

.tiles-subtitle {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.tiles-wrapper {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.tile {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #ffffffbf;
  border: 1px solid #f4f5ff;
  border-radius: 14px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 24px #0000001a;
}

.feature-description-2 {
  color: #151515;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 116%;
  text-decoration: none;
}

.image-109 {
  max-width: 50%;
}

.image-109.wrapper--img {
  max-width: 100%;
}

.image-109.wrapper--img.img-2 {
  display: none;
}

.image-109.wrapper--img.img-1 {
  aspect-ratio: 747 / 438;
  width: 100%;
  margin-top: 20px;
}

.image-109.wrapper--img.img-1.mobile, .image-109.wrapper--img.img-3, .image-109.wrapper--img.img-4, .image-109.wrapper--img.img-5 {
  display: none;
}

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

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

.krok--p {
  padding-top: 5px;
  display: block;
}

.opinie-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

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

.frame-121562 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 646px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.icon-4 {
  object-fit: cover;
  overflow: hidden;
}

.text-15 {
  color: #151515;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.frame-434 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #151515;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.grid {
  grid-template-rows: auto auto auto auto auto;
  width: 100%;
  height: auto;
}

.img-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.form-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  box-shadow: 0 4px 24px #0000001a;
}

.img-container {
  flex-flow: column;
  max-width: 50%;
  display: flex;
}

.wrapper--img {
  aspect-ratio: 649 / 479;
}

.form--inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 550px;
  display: flex;
}

.form--inner.podstrona-inner {
  justify-content: flex-end;
  align-items: center;
}

.form--inner.botom {
  justify-content: flex-end;
}

.form-steps {
  flex-flow: column;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.main-form-title {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

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

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

.btn-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.btn-wrapper.submit {
  margin-top: 30px;
}

.form-step-3, .form-step-4, .form-step-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 548px;
  display: none;
}

.form-step-5.flex {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.select-field {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 8px;
  min-height: 50px;
}

.form-step-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 548px;
  display: none;
}

.form-step-1.flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.alt-percent {
  display: none;
}

.text-block-88 {
  width: auto;
}

.drogowe-tab--text-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-top: 3vw;
  text-decoration: none;
  display: flex;
}

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

.text-22 {
  color: #151515;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

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

.tab--check-block.in_accotrdion {
  padding: 0 20px 20px;
}

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

.text-24 {
  color: #151515;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.tab--check-2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.percent-mobile {
  width: 100%;
  display: none;
}

.image-110.margin_bottom, .image-113.step_3 {
  margin-bottom: 5px;
}

.tabs-nav-text {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  display: flex;
  position: relative;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-item._01 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-align: left;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-nav-item._01.w--current {
  color: #2e3ca7;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.tabs-nav-item._03 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-nav-item._03:hover, .tabs-nav-item._03.w--current {
  color: #fff;
}

.tabs-nav-item._02 {
  z-index: 0;
  color: #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-nav-item._02.w--current {
  color: #2e3ca7;
  font-weight: 400;
}

.tabs-content-wrapper {
  margin-top: 0;
  overflow: visible;
}

.tabs-nav-background {
  z-index: 0;
  box-shadow: none;
  color: #fff;
  background-color: #c0c4e5;
  border: 1px solid #2e3ca7;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.tabs-2 {
  width: 100%;
  margin-top: 0;
  display: none;
}

.tabs-menu-wrapper {
  background-color: #ebebeb;
  border: 1px solid #0000001a;
  border-radius: 12px;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.tab-content-item {
  overflow: hidden;
}

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

.krok_wrapper.active {
  height: auto;
}

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

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

.contact-widget--wrapper-upper {
  z-index: 2147483647;
  background-color: #dfe1ec;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
}

.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 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 502px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  display: flex;
}

.content-container {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #0000001a;
  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;
}

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

.check_circle_outline_24 {
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.desktop-section {
  grid-row-gap: 10px;
  background-color: #e8e8e8;
  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;
}

.form-notification {
  grid-column-gap: 10px;
  text-align: left;
  background-color: #32d5830d;
  border: 1px solid #32d5834d;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 20px 10px 10px;
  text-decoration: none;
  display: flex;
}

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

.slider-5 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.feature-description-4 {
  color: #151515;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.krok-number {
  z-index: 3;
  grid-column-gap: 8px;
  background-color: #c0c4e5;
  border: 1px solid #2e3ca7;
  border-radius: 58px;
  justify-content: center;
  align-items: center;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 23px;
}

.text-25 {
  color: #2e3ca7;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.subsection {
  z-index: 3;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 4px 24px #0000001a;
}

.subsection.mobile {
  z-index: 2;
  width: 100%;
  padding-left: 32px;
}

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

.section-title {
  color: #151515;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.subsection-description {
  color: #151515;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.section-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px;
  display: flex;
}

.section-2.rodo {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.polityka_prywatno-ci_heading {
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
}

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

.bold-text, .paragraph-21 {
  font-family: Inter, sans-serif;
}

.text-block-89 {
  font-size: 22px;
}

.according_title_wrapper {
  display: flex;
}

.accordion_panel {
  padding: 0;
  display: flex;
}

.accordion {
  grid-row-gap: 0px;
  border: 1px solid #0000001a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 10px #00000008;
}

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

.pasek-numer, .sluchawka.icon {
  display: none;
}

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

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

.mobile_none {
  line-height: 120%;
}

.mobile_none.blue {
  color: #2e3ca7;
}

.only_mobile {
  display: none;
}

.map-2 {
  border-radius: 14px 14px 0 0;
  max-height: 272px;
  box-shadow: inset 0 4px 24px #0000001a;
}

.div-block-140, .phone-number {
  display: none;
}

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

.link-2.small_none {
  display: none;
}

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

.article_text {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.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.about-container {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1396px;
}

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

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

.article_list {
  min-width: 30%;
}

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

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

.p-style.add {
  margin-bottom: 5px;
}

.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: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.btn-primary-2 {
  grid-column-gap: 10px;
  cursor: pointer;
  background-color: #2e3ca7;
  border-radius: 12px;
  flex-flow: wrap;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.btn-primary-2:hover {
  background-color: #3e6ac0;
}

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

.link-4, .link-4.w--current {
  color: #333;
}

.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: Inter, sans-serif;
  font-size: 22px;
}

.list-4 {
  grid-column-gap: 2.5px;
  grid-row-gap: 2.5px;
  flex-flow: column;
  padding-left: 30px;
  display: flex;
}

.image-50.ad_immage {
  display: none;
}

.heading-2 {
  font-family: Inter, sans-serif;
}

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

.link-5 {
  color: #333;
  font-weight: 700;
}

.list_menu_inside_link {
  color: #2e3ca7;
  font-family: Inter, sans-serif;
  font-size: 16px;
  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: Inter, sans-serif;
}

.h3-2 {
  color: #fff;
  text-align: center;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, 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: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.list_article_green {
  color: #2e3ca7;
  font-size: 16px;
  font-weight: 400;
}

.blog_list_bullet_points {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

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

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

.image-53 {
  width: 100%;
}

.article_link {
  color: #333;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .btn--bold {
    display: block;
  }

  .form_drogowe.section--about {
    padding-bottom: 0;
  }

  .section--container.hero--container {
    margin-left: auto;
    margin-right: auto;
  }

  .section--container.faq-container {
    flex-flow: column;
  }

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

  .section--container.top.blog {
    justify-content: center;
    align-items: center;
  }

  .h3.h3-left {
    font-size: 24px;
  }

  .image-2 {
    top: 21%;
  }

  .image-3 {
    width: 45%;
  }

  .about--text._35px {
    padding-top: 2vw;
  }

  .cat-link {
    font-size: 24px;
  }

  .text {
    font-size: 20px;
  }

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

  .team-card {
    max-width: 221px;
  }

  .team-card--title {
    padding: 18px;
  }

  .team-cards {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: auto;
  }

  .back_wrapper {
    opacity: 0;
    height: 42px;
  }

  .back_wrapper.interaction {
    opacity: 1;
    display: flex;
  }

  .lawyer_spec {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .footer-link--wrapper {
    display: flex;
  }

  .lawyer-block {
    height: auto;
  }

  .lawyer-block.medium {
    display: none;
  }

  .reviews-inner {
    top: -10%;
  }

  .reviews-inner.wypadki-opinie {
    justify-content: center;
    align-items: center;
    top: auto;
  }

  .reviews-inner.noe_marign {
    top: -60px;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    padding-right: 0;
  }

  .nav-link.link {
    margin-left: 0;
    padding: 8px 0;
  }

  .menu-top {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-list-3.w--open {
    justify-content: center;
    align-items: center;
    min-width: 350px;
    left: -30px;
  }

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

  .tabs {
    display: none;
  }

  .tabs.flex {
    display: flex;
  }

  .tab--content-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tab--content-text.alt-tab--content {
    margin-top: 0;
    padding-top: 0;
  }

  .tab {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tab-card {
    min-height: 170px;
  }

  .text-block-88 {
    width: 100%;
    font-size: 16px;
  }

  .tabs-nav-text {
    min-height: 40px;
  }

  .tabs-nav-text.smaller {
    min-height: 0;
  }

  .tabs-nav-item._02, .tabs-nav-item._02.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tabs-2 {
    display: block;
  }

  .map-2 {
    max-height: 272px;
  }

  .div-block-141 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .phone-number {
    display: none;
  }

  .article_text {
    font-size: 18px;
  }

  .btn-primary-2 {
    flex-flow: row;
  }

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

  .image-50.ad_immage {
    display: block;
  }

  .list_article_green {
    font-size: 18px;
  }

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

@media screen and (min-width: 1440px) {
  .btn--bold {
    display: block;
  }

  .button--secondary.map-btn {
    display: flex;
  }

  .form_drogowe.section-po-konsultacji {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section--container.hero--container {
    margin-left: auto;
    margin-right: auto;
  }

  .image.hero-desktop {
    aspect-ratio: 1507 / 1317;
    display: block;
  }

  .h3.h3-left {
    font-size: 25px;
  }

  .image-2 {
    max-width: 58%;
    top: 22%;
    left: 43%;
  }

  .image-3 {
    width: 50%;
  }

  .about--text._35px {
    padding-top: 80px;
  }

  .p-text {
    text-decoration: none;
  }

  .p-text._1280_and_lower {
    display: none;
  }

  .secion_heading.h2-center.center._20px_top {
    font-family: Inter, sans-serif;
  }

  .cat-link {
    width: 23%;
  }

  .lawyer_spec {
    margin-left: 0;
  }

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

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

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

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

  .map--block {
    justify-content: flex-start;
    align-items: center;
    min-height: 640px;
  }

  .map--lawyer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .lawyer-block.medium {
    display: none;
  }

  .reviews-container {
    margin-bottom: 0;
  }

  .reviews-inner {
    top: -19%;
  }

  .reviews-inner.wypadki-opinie {
    position: relative;
    top: auto;
  }

  .reviews-inner.noe_marign {
    top: -70px;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .nav-link.link {
    padding-left: 8px;
    padding-right: 0;
  }

  .feature {
    min-height: 0%;
  }

  .tabs {
    display: none;
  }

  .tab--title {
    min-height: 0;
  }

  .tab--content-text {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .tab {
    min-width: 100%;
  }

  .tab.grid {
    place-items: start stretch;
    max-width: 1400px;
  }

  .tab-card {
    min-height: 167px;
  }

  .work-time {
    display: flex;
  }

  .pulsate {
    bottom: 7%;
    right: 72%;
  }

  .pulsate.diferent {
    right: 73%;
  }

  .drogowe-tab--text-wrapper {
    padding-top: 50px;
  }

  .tabs-nav-text {
    min-height: 0;
  }

  .map-2 {
    max-height: 307.5px;
  }

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

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

  .phone-number {
    color: #2e3ca7;
    width: auto;
    padding: 0 4px 0 0;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s;
    display: block;
  }

  .phone-number:hover {
    color: #2e3ca7cc;
  }

  .link-2 {
    color: #2e3ca7;
    font-family: Inter, sans-serif;
    text-decoration: none;
  }

  .link-2.small_none {
    font-family: Inter, sans-serif;
    display: flex;
  }

  .list_menu_inside_link {
    font-size: 18px;
  }

  .h3-2 {
    flex: none;
  }

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

@media screen and (min-width: 1920px) {
  .form_drogowe {
    padding: 32px 24px;
  }

  .form_drogowe.section-hero {
    position: relative;
  }

  .form_drogowe.section--about.about-podstrona {
    padding: 32px 24px;
  }

  .form_drogowe.tabs-section {
    padding-top: 32px;
    padding-bottom: 0;
  }

  .form_drogowe.opinie-section.non_padding {
    padding: 32px 24px;
  }

  .section--container.hero--container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .section--container.tabs-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .image {
    max-width: 50%;
  }

  .heading.smaller_font {
    font-size: 40px;
  }

  .image-2 {
    width: 50%;
    max-width: 50%;
    top: 8%;
    left: 50%;
  }

  .cat-link {
    width: 23%;
  }

  .team-cards {
    max-width: 775px;
  }

  .lawyer-block.medium {
    height: 95px;
  }

  .reviews-inner {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .reviews-inner.noe_marign {
    top: -70px;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-link.link {
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .tab.grid {
    grid-column-gap: 24px;
    max-width: 1400px;
  }

  .image-105 {
    width: 100%;
  }

  .tab-card {
    min-height: 168px;
  }

  .pulsate-inner {
    position: absolute;
  }

  .form-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .form--inner {
    flex: none;
    align-items: stretch;
  }

  .form-main-content {
    width: 100%;
    min-width: 100%;
  }

  .form-step-5.flex {
    max-width: none;
  }

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

  .tabs-2 {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-content-item {
    max-width: 1440px;
  }

  .phone-number {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-2 {
    font-family: Inter, sans-serif;
  }

  .btn-primary-2 {
    width: auto;
  }

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

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

@media screen and (max-width: 991px) {
  .button--primary {
    height: 56px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .btn--regular {
    font-size: 14px;
  }

  .btn--regular.widget-regular {
    display: none;
  }

  .btn--bold {
    font-size: 14px;
  }

  .btn--bold.widget-bold {
    display: block;
  }

  .button--secondary {
    display: flex;
  }

  .form_drogowe {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .form_drogowe.section-hero {
    padding-bottom: 10px;
  }

  .form_drogowe.section--about, .form_drogowe.section--about.about-podstrona, .form_drogowe.cat-section, .form_drogowe.steps-section, .form_drogowe.team-section, .form_drogowe.faq-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .form_drogowe.six-elements-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .form_drogowe.opinie-section.non_padding.tablet_down {
    display: block;
  }

  .section--container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section--container.hero--container {
    flex-flow: column-reverse;
    max-width: 100%;
    height: auto;
  }

  .section--container.categories-section {
    width: 90%;
  }

  .section--container.form-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section--container.mobile-slider {
    padding-top: 10px;
    display: block;
    overflow: hidden;
  }

  .section--container.container-even {
    flex-flow: column-reverse;
  }

  .section--container.tabs-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section--container.six-elements {
    text-align: center;
    width: 100%;
  }

  .section--container.two-steps--container {
    width: 90%;
  }

  .section--container.kontakt-analiza-container {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: none;
  }

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

  .hero-text--wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    position: static;
  }

  .image {
    max-width: 70%;
    position: static;
  }

  .image.hero-mobile {
    aspect-ratio: 1005 / 878;
    object-fit: fill;
    display: block;
  }

  .image.hero-desktop {
    display: none;
  }

  .h3.h3-left {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .h3.h3-left.alt {
    text-align: center;
  }

  .h3.h3-left.alt.alt-left {
    text-align: left;
  }

  .h3.h3-left.h3-top, .h3.h3-left.faq-h3 {
    text-align: center;
  }

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

  .heading {
    text-align: center;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .image-2 {
    max-width: 100%;
    inset: 9% -2% 0% auto;
  }

  .hero-text {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 90%;
  }

  .image-3, .image-3.alt {
    width: 90%;
  }

  .image-3.steps {
    height: auto;
    display: block;
  }

  .about--text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    padding-bottom: 10px;
  }

  .about--text.tablet-center {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .p-text {
    line-height: 21px;
  }

  .p-text.p-desktop, .p-text.p-mobile-hidden {
    display: none;
  }

  .p-text.p--left {
    width: 100%;
    display: none;
  }

  .p--block {
    justify-content: center;
    align-items: center;
  }

  .p--block.check--block {
    width: 100%;
  }

  .secion_heading.h2-left {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }

  .secion_heading.h2-left.h2-width {
    width: 100%;
  }

  .secion_heading.h2-center {
    font-size: 24px;
  }

  .categories-wrapper {
    flex-flow: wrap;
    display: none;
  }

  .categories-wrapper.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    width: 100%;
    display: flex;
  }

  .cat-link {
    width: 48%;
  }

  .cat-text.mobile {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    padding: 16px;
  }

  .cat--title.mobile {
    min-height: 39px;
  }

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

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

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

  .steps-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .step.step-odd {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

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

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

  .step--text {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
  }

  .h4 {
    font-size: 20px;
  }

  .h5 {
    font-size: 18px;
  }

  .team-title {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .team-card {
    border-radius: 0;
    width: 100%;
  }

  .image-4 {
    max-width: 50%;
  }

  .team-cards {
    display: none;
  }

  .step_2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lawyer_spec.form.form-radio--title {
    font-size: 16px;
  }

  .faq-item {
    width: 95%;
  }

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

  .ochrona-title {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
    max-width: none;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-left {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-right {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .footer-link--wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .form--block {
    width: 100%;
    height: auto;
  }

  .map--block {
    display: none;
  }

  .radio-button-field-3 {
    width: 100%;
  }

  .form-step-0 {
    max-width: none;
  }

  .form-step-2 {
    max-width: 100%;
    display: flex;
  }

  .form-icon {
    background-color: #f6f7fd;
    border-radius: 99px;
    justify-content: center;
    align-items: center;
    width: 42px;
    max-width: 42px;
    height: 42px;
    max-height: 42px;
    display: flex;
    overflow: visible;
  }

  .reviews-container {
    display: none;
    top: 20px;
  }

  .review {
    height: 200px;
  }

  .review.slider-review {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 230px;
    margin-right: 0;
  }

  .nav-menu {
    text-align: left;
    background-color: #fff;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link {
    width: 100%;
  }

  .nav-link.link {
    padding-top: 11px;
    padding-bottom: 11px;
    display: none;
  }

  .nav-link.desktop-dropdown {
    flex-flow: column;
    display: flex;
  }

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

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

  .menu-top {
    border: 1px #000;
  }

  .dropdown-toggle-3 {
    width: 100%;
  }

  .text-block-86 {
    text-align: center;
  }

  .navbar-2 {
    outline-offset: 0px;
    background-color: #fff;
    border: 0 #000;
    outline: 3px #151515;
    padding-top: 8px;
    padding-left: 24px;
    padding-right: 24px;
    position: sticky;
  }

  .btn-desktop {
    display: none;
  }

  .dropdown-list-3 {
    width: auto;
  }

  .dropdown-list-3.w--open {
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    position: relative;
    left: auto;
  }

  .dropdown-link {
    width: 100%;
    padding-left: 0;
  }

  .slider-2 {
    background-color: #0000;
    height: auto;
  }

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

  .slide-nav-2 {
    color: #2e3ca7;
  }

  .slide-2 {
    max-width: 340px;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .mask-2 {
    border-radius: 14px;
    height: auto;
    padding-bottom: 40px;
    overflow: visible;
  }

  .slide--content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff;
    border-radius: 14px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    box-shadow: 0 4px 24px #0000001a;
  }

  .slide--content.last-slide {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-103 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: clip;
  }

  .slider-card--title {
    width: 100%;
    padding: 20px;
  }

  .icon, .icon-2 {
    display: none;
  }

  .radio-wrapper {
    width: 100%;
  }

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

  .tabs {
    max-width: 100%;
    overflow: visible;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #0000;
    border-color: #0000;
    justify-content: center;
    align-items: center;
  }

  .tab-link {
    background-color: #ebebeb;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    min-width: 0;
    font-size: 0;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955);
  }

  .tab-link.w--current {
    max-width: 417px;
  }

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

  .tab--title {
    text-align: center;
    min-height: 0;
    margin-bottom: 0;
    font-size: 18px;
    overflow: clip;
  }

  .tabs-content {
    display: block;
  }

  .tab--content {
    min-height: 0;
    max-height: none;
  }

  .tab--content-text {
    display: none;
  }

  .tab--content-text.alt-tab--content {
    display: block;
  }

  .tab {
    flex-flow: column;
  }

  .tab.grid {
    display: flex;
  }

  .image-105 {
    max-width: 50%;
    display: none;
  }

  .tab-card {
    min-height: 160px;
    display: block;
  }

  .tab-card.card-slide {
    box-shadow: none;
    height: auto;
    min-height: 129px;
  }

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

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

  .icon-svg.nav-icon {
    display: block;
  }

  .tab-card-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
    display: flex;
  }

  .tab-card-wrapper.last-slide {
    width: 50%;
  }

  .slider-4 {
    width: 100%;
    height: auto;
    max-height: none;
    margin-top: 0;
    display: block;
  }

  .slide-4 {
    text-align: left;
    width: 50%;
    height: auto;
  }

  .slide-4.last-slide--slide {
    width: 100%;
  }

  .mask-4 {
    height: auto;
    max-height: none;
    margin-bottom: 20px;
  }

  .contact-widget {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .user-picture {
    max-width: 90px;
  }

  .work-time {
    display: none;
  }

  .widget-btn--icon {
    display: block;
  }

  .widget-right {
    width: 50%;
  }

  .widget--left {
    justify-content: flex-start;
    width: 50%;
  }

  .widget-desc, .widget--phone {
    display: none;
  }

  .elements-wrapper {
    flex-flow: wrap;
  }

  .element--card {
    flex-flow: column;
    width: 28%;
  }

  .step--container {
    flex-flow: row-reverse;
  }

  .step--container.mobile {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

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

  .container-3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .image-108 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-tiles {
    justify-content: center;
    align-items: center;
    padding-top: 16px;
  }

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

  .po-konsultacji-title {
    width: 100%;
  }

  .img-wrapper {
    max-width: 90%;
  }

  .form-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-container {
    display: none;
  }

  .form-steps {
    max-width: 100%;
  }

  .form-main-content {
    width: 100%;
  }

  .form-step-3, .form-step-4, .form-step-5 {
    max-width: 90%;
  }

  .form-step-1 {
    width: 90%;
    max-width: none;
  }

  .drogowe-tab--text-wrapper {
    max-width: 90%;
  }

  .text-22 {
    font-size: 20px;
  }

  .percent-mobile {
    display: none;
  }

  .tabs-nav-item._03, .tabs-nav-item._02 {
    flex: none;
  }

  .tabs-2 {
    display: none;
  }

  .tabs-menu-wrapper {
    overflow: scroll;
  }

  .content-wrapper {
    height: auto;
  }

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

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

  .slider-5 {
    background-color: #0000;
    width: 100%;
    display: block;
  }

  .slider-review-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .slide-5 {
    width: 49%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .mask-5 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .subsection.mobile {
    width: 100%;
  }

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

  .accordion_panel {
    flex-flow: column;
    padding: 0 0 0 34px;
    display: flex;
    overflow: hidden;
  }

  .accordion {
    display: flex;
  }

  .iccon_accordion {
    margin-left: auto;
  }

  .accordion_header {
    justify-content: space-around;
    width: 100%;
    padding: 0;
  }

  .krok-wrapper {
    max-width: 100%;
  }

  .article_text {
    text-align: left;
  }

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

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

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

  .article_anchor {
    top: -80px;
  }

  .section_article {
    flex-flow: column;
  }

  .art_secondary_title {
    text-align: left;
    font-size: 24px;
  }

  .btn-primary-2 {
    flex-flow: wrap;
    flex: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .article_add {
    top: 120px;
  }

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

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

  .image-50 {
    display: none;
  }

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

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

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

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

@media screen and (max-width: 767px) {
  .button--primary, .button--primary.form-btn {
    height: 50px;
  }

  .button--primary.widget-btn {
    width: 100%;
    max-width: 100%;
    height: 56px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn--regular.widget-regular, .btn--bold {
    display: none;
  }

  .btn--bold.widget-bold {
    font-size: 14px;
    display: block;
  }

  .form_drogowe {
    padding-left: 24px;
    padding-right: 24px;
  }

  .form_drogowe.six-elements-section, .form_drogowe.two-steps {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .section--container.hero--container {
    padding-top: 60px;
  }

  .section--container.tabs-container {
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .section--container.two-steps--container {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    max-height: none;
  }

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

  .h3.h3-left.alt {
    text-align: left;
  }

  .h3.h3-left.mobile-center {
    text-align: center;
  }

  .h3.h3-center {
    font-size: 20px;
    line-height: 24px;
  }

  .h3.h3-center.alt-center {
    text-align: center;
  }

  .heading {
    font-size: 28px;
  }

  .image-2 {
    top: 8%;
  }

  .about--text {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .about--text.alt, .p-text.p-text-review {
    text-align: left;
  }

  .p-text.mobile-hidden {
    display: none;
  }

  .p--block {
    justify-content: center;
    align-items: center;
  }

  .p--block.check--block {
    text-align: left;
  }

  .secion_heading.h2-left {
    width: 100%;
  }

  .categories-wrapper.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cat-link {
    flex-flow: wrap;
    width: 100%;
    max-width: 220px;
  }

  .cat-text.mobile {
    width: 100%;
    max-width: 100%;
  }

  .cat--title.mobile {
    min-height: 0;
  }

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

  .section--title.team--title {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .steps-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .step.step-odd {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .step.step-even {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .h5, .step--process {
    display: none;
  }

  .step-effect {
    background-color: #0000;
    border-width: 0;
    padding: 0;
  }

  .effect-icon {
    display: none;
  }

  .team-title {
    flex-flow: column;
  }

  .team-lead {
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 100%;
  }

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

  .lead-img.side_minus_none, .lead-info.side_minus_none {
    display: none;
  }

  .radio_colour_wrapper {
    min-width: 24px;
    min-height: 24px;
  }

  .lawyer_spec {
    font-size: 1.25rem;
  }

  .lawyer_spec.form.form-radio--title {
    font-size: 14px;
  }

  .paragraph-20 {
    max-width: 90%;
  }

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

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

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

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

  .text-block-79.only_mobile {
    display: none;
  }

  .footer-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-copyright.copyright {
    padding-top: 16px;
  }

  .radio-button-field-3 {
    padding-left: 16px;
  }

  .form-step-2 {
    display: flex;
  }

  .form-icon {
    max-width: 42px;
  }

  .reviews-container {
    top: 20px;
  }

  .reviews-container.main-reviews {
    top: 0;
  }

  .reviews-inner.wypadki-opinie.averse {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .review {
    min-width: 340px;
    max-width: 310px;
    height: 250px;
  }

  .review.slider-review {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    min-height: 150px;
    max-height: 150px;
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .image-101 {
    max-height: 40px;
  }

  .navbar-2 {
    background-color: #fff;
  }

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

  .slide-nav-2 {
    background-color: #0000;
  }

  .slide-2 {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .mask-2 {
    border-radius: 0;
    overflow: visible;
  }

  .slide--content.last-slide {
    width: auto;
    max-width: none;
  }

  .image-103 {
    object-fit: fill;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .icon, .icon-2 {
    display: none;
  }

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

  .about-features {
    grid-row-gap: 10px;
    flex-flow: row;
    height: 200%;
  }

  .feature {
    min-height: 90px;
  }

  .tabs-menu {
    overflow: visible;
  }

  .tab-link {
    font-size: 16px;
  }

  .tab-link.w--current {
    transition-duration: 1.2s;
  }

  .tab--title {
    font-size: 14px;
    transition: all .7s;
  }

  .tab--content {
    max-height: none;
  }

  .tab--content-text {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }

  .tab-card {
    min-height: 0;
  }

  .tab-card.card-slide {
    min-height: 150px;
  }

  .tab-card-wrapper {
    width: 100%;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
  }

  .tab-card-wrapper.last-slide {
    width: 100%;
  }

  .slider-4 {
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .slide-4 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }

  .mask-4 {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .contact-widget {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .contact-widget--wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .user-picture {
    max-width: 90px;
  }

  .work-time {
    display: none;
  }

  .widget-btn--icon {
    display: block;
  }

  .widget-right {
    width: 100%;
  }

  .widget-text {
    display: none;
  }

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

  .element--card {
    width: 48%;
  }

  .step--container {
    flex-flow: row-reverse;
  }

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

  .po-konsultacji-title {
    text-align: left;
  }

  .opinie-title {
    text-align: center;
    padding-bottom: 0;
  }

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

  .text-20 {
    font-size: 24px;
  }

  .text-21 {
    font-size: 16px;
  }

  .percent-mobile {
    display: block;
  }

  .image-110, .image-111, .image-113, .image-114, .image-116, .image-117 {
    display: none;
  }

  .content-wrapper {
    height: auto;
  }

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

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

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

  .slider-5 {
    height: auto;
    padding-bottom: 30px;
  }

  .slider-review-container {
    height: auto;
    padding-top: 10px;
  }

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

  .mask-5 {
    height: auto;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .krok-number {
    position: relative;
    top: 0;
    left: 16px;
  }

  .subsection {
    padding-top: 20px;
    padding-left: 16px;
  }

  .subsection.mobile {
    padding-top: 16px;
    padding-left: 24px;
  }

  .accordion_panel {
    padding-left: 0%;
    padding-right: 0%;
  }

  .iccon_accordion {
    width: 24px;
    height: 24px;
  }

  .accordion_header {
    padding: 0%;
  }

  .pasek-numer {
    z-index: 3;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #2e3ca7;
    background-color: #d5d8ed;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    position: sticky;
    top: 91px;
  }

  .text-block-91 {
    font-weight: 700;
  }

  .sluchawka {
    z-index: 99999;
    color: #fff;
    text-align: center;
    background-color: #4452b9;
    border-radius: 99999px;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
    position: sticky;
    inset: 82% auto auto 85%;
  }

  .sluchawka.icon {
    text-align: center;
    position: sticky;
    inset: auto 0% 2.5% 85%;
  }

  .phone-icon {
    position: relative;
  }

  .sluchawka-container {
    width: auto;
    height: auto;
    display: flex;
    position: sticky;
  }

  .div-block-138 {
    z-index: 2147483647;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
    position: absolute;
  }

  .div-block-140 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #d5d8ed;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    position: absolute;
  }

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

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

@media screen and (max-width: 479px) {
  .button--primary {
    width: 100%;
  }

  .button--primary.form-btn {
    min-width: 0;
    max-width: 140px;
  }

  .button--primary.widget-btn {
    height: 50px;
  }

  .button--primary.dark-button {
    min-width: 0;
    max-width: 90%;
  }

  .btn--bold {
    display: none;
  }

  .button--secondary {
    width: 100%;
    max-width: 140px;
    height: 50px;
  }

  .form_drogowe {
    padding: 16px 4%;
    display: block;
  }

  .form_drogowe.section-hero {
    z-index: 1;
    margin-top: 60px;
    padding-bottom: 16px;
    padding-left: 4%;
    padding-right: 4%;
    position: relative;
  }

  .form_drogowe.section--about {
    padding: 16px 4%;
    overflow: hidden;
  }

  .form_drogowe.section--about.about-podstrona, .form_drogowe.cat-section, .form_drogowe.steps-section, .form_drogowe.team-section, .form_drogowe.faq-section {
    padding: 16px 4%;
  }

  .form_drogowe.tabs-section {
    padding-bottom: 16px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .form_drogowe.tabs-section.no_margin_bottom {
    padding-bottom: 5px;
  }

  .form_drogowe.six-elements-section {
    padding: 4%;
  }

  .form_drogowe.two-steps {
    margin-bottom: 0;
    padding: 4%;
  }

  .form_drogowe.kontakt-analiza-section {
    padding: 4%;
  }

  .form_drogowe.section-po-konsultacji {
    padding: 0 4% 24px;
  }

  .form_drogowe.opinie-section.non_padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form_drogowe.s-3 {
    overflow: hidden;
  }

  .form_drogowe.s-3.only_mobile {
    width: 100%;
  }

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

  .section--container.hero--container {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

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

  .section--container.faq-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
  }

  .section--container.form-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: none;
    padding: 0;
  }

  .section--container.container-even {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: auto;
  }

  .section--container.tabs-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .section--container.six-elements {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: auto;
  }

  .section--container.two-steps--container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: auto;
    height: auto;
    max-height: none;
  }

  .section--container.two-steps--container.no_gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section--container.kontakt-analiza-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section--container.po-konsultacji-container {
    justify-content: center;
    align-items: center;
  }

  .section--container.opinion-container {
    padding-bottom: 22px;
  }

  .section--container.top {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .hero-text--wrapper {
    padding-top: 10px;
  }

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

  .image {
    max-width: 100%;
    padding-top: 0;
  }

  .image.hero-mobile {
    aspect-ratio: 1507 / 1317;
  }

  .h3.h3-left {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .h3.h3-left.alt.alt-left {
    text-align: center;
  }

  .h3.h3-left.alt.alt-left.left {
    text-align: left;
  }

  .h3.h3-left.mobile-center {
    font-family: Inter, sans-serif;
  }

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

  .h3.h3-center {
    text-align: center;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 21px;
  }

  .heading {
    font-size: 24px;
    line-height: 28px;
  }

  .heading.smaller_font {
    font-family: Inter, sans-serif;
    font-size: 22px;
  }

  .heading.smaller_font.left {
    text-align: left;
  }

  .heading.smaller_font.left.bottom_extra_margin {
    margin-bottom: 10px;
  }

  .image-2 {
    z-index: -999;
    aspect-ratio: auto;
    max-width: 120%;
    display: block;
    position: absolute;
    inset: 40px auto auto;
    overflow: clip;
  }

  .hero-text {
    width: 100%;
  }

  .image-3 {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-bottom: 0;
    display: none;
  }

  .image-3.alt {
    margin-bottom: 0;
  }

  .image-3.alt.mobile {
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .image-3.steps {
    display: none;
  }

  .image-3.steps.mobile {
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
  }

  .image-3.mobile {
    display: block;
  }

  .image-3.mobile.no_margin {
    margin: 0;
  }

  .image-3.mobile.auto_ratio {
    aspect-ratio: auto;
  }

  .about--text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    padding-bottom: 0;
  }

  .about--text.tablet-center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    width: 100%;
  }

  .about--text._35px._4 {
    padding-bottom: 10px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .p-text {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

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

  .p-text.mobile-hidden {
    display: none;
  }

  .p--block.check--block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .p--block.check--block.dif_spaceing {
    grid-column-gap: 2.5px;
    grid-row-gap: 2.5px;
  }

  .secion_heading.h2-left {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  .secion_heading.h2-left.steps-h2.pozosta-e {
    margin-bottom: 5px;
  }

  .secion_heading.h2-left.left-left {
    text-align: center;
  }

  .secion_heading.h2-center {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
  }

  .secion_heading.h2-center.mobile-center, .secion_heading.h2-center.center {
    text-align: center;
  }

  .secion_heading.h2-center._20px_top {
    margin-top: 20px;
  }

  .secion_heading.h2-center.none_margin_bottom {
    font-family: Inter, sans-serif;
  }

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

  .cat-link {
    width: 100%;
    max-width: none;
  }

  .cat-text.mobile {
    width: 100%;
  }

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

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

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

  .step.step-odd, .step.step-even {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

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

  .h4 {
    text-align: left;
    font-size: 18px;
    line-height: 21px;
  }

  .team-lead {
    padding-right: 0;
  }

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

  .text, .text-2 {
    line-height: 120%;
  }

  .lead--p {
    font-size: 14px;
    line-height: 110%;
  }

  .step_2 {
    margin-left: 0;
  }

  .text-block-82 {
    display: none;
  }

  .radio_colour_wrapper {
    flex: none;
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    margin-right: 10px;
  }

  .radio_coulour {
    width: 14px;
    height: 14px;
  }

  .lawyer_spec {
    height: auto;
    margin-left: 0;
    font-size: 1.25rem;
  }

  .lawyer_spec.form {
    font-size: 1.1rem;
  }

  .lawyer_spec.form.form-radio--title {
    font-size: 16px;
    font-weight: 500;
  }

  .paragraph-20 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-20.main-faq-p {
    max-width: 100%;
  }

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

  .ochrona-title {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-block-79 {
    letter-spacing: -.1px;
    white-space: normal;
    word-break: normal;
    width: 80%;
    max-width: none;
    margin-left: 2vw;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .text-block-79.only_mobile {
    display: block;
  }

  .footer {
    padding: 16px 4%;
  }

  .footer-link--wrapper {
    padding-top: 0;
  }

  .form--block {
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 0;
    padding: 10px 8px;
  }

  .radio-button-field-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .div-block-135 {
    padding-left: 8px;
    padding-right: 0;
    font-size: 14px;
  }

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

  .form.morgin_bottom {
    padding-bottom: 10px;
  }

  .step-icon.step-1, .step-icon.step-2 {
    max-width: 40%;
  }

  .form-step-0 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .form-step-2 {
    display: flex;
  }

  .form--input._8px-bottom {
    margin-bottom: 8px;
  }

  .field-label {
    padding-left: 5px;
  }

  .field-label.top_margin_extra {
    margin-top: 8px;
  }

  .form-icon {
    max-width: 30px;
    max-height: 30px;
  }

  .reviews-container {
    height: 250px;
    padding-bottom: 30px;
    top: 27px;
  }

  .reviews-inner {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 0;
    padding-bottom: 20px;
    top: -3%;
  }

  .review {
    justify-content: space-between;
    align-items: flex-start;
    width: 270px;
    min-width: 0%;
    max-width: 100%;
    height: 130%;
    margin-right: 10px;
  }

  .review.slider-review {
    height: 100%;
    min-height: 187px;
    max-height: 187px;
  }

  .review--text {
    height: auto;
    padding-top: 10px;
  }

  .review--name, .review--rate-count {
    font-size: 16px;
  }

  .nav-menu {
    z-index: auto;
    text-align: left;
    background-color: #fff;
    justify-content: flex-start;
    height: auto;
    padding-top: 60px;
    padding-bottom: 10px;
    position: absolute;
  }

  .image-101 {
    aspect-ratio: 288 / 96;
    width: auto;
    max-height: 32px;
  }

  .nav-link.link {
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
  }

  .nav-link.link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .image-102 {
    width: 16px;
    height: 16px;
  }

  .navbar-2 {
    height: 75px;
    padding-top: 0;
  }

  .dropdown-list-3 {
    max-height: 100%;
  }

  .slider-2.slider-mobile {
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .slide-2 {
    border: 1px solid #0000001a;
    border-radius: 14px;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .mask-2 {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .slide--content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: none;
  }

  .image-103 {
    aspect-ratio: 457 / 332;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .radio-wrapper {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
  }

  .radio-wrapper.alt-radio.step_2 {
    padding: 0;
  }

  .about-features {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .feature {
    min-height: 0;
  }

  .tabs-menu {
    flex-flow: row;
    margin-bottom: 0;
  }

  .tab-link {
    min-width: 0;
  }

  .code-embed.flex {
    display: flex;
  }

  .tab--title {
    opacity: 1;
    display: block;
  }

  .tab--content-text {
    display: none;
  }

  .tab {
    max-height: none;
  }

  .tab.grid.reverse {
    justify-content: center;
    align-items: center;
  }

  .tab.grid.reverse.no_margin {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab.grid.no_margin_top {
    padding-top: 0;
  }

  .tab-card.card-slide {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    box-shadow: none;
    height: 100%;
    min-height: 120px;
    display: flex;
  }

  .icon-svg.nav-icon {
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .tab-card-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-4 {
    width: 100%;
    max-height: none;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-4 {
    box-shadow: none;
    width: 100%;
    margin-left: auto;
    margin-right: 10%;
  }

  .mask-4 {
    max-height: 160px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-widget {
    z-index: 2147483647;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-widget--wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .user-picture {
    max-width: 70px;
  }

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

  .element--card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 20px;
  }

  .feature-description {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }

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

  .step--container.mobile {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    position: static;
  }

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

  .container-3 {
    grid-row-gap: 16px;
    width: 100%;
  }

  .consultation-title {
    text-align: center;
    font-size: 20px;
  }

  .tabler-icon-circle-check-filled {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
  }

  .consultation-feature {
    font-size: 14px;
    line-height: 120%;
  }

  .image-108 {
    max-width: 100%;
    display: none;
  }

  .image-108.mobile {
    width: 100%;
    margin-top: 5px;
    display: block;
  }

  .hero-tiles {
    display: none;
  }

  .image-109 {
    max-width: 90%;
    margin-bottom: 16px;
  }

  .image-109.wrapper--img.img-1 {
    display: none;
  }

  .image-109.wrapper--img.img-1.mobile {
    display: block;
  }

  .image-109.wrapper--img.img-1.mobile.low_margin {
    margin-top: 8px;
    margin-bottom: 5px;
  }

  .image-109.wrapper--img.img-1.mobile.low_margin._0px {
    aspect-ratio: 649 / 438;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-109.wrapper--img.img-1.mobile.low_margin._0px.costum_ratio {
    aspect-ratio: 1065 / 758;
  }

  .image-109.wrapper--img.img-1.mobile.low_margin._0px.auto_ratio {
    aspect-ratio: auto;
  }

  .opinie-title {
    padding-bottom: 0;
    padding-left: 4%;
    padding-right: 4%;
  }

  .check-block-2 {
    grid-row-gap: 6.4px;
    justify-content: center;
    align-items: flex-start;
  }

  .frame-121562 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .text-15 {
    font-size: 16px;
  }

  .frame-434 {
    padding-left: 0;
  }

  .text-16 {
    line-height: 120%;
  }

  .img-wrapper {
    max-width: 100%;
    margin-top: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-container {
    padding: 0;
  }

  .form--inner {
    min-height: 360px;
  }

  .main-form-title {
    grid-row-gap: 10px;
  }

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

  .text-21 {
    font-size: 14px;
  }

  .btn-wrapper {
    flex-flow: wrap;
    width: 100%;
    margin-top: 0;
  }

  .btn-wrapper._20px_top {
    margin-top: 20px;
  }

  .btn-wrapper._20px_top._20px_bottom {
    margin-bottom: 20px;
  }

  .form-step-3, .form-step-4, .form-step-5 {
    display: none;
  }

  .form-step-5.flex {
    display: block;
  }

  .form-step-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: none;
  }

  .drogowe-tab--text-wrapper {
    max-width: 100%;
    padding-top: 2vw;
  }

  .drogowe-tab--text-wrapper.no_top {
    padding-top: 0;
  }

  .text-22 {
    font-size: 16px;
  }

  .tab--check-block.in_accotrdion {
    padding: 10px 10px 10px 0;
  }

  .tab--check-block.in_accotrdion.no_margin {
    padding-top: 0;
  }

  .tab--check-block.only_mobile.flex {
    display: flex;
  }

  .text-24 {
    font-size: 14px;
  }

  .percent-mobile._10px_bottom {
    margin-bottom: 10px;
  }

  .tabs-nav-item._02 {
    flex: none;
  }

  .tabs-menu-wrapper {
    overflow: scroll;
  }

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

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

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

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

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

  .form-notification {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 16px;
  }

  .mask-5 {
    margin-top: 0;
  }

  .feature-description-4 {
    font-size: 14px;
  }

  .krok-number {
    position: relative;
    top: 20px;
    left: 10px;
  }

  .subsection {
    padding-top: 36px;
    padding-left: 16px;
    position: relative;
  }

  .subsection.mobile {
    grid-row-gap: 7.5px;
    padding-top: 26px;
    padding-left: 16px;
  }

  .section-title {
    font-size: 18px;
    line-height: 120%;
  }

  .accordion_panel {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
  }

  .accordion {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 2.5vw;
  }

  .accordion_header {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding: 0;
  }

  .pasek-numer {
    z-index: 2147483647;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 16px;
    top: 75px;
  }

  .text-block-91 {
    font-family: Inter, sans-serif;
  }

  .sluchawka.icon {
    z-index: 99998;
    width: auto;
    height: auto;
    display: block;
    bottom: 2%;
  }

  .phone-icon {
    color: #fff;
  }

  .div-block-138 {
    background-color: #4452b9;
    border-radius: 999px;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 10px;
  }

  .krok-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    position: relative;
  }

  .div-block-139 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .mobile_none {
    display: none;
  }

  .only_mobile {
    display: inline-block;
  }

  .map-2 {
    aspect-ratio: 16 / 9;
  }

  .article_text {
    text-align: left;
  }

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

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

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

  .article_anchor {
    top: -100px;
  }

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

  .art_secondary_title {
    margin-top: 10px;
    font-size: 20px;
    line-height: 120%;
  }

  .heading-2 {
    margin-top: 10px;
  }

  .h3_blog_post {
    font-size: 20px;
    line-height: 120%;
  }

  .h3-2 {
    color: #fff;
  }

  .h3-17 {
    display: none;
  }

  .section {
    overflow: hidden;
  }

  .section.about-section {
    padding-top: 0;
  }

  .text-block-92 {
    font-family: Inter, sans-serif;
  }

  #w-node-_1ec140ed-bffa-a304-ae40-499c1154c0f9-16359291 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


