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

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

.section.section-image-bg {
  background-image: linear-gradient(#f6ede4e6, #f6ede4e6), url('../images/kostecki-bg_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.section-image-bg.margin_small {
  min-height: 450px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.image-bg-section {
  background-image: linear-gradient(14deg, #0c0e24, #0c0e24 7%, #0c0e2400), linear-gradient(#0c0e2466, #0c0e2466), url('../images/kostecki-bg_1.avif');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section.footer {
  color: #fff;
  background-color: #0c0e24;
  padding-top: 24px;
  padding-bottom: 24px;
}

.section.header {
  background-color: #0c0e24;
  background-image: linear-gradient(12deg, #0c0e24, #0c0e2400), linear-gradient(#0c0e2466, #0c0e2466), url('../images/kostecki-bg_1.avif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 32px;
  padding-bottom: 0;
}

.section.nav-desktop {
  background-color: #0c0e24;
  padding-top: 0;
  padding-bottom: 0;
}

.body {
  color: #0c0e24;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

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

.section-container.about-container {
  flex-flow: row;
}

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

.section-container.desktop-nav {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffff4d;
  border-radius: 22px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}

.section-container.desktop-nav.kontakt-nav {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.section-container.hero-container {
  flex-flow: row;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
}

.section-title.number {
  color: #772146;
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
}

.section-title.white-title {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}

.cards-grid {
  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: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  transition: all .2s;
  display: flex;
  overflow: clip;
}

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

.modal-card.inner-modal-card {
  color: #0c0e24;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.modal-card.modal-spadkowe, .modal-card.modal-rodzinne, .modal-card.modal-odszkodowania, .modal-card.modal-prawo-pracy, .modal-card.modal-konsumencka, .modal-card.modal-karne {
  cursor: pointer;
}

.card-title {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.card-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 18px;
  line-height: 120%;
  display: flex;
}

.cta-icon-block {
  background-color: #772146;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  display: flex;
}

.card-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 16px 16px;
  display: flex;
}

.card-content.modal-inner-card-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
}

.cta-icon {
  color: #eddac9;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.modal-card-img {
  background-image: linear-gradient(#fff0 34%, #fff 90%), url('../images/Prawo-spadkowe-img_1.avif');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  width: 100%;
  height: 120px;
}

.modal-card-img.modal-opened-card-img {
  background-image: linear-gradient(#fff0 48%, #fff 95%), url('../images/cars-img_1.avif');
  background-position: 0 0, 50%;
  height: 376px;
}

.modal-card-img.rodzinne {
  background-image: linear-gradient(#fff0 34%, #fff 90%), url('../images/Prawo-rodzinne-img_1.avif');
  background-position: 0 0, 50%;
}

.modal-card-img.odszkodowania {
  background-image: linear-gradient(#fff0 34%, #fff 90%), url('../images/Odszkodowania-img_1.avif');
  background-position: 0 0, 50% 80%;
}

.modal-card-img.prawo-pracy {
  background-image: linear-gradient(#fff0 34%, #fff 90%), url('../images/Prawo-pracy-img_1.avif');
  background-position: 0 0, 50% 80%;
}

.modal-card-img.konsumencka {
  background-image: linear-gradient(#fff0 34%, #fff 90%), url('../images/Upadłośc-konsumencka-img_1.avif');
  background-position: 0 0, 50%;
}

.modal-card-img.prawo-karne {
  background-image: linear-gradient(#fff0 34%, #fff 90%), url('../images/Prawo-karne-img_1.avif');
  background-position: 0 0, 50% 60%;
}

.modal-card-img.prawo-spolek {
  background-image: linear-gradient(#fff0 34%, #fff 90%), url('../images/Prawo-spółek-i-prawo-gospodarcze-img_1.avif');
  background-position: 0 0, 50% 100%;
}

.modal-card-img.windykacje {
  background-image: linear-gradient(#fff0 34%, #fff 90%), url('../images/-Windykacje-i-roszczenia-img_1.avif');
  background-position: 0 0, 50%;
}

.modal-card-img.zus {
  background-image: linear-gradient(#fff0 34%, #fff 90%), url('../images/Sprawy-z-urzędem-skarbowym-i-ZUS-img_1.avif');
  background-position: 0 0, 50% 100%;
}

.modal-card-img.sadowe {
  background-image: linear-gradient(#fff0 34%, #fff 90%), url('../images/-Spory-sądowe-i-arbitraż-img_1.avif');
  background-position: 0 0, 50% 70%;
}

.modal-card-img.prawo-pracy-firmy {
  background-image: linear-gradient(#fff0 34%, #fff 90%), url('../images/-Prawo-pracy-img_1.avif');
  background-position: 0 0, 50%;
}

.modal-card-img.rodo {
  background-image: linear-gradient(#fff0 34%, #fff 90%), url('../images/RODO-img_1.avif');
  background-position: 0 0, 50% 100%;
}

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

.modal-container.modal-prywatne, .modal-container.modal-firmy {
  position: relative;
}

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

.modal-opened {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 547px;
  max-height: 547px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.modal-opened.modal-odszkodowania {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  display: grid;
  overflow: hidden;
}

.modal-img {
  border-radius: 22px;
  width: 100%;
}

.modal-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: 502px;
  display: flex;
}

.back-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  cursor: pointer;
  background-color: #0c0e24;
  border: 1px solid #0c0e24;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-width: 154px;
  max-width: 154px;
  min-height: 52px;
  max-height: 52px;
  font-size: 18px;
  line-height: 120%;
  transition: all .2s;
  display: flex;
}

.back-button:hover {
  background-color: #0c0e24b3;
}

.back-button.back-odszkodowania {
  position: relative;
  left: 0%;
  right: auto;
}

.back-button.back-konsumencka, .back-button.back-konsumencka.back-w-pracy {
  cursor: pointer;
}

.card-icon {
  color: #eddac9;
  background-color: #782146;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  min-height: 44px;
  max-height: 44px;
  display: flex;
}

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

.drop-wrapper {
  display: none;
}

.iccon_accordion {
  background-color: #174e4f;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  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;
}

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

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

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

.according_title_wrapper {
  display: flex;
}

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

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

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

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

.modal-menu, .firmy-anchor, .prywatne-anchor {
  display: none;
}

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

.about-text.review-text {
  max-width: 50%;
}

.about-img.desktop {
  border-radius: 22px;
  width: 100%;
  max-width: 45%;
}

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

.paragpraph {
  margin-bottom: 0;
}

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

.paragpraph.footer-credits {
  font-size: 14px;
}

.paragpraph.footer-p {
  text-align: justify;
}

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

.about-credits {
  width: 100%;
}

.about-credits.credits-right {
  text-align: justify;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.credits-name {
  font-size: 24px;
  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;
}

.cta.cta-dark.form-button {
  width: 260px;
  height: 52px;
}

.cta.cta-light {
  color: #0c0e24;
  background-color: #eddac9;
}

.cta.cta-light:hover {
  background-color: #eddac9cc;
}

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

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

.point-title {
  font-size: 24px;
  font-weight: 600;
}

.credits-company {
  font-weight: 700;
}

.seciton-map {
  border-radius: 22px;
  display: none;
}

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

.specjalizacje-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #0c0e24;
  cursor: pointer;
  background-color: #ffffffb3;
  background-image: linear-gradient(42deg, #0c0e24, #0c0e2400 62%);
  border: 0 solid #0000;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.specjalizacje-card:hover {
  border-color: #782146;
  transform: scale(1.02);
}

.specjalizacje-card.card-right {
  background-image: linear-gradient(-42deg, #0c0e24, #0c0e2400 62%);
}

.spec-card-img {
  width: 100%;
  max-width: 45%;
  position: relative;
}

.spec-card-img.mobile {
  display: none;
}

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

.spec-card-title {
  font-size: 24px;
  font-weight: 600;
}

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

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.number-block {
  text-align: center;
  border: 1px solid #08080d1a;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.slide-nav {
  display: none;
}

.right-arrow {
  color: #eddac9;
  background-color: #0c0e24;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 32px;
  display: flex;
  top: -140%;
}

.left-arrow {
  color: #eddac9;
  background-color: #0c0e24;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 32px;
  display: flex;
  top: -140%;
  left: 80%;
}

.slide {
  width: 50%;
  height: auto;
  padding-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.review-card {
  text-align: justify;
  background-color: #fff;
  border: 1px solid #08080d1a;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 188px;
  max-height: 188px;
  padding: 16px;
  display: flex;
}

.review-footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.review-userpic {
  color: #772146;
  background-color: #eddac9;
  border: 1px solid #08080d1a;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 34px;
  min-width: 34px;
  max-width: 34px;
  height: 34px;
  min-height: 34px;
  max-height: 34px;
  font-size: 14px;
  display: flex;
}

.review-star {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.star-icon {
  color: #fdb022;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  display: flex;
}

.mask {
  height: auto;
}

.form-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.form-field {
  border: 1px solid #0b12151a;
  border-radius: 8px;
}

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

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

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

.textarea {
  border: 1px solid #0b12151a;
  border-radius: 8px;
  width: 100%;
  height: 106px;
  min-height: 106px;
}

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

.radio-button-field:hover {
  background-color: #7821461a;
  border-color: #782146;
}

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

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #08080d1a;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.form-block.photo-block {
  background-image: url('../images/form-img.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

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

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

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

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

.field-label {
  font-size: 14px;
  font-weight: 400;
}

.photo-block-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 14px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 16px 20px;
  display: flex;
}

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

.photo-contact-block.block-right {
  justify-content: center;
  align-items: flex-end;
}

.contact-name {
  font-size: 24px;
  font-weight: 700;
}

.contact-phone {
  color: #772146;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.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 #7821464d;
  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: #782146;
  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: 600;
  line-height: 115%;
}

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

.krok_wrapper.active {
  height: auto;
}

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

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

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

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

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

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

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

.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: #0c0e24;
  margin-left: auto;
  margin-right: auto;
}

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

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

.footer-block.footer-right {
  justify-content: flex-start;
  align-items: flex-end;
}

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

.link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

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

.logo {
  width: 100%;
  max-width: 176px;
}

.image {
  min-width: 0;
  max-width: 176px;
}

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

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

.hero-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff3;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 378px;
  padding: 24px;
  display: flex;
}

.check-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: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.check-wrapper.section-check {
  font-weight: 400;
}

.code-embed-4 {
  color: #eddac9;
  background-color: #782146;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  padding: 4px;
  display: flex;
}

.div-block-134, .mobile-nav {
  display: none;
}

.icon {
  color: #fff;
  margin-right: 0;
}

.nav-link-2 {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
  transition: all .2s;
}

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

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

.nav-link-2.dropdown {
  color: #060712;
  background-color: #fff;
  transition: all .2s;
}

.nav-link-2.dropdown:hover {
  color: #fff;
  background-color: #060712;
}

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

.dropdown-list.w--open {
  background-color: #fff;
  border: 0 solid #0000;
  border-radius: 14px;
  width: auto;
  margin-top: 5px;
}

.dropdown-toggle-3 {
  color: #fff;
  padding: 0 22px 0 0;
}

.icon-2 {
  color: #174e4f;
}

.l {
  color: #174e4f;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
  transition: all .2s;
}

.l:hover {
  color: #144243;
}

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

.l.dropdown {
  transition: all .2s;
}

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

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

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

.pasek-mobile {
  display: none;
}

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

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

.step-number {
  color: #f0dac9;
  background-color: #782146;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  display: flex;
  position: absolute;
  left: 0;
}

.step-card {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #faf4ef;
  border: 1px solid #20201f1a;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 98%;
  padding: 20px 20px 20px 24px;
  display: flex;
}

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

.wrapper-element {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #08080d1a;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.code-embed-5 {
  color: #f7dfca;
  background-color: #782146;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  min-height: 44px;
  max-height: 44px;
  display: flex;
}

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

.sprawa {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0c0e24;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #08080d1a;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  padding: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.sprawa:hover {
  border-color: #782146;
}

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

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

.anchor {
  height: 0;
  padding-bottom: 0;
  position: relative;
  bottom: 120px;
}

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

.modal-tab {
  background-color: #0000;
  width: 100%;
  padding: 0;
}

.modal-tab.w--current {
  background-color: #0000;
  padding: 0;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-right: 20px;
  display: flex;
}

.tabs-content {
  width: 100%;
}

.cta_phone_bottom_holder {
  display: none;
}

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

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

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

.cta_hpne_bottom_immage {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-100 {
  max-width: 605px;
}

.image-100.odszkodowania {
  border-radius: 8px;
  width: 605px;
  max-width: 50%;
}

.change_buttons_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text_tails_drop_small_drogowe {
  display: none;
}

.ubezpieczyciel-zani-y-kwot, .paragraph-14, .paragraph-15 {
  text-align: justify;
}

.section-map {
  border-radius: 22px;
}

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

.lublin_click {
  width: 393.25px;
  height: 380px;
  position: absolute;
}

.czna_click {
  width: 211.75px;
  height: 380px;
  margin-left: 393.25px;
  position: absolute;
}

@media screen and (min-width: 1280px) {
  .body {
    font-size: 16px;
  }

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

  .modal-card-img.rodzinne {
    position: relative;
  }

  .modal-opened.modal-odszkodowania {
    width: 1230px;
    max-width: 1230px;
  }

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

  .left-arrow {
    left: 80%;
  }

  .form-block.photo-block {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .photo-block-contact {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 18px;
  }

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

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

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

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

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

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

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

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

@media screen and (min-width: 1440px) {
  .modal-opened.modal-odszkodowania {
    width: 1230px;
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow {
    left: 80%;
  }

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

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

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

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

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

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

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

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

@media screen and (min-width: 1920px) {
  .modal-opened {
    max-width: 1230px;
  }

  .modal-opened.modal-odszkodowania {
    width: 1230px;
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-opened.modal-rodzinne {
    max-width: 1230px;
  }

  .left-arrow {
    left: 80%;
  }

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

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

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

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

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

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

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

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

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

  .section.section-image-bg {
    background-image: linear-gradient(to bottom, null, null), url('../images/kostecki-bg_1.avif');
    background-attachment: scroll, fixed;
  }

  .section.header {
    background-color: #fff;
    background-image: none;
    background-position: 0 0;
    padding: 0;
  }

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

  .section-container.desktop-nav {
    display: none;
  }

  .section-container.hero-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .section-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
  }

  .section-title.number {
    font-size: 24px;
  }

  .section-title.review-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-title, .card-title {
    font-size: 24px;
  }

  .card-cta {
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
  }

  .card-cta-text {
    font-size: 18px;
  }

  .modal-wrapper {
    display: none;
  }

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

  .iccon_accordion {
    background-color: #782146;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
  }

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

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

  .div-block-128.alt-dropdown {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion {
    display: flex;
  }

  .accordion.only_mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #0c0e24;
    background-color: #fff;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding: 16px 16px 0;
  }

  .accordion.only_mobile:hover {
    border-color: #782146;
  }

  .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;
    width: 100%;
    padding: 0 0 0 0;
    display: flex;
    overflow: hidden;
  }

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

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

  .accordion-img {
    width: 100%;
  }

  .modal-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0c0e2433;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: clip;
  }

  .modal-menu-button {
    color: #0c0e24;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
  }

  .modal-menu-button.prywatne.active {
    color: #fff;
    background-color: #0c0e24;
  }

  .firmy-anchor, .prywatne-anchor {
    height: 0;
    min-height: 0;
    max-height: 0;
    display: block;
  }

  .about-text {
    flex-flow: column;
  }

  .about-text.review-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 80%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .about-img.desktop {
    display: none;
  }

  .about-img.mobile {
    border-radius: 22px;
    width: 100%;
    display: block;
  }

  .paragpraph.p-desktop {
    display: none;
  }

  .paragpraph.p-desktop.p-card {
    display: block;
  }

  .about-credits.credits-right {
    justify-content: center;
    align-items: center;
  }

  .seciton-map {
    max-height: 400px;
  }

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

  .spec-card-img.mobile {
    display: block;
  }

  .spec-card-img.desktop {
    display: none;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .slide {
    width: 100%;
    max-width: none;
  }

  .mask {
    padding-bottom: 30px;
  }

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

  .form-block.photo-block {
    display: none;
  }

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

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

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

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

  .footer-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

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

  .hero-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #060712;
    width: 75%;
    padding: 24px 16px;
  }

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

  .hero-card {
    background-color: #fff0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-134 {
    background-color: #0c0e24;
    background-image: linear-gradient(27deg, #0c0e24, #0c0e2400 77%), linear-gradient(#0c0e2466, #0c0e2466), url('../images/kostecki-bg_1.avif');
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero-img {
    display: none;
  }

  .mobile-hero-img {
    width: 50%;
  }

  .mobile-nav {
    background-color: #0c0e24;
    padding: 8px 4%;
    display: block;
  }

  .nav-logo {
    width: 80%;
  }

  .brand {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
  }

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

  .menu-button {
    color: #eddac9;
  }

  .menu-button.w--open {
    color: #782146;
    background-color: #eddac9;
    border-radius: 8px;
    transition: all .2s;
  }

  .nav-menu {
    background-color: #0c0e24;
  }

  .nav-link {
    color: #fff;
    font-weight: 600;
  }

  .dropdown-2 {
    width: 100%;
  }

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

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

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

  .icon-2 {
    color: #fff;
  }

  .l.dropdown {
    color: #fff;
    white-space: normal;
    max-width: 100%;
    padding-left: 23px;
  }

  .l.dropdown:hover {
    color: #fff;
    background-color: #eddac933;
  }

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

  .dropdown-list-3.w--open {
    color: #fff;
    background-color: #0c0e24;
    border-style: none;
  }

  .dropdown-toggle-4 {
    width: 100%;
    padding-left: 23px;
  }

  .dropdown-toggle-4.w--open {
    padding-left: 23px;
  }

  .pasek-mobile {
    display: none;
  }

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

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

  .cta_phone_bottom_holder {
    display: none;
  }

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

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

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

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

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

  .image-99 {
    display: none;
  }

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

  .change_wrapper {
    display: none;
  }

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

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

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

  .text_tails_drop_small_drogowe {
    display: block;
  }

  .wrapper_drop_text {
    overflow: hidden;
  }
}

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

  .section-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
  }

  .section-title {
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }

  .section-title.number {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
  }

  .section-title.map-title {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

  .accordion_header {
    padding: 0;
  }

  .accordion.only_mobile {
    text-align: left;
  }

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

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

  .modal-menu-button.prywatne.active, .modal-menu-button.firmy {
    font-weight: 500;
  }

  .firmy-anchor, .prywatne-anchor {
    height: 0;
    min-height: 0;
    max-height: 0;
  }

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

  .about-text.review-text {
    width: 90%;
  }

  .paragpraph {
    margin-bottom: 0;
    font-size: 14px;
  }

  .paragpraph.p-desktop.p-card.right {
    text-align: right;
  }

  .paragpraph.footer-p {
    text-align: center;
  }

  .about-credits {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .credits-name {
    font-size: 18px;
  }

  .cta.cta-dark, .cta.cta-dark.form-button, .cta.cta-light {
    width: 100%;
  }

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

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

  .seciton-map {
    max-height: 290px;
  }

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

  .specjalizacje-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: static;
    overflow: clip;
  }

  .specjalizacje-card.card-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .spec-card-img.desktop {
    display: none;
  }

  .card-text.right {
    justify-content: center;
    align-items: flex-end;
  }

  .slide-nav {
    height: 30px;
    padding-top: 20px;
    font-size: 14px;
  }

  .mask {
    padding-bottom: 30px;
  }

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

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

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

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

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

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

  .hero-text {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

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

  .check-wrapper.section-check {
    text-align: left;
  }

  .mobile-hero-img {
    width: 70%;
  }

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

  .pasek-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #fff;
    background-color: #772146;
    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;
  }

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

  .step-card {
    text-align: left;
  }

  ._6-elements-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .wrapper-element {
    text-align: center;
  }

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

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

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

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

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

  .user--title {
    display: none;
  }

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

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

  .user--name {
    display: none;
  }

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

  .image-99 {
    display: block;
  }

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

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

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

  .content-wrapper {
    height: auto;
  }

  .button-5.button-green.button-icon-left {
    width: 100%;
    max-width: 100%;
  }

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

  .lublin_click, .czna_click {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section-container, .section-container.about-container.map-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .card-cta-text {
    font-size: 16px;
  }

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

  .accordion_header {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding: 4px 0;
  }

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

  .div-block-128.alt-dropdown {
    padding: 0;
  }

  .accordion {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 2.5vw;
  }

  .accordion.only_mobile {
    width: 100%;
    padding-bottom: 2vw;
  }

  .accordion_panel {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
  }

  .modal-menu {
    width: 100%;
  }

  .modal-menu-button.active {
    color: #fff;
    background-color: #0c0e24;
  }

  .firmy-anchor {
    height: .1px;
    position: relative;
    bottom: 120px;
  }

  .prywatne-anchor {
    height: .1px;
    position: relative;
    bottom: 260px;
  }

  .about-text.review-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .paragpraph {
    text-align: left;
  }

  .paragpraph.p-desktop.p-card {
    display: none;
  }

  .paragpraph.footer-credits, .about-credits.credits-right {
    text-align: center;
  }

  .cta.cta-dark.smaller {
    width: 90%;
    padding: 12px 2.75vw;
  }

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

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

  .point-wrapper {
    text-align: left;
  }

  .seciton-map {
    max-height: 240px;
  }

  .card-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: auto;
    display: grid;
  }

  .specjalizacje-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 150px;
    padding-right: 10px;
    display: flex;
  }

  .specjalizacje-card.card-right {
    background-image: linear-gradient(49deg, #0c0e24, #0c0e2400 62%);
    padding-right: 10px;
  }

  .spec-card-img {
    display: block;
    top: 10px;
    left: -210px;
  }

  .spec-card-img.mobile {
    top: 10px;
    left: -210px;
  }

  .spec-card-img.desktop {
    display: none;
  }

  .card-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    width: 71%;
    position: absolute;
  }

  .card-text.right {
    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: flex-end;
    display: flex;
  }

  .spec-card-title {
    font-size: 20px;
  }

  .text-block-80, .text-block-81 {
    font-size: 16px;
  }

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

  .slide {
    width: 100%;
  }

  .div-block-133 {
    flex-flow: column;
  }

  .form-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 16px;
  }

  .radio_colour_wrapper {
    flex: none;
  }

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

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

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

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

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

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

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

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

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

  .hero-text {
    text-align: left;
    padding: 16px 4%;
  }

  .hero-card {
    padding: 16px 0;
  }

  .check-wrapper {
    font-size: 16px;
  }

  .mobile-nav {
    z-index: 2147483647;
    height: 73px;
    min-height: 73px;
    max-height: 73px;
    position: sticky;
    top: 0;
  }

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

  .nav-link {
    color: #fff;
  }

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

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

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

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

  .pasek-mobile {
    z-index: 2147483647;
    position: sticky;
    top: 72.5px;
  }

  .step-number {
    top: -6px;
  }

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

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

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

  .phone_link_cta {
    z-index: 2147483647;
    position: absolute;
    bottom: 10px;
  }

  .cta_hpne_bottom_immage {
    z-index: 2;
  }

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

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

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

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

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

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

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

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

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

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

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

  .button-5.button-green.button-icon-left {
    background-color: #93451a;
  }

  .button-5.button-green.button-icon-left.w--current {
    background-color: #000;
  }

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

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

#w-node-d0ad1c55-6ef1-3bba-3a35-69c78b7c625d-8b7c6229 {
  order: 0;
}

#w-node-_3116ffdd-0733-0e33-8340-740811f0e02e-3a1c5081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


