.header-section {
	background-image: url('../../img/main/header-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: calc(0.709 * 100vw);
	position: relative;
}

.header-section h1 {
	color: #fff;
	font-size: 3rem;
	text-align: end;
}

.header-section h4 {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: end;
}

.logo-xkom {
	max-height: 60px;
}

.logo-vendor {
	max-height: 150px;
}

.pack-img {
	position: absolute;
	left: 50px;
	bottom: -100px;
}

.logo-game {
	margin-top: 100px;
}

/* section-1 */

.section-1 {
	background-image: url('../../img/main/section-1-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: calc(0.525 * 100vw);
	display: flex;
	align-items: center;
}

.section-1 h2 {
	font-size: 2.2rem;
	color: #fff;
	margin-bottom: 40px;
}

.section-1 p {
	color: #fff;
	font-size: 18px;
	line-height: 150%;
}

/* section-2 */

.section-2 {
	background-image: url('../../img/main/section-2-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: calc(0.525 * 100vw);
	display: flex;
	align-items: center;
}

.section-2 h2 {
	font-size: 2.2rem;
	color: #fff;
	margin-bottom: 40px;
	text-align: end;
}

.section-2 p {
	color: #fff;
	font-size: 18px;
	text-align: end;
	line-height: 150%;
}

/* section-3 */

.section-3 {
	background-image: url('../../img/main/section-3-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: calc(0.525 * 100vw);
	display: flex;
	align-items: center;
}

.section-3 h2 {
	font-size: 2.2rem;
	color: #fff;
	margin-bottom: 40px;
}

.section-3 p {
	color: #fff;
	font-size: 18px;
	line-height: 150%;
}

/* section-4 */

.section-4 {
	background-image: url('../../img/main/section-4-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: calc(0.525 * 100vw);
	display: flex;
	align-items: center;
}

.section-4 h2 {
	font-size: 2.2rem;
	color: #fff;
	margin-bottom: 40px;
	text-align: end;
}

.section-4 p {
	color: #fff;
	font-size: 18px;
	text-align: end;
	line-height: 150%;
}

/* section-5 */

.section-5 {
	background-image: url('../../img/main/section-5-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: calc(0.532 * 100vw);
	display: flex;
	align-items: center;
}

.section-5 h2 {
	font-size: 2.2rem;
	color: #fff;
	margin-bottom: 40px;
}

.section-5 p {
	color: #fff;
	font-size: 18px;
	line-height: 150%;
}

/* section-6 */

.section-6 {
	background-image: url('../../img/main/section-6-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: calc(0.518 * 100vw);
	display: flex;
	align-items: center;
}

.section-6 h2 {
	font-size: 2.2rem;
	color: #fff;
}

.section-6 p {
	color: #fff;
	font-size: 18px;
	line-height: 150%;
}

/* section-7 */

.section-7 {
	background-image: url('../../img/main/section-7-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: calc(0.518 * 100vw);
	display: flex;
	align-items: center;
}

.section-7 .prod-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
}

.section-7 .prod {
	width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section-7 .prod img {
	width: 250px;
	height: auto;
}

.section-7 h2 {
	font-size: 2.2rem;
	color: #fff;
	margin-bottom: 40px;
}

.section-7 h3 {
	color: #fff;
}

.section-7 p {
	color: #fff;
	font-size: 18px;
	line-height: 150%;
}

/* footer */

.footer {
	background-image: url('../../img/main/section-8-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	padding: 80px 0;
	display: flex;
	align-items: center;
}

.footer h2 {
	font-size: 2.2rem;
	color: #fff;
	margin-bottom: 40px;
}

.footer p {
	color: #fff;
	font-size: 14px;
	line-height: 150%;
}

@media (max-width: 1400px) {
	.pack-img {
		max-width: 50%;
		bottom: 50px;
	}
}

@media (max-width: 1200px) {
}

@media (max-width: 1080px) {
	.pack-img {
		max-width: 38%;
		bottom: 50px;
	}

	.logo-game {
		max-height: 80px;
	}

	.section-1 h2,
	.section-2 h2,
	.section-3 h2,
	.section-4 h2,
	.section-5 h2,
	.section-6 h2,
	.section-7 h2 {
		font-size: 1.8rem;
	}

	.section-1 p,
	.section-2 p,
	.section-3 p,
	.section-4 p,
	.section-5 p,
	.section-6 p,
	.section-7 p {
		font-size: 16px;
	}

	.section-6 img {
		max-width: 80%;
	}
}

@media (max-width: 992px) {
	.container-md {
		max-width: 95% !important;
	}

	.section-7 .prod img {
		width: 180px;
	}
}

@media (max-width: 768px) {
	.logo-wrapper {
		padding-top: 40px;
	}
	.header-section h1 {
		text-align: center;
	}

	.header-section h4 {
		text-align: center;
	}

	.header-section {
		background-image: url('../../img/main/header-bg-mobile.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		height: calc(1.449 * 100vw);
		display: flex;
		align-items: center;
	}

	.logo-game {
		margin-top: 30px;
	}

	.pack-img {
		max-width: 70%;
		position: relative;
		bottom: 0px;
	}

	.section-1 {
		background-image: url('../../img/main/section-1-mobile.jpg');
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		height: calc(1.1 * 100vw);
		display: flex;
		align-items: start;
		padding-top: 40px;
	}

	.section-2 {
		background-image: url('../../img/main/section-2-mobile.jpg');
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		height: calc(1.183 * 100vw);
		display: flex;
		align-items: end;
		padding-bottom: 40px;
	}

	.section-3 {
		background-image: url('../../img/main/section-3-mobile.jpg');
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		height: calc(1.760416666666667 * 100vw);
		display: flex;
		align-items: end;
		text-align: center;
		padding-bottom: 40px;
	}

	.section-4 {
		background-image: url('../../img/main/section-4-mobile.jpg');
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		height: calc(1.614583333333333 * 100vw);
		display: flex;
		align-items: end;
		padding-bottom: 40px;
	}

	.section-4 h2 {
		text-align: start;
	}

	.section-4 p {
		text-align: start;
	}

	.section-5 {
		background-image: url('../../img/main/section-5-mobile.jpg');
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		height: calc(1.42578125 * 100vw);
		display: flex;
		align-items: end;
		padding-bottom: 40px;
	}

	.section-5 h2 {
		text-align: end;
	}

	.section-5 p {
		text-align: end;
	}

	.section-6 {
		background-image: url('../../img/main/section-6-mobile.jpg');
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		height: calc(0.76 * 100vw);
		display: flex;
		align-items: center;
	}

	.section-7 {
		/* background-image: url('../../img/main/section-7-mobile.jpg'); */
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		height: calc(1.2 * 100vw);
		display: flex;
		align-items: center;
	}

	.section-7 .prod-wrapper {
		display: flex;
		justify-content: center;
		gap: 40px;
		flex-wrap: wrap;
	}

	.section-7 .prod {
		width: 90%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.section-7 .prod img {
		height: 150px;
		width: auto;
	}
}

@media (max-width: 576px) {
	.logo-vendor {
		max-height: 80px;
	}

	.logo-xkom {
		max-height: 40px;
	}

	.pack-img {
		max-width: 40%;
		margin: 0 auto;
		left: 0px;
	}

	.header-section {
		align-items: start;
	}

	.pack-wrapper {
		display: flex;
		justify-content: center;
	}

	.logo-game {
		max-height: 50px;
	}

	.header-section h1 {
		font-size: 2.2rem;
	}

	.section-7 {
		height: calc(1.5 * 100vw);
	}
}

@media (max-width: 430px) {
	.section-7 {
		height: calc(2.5 * 100vw);
	}

	.section-1 h2,
	.section-2 h2,
	.section-3 h2,
	.section-4 h2,
	.section-5 h2,
	.section-6 h2,
	.section-7 h2 {
		font-size: 1.5rem;
	}

	.section-1 h2,
	.section-2 h2,
	.section-3 h2,
	.section-4 h2,
	.section-5 h2,
	.section-6 h2,
	.section-7 h2 {
		margin-bottom: 20px;
	}
}

@media (max-width: 350px) {
	.header-section h1 {
		font-size: 1.8rem;
	}

	.header-section h2 {
		font-size: 1.5rem;
	}

	.header-section {
		height: calc(1.79 * 100vw);
	}

	.section-1 {
		background-image: linear-gradient(180deg, rgba(0, 3, 41, 0) 40%, rgba(0, 3, 41, 1) 100%),
			url('../../img/main/section-1-mobile.jpg');
	}

	.section-2 {
		background-image: linear-gradient(0deg, rgba(0, 3, 41, 0) 40%, rgba(0, 3, 41, 1) 100%),
			url('../../img/main/section-2-mobile.jpg');
	}

	.section-3 {
		background-image: linear-gradient(180deg, rgba(0, 3, 41, 0) 40%, rgba(0, 3, 41, 1) 100%),
			url('../../img/main/section-3-mobile.jpg');
	}

	.section-4 {
		background-image: linear-gradient(180deg, rgba(0, 3, 41, 0) 40%, rgba(0, 3, 41, 1) 100%),
			url('../../img/main/section-4-mobile.jpg');
	}
	.section-5 {
		background-image: linear-gradient(180deg, rgba(0, 3, 41, 0) 40%, rgba(0, 3, 41, 1) 100%),
			url('../../img/main/section-5-mobile.jpg');
	}
}

.section-7 {
	background-image: url('../../img/main/section-7-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	/* Minimalna wysokość sekcji na 100% wysokości widoku */
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 0; /* Dodanie paddingu dla lepszej przestrzeni */
	padding-top: 0px;
	box-sizing: border-box; /* Zapobieganie wychodzeniu elementów poza sekcję */
	overflow: hidden; /* Ukrywanie nadmiaru treści */
}

@media (max-width: 1750px) {
	.section-7 {
		padding-top: 80px;
	}
}

@media (max-width: 1600px) {
	.section-7 {
		min-height: 60vw;
	}
}

@media (max-width: 1366px) {
	.section-7 {
		min-height: 80vw;
	}
}

@media (max-width: 1200px) {
	.section-7 {
		min-height: 130vw;
	}
}

@media (max-width: 992px) {
	.section-7 {
		min-height: 160vw;
	}
}

.section-7 .prod-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto; /* Wycentrowanie wrappera */
}

.section-7 .prod {
	width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section-7 .prod img {
	width: 100%; /* Obrazki dostosują się do szerokości rodzica */
	max-width: 250px;
	height: auto;
	border-radius: 16px;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.section-7 {
		padding: 60px 0;
		min-height: 350vw;
	}

	.section-7 .prod {
		width: 90%;
	}
}

@media (max-width: 700px) {
	.section-7 {
		padding: 60px 0;
		min-height: 400vw;
	}
}

@media (max-width: 600px) {
	.section-7 {
		padding: 60px 0;
		min-height: 450vw;
	}
}

@media (max-width: 576px) {
	.section-7 {
		padding: 40px 0;
		min-height: 350vw;
	}

	.section-7 .prod img {
		max-width: 150px;
	}
}

@media (max-width: 500px) {
	.section-7 {
		padding: 60px 0;
		min-height: 400vw;
	}
}

@media (max-width: 450px) {
	.section-7 {
		padding: 60px 0;
		min-height: 450vw;
	}
}

@media (max-width: 380px) {
	.section-7 {
		padding: 60px 0;
		min-height: 500vw;
	}
}

@media (max-width: 350px) {
	.section-7 {
		padding: 60px 0;
		min-height: 550vw;
	}
}

@media (min-width: 1920px) {
	.pack-img {
		bottom: 300px !important;
	}
}

@media (min-width: 2000px) {
	.pack-img {
		left: 20%;
		top: 100px !important;
	}

	.header-section {
		height: 1080px;
		background: url('../../img/main/header-bg-2000.jpg');
		background-size: cover;

		background-position: bottom;
	}
}
