/*!
Theme Name: mza
Theme URI: http://underscores.me/
Author: Jackvision.pl
Author URI: https://jackvision.pl
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thesuite
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

thesuite is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	font-size: 10px;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	/*padding-top: var(--header-height);*/
	font-family: "Inter", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;

}



@keyframes jz-fade-in {
	from {
		opacity: 0;
		transform: translate3d(0, 60%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes jz-fade-in-2 {
	from {
		opacity: 0;
		
	}
	to {
		opacity: 1;
		
	}
	}


.jz-anim, 
.jv-blok-50-50__section,
.praca-container,
.grid-posts-item,
.jv_nasze_zasady__step,
.jv_proces_rekrutacyjny__step,
.jv_co_zyskujesz__step,
.jz-blok__formularz_cv,
.przetargi-lista,
.jv-blok-highlight__section,
iframe {
	animation: jz-fade-in 0.8s;
}

.jz-anim-2 {
	animation: jz-fade-in-2 0.8s;
}

.jz-anim-columns .wp-block-column {
	animation: jz-fade-in 0.8s;
}

@media (prefers-reduced-motion: reduce) {
	.jz-anim, .jz-anim-2 {
		animation: none !important;
	}
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
	padding-top: 73px; /*fixed header*/
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 3.4rem;
	margin: 0;
	background: linear-gradient(180deg, var(--gray), var(--dark));
	background-size: 100% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h2.in-block{
	background: linear-gradient(180deg, var(--gray), var(--dark));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 100% 100%;
}





/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

* {
	box-sizing: border-box;
}

/* ----------------------------------------- */



.access{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

div.menu {
	font-size: 1.6rem;
}

div.menu ul {
	list-style: none;
	margin: 0;
}

div.menu li {
	display: inline-block;
	position: relative;

}



div.menu a {
	display: block;
	padding: 0 1.2rem;
	text-decoration: none;
	font-size: 1.6rem;
	background-repeat: no-repeat;
	transition: all 0.5s ease 0s;
	font-weight: 500;
	color:var(--black-primary-color)
}

div.menu a:hover,
div.menu ul li.selected a {
	color: var(--black-primary-color);
	transition: all 0.5s ease 0s;
}





div.menu ul li:hover>ul {
	display: block;
}


#wpadminbar{bottom:0; top:unset; position: fixed;}

@media screen {
	html {
		margin-top: 0px !important;
	}
}

:root {
	--dark: #353535;
	--primary: #F8F9FC;
	--secondary: #efefef;
	--red: #DE2434;
	--red-opacity-10: #FCE9EB;
	--dark-red: #760514;
	--white: #fff;
	--gray: #595E60;
	--light-gray: #D9D9D9;
	--paragraph: #191919;
	--wcag-primary-color: #ff9900 !important;
}

::placeholder {
	color: var(--dark);
	/* Kolor tekstu placeholder */

}

a {
	color: var(--red)
}

.pr {
	position: relative;
}

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

.mw-960{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.mw-800 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.dflex {
	display: flex;
}

.jcenter {
	justify-content: center;
}

.container {
	max-width: 1440px;
	padding: 0;
	padding-left: 4rem;
	padding-right: 4rem;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.custom-arrows {
	display: flex;
	justify-content: center;
}

.custom-arrows button {
	border: 0;
	background: none;
	cursor: pointer;
	width: 4.4rem;
	height: 4.4rem;
	padding: 0;
}

.custom-arrows button.hidden {
	visibility: hidden;
}



header {
	background-color: var(--primary);
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 2rem;
	transition: all 0.8s ease 0s;
}


header.fixed{
	box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.1);
	transition: all 0.8s ease 0s;
}


header {
	padding-bottom: 3px;
	/* Odstęp na dolne obramowanie */
}

header::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	/* Wysokość dolnego obramowania */
	background: linear-gradient(90deg, #DE2434 0%, #FFFFFF 100%);
}

header .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

header a.logo img {
	width: 145px;
	height: 67px;
	display: block;
}

.home-slider-grid {
	display: grid;
	/*grid-template-columns: 1fr 550px;*/
	grid-template-columns: 6fr 4fr;
	gap: 2rem;
}

.home-slider-grid__boxes {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	z-index:0;
}

.home-slider-grid__boxes.home-slider-grid__boxes-items-5{
	grid-template-columns: repeat(5, 1fr);
}

.home-slider-grid__boxes.home-slider-grid__boxes-items-4{
	grid-template-columns: repeat(4, 1fr);
}

.home-slider-grid__boxes.home-slider-grid__boxes-items-3{
	grid-template-columns: repeat(3, 1fr);
}



.home-slider-grid__box {
	background-color: var(--primary);
	text-align: center;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 2rem;
	border: 1px solid var(--secondary);
	position: relative;
	transition: all 0.5s ease 0s;

}

.home-section-1,
.home-section-2,
.subpage-section-1 {
	margin-bottom: 2rem;
}

.home-section-1{
	margin-top:2rem;
}


.home-slider-grid__box img {
	align-self: center;
	margin-bottom: 1rem;
	height: 62px;
	margin:auto;
}


.home-section-1 .home-slider-grid__box img{
	height: 62px;
}


.home-section-2 .home-slider-grid__box img {
	height: 46px;
}

.home-slider-grid__box a {
	text-decoration: none;
	color: var(--dark);
	transition: all 0.5s ease 0s;
}

.home-slider-grid__box a h2{
	color: var(--dark);
	font-size:1.5rem;
	margin-bottom:0;
	font-weight: 700;
}

.home-slider-grid__box a:hover {
	text-decoration: none;
	color: var(--red);
	transition: all 0.5s ease 0s;
}

.home-slider-grid__box a::after {
	content: "";
	position: absolute;
	inset: 0;
	cursor: pointer !important;
	display: flex;
	z-index: 1;
}


.home-slider-grid__box:hover {
	border: 1px solid var(--red);
	transition: all 0.5s ease 0s;
	box-shadow: 0px 37px 100px 0px #A4AEB180;

}

.subpage-grid {
	display: grid;
	grid-template-columns: 3.8fr 2.5fr;
	gap: 2rem;
}


.subpage-grid .subpage-grid__image img{
	padding:2rem;
	background-color: var(--primary);
	border:1px solid var(--secondary);
}

.subpage-grid.subpage-grid__404{
	grid-template-columns: 2fr 4fr;
}

.subpage-grid__images {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 2rem;

}

.subpage-grid__content {
	/*justify-content: center;*/
	display: flex;
	flex-direction: column;
}

.jz-content p{
	font-size:1.6rem;
	font-weight: 400;
	line-height: 2.5rem;
	margin-top: 0;
}

.jz-content h2,
.jz-content h2 strong{
	font-size: 2rem;
	font-weight: 600;
	/*margin-top: 4rem;*/
	margin-bottom: 3rem;
	background: linear-gradient(180deg, var(--gray), var(--dark));
	background-size: 100% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.jz-content h3,
.jz-content h3 strong {
	font-size: 1.7rem;
	font-weight: 600;
	/*margin-top: 4rem;*/
	margin-bottom: 3rem;
	background: linear-gradient(180deg, var(--gray), var(--dark));
	background-size: 100% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.jz-content h4,
.jz-content h4 strong {
	font-size: 1.5rem;
	font-weight: 600;
	/*margin-top: 4rem;*/
	margin-bottom: 3rem;
}

.jz-content h5,
.jz-content h5 strong {
	font-size: 1.3rem;
	font-weight: 600;
	/*margin-top: 4rem;*/
	margin-bottom: 3rem;
}

.jz-content blockquote {
	background-color: var(--red);
	font-size: 1.4rem;
	font-weight: 400;
	margin-top: 4rem;
	margin-bottom: 3rem;
	color:var(--white);
	line-height: 140%;
	margin:0;
	padding:0;
}

.jz-content ul {
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
	margin-bottom: 3rem;
}

.jz-content ul.przetargi-lista li{
	padding:0;
}

.jz-content ul.przetargi-lista li::before{
	display: none;
}

.jz-content ul.przetargi-lista li a{
	background-color: var(--primary);
	padding:1rem 2rem;
	display: block;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}

.jz-content ul.przetargi-lista li a:hover {
	background-color: var(--red);
	color:var(--white);
	transition: all 0.2s ease 0s;
}

.jz-content ul.przetargi-lista li a{
	display: grid;
	grid-template-columns: 90px 1fr;
	gap:2rem;
}


.jz-content ul.projekty-lista li a{
	display: grid;
	grid-template-columns: 1fr;
	gap:0;
}

.jz-content ul.projekty-lista li a:hover h2{
	color:var(--white) !important;
	-webkit-background-clip:unset !important;
	-webkit-text-fill-color:unset !important;
	background: unset !important;
}



.jz-content ul.projekty-lista li a h2{
	margin:0;
	line-height: 2.2rem;
	margin-bottom: 1rem;
}

.jz-content ul.projekty-lista li a span{
	line-height: 2rem;
	font-size: 1.3rem;
}



.jz-content ul.przetargi-lista li a>span:first-child{
	font-weight: 600;
}

.jz-content ul.projekty-lista li a{
	padding:2rem;
	
}

.jz-content ul.pliki_do_pobrania li a {
	background-image: url(img/ikony/other_file.svg);
	background-repeat: no-repeat;
	background-size: auto 6rem;
	background-position: left 2rem top 1rem;
	transition: all 0.5s ease 0s;
	border:1px solid var(--primary);
}
.jz-content ul.pliki_do_pobrania li a:hover{
	background-position: left -10rem top 1rem;
	padding-left:2rem;
	transition: all 0.2s ease 0s;
}

.jz-content ul.pliki_do_pobrania li.file-type__doc a {
	background-image: url(img/ikony/doc.svg);
}

.jz-content ul.pliki_do_pobrania li.file-type__docx a {
	background-image: url(img/ikony/doc.svg);
}

.jz-content ul.pliki_do_pobrania li.file-type__pdf a {
	background-image: url(img/ikony/pdf.svg);
}

.jz-content ul.pliki_do_pobrania li.file-type__xls a {
	background-image: url(img/ikony/xls.svg);
}

.jz-content ul.pliki_do_pobrania li.file-type__xlsx a {
	background-image: url(img/ikony/xls.svg);
}

.jz-content ul.pliki_do_pobrania li.file-type__zip a {
	background-image: url(img/ikony/zip.svg);
}

.jz-content ul.pliki_do_pobrania li.file-type__ppt a {
	background-image: url(img/ikony/ppt.svg);
}
.jz-content ul.pliki_do_pobrania li.file-type__pptx a {
	background-image: url(img/ikony/ppt.svg);
}
/*
.jz-content ul.pliki_do_pobrania li a {
	
	background-position: left 2rem top 1rem;
	-webkit-mask-image: url(img/ikony/other_file.svg);
	mask-image: url(img/ikony/other_file.svg);
	background-color: red;
	transition: background-color 0.3s;
	mask-repeat: no-repeat;
	mask-position: left 2rem top 1rem;
}
	*/

.jz-content ul.pliki_do_pobrania li a:hover {
	background-color: white;
}

.jz-content ol {
	/* Ustawia kropki jako wypunktowanie */
	list-style-position: inside;
	/* Ustawia kropki w obrębie kontenera */
	padding: 0;
	/* Usuwa domyślny padding */
	margin: 0;
}

/* Stylowanie punktów wypunktowania */
.jz-content ul li
 {
	position: relative;
	padding-left: 20px;
	line-height: 2rem;
	margin-bottom: 5px;
	/* Daje miejsce na kropkę */
}

.jz-content ul li ul{
	margin-top:1rem;
}

.jz-content ol li{
	position: relative;
	line-height: 2;
}

.jz-content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	background-color: #DE2434;
	border-radius: 50%;
}

.jz-content ul ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 6px;
	height: 6px;
	background-color: var(--white);
	border:1px solid var(--red);
	border-radius: 50%;
}



.subpage-grid__content h1 {
	margin: 0;
	margin-bottom: 2rem;
}


.subpage-grid__content p {
	font-size: 1.5rem;
	line-height: 150%;
}


.subpage-boxes-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 2rem;
	gap: 2rem;
}


.wp-block-list{
	font-size:1.5rem;
}

.count-2 {grid-template-columns: repeat(2, 1fr);}
.count-4 {grid-template-columns: repeat(4, 1fr);}
.count-5 {grid-template-columns: repeat(5, 1fr);}
.count-7 {grid-template-columns: repeat(4, 1fr);}
.count-8 {grid-template-columns: repeat(4, 1fr);}

.subpage-boxes-links .box {
	display: grid;
	grid-template-columns: 7rem 1fr;
	align-items: center;
	justify-content: center;
	height: 100px;
	background-color: var(--primary);
	border: 1px solid var(--secondary);
	text-align: center;
	position: relative;
	transition: all 0.2s ease 0s;
}

.subpage-boxes-links .box .box__image {
	border-right: 1px solid var(--secondary);
	height: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
}

.subpage-boxes-links .box .box__image img {
	width: auto;
	height: 34px;
}

.subpage-boxes-links .box .box__title {
	padding: 2rem;
}

.subpage-boxes-links .box .box__title a {
	font-weight: bold;
	text-decoration: none;
	color: black;
	text-transform: uppercase;
	line-height: 2rem;
}

.subpage-boxes-links .box .box__title a::after {
	content: "";
	position: absolute;
	inset: 0;
	cursor: pointer !important;
	display: flex;
	z-index: 1;
}



.subpage-boxes-links .box .box__title a:hover {
	text-decoration: none;
	color: var(--red)
}

.subpage-boxes-links .box:hover {
	border: 1px solid var(--red);
	transition: all 0.5s ease 0s;
	box-shadow: 0px 37px 100px 0px #A4AEB180;
}

.subpage-boxes-links .box .box__title h2 {
	margin: 0;
	transition: all 0.2s ease 0s;
}











.praca-boxes-links{
	margin:0;
	padding:0;
	margin-top: 5rem;
	list-style: none;
					display: grid;
					grid-template-columns: repeat(3,1fr);
	gap:2rem;
	margin-bottom: 2rem;
}



.praca-boxes-links .box {
	display: grid;
	grid-template-columns: 150px 1fr;
	align-items: center;
	justify-content: center;
	background-color: var(--red);
	border: 1px solid var(--secondary);
	text-align: center;
	position: relative;
	transition: all 0.2s ease 0s;
}

.praca-boxes-links .box .box__image {
	border-right: 1px solid var(--dark-red);
	/*height: 100%;*/
	align-items: center;
	justify-content: center;
	display: flex;
}

.praca-boxes-links .box .box__image img {
	width: auto;
	height: 150px;
	aspect-ratio: 1;
}

.praca-boxes-links .box .box__title {
	padding: 2rem;
}

.praca-boxes-links .box .box__title a {
	font-weight: bold;
	text-decoration: none;
	color: var(--white);
	text-transform: uppercase;
	line-height: 2rem;
}

.praca-boxes-links .box .box__title a::after {
	content: "";
	position: absolute;
	inset: 0;
	cursor: pointer !important;
	display: flex;
	z-index: 1;
}



.praca-boxes-links .box .box__title a:hover {
	text-decoration: none;
	color: var(--white);
}

.praca-boxes-links .box:hover {
	border: 1px solid var(--red);
	transition: all 0.5s ease 0s;
	box-shadow: 0px 37px 100px 0px #A4AEB180;
}

.praca-boxes-links .box .box__title h2 {
	margin: 0;
	transition: all 0.2s ease 0s;
}




























.subpage-single-1 {
	margin-bottom: 2rem;
}

.single-grid {
	display: grid;
	grid-template-columns: 1fr 325px;
	gap: 7rem;
}

.single-grid-container__thumbnail {
	position: relative;
	margin-bottom: 2rem;
}

.single-grid-container__thumbnail.mw-50{
	max-width: 50%;
	margin-right: 2rem;
	float:left;
}

.single-grid-container__thumbnail img{
	width: 100%;
	object-fit:cover;
}

.single-grid-container__thumbnail .time-container {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	display: flex;
}

.single-grid-container__thumbnail .time-container__print{
	background-color: var(--gray);
	aspect-ratio: 1;
	display: inline-block;
	height: 37px;
	width: 36px;
	align-content: center;
}

.single-grid-container__thumbnail .time-container__print a img{
	height:20px;
	object-fit: unset;
}


.single-grid-container__thumbnail time {
	background-color: var(--red);
	padding: 1.2rem 2rem;
	background-image: url(img/calendar_white_ico.svg);
	background-repeat: no-repeat;
	background-position: left 2rem center;
	padding-left: 4rem;
	font-size: 1.1rem;
	color: var(--white);
	display: inline-block;
	top:0;
	right:0;
	position: absolute;
}

.single-grid-container__excerpt,
.single-grid-container__content {
	background-color: var(--primary);
	padding: 3rem;
	margin-bottom: 2rem;
}


.jz-content ul.linki li a{
    background-image:url(img/ikony/right-arrow_red.svg);
    background-repeat: no-repeat;
    background-position: left 2rem center;
	background-size: 15px auto;

}

.jv_blok_cenniki__tytul span{
	display:block; 
	font-size:1.2rem; 
	font-weight: 400; 
	padding-top: 0.5rem;
}

.xsingle-grid-container__content{
	margin-bottom: 2rem;
}

.xsingle-grid-container__content .jz-blok{
	padding:0;
}

.wp-video{margin:auto}

.single-grid-container__excerpt p {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--paragraph);
	line-height: 2.4rem;
	padding: 0;
	margin: 0;
}

.przetargi-template-default .single-grid-container__excerpt p{
	font-weight: 400;
	margin-bottom: 2rem;
}

.przetargi-template-default .single-grid-container__excerpt p:last-child{
	margin-bottom: 0;
}

.single-grid-container__content p {
	color: var(--paragraph);
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 3rem;
}



.single-grid-container__content p:last-child {
	margin-bottom: 0;
}

.single-grid-container__navigation {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 2rem;
}

.single-grid-container__navigation a {
	text-decoration: none;
	font-size:1.6rem;
	font-weight: 600;
}

.single-grid__sidebar h2 {
	/*margin-top: 1.1rem;
	margin-bottom: 3rem;
	font-size: 2rem;*/
	margin-top:0;
	font-size: 3.4rem;
	margin-bottom: 2.5rem;
	background: linear-gradient(180deg, var(--gray), var(--dark));
	background-size: 100% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.single-grid-posts {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-bottom: 3rem;
}


.grid-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 2rem;
	height: 100%;
}

.grid-item-container.div1 {
	grid-row: span 2 / span 2;
	height: 100%;
	background-color: var(--red);
	padding: 1rem;
	display: flex;
	flex-direction: column;
}


.grid-container .grid-item.home-slider-grid__box {
	background-color: var(--white) !important;
}

.grid-container .grid-item.home-slider-grid__box a {
	text-transform: none;
	font-size: 100%;
}

.grid-item-container.div1>div {
	height: 50%
}

.grid-item-container.div1 hr {
	width: 100%;
	border: 0;
	border-top: 1px solid var(--dark-red);

}

.grid-item-special {
	color: var(--white);
	/*font-size: 1.5rem;
	font-weight: 600;*/
	font-size:2rem;
	padding: 1.8rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.grid-item-special.grid-item__first p,
.grid-item-special.grid-item__second a{
	font-size:1.5rem;
	font-weight: 600;
}


.grid-item__second {
	background-image: url(img/autobus.svg);
	background-repeat: no-repeat;
	background-position: right top 3.8rem;
}

.grid-item__second .other-data p{
	font-weight: 300;
	line-height: 150%;
	font-size:1.3rem;
	margin-bottom: 4rem;
}


.grid-item-special h2 {
	font-size: 2rem;
	color:var(--white);
}

.grid-item-special h2 span {
	font-size: 2rem;
	font-weight: 400;
}

.grid-item-special p {
	line-height: 1.8rem;
}

.grid-item-special a {
	text-decoration: none;
	color: var(--white);
	font-weight: 400;
}


.news-container{
	height:100%;
}

.breadcrumbs {
	font-size: 1.5rem;
	padding: 0;
	padding-top: 2.4rem;
	margin-bottom: 7.2rem;
}

.only-underline{text-decoration: underline; color:var(--paragraph);}

#search label {
	font-size: 1.7rem;
	color: var(--red);
	margin-right: 2rem;
}

#search input[type="text"] {
	font-size: 1.1rem;
	min-width: 295px;
	padding: 1rem;
	border-radius: 20px;
	border: 1px solid var(--light-gray);
	padding-left: 2rem;
	padding-right: 2rem;
}

#search input[type="submit"] {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	height: 36px;
	padding: 1rem 2.5rem;
	border-radius: 20px;
	background-color: var(--red);
	border: 1px solid var(--red);
	background-image: url('img/loupe.svg');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center;
}

main h1 {
	margin-bottom: 2.5rem;

}

.header-with-search {
	margin-bottom: 2rem;
}

.header-with-search * {
	margin: 0;
}

.accordion-header::after {
	position: absolute;
	content:"";
	right:2rem;
	width:15px;
	height:52px;
	background-image: url(img/arrow_top_bottom.svg);
	background-repeat: no-repeat;
	background-position: right center;
	transition: all 0.3s ease;

}

.accordion-header.open::after {
	background-image: url(img/arrow_top_bottom.svg);
	transform: rotate(180deg);
}

footer {

	position: relative;

}



footer .container>div.dark {
	background: var(--dark);
	padding: 1.2rem 2rem;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 3rem;
}

footer ul li {
	padding: 2rem 0;
}

footer ul li a {
	text-decoration: none;
	color: var(--gray);
	font-size: 1.4rem;
	text-transform: uppercase;

}


footer p {
	line-height: 2.6rem;
	font-size: 1.4rem;
	color: var(--gray);
}

#scrollToTop {
	position: fixed;
	bottom: -20px;
	right: 20px;
	width: 50px;
	height: 50px;
	display: flex;
	background: var(--red);
	opacity: 0;
	color: white;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.5s ease 0s;
}

#scrollToTop.visible {
	transition: all 0.5s ease 0s;
	opacity: .7;
	bottom:20px;
}

