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

.body {
  color: #070707;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

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

.section.hero-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/hero-kamil_1.avif'), url('../images/hero-bg_1.avif');
  background-position: 120% 130%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 600px, cover;
  flex-flow: column;
  padding-left: 2%;
  padding-right: 2%;
}

.section.s3 {
  background-color: #f0f3fb;
}

.section.section-uslugi {
  background-color: #eee;
}

.section.section-uslugi.section-uslugi-dev {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
}

.section.footer {
  background-color: #f0f3fb;
  flex-flow: column;
}

.section.modal-section {
  background-image: url('../images/services_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  position: relative;
}

.section.form-section {
  background-color: #eee;
  flex-flow: column;
}

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

.section-container.hero-container {
  justify-content: flex-start;
  align-items: center;
  height: 490px;
  position: relative;
}

.section-container.hero-container.menu-wrapper {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #eeeeeeb3;
  border: 1px solid #eee;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  max-height: 100px;
  padding: 8px 16px;
}

.section-container.footer-container {
  border-bottom: 1px solid #1b181d;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  padding-bottom: 32px;
}

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

.section-container.grid-contaner.dev-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-container.grid-contaner.dev-grid.dev-grid-2 {
  grid-template-columns: 1fr 1fr;
}

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

.section-container.modal-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 444px;
  position: relative;
}

.section-container.modal-container.modal-opened {
  flex-flow: row;
  height: 525px;
  max-height: 525px;
}

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

.section-container.form-container {
  text-align: center;
  flex-flow: column;
}

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

.hero-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 110%;
}

.hero-subtitle {
  font-size: 24px;
  line-height: 110%;
}

.link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.nav-link {
  color: #1b181d;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: #11b970;
}

.button-text {
  width: auto;
  font-weight: 500;
  text-decoration: none;
}

.button-number {
  width: auto;
  font-weight: 700;
  text-decoration: none;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fcfbf7;
  background-color: #11b970;
  border: 1px solid #11b970;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 310px;
  height: 56px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button:hover {
  color: #070707;
  background-color: #81d2bb;
}

.button.form-button, .logo-img {
  width: 100%;
  max-width: none;
}

.link-block-2 {
  width: auto;
}

.link-block-2.w--current {
  width: 23%;
}

.text-span {
  font-size: 52px;
}

.hero-stats {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  bottom: 0%;
  right: 0%;
}

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

.stats-number {
  color: #11b970;
  font-size: 52px;
  font-weight: 800;
  line-height: 110%;
}

.stats-desc {
  font-size: 18px;
}

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

.section-copy.faq-copy {
  text-align: center;
}

.section-text-img {
  color: #fff;
  background-image: url('../images/s2-img_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 286px;
  max-height: 286px;
  padding: 32px;
  display: flex;
  overflow: clip;
}

.section-text-img.deweloperskie {
  background-image: url('../images/s3_2.avif');
}

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

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.heading.modal-heading {
  color: #fff;
}

.paragraph {
  color: #626263;
  margin-bottom: 0;
}

.paragraph.footer-p {
  font-size: 14px;
}

.paragraph.modal-p {
  color: #fff;
}

.check-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #626263;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.check-list.modal-check {
  color: #fff;
}

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

.check-icon {
  color: #11b970;
  width: 24px;
  height: 24px;
}

.navbar, .mobile-hero-img, .section-img-mobile {
  display: none;
}

.section-img-desktop {
  max-width: 50%;
}

.sign {
  width: 50%;
}

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

.footer-logo.w--current {
  width: 50%;
}

.footer-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 210px;
  height: 100%;
  display: flex;
}

.footer-button {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  display: flex;
}

.card {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  height: 100%;
  display: flex;
  overflow: clip;
}

.image-block {
  color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/s2-img_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 295px;
  min-height: 295px;
  padding: 24px;
  display: flex;
}

