.page-header {
	color: black;
	text-decoration: none;
	display: flex; /* Use flexbox for horizontal arrangement */
	justify-content: center; /* Center the boxes horizontally */
	gap: 20px; /* Add some space between the boxes */
	flex-wrap: wrap; /* Allow boxes to wrap onto multiple lines if needed */
	padding: 20px;
}


.product-header-google-ads {
    width: 100%;
    height: 400px;
    background-image: url("../images/product-bcg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center; /* Center the content wrapper horizontally */
    align-items: center; /* Center the content wrapper vertically */
}

.content-wrapperheaderbox {
    display: flex;
    flex-direction: column; /* Stack elements vertically */
    align-items: center; /* Center items horizontally within the wrapper */
    /* You can add width here if you don't want the content to stretch full width */
    /* width: 50%; */
}

.text-containerheaderbox {
    text-align: center; /* Center text within the paragraph */
    margin-bottom: 10px; /* Add some space between text and image */
}

.image-containerheaderbox {
    /* Styles for the image container if needed */
}

.image-containerheaderbox img {
    display: block; /* To prevent any default inline spacing around the image */
    max-width: 100%; /* Prevent image from overflowing */
    height: auto;
}


.item-page {
  max-width: 900px;
  margin: 0 auto; /* Dodajemy to, aby wycentrować */
}

/* Style dla linków wewnątrz klas 'com-content-category-blog__items', 'footer-content' oraz 'card-body' */
.com-content-category-blog__items a,
.footer-content a,
.card-body a {
  color: #000; /* Czarny kolor tekstu */
  text-decoration: none; /* Usunięcie podkreślenia */
}

/* Dodatkowo, style dla linków wewnątrz listy w klasie 'footer-content' */
.footer-content ul li a {
    color: #000; /* Czarny kolor tekstu */
    text-decoration: none; /* Usunięcie podkreślenia */
}

/* Style dla ikon (obrazków) w linkach w klasie 'footer-content' */
.footer-content a img.icon {
    vertical-align: middle; /* Wyrównanie ikony do środka wertykalnie */
    margin-right: 5px; /* Dodanie odstępu między ikoną a tekstem */
}


.left.item-image {
    display: block; /* Important: Make it a block element */
    margin: 0 auto; /* Auto margins for horizontal centering */
    float: none; /* Remove the float */
}

.tdn {
  color: black;
  text-decoration: none;
}

footer a {
  color: black;
  text-decoration: none;
}


.main-contentcontactother {
  text-align: justify; /* Domyślne wyrównanie tekstu do lewej */
  max-width: 960px; /* Ograniczenie szerokości dla lepszej czytelności */
  margin: 0 auto; /* Wyśrodkowanie kontenera */
  padding: 20px; /* Dodanie paddingu do kontenera */
}

.main-contentcontactother h1,
.main-contentcontactother h2 {
  text-align: center; /* Wyśrodkowanie */
} 


.centera {
  display: flex; /* Use flexbox for horizontal arrangement */
  justify-content: center; /* Center the boxes horizontally */
  gap: 20px; /* Add some space between the boxes */
  flex-wrap: wrap; /* Allow boxes to wrap onto multiple lines if needed */
}

.contact-boxa {
  width: 300px;
  text-align: center; /* Center text within the box */
  margin-bottom: 20px; /* Space between boxes if they wrap */
}

.contact-box img {
  display: block;
  margin: 10px auto;
}

.contact-box h3 {
  font-size: 1.2em; /* Use relative font sizes */
  margin-bottom: 10px;
}

.contact-boxa a {
  color: inherit; /* Inherit color from parent */
  text-decoration: none; /* Remove underlines from links */
}

/* Optional: Add some basic styling for better readability */
.contact-boxa p {
    margin-bottom: 5px;
}

.desktop-only {
    display: none;
}

@media (min-width: 992px) {
    .desktop-only {
        display: block;
    }
}

@media (max-width: 768px) {
    .mobile-only {
        display: block;
    }
}


/* Dla desktopów - szerokość 60% */
@media (min-width: 768px) {
    .swiper {
        width: 60%;
    }
}

.swiper-slide {
    text-align: center;
    padding: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #333;
}

.swiper-pagination-bullet-active {
    background: #333;
}

.columnswiper {
    width: 90%;
}

.dots-icon {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items:center;
	width:100%;
	margin: 3em 0;
}

.dot-icon {
	width: 5px;
	height: 5px;
	border: 2px solid #0f4c81;
	border-radius: 50%;
	margin: 0.5em;
}


/* Fix zgoda display */

.zgoda-container {
    display: flex;
    flex-direction: column; /* Stack checkbox and label vertically */
    align-items: center; /* Center both elements */
    gap: 10px;
    font-size: 14px;
    max-width: 100%;
    text-align: center;
}

.zgoda-container label {
    text-align: center;
    display: block; /* Ensures it takes full width for centering */
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
    max-width: 100%; /* Prevents any wrapping issues */
}

/* Mobile adjustments */
@media screen and (max-width: 480px) {
    .zgoda-container {
        flex-direction: column;
        align-items: center; /* Centers both elements */
        text-align: center;
    }

    .zgoda-container label {
        text-align: center;
    }
}





/* Main Container */
.boxoffer {
	display: flex;
    justify-content: center; /* Centers columns */
    align-items: stretch; /* Ensures columns have equal height */
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap; /* Prevents overflow and stacks on mobile */
}

/* Individual Columns */
.column {
    flex: 1;
    min-width: 300px;
    max-width: 33%; /* Ensures three columns in one row */
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    text-align: center;
	display: inline-block;
    box-sizing: border-box; /* Prevents padding from affecting width */
}

/* Images */
.column img {
    width: 100%;
    max-width: 280px;
    height: auto;
}

/* Headings */
.column h3 {
    margin: 15px 0 10px;
}

.column h3 a {
    color: #000;
    text-decoration: none;
}

/* Paragraphs */
.column p {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 1000px) {
    .container {
        flex-direction: column;
        align-items: center;
    }

    .column {
        width: 90%;
        max-width: none;
    }
	.container-header .grid-child {
  /* padding: 0px; */
  display:block;
  background-color: #000;
}
}
	


.1custom {clear:both; float:right;}
.txt_sml		{font-size: 0.7em; }				
.box_sml		{display: inline-block; width: 180px; height: 300px align: center; vertical-align: top; font-size: 0.8em;}

.cont 			{position: relative;
				margin: auto; border: 0px; padding: 0px;
				max-width: 980px; width: 100%; }
.stopa			{position:absolute; bottom:0; right:0;; 
				color: #C0C0C0; text-align:right; font-size: 0.8em; }				
.lang 			{display: block; float: right; width: auto; padding: 2px; font-size: 0.8em; }
.logo 			{display: block; float: left; width: auto; padding: 2px;}
.menu_1 			{clear:both; display: block; float: right; width: auto; padding: 2px; font-size: 1.0em; }
.menu_2 			{font-size: 0.8em;}
.content		{display: block; float: left; width: 100%; min-height: 315; padding: 2px; 
				text-align:right; vertical-align:top }
.pool			{height: 180px;}
.pools			{height: 50px;}
.poold			{clear:both; height: 20;}
.tabd			{clear: both; text-align:right; margin-bottom:0;
				padding-bottom:1px; border-bottom:1px solid #0f4c81; }
				
				
.tabl			{float:right; vertical-align:top; padding-bottom:1px; border-bottom:1px solid #9FBB43; width:100%;} 

.hgl			{color: #9FBB43;}
.hgd			{color: #0f4c81; font-size:1.4em; }
.hgb			{color: #000000; font-size:1.0em; margin:0px;}
.article		{font-size: 0.9em; text-align:right; vertical-align:top; display: block; 
				-webkit-margin-before: 1px;
				-webkit-margin-after: 1px;
				-webkit-margin-start: 1px;
				-webkit-margin-end: 1px;
} 
.articlel		{font-size: 0.9em; text-align:left; vertical-align:top; width: 70%;
				display: block; float:right; 
				-webkit-margin-before: 1px;
				-webkit-margin-after: 1px;
				-webkit-margin-start: 1px;
				-webkit-margin-end: 1px;
} 
.menu2			{font-size: 1em; text-align:right; vertical-align:top; min-width: 250px; min-height:250px;	background-image}




:root {
  --color-blue: #0F4C81;
  --color-orange: #f1b500;
  --color-green: #2ca14b;
  --color-red: #e33e2b;
  --color-light-blue: #3a7cec;
  --color-gray: #636363;
  --color-light-gray: #dadada;
  --color-white: #ffffff;
}


.fontsizeagree
	{
	font-size: 9px;
	}
#formularz2 {
    position:relative;
    right:10px;
    width:60%; /* ustawiamy szeroko¶ć formularza */
    margin:0 auto; /* jeżeli nasz formularz ma ustawion± szeroko¶ć wy¶rodkowujemy go */
    background-color:transparent; /* dodajemy kolor tła naszemu formularzowi */
    border:0px solid #000; /* dodajemy obramowanie o szeroko¶ci 2px */
    border-radius:0px; /* zaokr±glamy tło naszego formularza */
	padding:20px 20px 20px 20px; /* dodajemy margines wewn±trz naszego formularza */
    margin-top:0px; /* dodajemy margines górny naszego formularza */
}                                                                                

#formularz2 label {
    display:block;/* ustawiamy by label rozpoczynał się od nowej linii*/
    margin-bottom:5px;/* dodajemy margines dolny */
    font-weight:bold; /* pogrubiamy czcionkę */
    text-transform: uppercase; /* zamieniamy wszystkie litery na duże */
    font-size:12px; /* ustawiamy wielko¶ć czcionki */
    color:#000000; /* ustawiamy kolor czcionki */
}

#formularz2 textarea{
	display:block;
	padding:5px; /* dodajemy margines wewn±trz naszego pola */
	border-radius:0px; /* dodajemy zaokraglone rogi */
	border:1px solid #000; /* dodajemy obramowanie */
	width:84%; /* ustalamy szeroko¶ć */
	margin-bottom:5px; /* dodajemy margines dolny */
	margin:0 auto; /* jeżeli nasz formularz ma ustawion± szeroko¶ć wy¶rodkowujemy go */
	
	height:180px;
	background-color:transparent; /* dodajemy kolor tła naszemu formularzowi */
}
#formularz2 select{
	padding:5px; /* dodajemy margines wewn±trz naszego pola */
	border-radius:0px; /* dodajemy zaokraglone rogi */
	border:0px solid #ccc; /* dodajemy obramowanie */
	margin-bottom:5px; /* dodajemy margines dolny */
	width:180px; /* ustalamy szeroko¶ć */
  height:40px;
}
#formularz2 input{
	display:block;
	padding:5px; /* dodajemy margines wewn±trz naszego pola */
	margin:0 auto; /* jeżeli nasz formularz ma ustawion± szeroko¶ć wy¶rodkowujemy go */
	border-radius:5px; /* dodajemy zaokraglone rogi */
	border:1px solid #000; /* dodajemy obramowanie */
	margin-bottom:5px; /* dodajemy margines dolny */
	width:84%; /* ustalamy szeroko¶ć */
	height:40px;
	// border:2px solid #000; /* dodajemy obramowanie o szeroko¶ci 2px */
background-color:transparent; /* dodajemy kolor tła naszemu formularzowi */
}
	

#formularz2 input#submit {
  background-color:#333333; /* dodajemy kolor tła naszemu przyciskowi */
  color:#fff; /* kolor tekstu */
	width:60% /* ustalamy szeroko¶ć */
	cursor:pointer; /* zmieniamy kursor */
	margin-bottom:0px;/* resetujemy margines dolny */
}

#formularz2 p.copy {
	color:#555555; /* ustawiamy kolor czcionki */
	margin-bottom:0px; /* resetujemy margines dolny */
	font-size:12px; /* ustawiamy rozmiar czcionki */
	text-align: center; /* wy¶rodkowywujemy tekst */
}

