/* @import url("https://use.typekit.net/dnv1ysz.css"); */

/* * {
  font-family: "ballinger", sans-serif !important;
} */

@font-face {
  font-family: "Ballinger Medium";
  src: url(https://26532610.fs1.hubspotusercontent-eu1.net/hubfs/26532610/ballinger-fonts/ballinger-medium.ttf)
    format("truetype");
}
@font-face {
  font-family: "Ballinger Bold";
  src: url(https://26532610.fs1.hubspotusercontent-eu1.net/hubfs/26532610/ballinger-fonts/ballinger-bold.ttf)
    format("truetype");
}

@font-face {
  font-family: "Ballinger Regular";
  src: url(https://26532610.fs1.hubspotusercontent-eu1.net/hubfs/26532610/ballinger-fonts/ballinger-regular.ttf)
    format("truetype");
}

:root {
  --max-width: 1360px;
  --vertical-spacing: px;
  --borders: 1px solid #cecece;
  --box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  --accent-color: #ff4c00;
  --alt-accent-color: ;
  --accent-light-color: #cecece;
  --text-color: #000000;
  --dark-bg: #232e3b;
  --light-bg: #f6f6f5;
  --primary-font: font_stack(
    theme.global.fonts.primary_font.font,
    theme.global.fonts.primary_font.fallback
  );
  --secondary-font: font_stack(
    theme.global.fonts.secondary_font.font,
    theme.global.fonts.secondary_font.fallback
  );
  --base-font: normal 400 18px/1.4 Ballinger Regular, Playfair Display,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --base-size: 18px;
  --base-mobile-size: 16px;
  --base-mobile-line-height: 1.4;
  --base-letter-spacing: 0em;
  --base-transform: none;
  --base-color: #000000;
  --h1-font: normal 500 50px/1.15 Ballinger Medium, Playfair Display,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --h1-size: 50px;
  --h1-mobile-size: 38px;
  --h1-mobile-line-height: 1.15;
  --h1-letter-spacing: 0em;
  --h1-transform: none;
  --h1-color: #000000;
  --h2-font: normal 500 40px/1.42 Ballinger Medium, Playfair Display,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --h2-size: 40px;
  --h2-mobile-size: 30px;
  --h2-mobile-line-height: 1.42;
  --h2-letter-spacing: 0em;
  --h2-transform: none;
  --h2-color: #000000;
  --h3-font: normal 500 30px/1.42 Ballinger Medium, Playfair Display,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --h3-size: 30px;
  --h3-mobile-size: 24px;
  --h3-mobile-line-height: 1.42;
  --h3-letter-spacing: 0em;
  --h3-transform: none;
  --h3-color: #000000;
  --h4-font: normal 500 26px/1.2 Ballinger Medium, Playfair Display,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --h4-size: 26px;
  --h4-mobile-size: 24px;
  --h4-mobile-line-height: 1.4;
  --h4-letter-spacing: 0.01em;
  --h4-transform: none;
  --h4-color: #000000;
  --h5-font: normal 500 21px/1.42 Ballinger Medium, Playfair Display,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --h5-size: 21px;
  --h5-mobile-size: 18px;
  --h5-mobile-line-height: 1.42;
  --h5-letter-spacing: 0em;
  --h5-transform: none;
  --h5-color: #000000;
  --h6-font: normal 500 16px/1.42 Ballinger Medium, Playfair Display,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --h6-size: 18px;
  --h6-mobile-size: 16px;
  --h6-mobile-line-height: 1.42;
  --h6-letter-spacing: 0em;
  --h6-transform: none;
  --h6-color: #000000;
  --blockquote-font: normal 500 30px/1.4 Ballinger Medium, Playfair Display,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --blockquote-size: 30px;
  --blockquote-mobile-size: 24px;
  --blockquote-mobile-line-height: 1.4;
  --blockquote-letter-spacing: 0em;
  --blockquote-transform: none;
  --blockquote-color: #000000;
  --eyebrow-font: normal 400 18px/1.67 Ballinger Medium, Playfair Display,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --eyebrow-size: 18px;
  --eyebrow-mobile-size: 16px;
  --eyebrow-mobile-line-height: 1.67;
  --eyebrow-letter-spacing: 0.25em;
  --eyebrow-transform: uppercase;
  --eyebrow-color: #000000;
  --subheadline-font: normal 400 18px/1.4 Ballinger Regular, Playfair Display,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --subheadline-size: 18px;
  --subheadline-mobile-size: 16px;
  --subheadline-mobile-line-height: 1.5;
  --subheadline-letter-spacing: 0em;
  --subheadline-transform: none;
  --subheadline-color: #000000;
  --links: ;
  --links-hover: #e5e1d2;
  --button-font: normal 700 16px/1.16 Ballinger Medium, Playfair Display,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --button-size: 16px;
  --button-mobile-size: 16px;
  --button-mobile-line-height: 1.16;
  --button-letter-spacing: 0em;
  --button-transform: none;
  --button-color: ;
  --button-border-radius: 40px;
  --button-border-width: 0px;
  --button-padding: 16px 22px;
  --header-button-padding: 16px 22px;
  --button-primary-text: #ffffff;
  --button-primary-text-hover: #000000;
  --button-primary-bg: #ff4c00;
  --button-primary-bg-hover: #e5e1d2;
  --button-primary-border: #ff4c00;
  --button-primary-border-hover: #e5e1d2;
  --button-secondary-text: #ffffff;
  --button-secondary-text-hover: #000000;
  --button-secondary-bg: #000000;
  --button-secondary-bg-hover: #e5e1d2;
  --button-secondary-border: ;
  --button-secondary-border-hover: ;
  --button-tertiary-text: #ffffff;
  --button-tertiary-text-hover: #ffffff;
  --button-tertiary-bg: #000000;
  --button-tertiary-bg-hover: rgba(0, 0, 0, 0.8);
  --button-tertiary-border: ;
  --button-tertiary-border-hover: ;
  --button-form-text: #ffffff;
  --button-form-text-hover: #ffffff;
  --button-form-bg: #ff4c00;
  --button-form-bg-hover: #e5e1d2;
  --button-form-border: #ff4c00;
  --button-form-border-hover: #e5e1d2;
  --button-link-text: #000000;
  --button-link-text-hover: #000000;
  --button-link-bg: ;
  --button-link-bg-hover: #e5e1d250;
  --button-link-border: ;
  --button-link-border-hover: ;
  --icon-color: #000000;
  --icon-hover-color: #ff4c00;
  --icon-enclosed-radius: 100px;
  --icon-enclosed-color: #000000;
  --icon-enclosed-hover-color: #ffffff;
  --icon-enclosed-bg-color: ;
  --icon-enclosed-bg-hover-color: #000000;
  --icon-enclosed-border: ;
  --icon-enclosed-border-hover-color: ;
  --list-spacing: 5px;
  --bullet-content: "\25CF";
  --bullet-color: #000000;
  --labels-font: normal 15px/1 Ballinger Medium, Playfair Display,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --labels-color: #000000;
  --help-font: normal 12px/1 Ballinger Medium, Playfair Display, Helvetica Neue,
    Helvetica, Arial, sans-serif;
  --help-color: #000000;
  --input-font: normal 15px/1 Ballinger Medium, Playfair Display, Helvetica Neue,
    Helvetica, Arial, sans-serif;
  --input-color: #000000;
  --placeholders-font: normal 15px/1 Ballinger Medium, Playfair Display,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --placeholders-color: rgba(0, 0, 0, 0.4) !important;
  --choice-font: normal 15px/1 Ballinger Medium, Playfair Display,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --choice-color: #000000;
  --errors-font: normal 12px/1 Ballinger Medium, Playfair Display,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --errors-color: white;
  --gdpr-font: normal 12px/1 Ballinger Medium, Playfair Display, Helvetica Neue,
    Helvetica, Arial, sans-serif;
  --gdpr-color: #000000;
  --field-bg: #ffffff;
  --field-radius: px;
  --field-border: 1px solid #cecece;
  --field-focus: 2px solid #000000;
  --field-error: 2px solid #ff0000;
  --input-height: 40px;
  --multi-height: 120px;
  --choice-height: 17px;
  --choice-checked-bg: #000000;
  --errors-bg: #ff0000;
  --select-arrow: url(https://26532610.fs1.hubspotusercontent-eu1.net/hubfs/26532610/select-custom-button.svg);
  --boxin-bg: #232e3b;
  --boxin-border: 1px solid #cecece;
  --boxin-radius: 0px;
  --boxin-shadow: 5px 10px 25px 0px rgba(0, 0, 0, 0.1);
  --default-title: normal 700 30px/1.42 Ballinger Medium, Playfair Display,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --default-title-color: #000000;
  --default-title-bg: ;
  --default-title-padding: 0;
  --default-bg: ;
  --default-border: ;
  --default-padding: 0;
  --padding-top-boxin: 10%;
  --padding-right-boxin: 10%;
  --padding-bottom-boxin: 10%;
  --padding-left-boxin: 10%;
  --arrows: #000000;
  --arrows-hover: #000000;
  --pagination: #cecece;
  --pagination-active: #000000;
  /*     --header-sticky: static; */
  --dropdown-background: #ffffff;
  --menu-link-font: normal 400 15px/1 Ballinger Medium, Playfair Display,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --menu-link-size: 15px;
  --menu-link-mobile-size: 15px;
  --menu-link-mobile-line-height: 1;
  --menu-link-letter-spacing: 0.02em;
  --menu-link-transform: none;
  --menu-link-color: #000000;
  --menu-link-hover: #000000;
  --child-link-font: normal 15px/2 Ballinger Medium, Playfair Display,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --child-link-size: 15px;
  --child-link-mobile-size: 15px;
  --child-link-mobile-line-height: 2;
  --child-link-letter-spacing: 0em;
  --child-link-transform: none;
  --child-link-color: #000000;
  --child-link-hover: #000000;
  --footer-links: #000000;
  --footer-links-hover: #000000;
  --footer-font: normal 400 15px/1.85 Ballinger Medium, Playfair Display,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --footer-size: 15px;
  --footer-mobile-size: 15px;
  --footer-mobile-line-height: 1.85;
  --footer-letter-spacing: 0em;
  --footer-transform: none;
  --footer-color: #000000;
  --footer-menu-font: normal 400 15px/2 Ballinger Medium, Playfair Display,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --footer-menu-size: 15px;
  --footer-menu-mobile-size: 15px;
  --footer-menu-mobile-line-height: 2;
  --footer-menu-letter-spacing: 0.02em;
  --footer-menu-transform: none;
  --footer-menu-color: #000000;
  --footer-menu-hover: #000000;
  --footer-child-font: normal 18px/1.85 Ballinger Medium, Playfair Display,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  --footer-child-size: 18px;
  --footer-child-mobile-size: 18px;
  --footer-child-mobile-line-height: 1.85;
  --footer-child-letter-spacing: 0em;
  --footer-child-transform: none;
  --footer-child-color: #000000;
  --footer-child-hover: #000000;
}

body {
  /*     padding-top: 68px; */
  background-color: #f5f5ea;
}

.hs-button {
  padding: 16px 22px 18px 22px !important;
}

.responsive-text-homepage-kim-jestesmy {
  padding: 80px 80px 0px 80px;
}

.responsive-text-row-homepage-kim-jestesmy {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.responsive-text-homepage-kim-jestesmy > h1 {
  max-width: 720px;
}

.responsive-text-row-homepage-kim-jestesmy > p {
  font-size: 26px;
  line-height: 31.2px;
  margin-top: 80px;
  max-width: 500px;
}

#hs_cos_wrapper_widget_1715606677194 {
  padding: 0px 0px 0px 0px;
}

/* poznaj nas button */
.widget_1715606677194-flexbox-positioning {
  padding: 0px 0px 285px 80px;
}

.responsive-text-row-homepage-zostan-sprzedawca,
#hs_cos_wrapper_widget_1715670767876, #hs_cos_wrapper_module_17159563588057 {
  max-width: 580px !important;
  margin-left: calc(50% + 40px) !important;
}

@media (max-width: 768px) {
  .responsive-text-homepage-kim-jestesmy {
    padding: 20px 0px 0px 0px;
  }
  .responsive-text-row-homepage-kim-jestesmy {
    flex-direction: column;
    margin-top: 40px;
  }
  .responsive-text-homepage-kim-jestesmy > h1 {
    max-width: 100%;
  }
  .responsive-text-row-homepage-kim-jestesmy > p {
    font-size: 24px;
    line-height: 29.6px;
    margin-top: 24px;
  }

  #hs_cos_wrapper_widget_1715606677194 {
    padding: 40px 0px;
  }

  /* poznaj nas button */
  .widget_1715606677194-flexbox-positioning {
    padding: 40px 0px 285px 0px;
  }

  .responsive-text-row-homepage-zostan-sprzedawca,
  #hs_cos_wrapper_widget_1715670767876 {
    position: relative;
    margin-left: 5% !important;
    width: 90% !important;
  }

  #hs_cos_wrapper_widget_1715603579897 {
    padding-top: 0px !important;
  }
  #hs_cos_wrapper_widget_1715672796305 {
    padding-top: 0px !important;
  }
}