.image-block.image-inwestorzy {
  background-image: linear-gradient(#0000, #0000), url('../images/kat__header-1_1.avif');
}

.image-block.image-budowlane {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/kat__header-2_1.avif');
}

.image-block.image-prywatne {
  background-image: linear-gradient(#0003, #0003), url('../images/kat__header-3_1.avif');
}

.image-block.image-wspolnoty {
  background-image: linear-gradient(#0003, #0003), url('../images/kat__header-4_1.avif');
}

.image-block.image-dev {
  height: 220px;
  min-height: 220px;
}

.image-block.image-dev.img-1 {
  background-image: linear-gradient(#0000, #0000), url('../images/1c.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.image-block.image-dev.img-2 {
  background-image: linear-gradient(#0000, #0000), url('../images/2c.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.image-block.image-dev.img-3 {
  background-image: linear-gradient(#0000, #0000), url('../images/3c.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.image-block.image-dev.img-4 {
  background-image: linear-gradient(#0000, #0000), url('../images/4c_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.image-block.image-dev.img-5 {
  background-image: linear-gradient(#0000, #0000), url('../images/5c_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  padding: 24px;
  display: flex;
}

.image-block-icon {
  color: #11b970;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  display: flex;
}

.image-block-icon.modal-icon {
  color: #fff;
  background-color: #11b970;
}

.card-image-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

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

.service-block {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #f0f3fb;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
  display: flex;
}

.service-block.form-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
}

.service-block--title {
  margin-bottom: 0;
  font-weight: 700;
}

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

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

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

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

.step-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 115%;
}

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

.krok_wrapper.active {
  height: auto;
}

.krok--p {
  color: #626263;
  padding-top: 5px;
  line-height: 115%;
  display: block;
}

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

.dropdown-container.faq {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.faq-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 #0000001a;
  border-radius: 14px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
  overflow: hidden;
}

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

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

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

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

.text-block-82 {
  z-index: 1;
  direction: ltr;
  color: #0b1215;
  text-transform: none;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  position: static;
}

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

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

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

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

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

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

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

.pasek-mobile {
  display: none;
}

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

.modal-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  transition: all .2s;
  display: flex;
}

.modal-card:hover {
  color: #11b970;
  border-color: #11b970;
}

.modal-card-cta {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #11b970;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 20px;
  display: flex;
}

.modal-img {
  border-radius: 12px;
}

.opened-modal-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #fff3;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  display: flex;
}

.form-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1162px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 24px #0000000a;
}

.form-steps {
  text-align: left;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  width: 100%;
  padding: 32px;
  box-shadow: 0 2px 24px #0000000d;
}

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

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

.lawyer-subtitle {
  color: #12b96f;
  font-weight: 500;
}

.form-phone {
  color: #12b96f;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.form-phone:hover {
  opacity: .56;
}

.image {
  width: 24%;
}

.multistep-step {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 647px;
  display: flex;
}

.form-field-label {
  font-weight: 600;
}

.form-field {
  color: #626263;
  background-color: #fff;
  border: 1px solid #949394;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 18px;
  transition: all .2s;
  display: flex;
}

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

.form-field.text-input {
  height: 150px;
}

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

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

.form-field-block, .form-field-wrapper, .dropdown, .dropdown-toggle-3 {
  width: 100%;
}

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

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

.radio-button-field:hover {
  background-color: #d1b0491a;
  border-color: #d1b049;
}

.radio-input-text {
  color: #3a4042;
  width: 100%;
  margin-right: 20px;
  font-weight: 400;
}

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

.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: #12b96f;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.code-embed-2 {
  color: #eddac9;
  background-color: #772146;
  border-radius: 999px;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 4px;
  display: flex;
}

.cta-bold-text {
  font-weight: 600;
}

.cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cta.cta-dark {
  color: #fff;
  background-color: #0c0e24;
  text-decoration: none;
}

.cta.cta-dark:hover {
  background-color: #0c0e24cc;
}

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

.phone_holder_bottom {
  background-color: #222426;
  display: none;
}

.online_dot-2 {
  z-index: 1;
  position: relative;
}

.phone_botom_immage {
  display: none;
}

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

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

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

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

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

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

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

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

.button-4.hero-button {
  padding: 18px 40px;
  font-size: 20px;
}

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

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

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

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

@media screen and (min-width: 1280px) {
  .section.hero-section {
    background-position: 110% 130%, 50%;
    background-size: 47.01%, cover;
  }

  .section-container.modal-container.modal-opened {
    height: 444px;
    max-height: 444px;
  }

  .hero-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .button {
    padding-left: 24px;
  }

  .link-block-2.w--current {
    width: auto;
  }

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

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

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

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

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

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

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

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

@media screen and (min-width: 1440px) {
  .section.hero-section {
    background-position: 110% 100%, 50%;
    background-size: contain, cover;
  }

  .section-container.hero-container {
    height: 570px;
  }

  .hero-stats {
    bottom: 4%;
    right: -4%;
  }

  .dropdown-container.faq {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

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

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

@media screen and (min-width: 1920px) {
  .section.hero-section {
    background-position: 100% 160%, 50%;
    background-size: contain, cover;
    padding-bottom: 64px;
    position: relative;
  }

  .section-container.hero-container {
    height: 660px;
    max-height: 760px;
    top: 0;
  }

  .hero-stats {
    width: auto;
    bottom: 4%;
    right: -10%;
  }

  .paragraph.footer-p {
    font-size: 14px;
  }

  .step-title {
    line-height: 110%;
  }

  .krok--p {
    line-height: 115%;
  }

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

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

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

  .pulsate-inner {
    position: absolute;
  }

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

  .desktop-section {
    width: 100vw;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 4%;
    padding-right: 4%;
  }

  .section.hero-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .section-container.hero-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: auto;
  }

  .section-container.hero-container.menu-wrapper {
    flex-flow: row;
    display: none;
  }

  .section-container.footer-container {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 24px;
  }

  .section-container.grid-contaner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-container.grid-contaner.dev-grid {
    grid-template-columns: 1fr;
  }

  .section-container.grid-contaner.dev-grid.dev-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .section-container.modal-container.modal-opened.modal-first, .section-container.modal-container.modal-opened.modal-second, .section-container.modal-container.modal-opened.modal-third, .section-container.modal-container.modal-opened.modal-fourth, .section-container.modal-container.modal-opened.modal-fifth, .section-container.modal-container.modal-opened.modal-six, .section-container.modal-container.modal-menu {
    display: none;
  }

  .section-container.modal-container.modal-mobile {
    height: auto;
    display: flex;
  }

  .hero-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
  }

  .nav-link {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 54px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .button {
    max-width: none;
  }

  .hero-stats {
    width: auto;
    margin-left: 4%;
    margin-right: 4%;
    position: relative;
  }

  .section-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .heading.check-heading {
    text-align: left;
  }

  .menu-button {
    color: #11b970;
  }

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

  .navbar {
    background-color: #fff;
    padding: 8px 4%;
    display: flex;
  }

  .brand {
    width: 202px;
    margin: auto 0;
  }

  .container {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .mobile-hero-img {
    background-image: url('../images/hero-kamil_1.avif'), url('../images/hero-bg-mobile_1.avif');
    background-position: 110% 40%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 80%, cover;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    width: 100%;
    height: 420px;
    display: block;
  }

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

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

  .image-block.image-inwestorzy {
    background-image: linear-gradient(#0000, #0000), url('../images/kat__header-1_1.avif');
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .image-block.image-dev.img-1 {
    background-image: linear-gradient(#0000, #0000), url('../images/1c.avif');
    background-size: auto, 120%;
  }

  .image-block.image-dev.img-2 {
    background-image: linear-gradient(#0000, #0000), url('../images/2c.avif');
    background-size: auto, 120%;
  }

  .image-block.image-dev.img-3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/3c.avif');
    background-size: auto, 120%;
  }

  .image-block.image-dev.img-4 {
    background-image: linear-gradient(to bottom, null, null), url('../images/4c_1.avif');
    background-size: auto, 120%;
  }

  .image-block.image-dev.img-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/5c_1.avif');
    background-size: auto, 120%;
  }

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

  .dropdown-container {
    display: none;
  }

  .dropdown-container.faq {
    width: 100%;
  }

  .faq-item {
    width: 95%;
  }

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

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

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

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

  .pasek-mobile {
    display: none;
  }

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

  .modal-card {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px;
  }

  .form-text {
    display: none;
  }

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

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

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

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

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

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

  .menu-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #070707;
    justify-content: flex-start;
    align-items: center;
    margin-left: 4%;
    margin-right: 4%;
    text-decoration: none;
    transition: all .2s;
    display: flex;
  }

  .menu-link:hover {
    color: #12b96f;
  }

  .menu-link.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .phone_holder_bottom {
    display: none;
  }

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

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

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

@media screen and (max-width: 767px) {
  .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.hero-section {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .section.section-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-container.hero-container {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    position: static;
  }

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

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

  .hero-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
  }

  .hero-title {
    font-size: 56px;
    line-height: 80%;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .button-number {
    display: none;
  }

  .text-span {
    font-size: 32px;
  }

  .hero-stats {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: auto;
    margin-left: 4%;
    margin-right: 4%;
    display: none;
  }

  .stats-block {
    width: auto;
  }

  .stats-number {
    font-size: 32px;
  }

  .stats-desc {
    font-size: 16px;
  }

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

  .heading {
    font-size: 24px;
  }

  .heading.check-heading {
    text-align: left;
  }

  .check-list-item {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mobile-hero-img {
    height: 300px;
  }

  .text-block {
    padding: 0;
  }

  .footer-logo {
    justify-content: center;
    align-items: center;
  }

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

  .image-block {
    height: 220px;
    min-height: 220px;
  }

  .image-block.image-inwestorzy {
    background-image: linear-gradient(#0003, #0003), url('../images/kat__header-1_1.avif');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

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

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

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

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

  .text-block-82 {
    text-align: left;
    white-space: normal;
    object-fit: fill;
    flex-flow: column;
    flex: none;
    align-self: center;
    width: 85%;
    max-width: 85%;
    margin-right: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

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

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

  .pasek-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #fff;
    background-color: #11b970;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44px;
    text-decoration: none;
    display: flex;
  }

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

  .mobile-pasek-phone {
    font-weight: 700;
  }

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

  .multistep-step {
    height: 620px;
  }

  .user--title {
    display: none;
  }

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

  .user--name {
    display: none;
  }

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

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

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

  .cta-bold-text {
    display: none;
  }

  .cta.cta-dark {
    width: 100%;
  }

  .phone_holder_bottom {
    z-index: 10000;
    background-color: #0000;
    justify-content: flex-end;
    align-items: center;
    width: 74px;
    margin-left: auto;
    display: flex;
    position: sticky;
    bottom: 0;
    right: 10px;
  }

  .phone_holder_link {
    z-index: 1000;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  .phone_botom_immage {
    z-index: 0;
    width: 64px;
    height: 64px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .pulsate {
    z-index: 32;
    bottom: 5%;
    right: 3%;
  }

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

  .content-wrapper {
    height: auto;
  }

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

  .button-4 {
    width: 100%;
  }

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

@media screen and (max-width: 479px) {
  .section.hero-section {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .section.section-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .section-container.hero-container {
    justify-content: center;
    align-items: center;
    margin-left: 4%;
    margin-right: 4%;
  }

  .hero-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
  }

  .hero-title {
    font-size: 34px;
    line-height: 100%;
  }

  .nav-link {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-link.footer.w--current {
    justify-content: center;
    align-items: center;
  }

  .button {
    width: 100%;
  }

  .text-span {
    font-size: 24px;
    line-height: 60%;
  }

  .hero-stats {
    display: none;
  }

  .section-text-img {
    height: 160px;
    padding: 16px;
  }

  .heading {
    font-size: 18px;
    line-height: 110%;
  }

  .paragraph {
    line-height: 110%;
  }

  .check-list {
    grid-column-gap: 2.5px;
    grid-row-gap: 2.5px;
  }

  .check-list-item {
    justify-content: flex-start;
    align-items: center;
  }

  .check-list-item.solo {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar {
    min-height: 76px;
    max-height: 76px;
    position: sticky;
    top: 0;
  }

  .nav-menu {
    padding-top: 44px;
  }

  .mobile-hero-img {
    height: 230px;
  }

  .text-block {
    justify-content: center;
    align-items: flex-start;
    height: 55px;
    padding: 0;
    line-height: 110%;
    display: flex;
  }

  .sign {
    width: 70%;
  }

  .footer-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-button {
    width: 100%;
  }

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

  .image-block {
    height: 170px;
    min-height: 170px;
    padding: 16px;
  }

  .text-block {
    height: auto;
    padding: 16px;
  }

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

  .krok--p {
    padding-top: 2.5px;
    font-size: 13px;
    line-height: 105%;
  }

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

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

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

  .text-block-82 {
    letter-spacing: -.1px;
    white-space: normal;
    word-break: normal;
    width: 85%;
    max-width: none;
    margin-left: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
  }

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

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

  .pasek-mobile {
    z-index: 2147483647;
    padding-left: 4%;
    padding-right: 4%;
    position: sticky;
    top: 76px;
  }

  .form-steps {
    height: auto;
    padding: 16px;
  }

  .multistep-step {
    height: 580px;
  }

  .form-field.text-input {
    height: 120px;
  }

  .contact-option {
    flex-flow: column;
  }

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

  .radio_colour_wrapper {
    flex: none;
  }

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

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

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

  .cta-bold-text {
    display: none;
  }

  .phone_holder_bottom {
    z-index: 2147483647;
    max-width: 100%;
    height: 1px;
    position: sticky;
    inset: auto 0% 0% auto;
  }

  .phone_holder_link {
    z-index: 2147483647;
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: 20px;
  }

  .online_dot-2 {
    flex: none;
  }

  .phone_botom_immage {
    z-index: 0;
  }

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

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

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

  .button-4.hero-button {
    font-size: 16px;
  }

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

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

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