#scrollToTop.visible:hover{
	opacity: 1;
}

#scrollToTop svg {
	width: 100%;
	height: 100%;
	stroke: white;
}



.grid-posts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	margin-bottom: 2rem;
}

.grid-posts-item {
	background-color: var(--primary);
	position: relative;
	display: flex;
	flex-direction: column;
}

.oferty-pracy .grid-posts-item{
	background-color: var(--white);
}

.projekty-inne .grid-posts-item{
	transition: all 0.5s ease 0s;
}


.projekty-inne .grid-posts-item:hover,
.projekty-inne .grid-posts-item.selected
{
	background-color: var(--red);
	color:var(--white) !important;
	transition: all 0.5s ease 0s;
}

.projekty-inne .grid-posts-item:hover h3 a,
.projekty-inne .grid-posts-item.selected h3 a,
.projekty-inne .grid-posts-item:hover h3.news-box__title{
	color:var(--white) !important;
	-webkit-background-clip:unset !important;
	-webkit-text-fill-color:unset !important;
	background: unset !important;
	transition: all 0.5s ease 0s;
}



.grid-posts-item a::after {
	content: "";
	position: absolute;
	inset: 0;
	cursor: pointer !important;
	display: flex;
	z-index: 0;
}

.grid-posts-item__content {
	padding: 2.4rem;
	display: flex;
	flex-direction: column;
	height:100%;
	justify-content: space-between;

}

