body,
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
}

body {
  background: #f8f8f8;
}

/*header */
.gradient-bgc-header {
  background: linear-gradient(90deg, #fad126 0%, #ff544f 100%);
}

.container-nav {
  padding: 16px 0px;
}
.poster-canva {
  margin-bottom: 32px;
}

.canva-image {
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
}

.canva-image img {
  max-width: 100%;
  width: 600px;
  border-radius: 16px;
  display: block;
}

.nav-buttons {
  display: flex;
  gap: 32px;
  justify-content: flex-end;
}
nav a.abc {
  background: transparent !important;
}
nav a.abc:hover {
  background: transparent !important;
  box-shadow: none !important;
}
.contact-button {
  display: flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
  background: #f8f8f8;
  white-space: nowrap;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.contact-button:hover {
  background: #f0f0f0;
}

.contact-button-ikonka {
  align-items: center;
  display: flex;
}

.contact-button-text {
  color: #ff544f;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.28px;
}

/* tittle */
.tittle-container {
  padding: 96px 24px;
  gap: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.offer-tittle {
  text-align: center;
  font-family: "Poppins";
  font-size: 96px;
  font-style: normal;
  font-weight: 900;
  line-height: 115.02%;
  /* 110.419px */
  text-transform: uppercase;
  background: linear-gradient(97deg, #fad126 -22.95%, #ff544f 122.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.offer-description {
  color: #474747;
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.36px;
  width: 55%;
  margin: auto;
}

.offer-button {
  display: flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
  background: #ff9100;
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: -0.28px;
  text-decoration: none;
  width: fit-content;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.offer-button:hover {
  background-color: #ffd5a3;
}

.border-orange {
  border-top: 1px solid #ff9100;
}

.jak-dzialamy-container {
  padding: 64px 0px;
}

.jak-dzialamy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.jak-dzialamy-tittle {
  color: #ff9100;
  font-family: "Poppins";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 42px */
}

.jak-dzialamy-text {
  color: #474747;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.36px;
}

.jak-dzialamy-img_mobile {
  display: none;
}

.pakiety {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 96px;
}

.tittle-oferta {
  color: #ff9100;
  font-family: "Poppins";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 52.8px */
  justify-content: center;
  display: flex;
  margin-top: 97px;
  margin-bottom: 64px;
}

.container-pakiet {
  padding: 32px;
  border-radius: 16px;
  background: #fff;
  display: flex;
}

.pakiet-tittle {
  color: rgba(71, 71, 71, 0.75);
  font-family: "Poppins";
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 37.8px */
  margin-bottom: 8px;
  margin-left: 8px;
  width: 80%;
}

.pakiet-cechy-container {
  display: flex;
  gap: 16px;
  padding-top: 16px;
  flex-wrap: wrap;
  width: 70%;
  padding-left: 8px;
}

.pakiet-cechy {
  display: flex;
  gap: 8px;
}

.pakiet-cechy-text {
  color: #474747;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: -0.28px;
}

.pakiet-cechy-ikonka {
  align-items: center;
  display: flex;
}

.pasek-pomaranczowy {
  height: 1px;
  /* wysokość paska */
  border-top: 1px solid #ff9100;
  /* linia o grubości 1px i kolorze pomarańczowym */
  width: 80%;
}

.container-pakiet-left {
  width: 100%;
}

.container-pakiet-right {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  min-width: 20%;
}

.price-for-u {
  color: #ff9100;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  letter-spacing: -0.28px;
}

.price {
  color: #474747;
  text-align: center;
  font-family: "Poppins";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 42px */
}

.poprawki {
  color: rgba(71, 71, 71, 0.5);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
  letter-spacing: -0.28px;
  white-space: nowrap;
}

/* SLIDERY PLAKATY */
.gradient-bgc-poster {
  border-radius: 16px;
  background: linear-gradient(90deg, #ff544f 0%, #ff9100 49.52%, #fad126 100%);
}

.main-poster-container {
  margin-top: 97px;
}

.poster-container {
  padding: 32px;
}

.poster-tittle {
  color: #fff;
  font-family: "Poppins";
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  padding-left: 8px;
  padding-bottom: 8px;
}

.poster-text {
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.28px;
  padding-left: 8px;
  padding-top: 16px;
  width: 75%;
}

.poster-white-line {
  border-top: 1px solid #fff;
  width: 70%;
}

.poster-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  flex-wrap: wrap;
}

.poster-cena-netto {
  color: rgba(71, 71, 71, 0.88);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  letter-spacing: -0.28px;
  display: flex;
  justify-content: flex-end;
}

.poster-cena {
  color: #474747;
  text-align: center;
  font-family: "Poppins";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 42px */
  padding-bottom: 8px;
}

.poster-text-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.poster-why-worth-container {
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.28px;
  padding-left: 8px;
}

.tabliczkinfc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.czemu-to-nie-svg {
  color: #474747;
}

.gradient-bgc-table {
  background: linear-gradient(101deg, #ff544f 0%, #fad126 100%);
}

.zostaw-opinie img {
  width: 504px;
  height: 420px;
  border-radius: 16px;
  margin: 60px auto 96px auto;
  display: flex;
  justify-content: center;
}

.zostaw-opinie img {
  max-width: 100%;
  max-height: 100%;
}

.contact-tabela {
  display: flex;
  gap: 32px;
  padding-bottom: 64px;
}

.border-wrapper {
  padding: 16px;
  border-radius: 16px;
  background-color: #fff;
  margin: 0px;
  color: #474747;
  text-align: center;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.28px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.contact-button-druk {
  color: #ff544f;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: -0.28px;
}

.contact-button-druk span {
  color: #ff544f;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: -0.28px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.table-margin {
  margin: 0px;
}

.border-wrapper table {
  border: 1px solid rgba(71, 71, 71, 0.25);

  border-radius: 16px;
  border-collapse: separate;
  width: 100%;
}

.border-wrapper th,
.border-wrapper td {
  min-height: 50px;
  /* Ustawia minimalną wysokość komórek */
  height: 50px;
  /* Ustawia stałą wysokość komórek */
}

.border-wrapper table thead tr th,
.border-wrapper table tbody tr td {
  border-bottom: 1px solid rgba(71, 71, 71, 0.25);
  border-right: 1px solid rgba(71, 71, 71, 0.25);
  padding: 0px 15px;
}

.border-wrapper table thead tr th:last-child {
  border-right: 0;
}

.border-wrapper table tbody tr td:last-child {
  border-right: 0px;
}

.border-wrapper table tbody tr:last-child td {
  border-bottom: 0px;
}

.grafiki-na-potrzeby-druku {
  color: #fff;
  font-family: "Poppins";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 52.8px */
  justify-content: center;
  display: flex;
  margin-top: 96px;
  margin-bottom: 64px;
  text-align: center;
}

.grafiki-text {
  width: 100%;
  display: flex;
  justify-content: center;
  /* Centrowanie kontenera */
  align-items: center;
  /* Centrowanie pionowe */
}

.border-wrapper {
  color: rgba(71, 71, 71, 0.75);
  text-align: center;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: -0.28px;
}

.pomaranczowy-tekst {
  color: #ff9100;
  text-align: center;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  letter-spacing: -0.28px;
}

.tabela-szary-gruby-tekst {
  color: rgba(71, 71, 71, 0.75);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  letter-spacing: -0.28px;
}

.efekty-naszej-pracy {
  color: #fff;
  font-family: "Poppins";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 42px */
  justify-content: center;
  display: flex;
  margin-top: 64px;
  margin-bottom: 40px;
}

.swiper {
  width: 100%;
  max-width: 504px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  width: 300px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  max-height: 400px;
}

.choose-pakiet {
  color: #fff;
  font-family: "Poppins";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 42px */
  margin-bottom: 20px;
  margin-top: 64px;
  display: flex;
  justify-content: center;
}

.tittle-and-contact {
  padding-top: 112px;
  padding-bottom: 72px;
}

.grafiki-na-potrzeby-social-media {
  color: #ff9100;
  font-family: "Poppins";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 52.8px */
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  text-align: center;
}

.contact-buttons-container {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.contact-grafika {
  display: flex;
  padding: 12px 32px;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 16px;
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: -0.28px;
  border-radius: 16px;
  background: #ff9100;
  width: fit-content;
  text-decoration: none;
}

.tabela-cechy {
  padding-bottom: 72px;
}

.container-cechy {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cecha {
  border-radius: 16px;
  background: #fff;
  padding: 16px;
  gap: 16px;
  display: flex;
  align-items: center;
  width: 90%;
}

.cecha-ikonka {
  border-radius: 40px;
  background: #ff9100;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.cecha-text {
  color: rgba(71, 71, 71, 0.75);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: -0.28px;
  width: 54%;
}

.cecha-text span {
  color: rgba(71, 71, 71, 0.75);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.28px;
}

.efekty {
  color: rgba(71, 71, 71, 0.75);
  font-family: "Poppins";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 42px */
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.container-form {
  padding: 112px 160px;
  gap: 56px;
}

.form-invitation_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.form-invitation_header h3 {
  color: #ff9100;
  font-family: "Poppins";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 52.8px */
}

.form-invitation_header h4 {
  color: rgba(71, 71, 71, 0.75);
  font-family: "Poppins";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 42px */
}

.dziekujemy {
  display: none;
  align-items: center;
  gap: 16px;
  padding: 56px 0px;
  justify-content: center;
}

.dziekujemy h6 {
  color: rgba(71, 71, 71, 0.75);
  font-family: "Poppins";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  /* RESET MARGINESÓW, TO PSUŁO */
}

.dziekujemy svg {
  vertical-align: middle;
}

.container-formularz {
  padding: 0px 100px;
  gap: 24px;
  display: flex;
  flex-direction: column;
}

.podpis-inputa {
  color: #474747;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.32px;
  white-space: nowrap;
}

.gwiazdka {
  color: #ff9100;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
}

.form-dane {
  gap: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.formularz-input {
  width: 100%;
  display: flex;
  padding: 12px 24px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.05);
  border: none;
}

.formularz-input::placeholder {
  color: rgba(33, 33, 33, 0.25);
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: -0.28px;
  opacity: 0.8;
}

.container-formularz2 {
  display: flex;
  gap: 24px;
  align-items: center;
}

select.formularz-input {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23474747" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

.stopka-formularza {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  /* wyrównuje wszystkie elementy do góry */
}

.send-form-button {
  display: flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #ff9100;
  color: #ffffff;
  border: none;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.28px;
  white-space: nowrap;
  cursor: pointer;
}

.send-form-button:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

.akceptacja-formularza label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  max-width: 600px;
  flex: 1;
}

.akceptacja-formularza span {
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.28px;
  color: rgba(71, 71, 71, 0.5);
  user-select: none;
}

.form-checkbox {
  border-radius: 6px;
  border: 2px solid rgba(71, 71, 71, 0.25);
  background: #f8f8f8;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 14px;
  color: #474747;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-checkbox:checked {
  color: white;
  background-color: #ef8700;
  border-color: transparent;
}

.form-check-input:focus {
  box-shadow: none;
  outline: none;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.5em;
}

.gradient-bgc-footer {
  background: linear-gradient(90deg, #fad126 0%, #ff544f 100%);
}

.container-footer {
  padding: 32px 0px;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.white-border-top {
  border-top: 1px solid #fff;
  padding-top: 16px;
}

.buttons-footer {
  display: flex;
  gap: 32px;
  justify-content: flex-end;
}

.button-footer {
  display: flex;
  padding: 12px 32px;
  gap: 16px;
  border-radius: 16px;
  background: #fff;
  white-space: nowrap;
  transition: 0.3s all ease-in-out;
  justify-content: center;
}

.button-footer:hover {
  background: #f0f0f0;
}

.button-footer-text {
  color: #ff544f;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: -0.28px;
}

.button-footer-ikonka {
  display: flex;
}

.text-no-decoration {
  text-decoration: none;
  color: inherit;
}

.polityka {
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: -0.28px;
}

.ikonki {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.ikonka {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  background: #fff;
}

.container-footer .col-12 {
  padding: 0px;
}

@media (max-width: 992px) {
  .nav-buttons {
    display: none;
  }

  .logo {
    display: flex;
    justify-content: center;
  }

  .offer-tittle {
    text-align: center;
    font-family: "Poppins";
    font-size: 44px;
    font-style: normal;
    font-weight: 900;
    line-height: 115.02%;
    text-transform: uppercase;
  }

  .offer-description {
    font-size: 16px;
    width: 100%;
  }

  .jak-dzialamy-img {
    display: none;
  }

  .jak-dzialamy-img_mobile {
    display: flex;
    justify-content: center;
  }

  .oferta-svg {
    margin-top: 64px;
    display: flex;
    justify-content: center;
  }

  .tittle-oferta {
    padding: 32px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .container-pakiet {
    flex-direction: column;
  }

  .container-pakiet-right {
    align-items: flex-start;
  }

  .pasek-pomaranczowy {
    width: 100%;
    box-sizing: content-box;
  }

  .pakiet-tittle {
    width: 100%;
  }

  .container-pakiet-right {
    margin-top: 24px;
  }

  .contact-tabela {
    flex-direction: column;
  }

  .contact-buttons-container {
    flex-direction: column;
  }

  .contact-grafika {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .canva-image img {
    width: 100%;
  }

  .poster-canva {
    margin-bottom: 24px;
  }
  .grafiki-cechy {
    padding-top: 24px;
  }

  .cecha-text {
    width: 80%;
  }

  .border-orange {
    margin-top: 72px;
  }

  .container-form {
    padding: 40px 0px;
  }

  .container-formularz {
    padding: 0px;
  }

  .container-formularz2 {
    flex-direction: column;
  }

  .stopka-formularza {
    flex-direction: column;
    align-items: normal;
  }

  .form-invitation_header h3 {
    color: #ff9100;
    font-family: "Poppins";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 33.6px */
  }

  .form-invitation_header h4 {
    color: rgba(71, 71, 71, 0.75);
    font-family: "Poppins";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 27.6px */
  }

  .send-form-button {
    order: 3;
  }

  .logo-footer {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
  }

  .buttons-footer {
    flex-direction: column;
    gap: 16px;
    padding: 0px 16px;
  }

  .polityka {
    display: flex;
    justify-content: center;
  }

  .ikonki {
    justify-content: center;
    gap: 8%;
    margin-top: 24px;
  }
}

@media (max-width: 580px) {
  .zostaw-opinie {
    width: 340px;
    height: 283px;
    margin: 0px auto 96px auto;
    display: flex;
    justify-content: center;
  }
}
