@font-face {
  font-family: Lexend Local;
  src: url('../fonts/Lexend-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lexend Local;
  src: url('../fonts/Lexend-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lexend Local;
  src: url('../fonts/Lexend-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lexend Local;
  src: url('../fonts/Lexend-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --beżowy: #ebebeb;
  --grafitowy: #1e2d32;
  --zielony: #056e5f;
  --jasny: #f2f2f2;
  --stroke: #1e2d3266;
  --granatowy: #233250;
  --czerwony: #eb504b;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

body {
  background-color: var(--beżowy);
  color: var(--grafitowy);
  font-family: Lexend Local, Arial, sans-serif;
  font-size: 18px;
  line-height: 163.2%;
  overflow-x: hidden;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 500;
  line-height: 105.7%;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 163.2%;
}

h3 {
  margin-top: 18px;
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: 400;
  line-height: 163.2%;
}

p {
  margin-bottom: 10px;
  font-weight: 400;
}

a {
  color: var(--grafitowy);
  text-decoration: none;
}

li {
  margin-top: 10px;
  list-style-type: disc;
}

.container {
  max-width: 1160px;
  padding-left: 60px;
  padding-right: 60px;
}

.container.hero {
  max-width: 1327px;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  background-color: var(--beżowy);
  margin: 36px 20px 52px;
}

.nav-link {
  border-bottom-style: none;
  border-bottom-color: var(--grafitowy);
  color: var(--grafitowy);
  padding: 0;
  font-size: 16px;
  line-height: 175.7%;
}

.nav-link.btn {
  background-color: var(--zielony);
  color: var(--beżowy);
  border-radius: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 7px 18px 7px 22px;
  font-size: 14px;
  line-height: 150.6%;
  transition: background-color .2s cubic-bezier(.77, 0, .175, 1);
}

.nav-link.btn:hover {
  background-color: #04594d;
}

.nav-link.white {
  color: var(--jasny);
}

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

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

.link-wrapper {
  overflow: hidden;
}

.text-link-underline {
  background-color: var(--zielony);
  border-radius: 2px;
  height: 2px;
}

.text-link-underline.white {
  background-color: var(--beżowy);
}

.hero-h1 {
  z-index: 1;
  text-align: center;
  max-width: 550px;
  position: relative;
}

.green {
  color: var(--zielony);
}

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

.flex-col.hero {
  margin-bottom: 125px;
}

.temida {
  z-index: 1;
  position: relative;
  top: -4%;
}

.section.logo-bg {
  background-image: url('../images/Artur-Wilinski-Adwokat---Logo-skrócone.avif');
  background-position: 50% -100%;
  background-repeat: no-repeat;
  background-size: 1424px;
  padding-top: 40px;
}

.section.overflow-hidden {
  padding-bottom: 100px;
  overflow: hidden;
}

.section.rodo {
  margin-top: 100px;
}

.hero-right {
  max-width: 351px;
  margin-top: 50px;
}

.hero-left {
  align-self: flex-end;
  max-width: 369px;
}

.ghost-btn {
  border: 2px solid var(--zielony);
  color: var(--zielony);
  text-align: center;
  border-radius: 40px;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 24px;
  transition: color .2s, background-color .2s;
}

.ghost-btn:hover {
  background-color: var(--zielony);
  color: var(--beżowy);
}

.hero-left-paragraph {
  margin-bottom: 50px;
}

.hero-img-wrapper {
  min-width: 500px;
  min-height: 621px;
  padding: 2px;
  position: relative;
}

.temida-blur {
  z-index: 0;
  opacity: 0;
  -webkit-text-fill-color: inherit;
  background-image: radial-gradient(circle closest-side, #caa58466 57%, #ebebeb03);
  background-clip: content-box;
  position: absolute;
  inset: 0%;
}

.hero-content {
  max-height: 65vh;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.specs-content {
  flex-flow: column;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 106px;
  display: flex;
}

.paragraph {
  text-align: center;
  max-width: 734px;
  font-weight: 300;
}

.specs-cards-container {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: wrap;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: center;
  place-items: center;
  margin-top: 75px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.spec-card {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--stroke);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--stroke);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--stroke);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--stroke);
  background-color: var(--jasny);
  text-align: center;
  will-change: transform;
  border-radius: 10px;
  flex-flow: column;
  flex: auto;
  justify-content: center;
  align-items: center;
  max-width: 268px;
  padding: 22px;
  font-size: 14px;
  transition-property: box-shadow;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.card-info {
  color: #6d7d8b;
  text-align: left;
  margin-bottom: 0;
  line-height: 150.6%;
}

.about-me-content {
  max-width: 654px;
  margin-top: 20px;
  margin-right: 138px;
  font-weight: 400;
  line-height: 185.2%;
}

.about-me {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.light-font {
  font-weight: 300;
}

.attorney-img {
  min-width: 320px;
}

.border-20px {
  border-radius: 20px;
}

.contact-wrapper {
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 87px;
  display: flex;
}

.contact-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--stroke);
  background-color: var(--jasny);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  max-width: 466px;
  max-height: 474px;
  margin-right: 136px;
  padding: 57px 43px 67px;
  display: flex;
}

.contact-info {
  color: var(--granatowy);
}

.info {
  color: var(--granatowy);
  margin-left: 30px;
  font-size: 14px;
  font-weight: 300;
  line-height: 150.6%;
  transition: color .2s;
}

.info:hover {
  color: #0e1521;
}

.info.adres {
  margin-left: 30px;
  display: inline-block;
}

.info.email {
  display: inline-block;
}

.info.review {
  margin-top: 20px;
  margin-left: 0;
}

.info-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.adres-icon {
  margin-top: 6px;
  margin-left: 5px;
  margin-right: 2px;
}

.email-icon {
  margin-top: 6px;
}

.call-icon {
  margin-top: 4px;
}

.form-field {
  border: 2px solid var(--stroke);
  color: var(--grafitowy);
  border-radius: 15px;
  min-width: 205px;
  min-height: 56px;
  padding: 14px 16px;
}

.form-field:focus {
  border-color: var(--zielony);
}

.form-field::placeholder {
  color: var(--stroke);
  font-size: 16px;
  font-weight: 400;
  line-height: 175.7%;
}

.form-field.text-area {
  border-radius: 4px;
  max-width: 100%;
  min-height: 195px;
  max-height: 300px;
}

.form-field.phone {
  max-width: 269px;
}

.flex {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  display: flex;
}

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

.form-btn {
  background-color: var(--zielony);
  color: var(--beżowy);
  border-radius: 40px;
  flex-flow: column;
  max-width: 208px;
  max-height: 36px;
  padding: 4px 44px;
  font-size: 14px;
  font-weight: 400;
  transition: background-color .2s;
}

.form-btn:hover {
  background-color: #04594d;
}

.checkbox {
  border: 2px solid var(--stroke);
  background-color: var(--jasny);
  border-radius: 5px;
  min-width: 24px;
  min-height: 24px;
  margin-right: 11px;
}

.checkbox.w--redirected-checked {
  border-color: var(--jasny);
  background-color: var(--zielony);
}

.checkbox-txt {
  max-width: 201px;
  font-size: 11px;
  font-weight: 300;
  line-height: 150%;
}

.success-msg {
  background-color: var(--zielony);
  color: var(--beżowy);
  border-radius: 10px;
  width: 100%;
  margin-top: 35%;
}

.form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 50%;
  height: 590px;
  display: block;
}

.error-msg {
  background-color: var(--czerwony);
  color: var(--beżowy);
  text-align: center;
  border-radius: 10px;
}

.footer {
  background-color: var(--grafitowy);
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 77px;
}

.logo-white {
  margin-top: 57px;
  margin-bottom: 59px;
}

.footer-links {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: baseline;
}

.divider {
  border-top: 1px solid var(--beżowy);
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.caption {
  color: var(--jasny);
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: 150.6%;
}

.caption-link {
  color: var(--beżowy);
  text-decoration: underline;
}

.slider {
  background-color: #0000;
  margin-top: 35px;
  margin-bottom: 30px;
  position: relative;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.slider-left {
  z-index: 1;
  color: var(--zielony);
  inset: 110% 0% 0% -15%;
  overflow: visible;
}

.slider-right {
  z-index: 1;
  color: var(--zielony);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 110% -10% 0% 0%;
  overflow: visible;
}

.mask {
  max-width: 404px;
  max-height: 400px;
  overflow: visible;
}

.review-card {
  background-color: var(--jasny);
  border-radius: 10px;
  width: 405px;
  padding: 17px 25px 20px 22px;
  box-shadow: 1px 3px 10px #1e2d320f;
}

.slide {
  margin-right: 42px;
}

.review-caption {
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  display: inline-flex;
}

.review-name {
  color: var(--granatowy);
  font-size: 14px;
  line-height: 150.6%;
  display: inline-block;
}

.review-source {
  color: var(--granatowy);
  font-size: 14px;
  font-weight: 300;
  line-height: 150.6%;
  display: inline-block;
}

.avatar {
  margin-right: 10px;
}

.reviewer {
  display: inline-flex;
}

.checkbox-field {
  display: flex;
}

.icon, .hamburger {
  font-size: 32px;
}

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

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

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

.h1-rodo {
  margin-bottom: 20px;
  font-size: 54px;
}

.nested-item {
  list-style-type: lower-alpha;
}

.number-item {
  list-style-type: decimal;
}

.h2-rodo {
  margin-bottom: 20px;
}

.rodo-link {
  text-decoration: underline;
}

.bot, .hide {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 30px;
  }

  h3, p {
    font-size: 16px;
  }

  .nav-link {
    font-size: 14px;
  }

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

  .hero-h1 {
    max-width: 330px;
    font-size: 42px;
  }

  .flex-col.hero {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .temida {
    max-width: 100%;
  }

  .section.logo-bg {
    background-position: 50% 0;
    background-size: 1424px;
  }

  .hero-right {
    order: -1;
    max-width: 480px;
    margin-top: -34px;
  }

  .hero-left {
    text-align: center;
    max-width: 450px;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .ghost-btn {
    margin-top: 20px;
  }

  .hero-left-paragraph {
    margin-top: -10px;
    margin-bottom: 0;
  }

  .hero-img-wrapper {
    order: -1;
    min-width: 340px;
    max-width: 280px;
    min-height: 422px;
    top: -38px;
  }

  .hero-content {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-height: none;
    margin-top: 20px;
  }

  .specs-cards-container {
    margin-top: 40px;
  }

  .spec-card:hover {
    box-shadow: none;
  }

  .card-info {
    font-size: 14px;
  }

  .about-me-content {
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .about-me {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .contact-wrapper {
    flex-flow: column-reverse;
    justify-content: center;
  }

  .contact-block {
    width: auto;
    max-width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .slider {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link {
    color: var(--beżowy);
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    transition: background-color .2s;
  }

  .nav-link:hover {
    background-color: #056356;
    border-radius: 5px;
  }

  .nav-menu {
    background-color: var(--zielony);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .navbar-content {
    align-items: center;
  }

  .link-wrapper {
    margin: 30px;
  }

  .link-wrapper.footer-links {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .hero-img-wrapper {
    min-width: 280px;
    max-width: 340px;
  }

  .spec-card {
    max-width: 176px;
  }

  .attorney-img {
    justify-content: center;
    align-items: center;
    width: 75%;
    display: flex;
  }

  .contact-block {
    max-height: 100%;
    margin-top: 80px;
  }

  .form-field.phone {
    min-width: auto;
    max-width: 100%;
  }

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

  .form-btn {
    align-self: center;
    margin-top: 10px;
  }

  .checkbox-txt {
    max-width: 100%;
  }

  .footer {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-white {
    margin-bottom: 15px;
  }

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

  .divider {
    width: 90%;
  }

  .caption {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .slider {
    margin-bottom: 20px;
    overflow: visible;
  }

  .review-card {
    overflow: hidden;
  }

  .icon {
    color: var(--zielony);
    font-size: 32px;
  }

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

  .menu-button.w--open {
    background-color: var(--zielony);
    color: var(--beżowy);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .hamburger {
    color: var(--grafitowy);
    font-size: 32px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-img-wrapper {
    order: -1;
    min-width: 210px;
    max-width: 290px;
    min-height: 258px;
    max-height: 360px;
  }

  .spec-card {
    max-width: 100%;
  }

  .border-20px {
    width: 75%;
  }

  .slider-left, .slider-right {
    top: 130%;
  }

  .review-card {
    width: 100%;
  }
}


@font-face {
  font-family: 'Lexend Local';
  src: url('../fonts/Lexend-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend Local';
  src: url('../fonts/Lexend-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend Local';
  src: url('../fonts/Lexend-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend Local';
  src: url('../fonts/Lexend-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}