.grid-posts-item__content h2{
	margin-top: 2rem;
}

.grid-posts-item__content .news-box__title a {
	font-size: 1.8rem;
	margin-bottom: 3rem;
	color: var(--dark);
	text-decoration: none;
	display: inline-block;
}

.grid-posts-item__content time {
	background-image: url(img/calendar_ico.svg);
	background-repeat: no-repeat;
	padding-left: 2rem;
	font-size: 1.1rem;
	color: var(--red);
}

.grid-posts-item__readmore{
	background-repeat: no-repeat;
	padding-right: 1rem;
	font-weight: 600;
	font-size: 1.5rem;
	text-decoration: underline;
	text-underline-offset: 4px;
	margin-bottom: 1rem;
	display: inline-flex;

}

.grid-posts-item__readmore span {
	text-decoration: none !important;
	margin-left: 1rem;
	/* Brak podkreślenia dla strzałki */
	text-decoration: none !important;
	/* Brak podkreślenia dla strzałki */
	margin-left: 1rem;
	display: inline-block;

}

.grid-posts-item__arrow {
	font-size: 18px;
}

.jz-pagination{
	display:flex;
	justify-content: center;
	padding:2rem;
	gap:1rem;
	font-size:1.5rem;
	margin-bottom: 2rem;
}

