.sz-container {
	width: 1200px;
}
.sz-container h1, h2 {
	color: #2D6D9E;
	padding: 20px;
}
.sz-container h1 {
	font-size: 1.8em;
}

.sz-szkolenie {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
	margin-top: 50px;
}
.sz-info, .sz-galeria, .pr-info {
	width: 50%;
	box-sizing: border-box;
}
.sz-info, .pr-info {
	flex-wrap: wrap;
	text-align: left;
}
.sz-info {
	display: flex;
}
.pr-info {
	padding-left: 50px;
}
.pr-info h1 {
	margin-left: -50px;
}

.sz-galeria {
	min-height: 400px;
	text-align: center;
	padding: 0 20px;
}
.sz-galeria img {
	max-width: 450px;
	max-height: 450px;
	width: auto;
	height: auto;
	object-fit: cover;
}
.sz-data, .sz-godzina, .sz-lokalizacja, .sz-status {
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
}
.sz-data, .sz-godzina {
	font-size: 1.3em;
}
.sz-data, .sz-lokalizacja {
	text-align: right;
}
.sz-lokalizacja {
	line-height: 15px;
	margin: 30px 0 10px 0;
}
.sz-lokalizacja h3 {
	font-size: 1.8em;
	margin-bottom: 5px;
}
.sz-status {
	display: flex;
	align-items: center;
    justify-content: flex-end;
    text-align: center;
}
.st-statusBox {
	margin-left: auto;
	padding: 0 10px;
	border-radius: 20px;
}
.sz-cena {
	line-height: 25px;
}
.sz-cenaS  {
	color: red;
	font-size: small;
	text-decoration: line-through;
}
.sz-cenaP {
	font-size: 3.9em;
	font-weight: bold;
}
.sz-cenaN {
	font-size: 0.8em;
}
.sz-zapisz {
	display: inline-block;
	background-color: #8e1317;
	padding: 10px 30px;
	border-radius: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 30px;
}

.sz-zapisz:hover {
	background-color: #8e1317;
	color: #FFFFFF;
	animation: pulse 1s infinite;
}
.pr-cena {
	width: 100%;
}
.pr-cenaS {
	color: red;
	font-size: small;
	text-decoration: line-through;
}
.pr-cenaA {
	font-size: 2.9em;
	font-weight: bold;
}
.pr-cenaD {

}
.pr-status {
	width: 100%;
	text-align: right;
}
.pr-statusBox {
	display: inline-block;
	padding: 0 20px;
	margin-right: 50px;
	border-radius: 20px;
}
.pr-koszyk {
	width: 100%;
	margin: 20px 0;
}
.pr-koszyk input[type="number"]{
	width: 70px;
	height: 35px;
	border: 1px solid silver;
	border-radius: 10px;
	text-align: center;
}
.pr-koszyk input[type="submit"]{
	height: 35px;
	border: 1px solid silver;
	border-radius: 10px;
	text-align: center;
	background-color: #3783DC;
	color: #FFFFFF;
	padding: 0 30px;
	margin: 20px 0;
}
.pr-koszyk input[type="submit"]:hover{
	background-color: #3399FF;
	cursor: pointer;
}
.pr-opis {
	padding-top: 30px;
}

.sz-boxImages {
	width: 100%;
	text-align: center;
	overflow-x: auto;   /* 🔥 scroll w poziomie */
	overflow-y: hidden;
	white-space: nowrap;
}

.sz-boxImages img {
	height: 70px;
	width: 70px;
	object-fit: cover
}

.sz-boxImages img:hover {
	cursor: pointer;
}