#formularz2 p.copy a {
	color:#555555;/* ustawiamy kolor czcionki */ 
	text-decoration: none; /* usuwamy podkre¶lenie linku */
	font-weight:bold; /* pogrubiamy czcionkę */
}  


.container-component>*+*,.container-component>:first-child,.container-sidebar-left>*+*,.container-sidebar-left>:first-child,.container-sidebar-right>*+*,.container-sidebar-right>:first-child {
    margin-top: 0em
}
.card-body {
 
    padding: 0;
}
.blog {
	position: relative;
	margin: auto; border: 0px; padding: 0px;
	max-width: 980px; width: 100%; }
}

.header-section-blog {
  height: auto;
  padding: 2em 2em;
  background-color: var(--color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.text-muted
	{
	max-width: 900px;
	margin: 0 auto;
	}
.readmore
	{
	font-color: #fff !important;
	text-decoration: none;
	}

.zero
	{
	margin: 0em 0;
	}

.container-header {
	background-image: none;
	text-align: right;
	margin-top: 0px;
    background-color: #000;
	color: #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.03);
    position: relative;
    z-index: 10;	
    box-shadow: inset 0 1px 1px rgba(0,0,0,.03);
    position: relative;
    z-index: 10
	
}
.container-header .container-nav {
  padding-bottom: 0px;
}
.container-header .grid-child {
  /* padding: 0px; */
}
.card {
    --card-spacer-y: 1rem;
    --card-spacer-x: 1rem;
    --card-title-spacer-y: 0.5rem;
    --card-border-width: 0px;
    --card-box-shadow: ;
    --card-inner-border-radius: calc(0.25rem - 1px);
    --card-cap-padding-y: 0.5rem;
    --card-cap-padding-x: 1rem;
    --card-cap-bg: rgba(0,0,0,.03);
    --card-cap-color: ;
    --card-height: ;
    --card-color: ;
    --card-bg: #fff;
    --card-img-overlay-padding: 1rem;
    --card-group-margin: 0.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: var(--card-bg);
    border: var(--card-border-width) solid var(--card-border-color);
    border-radius: var(--card-border-radius);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: var(--card-height);
    min-width: 0;
    position: relative
}

@font-face {
  font-family: 'Times New Roman';
  src: local('Times New Roman'), local('Times'), serif;
}


body {
	font-family: 'Times New Roman', Times, serif;
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  hyphens: auto;
  background-color: var(--color-white);
}

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


.container {
  max-width: 900px;
  margin: 0 auto;
}


.header-section {
  height: auto;
  padding: 6em 2em;
  background-color: var(--color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.header-frame {
  border: 2px solid var(--color-white);
  padding: 2em 3em;
  position: relative;
  z-index: 2;
}

.main-title::after {
  content: '';
  width: 250px;
  height: 30px;
  display: inline-block;
  background-color: var(--color-blue);
  position: absolute;
  top: 97%;
  transform: translateX(-50%);
  z-index: -3;
}

.header-logo {
  width: 300px;
  height: 300px;
  background-image: url("./img/logo.png");
  background-repeat: no-repeat;
  background-size: 300px;
  opacity: 0.5;
  position: absolute;
  right: -20%;
  bottom: -50%;
  z-index: -3;
}

.signature {
  font-family: 'Book Antiqua', Fallback, sans-serif;
  color: var(--color-white);
  text-align: center;
  position: absolute;
  top: 97%;
  /* background-color: var(--color-blue); */
  padding: 0 1em;
  left: 50%;
  transform: translate(-50%);
  font-size: 22px;
  font-weight: bold;
  z-index: 2;
}

.main-title {
  color: white;
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  z-index: 2;
}

section {
  padding: 1em;
}

p {
  margin: 1em 0;
  text-align: justify;
  color: var(--color-gray);
}

.summary {
  font-size: 20px;
  padding-top: 2em;
}

.image-section {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.image {
  padding: 1em;
  width: 40%;
}

.image img {
  width: 100%;
}

.image-text-section {
  width: 60%;
  padding-right: 1em;
}

.image-text-section p:first-child {
  margin-top: 0;
  border: 1 px solid red;
}

.image-section {
  display: flex;
  flex-direction: row;
  max-width: 992px;
  margin: 0 auto;
}

h1,
h2,
h3 {
  z-index: 1;
  font-family: 'Montserrat', sans-serif;
}

h3 {
  margin-top: 1em;
  font-size: 24px;
}

h2 {
  font-size: 34px;
  border-left: 0px solid var(--color-orange);
  padding-left: 0.5em;
}
.likeh1
{
  z-index: 1;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem; font-weight: 700;
  text-align: center;
  color: white;
}


.title {
  font-weight: 400;
}

.button {
  padding: 0.6em 1.8em;
  background-color: var(--color-red);
  border-radius: 5px;
  display: flex;
  margin: 2.5em auto 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: var(--color-white);
  transition: background-color 0.3s;
}

.button:hover {
  background-color: var(--color-white);
  border-color: var(--color-red);
  color: var(--color-red);
}

.required-mark {
  color: var(--color-red);
  margin-left: 2px;
}

.google-form {
  display: flex;
  justify-content: center;
  width: 100%;
}
.contact-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 1px solid var(--color-light-gray);
  padding: 2em;
  margin: 1em;
  border-radius: 10px;
  max-width: 500px;
}

.form-section {
  width: 100%;
  padding: 1em 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
}

.form-section label {
  font-weight: bold;
  font-size: 20px;
}

.form-section input {
  padding: 0.5em;
  width: 100%;
  font-size: 16px;
}

.form-rodo {
  width: 100%;
}

.form-input {
  margin: 0;
  width: 15px;
  height: 15px;

}

.form-submit {
  width: 100%;
}

.form-submit .button {
  background-color: var(--color-blue);
}

.form-submit .button:hover {
  background-color: var(--color-white);
  border-color: var(--color-blue);
  color: var(--color-blue);
}

footer {
  min-height: 300px;
  width: 100%;
  margin-top: 3em;
  border-top: 0px solid var(--color-light-gray);
  padding: 2em 0;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-content ul {
  list-style-type: none;
}

.about,
.contact {
  width: 40%;
}

.social-media {
  width: 20%;
}

.lists {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: var(--color-gray);
}

.list-title {
  font-weight: 700;
  color: black;
}

.name {
  font-family: 'Book Antiqua', Fallback, sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: black;
  padding-left: 40px;
}


.icon {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 768px) { 
  body h1 {
    font-size: 1.4em;
  }

  body h2 {
    font-size: 28px;
  }

  body .signature {
    white-space: nowrap;
  }

  body .header-logo {
    right: -20%;
    bottom: -50%;
    z-index: -3;
  }

  body .header-section {
    padding: 4em 1em;
  }

  body .header-frame {
    padding: 1.5em 1em;
  }

  .container .image-section {
    display: flex;
    flex-direction: column;
  }

  .container .image-section p {
    width: 100%;
  }

  .container .image {
    width: 60%;
  }

  .container .image-text-section {
    width: 100%;
    padding: 0 1em;
  }

  body .lists {
    flex-wrap: wrap;
  }

  footer .about {
    width: 100%;
  }
  footer .contact {
    width: 100%;
  }

  footer .social-media {
    width: 100%;
  }
}

lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 720px;
}

/* gradient */
lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    padding-bottom: 50px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
    display: block;
    /* Make the button element cover the whole area for a large hover/click target… */
    width: 100%;
    height: 100%;
    /* …but visually it's still the same size */
    background: no-repeat center/68px 48px;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
    position: absolute;
    cursor: pointer;
    z-index: 1;
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: 0;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