#wyprawki{
	position: relative;
}

.regions {
	background-color: var(--primary);
	line-height: 4.8rem;
	position: sticky;
	top: 73px;
	width: 100%;
	z-index: 1000;
	transition: all 0.3s ease;
}

.regions.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.regions ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 3rem;
}

.regions ul li {
	font-size: 2rem;
	font-weight: 700;
}

.regions ul li a {
	text-decoration: none;
	color: var(--dark)
}

.regions ul li a.region-selected {
	color: var(--red);
	border-bottom: 2px solid var(--red);
	padding-bottom: 10px;
}

.regions-container {
	margin-bottom: 2rem;
	margin-top: 5rem;
}

.regions-container__content {
	border-bottom: 1px solid var(--light-gray);
}

.regions-container__content p{
	font-size:1.4rem;
}

.regions-container__content h2 {
	font-size: 2rem;
	margin-bottom: 3rem;
}

.regions-container__content ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
}

.regions-container__content ul li{
	margin-bottom: 2rem;
}


/*styl2*/
.regions-container__content .wyprawki ul li.wyprawki__2 a{
	color: var(--dark);
	background-color: var(--light-gray);
}

.regions-container__content .wyprawki ul li.wyprawki__2 a:hover{
	background-color: var(--dark);
	color: var(--white);
}