#hs_cos_wrapper_widget_1715601772074 {
  max-width: 350px;
}

/* header */
@media (max-width: 768px) {
  body {
    padding-top: 100px;
  }

  .header-row-0-padding {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .site-header__main-wrapper > span > a > img {
    width: 80px !important;
  }
  .site-header {
    position: fixed !important;
  }
}

/* Footer */

.footer_dnd_main_desktop-column-2-padding,
.footer_dnd_main_desktop-column-3-padding,
.footer_dnd_main_desktop-column-4-padding {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.footer_dnd_main_desktop-column-1-padding {
  width: 250px !important;
  /*   width: 20%; */
}

.footer_dnd_main_desktop-column-2-padding {
  width: 49%;
  padding-right: 20px;
}

.footer_dnd_main_desktop-column-3-padding {
  margin-left: 0px;
  width: 16%;
}

.footer_dnd_main_desktop-column-4-padding {
  margin-left: 26px;
  width: 15%;
}

/* comment/uncomment the following lines to edit mobile footer */

.desktop-content {
  display: block;
}
.mobile-content {
  display: none;
}

@media screen and (max-width: 768px) {
  .desktop-content {
    display: none;
  }
  .mobile-content {
    display: block;
  }
}

/* Form */
.field.hs-form-field {
  margin-top: 10px !important;
}

.hs-fieldtype-text label[placeholder] {
  display: none;
  position: absolute;
  top: 8px;
  margin-left: 18px;
  color: black;
  font-family: "Ballinger Medium", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  pointer-events: none;
}

.hs-fieldtype-phonenumber label[placeholder] {
  display: none;
  position: absolute;
  top: 8px;
  margin-left: 18px;
  color: black;
  font-family: "Ballinger Medium", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  pointer-events: none;
}

.hs-fieldtype-select label[placeholder] {
  display: none;
  position: absolute;
  top: 8px;
  margin-left: 18px;
  color: black;
  font-family: "Ballinger Medium", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  pointer-events: none;
}


.hs-fieldtype-text input, .hs-fieldtype-phonenumber input, .hs-fieldtype-select select, .hs-fieldtype-textarea textarea {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  border: none;
  outline: none;
  height: 50px;
  padding-left: 18px;
/*   padding: 25px 25px 25px 18px; */
  border-radius: 12px;
  transition: 0.1s ease;
}

select.is-placeholder {
    color: grey;
}

.hs-fieldtype-textarea textarea {
  padding-top: 14px;
  height: 100px;
}

ul.hs-error-msgs {
  border-radius: 12px !important;
  padding: 0.25em 0.5em !important;
}

/* .hs-fieldtype-text.hs-input-focused label, */
/* .hs-fieldtype-text input:focus + label {
    font-size: 12px;
    line-height: 14px;
    top: 8px;
    color: black;
  } */

.legal-consent-container {
  border: 0;
}

.hs-error-msgs {
  display: inline-block !important;
  width: auto !important;
}

#hs_form_target_widget_1715759789616 {
  max-width: 640px;
}

/* Contact Form */

#hs_form_target_widget_1715925877210 > form > .hs_submit {
    display: flex;
    justify-content: flex-end;
}

