.elementor-kit-15{--e-global-color-primary:#E50B7E;--e-global-color-secondary:#2B3990;--e-global-color-text:#000000;--e-global-color-accent:#E5E8F7;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:680px;}.e-con{--container-max-width:680px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:680px;}.e-con{--container-max-width:680px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.page-header {display: none;}
.page {
    display: flex;
    flex-direction: column;
	min-height:calc(100vh - 200px);
}
body {
  /* Ustawiamy dwa obrazki tła */
  background-image: url("https://multipharm.com.pl/wp-content/uploads/2025/09/tlo-1.png"),
    url("https://multipharm.com.pl/wp-content/uploads/2025/09/tlo-2.png");

  /* Pozycje x/y (najpierw pierwszy obrazek, potem drugi) */
  background-position: left 0px top 63px, right -400px bottom -200px;

  /* Możesz manipulować rozmiarem obrazów np. cover, contain albo w px */
  background-size: contain auto, contain auto;

  /* Żeby tła się nie powtarzały */
  background-repeat: no-repeat, no-repeat;

  /* Opcjonalnie przyklejenie do viewportu */
  background-attachment: fixed, fixed;
}
@media screen and (max-width: 768px) {
  body {
    background-image: none !important;
    background-attachment: initial !important;
  }
}
@media screen and (max-width: 1024px) {
    background-size: 300px auto, 500px auto;
 background-position: left -200px top 63px, right -400px bottom -200px;
}/* End custom CSS */