/*styl3*/
.regions-container__content .wyprawki ul li.wyprawki__3 a{
	color: var(--white);
	background-color: var(--dark-red);
}

.regions-container__content .wyprawki ul li.wyprawki__3 a:hover{
	background-color: var(--white);
	color: var(--dark-red);
}

/*styl4*/
.regions-container__content .wyprawki ul li.wyprawki__4 a{
	color: var(--white);
	background-color: var(--gray);
}

.regions-container__content .wyprawki ul li.wyprawki__4 a:hover{
	background-color: var(--white);
	color: var(--gray);
}

/*styl5*/
.regions-container__content .wyprawki ul li.wyprawki__5 a{
	color: var(--white);
	background-color: var(--dark);
}

.regions-container__content .wyprawki ul li.wyprawki__5 a:hover{
	background-color: var(--white);
	color: var(--dark);
}

.flota-linki {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 2rem;
}

.flota-linki li{
	background-color: var(--light-gray);
}


.flota-linki li a {
	text-decoration: none;
	color: var(--dark);
	padding: 1rem 2rem;
	font-size: 1.5rem;
	background-color: var(--light-gray);
	transition: all 0.2s ease 0s;
	text-align: center;
	display: inline-block;
	width: 100%;
	height:100%;
}

.flota-linki li a:hover {
	background-color: var(--dark);
	color: var(--white);
	transition: all 0.2s ease 0s;
}

.flota-linki li a.flota-button-clicked {
	background-color: var(--red);
	color: var(--white);
}













.regions-container__content .wyprawki ul li a {
	text-decoration: none;
	color: var(--red);
	padding: 1rem 2rem;
	font-size: 1.5rem;
	background-color: var(--red-opacity-10);
	transition: all 0.2s ease 0s;
}

.regions-container__content .wyprawki ul li a:hover {
	color: var(--white);
	background-color: var(--red);
	transition: all 0.2s ease 0s;
}

.ogolne,
.wyprawki {
	margin-bottom: 3rem;
}

.ogolne h3,
.wyprawki h3 {
	font-size: 1.6rem;
	margin-bottom: 3rem;
	font-weight: 400;
}


#splide {
	width: 100%;
	/* PeĹna szerokoĹÄ */
	/*height: 100vh;*/
	/* PeĹna wysokoĹÄ okna */
	position: relative;
	/* WaĹźne do ustawienia kontenera */
}

.splide__track {
	width: 100%;
	height: 100%;
}

.splide__list {
	width: 100%;
	height: 100%;
}