#hs_form_target_widget_1715925877210 > form > .hs_submit > .actions > input {
  color: var(--button-secondary-text);
  background-color: var(--button-secondary-bg);
}

#hs_form_target_widget_1715925877210
  > form
  > .hs_submit
  > .actions
  > input:hover {
  color: var(--button-secondary-text-hover);
  background-color: var(--button-secondary-bg-hover);
}


/* Vendor Registration Form */

#hs_form_target_widget_1715759789616 > form > .hs_submit {
    display: flex;
    justify-content: flex-end;
}

#hs_form_target_widget_1715759789616 > form > .hs_submit > .actions > input {
  color: var(--button-secondary-text);
  background-color: var(--button-secondary-bg);
}

#hs_form_target_widget_1715759789616
  > form
  > .hs_submit
  > .actions
  > input:hover {
  color: var(--button-secondary-text-hover);
  background-color: var(--button-secondary-bg-hover);
}


/* About Page */
#hs_cos_wrapper_widget_1715841376297 {
  max-width: 720px;
}

#hs_cos_wrapper_widget_1715842783642 {
  max-width: 900px;
}

#hs_cos_wrapper_widget_1715842451833 {
  padding-bottom: 890px;
}

@media (max-width: 768px) {
  #hs_cos_wrapper_widget_1715842451833 {
    padding-bottom: 450px;
  }
}