.sz-zapiszForm {
	width: 800px;
	border: 1px solid silver;
	border-radius: 10px;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
	margin-bottom: 40px;
	padding: 0 50px;
}
.sz-zapiszForm input[type="text"] {
	width: 100%;
	height: 30px;
	border: 1px solid grey;
	border-radius: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.sz-zapiszForm input[type="submit"] {
	padding: 10px 20px;
	background-color: #3783DB;
	cursor: pointer;
	border: 1px solid grey;
	border-radius: 5px;
	color: #FFFFFF;
	margin: 35px;
}

.sz-zapiszForm input[type="submit"]:hover {
	background-color: #3399FF;
	animation: pulse 1s infinite;
}
.pr-sliderContainer {
	position: relative;
	width: 100%;
	width: 1200px;
	margin: 0 auto 20px auto;
}
.pr-slider {
	display: flex;
	gap: 20px;
	overflow: hidden;
	width: 100%;
	padding: 10px;
}
.pr-slid {
	flex: 0 0 223px;
	width: 223px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #FFFFFF;
	transition: border-color 0.3s ease;
	padding: 10px;
}
.pr-slid h3 {
	color: grey;
	font-weight: normal;
}
.pr-slid img  {
	transition: transform 0.3s ease;
}
.pr-slid:hover {
	border: 1px solid #E31E25;
}
.pr-slid:hover img {
	transform: scale(1.05);
}
.pr-slid:hover h3 {
	color: darkgrey;
}
.pr-slidImg {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.pr-slidImg img {
	width: 100%;
	height: 200px;
	object-fit: contain;
	display: block;
}
.pr-slid h3 {
	margin-top: 5px;
	color: grey;
	font-size: 0.8em;
	font-weight: normal;
}
.pr-slid h3:hover {
	color: grey;
}
.pr-slid h4 {
	color: black;
	font-weight: normal;
	padding-top: 10px;
}
/* Strzałki */
.pr-sliderPrev,
.pr-sliderNext {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	font-size: 24px;
	cursor: pointer;
}

.pr-sliderPrev {
	left: -20px;
}

.pr-sliderNext {
 	right: -20px;
}

.pr-sliderPrev:hover,
.pr-sliderNext:hover {
	background: rgba(0, 0, 0, 0.9);
}


/* Mniejsze ekrany */

@media screen and (max-width: 1300px) {
	.pr-sliderContainer, .pr-slider {
		width: 957px;
	}
}
@media screen and (max-width: 1016px) {
	.pr-sliderContainer, .pr-slider {
		width: 714px;
	}
}
@media screen and (max-width: 770px) {
	.pr-sliderContainer, .pr-slider {
		width: 471px;
	}
}
@media screen and (max-width: 530px) {
	.pr-sliderContainer, .pr-slider {
		width: 228px;
	}
}



@media screen and (max-width: 1220px) {
	.sz-container, .pr-info {
		width: 100%;
		padding: 0 10px;
	}
	.sz-container h1, h2 {
		text-align: center;
	}
	.sz-info, .sz-galeria {
		width: 100%;
		padding: 10px;
	}
	.sz-galeria img {
		max-width: 100%;
		max-height: 450px;
		width: auto;
		height: auto;
	}
	.sz-boxImages img {
		height: 70px;
		width: 70px;
		object-fit: cover
	}

	.sz-zapiszForm {
		width: 100%;
	}
	.sz-szkolenie {
		margin-top: -20px;
	}
	.sz-lokalizacja p {
		padding: 10px 0 20px 0;
	}
	.sz-status {
		margin-top: -30px;
	}
	.pr-koszyk {
		text-align: center;
	}
	.pr-info h1 {
		margin-left: 0px;
	}
}

.lp-container {
	max-width: 1200px;
	display: flex;
	width: 100%;
	gap: 20px;
	padding: 20px;
	align-items: stretch;
}
.lp-box {
	flex: 1 1 0;
	min-width: 0;
	padding: 20px;
	box-sizing: border-box;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #FFFFFF;
	transition: border-color 0.3s ease;
}
.lp-box h3 {
	color: grey;
	font-weight: normal;
}
.lp-box h4 {
	color: black;
	font-weight: normal;
	padding-top: 10px;
}
.lp-box img  {
	transition: transform 0.3s ease;
}
.lp-box:hover {
	border: 1px solid #E31E25;
}
.lp-box:hover img {
	transform: scale(1.05);
}
.lp-box:hover h3 {
	color: darkgrey;
}


@media (max-width: 768px) {
	.lp-container {
		flex-direction: column;
	}
}

.lk {
	width: 100%;
	max-width: 1200px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

.lk-banner {
	margin: 20px auto 50px auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 500px;
	loading: eager;
}

.lk-container {
	max-width: 1200px;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	gap: 20px;
	padding: 20px;
	align-items: stretch;
	clear: both;
}

.lk-box {
	width: 250px;
	padding: 10px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #FFFFFF;
	transition: border-color 0.3s ease;
	text-align: center;
}
.lk-box h3 {
	color: grey;
	font-weight: bold;
	padding-bottom: 15px;
}
.lk-box:hover h3 {
	color: black;
}
.lk-box img  {
	transition: transform 0.3s ease;
}
.lk-box:hover {
	border: 1px solid #E31E25;
}
.lk-box:hover img {
	transform: scale(1.05);
}
.lk-box h4 {
	color: black;
	font-weight: normal;
	padding-top: 10px;
}

.lk-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	background-color: #E31E25;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
	transition: 0.2s ease;
	margin: 20px;
}

.lk-button:hover {
	background-color: #132867;
	color: #FFFFFF;
	animation: pulse 1s infinite;

}

@media (max-width: 1250px) {
	.lk-banner {
		height: 300px;
		background-size: 100vw auto;
		background-position: left;
		background-size: cover;
	}
}
@media (max-width: 500px) {
	.lk-banner {
		width: 0px;
		height: 0px;
	}
}