.splide__slide {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Ustawienie obrazkĂłw, aby wypeĹniaĹy caĹy slajd */
.splide__slide img {
	width: 100%;
	height: auto;
	/* Obrazek bÄdzie wypeĹniaĹ caĹÄ przestrzeĹ, nie deformujÄc proporcji */
}

.arrow-down {
	background: url(img/arrow_down.svg) no-repeat right center;
	padding-right: 3rem;
	color: var(--white);
	font-size: 1.8rem;
	text-decoration: none;
	line-height: 3rem;
	display: inline-block;
}

.pa-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pa-container .container {
	height: 100%;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.pa-container .container .content {
	height: 100%;
	align-content: center;
}

.pa-container .container .content h2 {
	font-size: 8rem;
	font-weight: 400;
	color: var(--white);
	text-transform: uppercase;
	margin: 0;
}

.pa-container .container .law-info {
	position: absolute;
	bottom: 5rem;
	left: 0;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	align-content: center;
}

.pa-container .container .law-info p {
	line-height: 1.8rem;
	font-weight: 600;
	font-size: 1.1rem;
	color: var(--white);
}

.splide__arrow {
	width: 4rem !important;
	height: 4rem !important;
}

.splide__arrow svg {
	width: 2.2rem !important;
	height: 2.2rem !important;
}

.hamburger {
	display: none;
	font-size: 1.5rem;
	background: none;
	border: none;
	cursor: pointer;
}


.container-404 h1 {
	font-size: 2rem;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 23%;
	color: var(--secondary1);
	padding-left: 9rem;
	margin-bottom: 4rem;
}

.container-404 p {
	font-size: 2rem;
	margin: 0;
	text-transform: uppercase;
	color: var(--paragraph);
	margin-bottom: 4rem;
}

header .container.header-container-404 {
	justify-content: center;
}

.btn,
.wpforms-submit.btn {
	font-size: 2rem;
	font-weight: 400;
	margin: 0;
	margin-bottom: 0px;
	background: var(--red) !important;
	margin-bottom: 4rem;
	text-decoration: none;
	padding: 1rem 2rem;
	transition: all 0.2s ease 0s;
	cursor: pointer;
	display: inline-block;
	border-radius: unset !important;
}

.btn.btn-red,
.wpforms-submit.btn.btn-red
{
	background-color: var(--red) !important;
	color:var(--white) !important;
	border: 2px solid var(--red) !important;
}


div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-repeater .wpforms-field-repeater-display-blocks-buttons button{
	background:unset !important;
	opacity:1 !important;
	border-radius: 0 !important;
	opacity: 1 !important;
	background-color: var(--gray) !important;
	color: var(--white) !important;
}


.btn:hover {
	-webkit-text-fill-color: unset;
	-webkit-background-clip: unset;
	border: 2px solid var(--red) !important;
	background-color: var(--white);
	color: var(--red);
	transition: all 0.2s ease 0s;
}


.btn.btn-white{
	background-color: var(--white) !important;
	color:var(--red);
	border: unset !important;
}

.btn.btn-white:hover{
	border: unset !important;
	background-color: var(--red) !important;
	color:var(--white);
}

.form-row.grid-2 {
	margin: 0;
	grid-template-columns: repeat(2, 1fr) !important;
}

.grid-form {
	padding: 2.4rem;
}

form input,
form textarea {
	outline: unset;
}

form input.form-control:valid {
	background-color: #fff !important;
}

form input.form-control {
	border-radius: 0;
	border: 0 solid #ccc;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: rgb(204, 204, 204);
	border-bottom: 1px solid var(--secondary2);
	box-shadow: inset 0 0 0 transparent;
	margin-bottom: 1rem;
}

.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px var(--secondary2);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control,
output {
	display: block;
	font-size: 1.4rem;
	line-height: 1.42857;
	color: #555;
}

form .error-indicator {
	display: none;
	font-size: 1.3rem;
	color: #fd1111;
}

form .error-indicator.show-indicator {
	display: block;
}

form textarea.form-control {
	border-radius: 0;
	border: 1px solid var(--secondary2);
	box-shadow: inset 0 0 0 transparent;
	resize: none;
	height: 250px;
	width: 100%;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.grid-form * {
	font-size: 1.2rem;
}

.grid-form .form-check {
	margin-bottom: 2rem;
}

.grid-form .error-checkbox {
	margin-top: 1rem;
}

.gap-4 {
	gap: 4rem;
}

.plpr_2 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.pl_2{
	padding-left: 2rem;
}

.pr_2{
	padding-right: 2rem;
}

.jc-sb {
	justify-content: space-between;
}

.ai-c {
	align-items: center;
}

.social {
	width: 30px;
	height: 30px;
	border: 1px solid var(--red);
	padding: .6rem;
	display: flex;
	justify-content: center;
	aspect-ratio: 1;
}

.dflex.plpr_2.ai-c {
	gap: 2rem;
}

a:focus-visible,
button:focus-visible {
	outline: 2px solid #ffcc00;
	/* Dobrze widoczny kolor */
}

.visually-hidden,
.flota-grid.visually-hidden {
	display: none;
}

.splide__pagination{left:unset !important;}
.splide__pagination .splide__pagination__page.is-active{background-color: var(--red); transform:scale(1) !important; width:2.5rem !important; transition: all 0.5s ease 0s;}
.splide__pagination .splide__pagination__page{opacity:1 !important; background-color: var(--white); border-radius: 1rem; transition: all 0.5s ease 0s;}


.main-splide{background-repeat:no-repeat; position: relative; background-size:cover;}

.jz-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, var(--paragraph) 0%, rgba(60, 60, 60, 0) 50%);
	transition: .4s;

}

.jz-overlay div.overlay-container{
	padding: 4rem;
	display: flex;
	flex-direction: column;
	align-content: end;
	justify-content: end;
	height: 100%;
	position: relative;
}

.jz-overlay time {
	background-image: url(img/calendar_white_ico.svg);
	background-repeat: no-repeat;
	padding-left: 2rem;
	font-size: 1.1rem;
	color: var(--white);
	padding-bottom: 2rem;
	background-position: left top;
}

.jz-overlay .overlay-container__title{
	font-size: 2.6rem;
	color:var(--white);
	text-decoration: none;
	margin-bottom: 2rem;
}

.jz-overlay .overlay-container__readmore {
	color:var(--white);
	font-size: 1.5rem;
}

.jz-overlay .overlay-container__title::after {
	content: "";
	position: absolute;
	inset: 0;
	cursor: pointer !important;
	display: flex;
	z-index: 1;
}

/*END*/


.jz-textarea textarea {
	height: 135px !important;
}

.jz-blok{
	padding: 7rem 4rem;
}


.jz-blok__proces_rekrutacyjny{
	background:var(--primary); 
}

.ml-auto{margin-left: auto;}
.mr-auto{margin-right: auto;}




h2.in-block {
	margin: 0;
	margin-bottom: 2rem;
	font-size: 2.8rem;
}

h3.in-block {
	margin: 0;

}
.container-ogloszenie{
	max-width:900px;
}

.container-shadow{
	box-shadow: rgba(0, 0, 0, 0.08) 0px 32px 40px;
}


.ogloszenie-content{margin-top: 3rem; margin-bottom: 3rem; padding:2rem;}

.flota-section{margin:7rem 0;}
.flota-grid{display: grid; grid-template-columns: repeat(2, 1fr); gap:4rem; margin-bottom: 4rem;}
.flota-grid .flota-grid_data__container{background-color: var(--primary); display: flex; flex-direction: column; justify-content: flex-start; padding: 3rem; border:1px solid var(--secondary)}
.flota-grid .flota-grid__image{background-color: var(--primary);}
.flota-grid .flota-grid__image img{padding: 2rem; background-color: var(--primary); border: 1px solid var(--secondary);}
.flota-grid_data_table{display: flex; justify-content: space-between; gap:1rem; padding:1rem; border-bottom: 1px solid var(--light-gray)}
.flota-grid_data_table:last-child{border:0;}
.flota-grid_data_table__label{font-weight: 600; align-content:flex-start;}
.flota-grid_data_table__value{text-align: right; font-variant-numeric: tabular-nums; line-height: 2rem;}

.flota-grid_data h2{font-size:2rem; margin-top:0;}
.flota-grid_data_table{font-size:1.4rem}
.flota-grid__image img{height: 100%; object-fit: cover; width: 100%;}


.flota-section-linki{margin-bottom: 4rem;}

.single-praca .jz-blok__co_zyskujesz{padding: 0; margin-bottom: 2rem;}
.single-praca .jz-blok__formularz_cv{padding: 4rem !important; margin-bottom: 2rem;}
.single-praca .jv_formularz_cv__hidden{padding:4rem !important;}

.h1-praca {
	position: relative;
	font-size: 3.4rem;
	font-weight: bold;
	margin-bottom: 5rem;
}

.gray-content{
	background-color: var(--primary);
	padding:2rem;
	margin-bottom:2rem;
	border: 1px solid var(--secondary);
}

.kontakt__adres_spolki{
	display: grid;
	grid-template-columns: 4fr 6fr;
	gap:4rem;
}

.kontakt__adres_spolki__dane{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding:2rem;
}

		/**/

.kontakt__adres_spolki__dane.background-white{
	background-image: url(img/at-sign.svg);
	background-repeat: no-repeat;
	background-position: right -3rem bottom 0rem;
	background-size: 250px auto;
	border:1px solid var(--secondary);
}

.kontakt__adres_spolki__dane.telefony {
	background-image: url(img/phone-contact.svg);
	background-repeat: no-repeat;
	background-position: right -3rem bottom 0rem;
	background-size: 250px auto;
}

.kontakt__adres_spolki__dane h2{
	margin-top:0;
	background: linear-gradient(180deg, var(--gray), var(--dark));
	background-size: 100% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.telefon{
	display: flex;
	justify-content: space-between;
	gap:1rem;
}


.jc-fs{
	justify-content: flex-start;
}

.background-white{
	background-color: var(--white);
}

.oddzialy{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap:2rem;
}

.oddzialy__oddzial{
	background-color: var(--white);
	border:1px solid var(--secondary);
	padding:2rem;
	background-image: url(img/pin.svg);
	background-repeat: no-repeat;
	background-position: right -3rem bottom 0rem;
	background-size: 100px auto;
	position: relative;
	transition: all 0.5s ease 0s;
}



.oddzialy__oddzial:hover,
.oddzialy__oddzial_clicked{
	border:1px solid var(--red);
	transition: all 0.5s ease 0s;
}

.oddzialy__oddzial a{
	text-decoration: none;
}

.oddzialy__oddzial a::after {
	content: "";
	position: absolute;
	inset: 0;
	cursor: pointer !important;
	display: flex;
	z-index: 1;
}

.oddzialy__oddzial h3{
	margin-top: 0;
}

.oddzialy__oddzial p:last-child{
	margin-bottom: 0;
}

.oddzialy-galeria-container{
	padding:2rem;
}

.oddzialy-galeria{
	margin:0;
	padding:0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap:2rem;
}
.jz-content iframe{
	width: 100% !important;
  	border: 2rem solid var(--light-gray) !important;
}


.jz-content .wp-block-columns .wp-block-column{
	background: var(--primary);
	padding: 2rem;
	border: 1px solid var(--secondary);
}

.jz-content .wp-block-columns .wp-block-column p:first-child{
	margin-top:0;
}

.jz-content .wp-block-columns .wp-block-column p:last-child {
	margin-bottom: 0;
}

.jz-content .wp-block-columns .wp-block-column .wp-block-heading:first-child {
	margin-top:0;
}





.jz-content .wp-block-columns .wp-block-column:has(> figure:only-child > a:only-child > img:only-child) .wp-block-image a{
	height:100%;
}

.jz-content .wp-block-columns .wp-block-column:has(> img:first-of-type:last-of-type) {
	height:100%;
	width: 100%;
	object-fit: cover;
}

.jv_formularz_cv__button .btn{
	margin-bottom: 0 !important;
}

.wp-block-image{margin:0; /*height:100%*/}
.wp-block-image img{height: 100%; object-fit: cover;}

.jv_blok_dane_kontaktowe{background-image: url(img/contact_dark_red.svg); background-repeat: no-repeat; background-position: right 1rem bottom 1rem; background-size:50px auto;}

.mt-2{margin-top:2rem !important;}
.mb-2{margin-bottom:2rem !important;}
.mb-5{margin-bottom:5rem !important;}

.grid-posts-item__projekt h3, .grid-posts-item__projekt .news-box__title h3 a{margin:0; padding:0; transition: all 0.5s ease 0s;}

.grid-posts-item__content .grid-posts-item__projekt  .news-box__title a{margin:0; padding:0;transition: all 0.5s ease 0s;}


footer .dflex.plpr_2.ai-c.footer_column__2 > img,
footer .dflex.plpr_2.ai-c.footer_column__2 > a > img{height:55px; width: auto}

.kafelki-praca__container{
	padding:2rem;
	background-color: var(--light-gray);
	margin-bottom: 5rem;
}

.kafelki-praca__container .mt-2{
	margin:0 !important;
}

.oferty-pracy .jz-overlay{
	background:linear-gradient(0deg, var(--paragraph) 0%, rgba(60, 60, 60, 0) 80%);
}



#odometer-wrapper {
	display: flex;
	align-items: flex-end;
}

#odometer-digits-container {
	display: flex;
}