.spaced-image {
  margin-top: 60px;
  margin-bottom: 60px;
 }

.h1-spacing {
  margin-bottom: 40px!important;
  max-width: 800px!important;
 }

.p-spacing 
      span {
      display: inline-block;
      margin-right: 40px;
    }
    .p-spacing span:not(:last-child) {
      margin-bottom: 10px;
    }

#hs_cos_wrapper_widget_1718272619006
 
        .module {
            width: 1240px;
            display: grid;
            grid-template-columns: 800px 440px;
            gap: 80px; 
            margin-left: auto; 
            margin-right: auto;
        }
        .column1 {
            background-color: transparent;
        }
        .column2 {
            background-color: transparent; 
        }
        .gap {
            background-color: transparent;
        }
}


#charity-header-2

   .container {
         
            text-align: left;
            display: flex;
            width: 360px;
            flex-direction: column;
            justify-content: flex-end;
            align-items: flex-start;
            gap: 30px;
     }
        .header {
            font-family: 'Ballinger', sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%;
            color: #000;
            opacity: 0.5;
            margin-bottom: 5px;
        }
        .social-media {
            margin-top: 20px;
        }
        .social-media a {
            color: #000;
            text-decoration: none;
            display: inline-block;
            margin-right: 20px;
        }


.breadcrumbs-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    padding-top: 0px;
  }

  .fundacje-text {
    color: rgba(0, 0, 0, 0.50);
  }

 .fundacja-styled-text {
      font-size: 26px;
      font-weight: 500;
      line-height: 120%; /* 31.2px */
}

    .fundacja-2-heading {
      font-size: 18px;
      font-weight: 400;
      line-height: 140%; /* 25.2px */
      margin-bottom: 20px;
    }
    .fundacja-2-body-text {
      font-size: 18px;
      font-weight: 400;
      line-height: 140%; /* 25.2px */
    }

    .fundacja-3-heading {
      font-size: 18px;
      font-weight: 400;
      line-height: 140%; /* 25.2px */
      margin-bottom: 20px!important;
      margin-top: 80px!important;
    }


 .image-charity-layout {
        display: flex;
        width: 250px;
        height: 160px;
        padding: 31px 52px 31px 53px;
        justify-content: center;
        align-items: center;
        background: #FFF;
    }
    .image-size {
        width: 145px;
        height: 98px;
        flex-shrink: 0;
}

 .image-charity-round-layout {
        display: flex;
        width: 140px;
        padding: 36px 19px 40px 19px;
        justify-content: center;
        align-items: center;
        border-radius: 70px;
        background: #FFF;
        margin-bottom: 60px;
    }
    .image-round-size {
        width: 102px;
        height: 64px;
        flex-shrink: 0;
    }
    .margin-bottom-60 {
        margin-bottom: 60px;
    }