.digit-reel {
	width: 1ch;
	height: 1.5em;
	overflow: hidden;
	position: relative;

}

.digit-strip {
	position: relative;
	transition: transform 0.3s ease-in-out;
}

.digit-character {
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
}



.odometer-separator {
	padding: 0 0.1em;
}

.odometer-unit {
	margin-left: 1rem;

}
  

.splide-main,
.splide-main .splide__track,
.splide-main .splide__list,
.splide-main .splide__slide,
.splide-bottom,
.splide-bottom .splide__track,
.splide-bottom .splide__list,
.splide-bottom .splide__slide
{
  height: 100%;
  min-height:400px;
  background-size: cover;
}

.splide-bottom .splide__slide a{
	/*height:100%;*/
}

.splide-bottom .splide__slide img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.splide-main,  .splide-bottom{
  width: 100%;
  height: 100%; /* lub 100% jeśli wewnątrz innego kontenera */
  position: relative;
  overflow: hidden;
}

figure img{
	margin-bottom:3rem;
}

figure img:last-child{
	margin-bottom:0;
}

.xgrid-container{
	display:grid; 
	grid-template-columns: 250px 1fr;
	gap:2rem;
}

.xgrid-container .grid-item-container.div1 .grid-item-special{
	height:unset;
}

.mega-current_menu-item a{color:var(--red) !important}

.praca-grid-posts{grid-template-columns:repeat(2,1fr);}

.mega-current-menu-item > a.mega-menu-link,
.mega-current-page-parent > a.mega-menu-link,
.mega-current-menu-parent > a.mega-menu-link{
	color:var(--red) !important;
}

.subpage-grid__content > .accordion:first-child,
.subpage-grid__content > .home-slider-grid__boxes.mt-2 {
	margin-top: 0 !important;
}
.accordion{width: 100%;}

.kategoria {
	background-color: var(--red);
	padding: 1.2rem 2rem;
	background-repeat: no-repeat;
	background-position: left 2rem center;
	font-size: 1.1rem;
	color: var(--white);
	display: inline-block;
	top:0;
	right:0;
	position: absolute;
}

/*jjack*/




/* Standardowe desktopy */
@media (max-width: 1440px) {
  /* Styl dla ekranów do 1440px */
  /*header{background:red;}*/
}

/* Laptopy i mniejsze desktopy */
@media (max-width: 1280px) {
  /* Styl dla ekranów do 1280px */
  /*header{background:blue;}*/
}

/* Małe laptopy i tablety poziomo */
@media (max-width: 1024px) {
  /* Styl dla ekranów do 1024px */
 	/*header{background:green;}*/
	.home-slider-grid{grid-template-columns: 1fr;}
	footer .dflex.plpr_2.ai-c > img{height:3.5rem;}
	.dflex.plpr_2.ai-c{padding-left:1rem; padding-right: 1rem;}
	.count-2 {grid-template-columns: repeat(2, 1fr);}
	.count-2 {grid-template-columns: repeat(2, 1fr);}
	.count-4 {grid-template-columns: repeat(2, 1fr);}
	.count-5 {grid-template-columns: repeat(2, 1fr);}
	.count-6 {grid-template-columns: repeat(2, 1fr);}
	.count-7 {grid-template-columns: repeat(2, 1fr);}
	.count-8 {grid-template-columns: repeat(2, 1fr);}
	.jz-content ul.pliki_do_pobrania li a br{margin-bottom: 2rem;}
	.jz-content ul.pliki_do_pobrania li a div{display: block !important;}
	.jz-content ul.pliki_do_pobrania li a div span{display: block;}
	.oddzialy{grid-template-columns: repeat(2, 1fr);}
	.flota-grid{grid-template-columns: 1fr;}
	.flota-linki{grid-template-columns: repeat(2,1fr);}
	.grid-posts{grid-template-columns: repeat(2,1fr);}
	.single-grid{grid-template-columns: 1fr;}
	.single-grid-container h1,
	.single-grid__sidebar h2,
	.subpage-grid__content h1,
	.jz-content h1,
	.h1-praca,
	.jz-content h2, 
	.jz-content h2 strong{font-size:2.4rem;}
	.grid-posts-item__content .news-box__title a{font-size:1.5rem;}
	.home-slider-grid__boxes.home-slider-grid__boxes-items-4{grid-template-columns: 1fr 1fr;}
	.praca-grid-posts{grid-template-columns: 1fr;}
	.kontakt__adres_spolki_2{grid-template-columns: 1fr;}
}

@media (max-width: 880px) {
	/*header{background:navajowhite;}*/
	footer .dflex.pr_2.ai-c{padding-right: 0; justify-content: center;}
	footer .dflex.jc-sb.dark{flex-direction: column; gap:2rem}
	footer .dflex.plpr_2.ai-c{justify-content: center;}
	footer .container > div.dark{padding:2rem;}
}

/* Tablety pionowo i duże telefony poziomo */
@media (max-width: 768px) {
  /* Styl dla ekranów do 768px */
	/*header{background:orange;}*/
	html {-webkit-text-size-adjust: auto}
	.container{padding-left: 2rem; padding-right: 2rem;}
	.grid-container{grid-template-columns: repeat(2,1fr);}
	.subpage-grid{grid-template-columns: 1fr; gap:3rem}
	.subpage-grid .subpage-grid__image{margin:auto;}
	.header-with-search{display: block;}
	#search{justify-content: right;}
	.single-grid-container__thumbnail.mw-50{max-width: 100%; margin-right: 0; float:none;}
	.kontakt__adres_spolki_1{grid-template-columns: 1fr;}
	.kontakt__adres_spolki{gap:0;}
}

/* Smartfony */
@media (max-width: 576px) {
	/*header{background:violet;}*/
	/* Styl dla ekranów do 576px */
	footer .footer_column__2{flex-direction: column;}
	.grid-container{grid-template-columns: repeat(2,1fr);}
	.grid-item-container.div1{grid-column:2 span;}
	.home-slider-grid__box{aspect-ratio: 1;}
	footer .dflex.plpr_2.ai-c > img{height:5.5rem;}
	.count-2 {grid-template-columns: repeat(1, 1fr);}
	.count-4 {grid-template-columns: repeat(1, 1fr);}
	.count-5 {grid-template-columns: repeat(1, 1fr);}
	.count-6 {grid-template-columns: repeat(1, 1fr);}
	.count-7 {grid-template-columns: repeat(1, 1fr);}
	.count-8 {grid-template-columns: repeat(1, 1fr);}
	.oddzialy{grid-template-columns: repeat(1, 1fr);}
	.kontakt__adres_spolki__dane{padding:0;}
	.flota-section{margin:2rem 0;}
	.grid-posts{grid-template-columns: repeat(1,1fr);}
	#search{display: block; margin-top: 2rem;}
	#search label{margin-bottom: 1rem; display: block;}
	.xgrid-container{display: block;}
	.grid-item-container.div1{margin-bottom: 2rem;}
	footer .container:nth-child(2) .dflex.jc-sb{display: block;}
	.breadcrumbs span{display: block; line-height: 2.4rem;}
}

/* Małe smartfony (np. iPhone SE) */
@media (max-width: 375px) {
	/*header{background:yellowgreen;}*/
  /* Styl dla ekranów do 375px */
}


@media print {
	.single-grid{grid-template-columns: 1fr;}
	.single-grid__sidebar{display: none;}
}