.image-square-layout {
        display: flex;
        width: 250px;
        height: 250px;
        padding: 73px 26px 74px 26px;
        justify-content: center;
        align-items: center;
        background: #FFF;
        margin-bottom: 60px;
    }
    .image-square-size {
        width: 198px;
        height: 103px;
        flex-shrink: 0;
    }


/* Vendor Registration Form */

#hs_form_target_widget_1715759789616 > form > .hs_submit {
    display: flex;
    justify-content: flex-end;
}

#hs_form_target_widget_1715759789616 > form > .hs_submit > .actions > input {
  color: var(--button-secondary-text);
  background-color: var(--button-secondary-bg);
}

#hs_form_target_widget_1715759789616
  > form
  > .hs_submit
  > .actions
  > input:hover {
  color: var(--button-secondary-text-hover);
  background-color: var(--button-secondary-bg-hover);
}


/* Secondary button (czarny) */
.button.button--secondary {
  background: #000 !important;
  border-radius: 333px !important;
  padding: 16px 22px 18px 22px !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  color: #FFF !important;
  font-family: "Ballinger Medium", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 130% !important;
}

.button.button--secondary {
  background-color: var(--button-secondary-bg);
  border-color: var(--button-secondary-border);
  color: var(--button-secondary-text);
}

.button.button--secondary:hover {
  background-color: var(--button-secondary-bg-hover) !important;
  color: #000 !important;
}

/* Tertiary button (biały) */
.button.button--tertiary {
  background: #FFF !important;
  border-radius: 333px !important;
  padding: 16px 22px 18px 22px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  color: #000 !important;
  font-family: "Ballinger Medium", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 130% !important;
}

.button.button--tertiary:hover {
  background: #000 !important;
  color: #FFF !important;
}

/* Odstęp między buttonami */
.site-header__utility .button + .button {
  margin-left: 8px !important;

}