/* Tutaj jest miejsce na Twoje style */
.disclaimer {
	font-size: 14px;
	max-width: 860px;
	margin: 0 auto;
}

.footer {
	position: relative;
	margin-bottom: 48px;
}

.footer img {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 32px;
}

.gfx {
	position: absolute;
	opacity: 0.6;
	z-index: -1;
}

.gfx--1 {
	margin-top: 86px;
	top: 60vh;
	left: -264px;
}

.gfx--2 {
	right: -164px;
	margin-top: 186px;
}

.gfx--prod {
	opacity: 0.2;
	width: 100%;
	object-fit: contain;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	transition: 0.2s linear;
	border-radius: 16px;
}

.packshot {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 32px;
	position: relative;
}

.input-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-top: 16px;
	cursor: pointer;
	padding: 6px;
}

.input-wrapper label {
	pointer-events: all;
}

.input-wrapper input {
	width: 16px;
	height: 16px;
}

.cta-link {
	color: #0067c7;
}

.cta-link:hover {
	color: #0067c7;
	text-decoration: underline;
}

.category {
	position: relative;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 86px;
	overflow: hidden;
	padding-bottom: 64px;
}

.category:nth-child(even) {
	background-color: #f2f2f2;
}

@media (min-width: 768px) {
	.category {
		padding: 100px 0;
	}
}

/* padding fix */
@media (max-width: 768px) {
	.category .container-md {
		padding: 0;
	}
}

.category__banner {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #f7f7f7;
	border-radius: 0 0 32px 32px;
	color: #fff;
	border: 1px solid #5f1ef9;
}

@media (min-width: 768px) {
	.category__banner {
		flex-direction: row;
		align-items: center;
		border-radius: 32px;
	}
}

.category__banner h2 {
	font-size: 2.4rem;
	color: #000;
}

/* @media (min-width: 576px) {
  .category__banner h2 {
    margin-bottom: 32px;
  }
} */

.category__banner-copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-basis: 40%;
	/* padding: 64px 16px 48px 16px; */
	text-align: center;
}

@media (min-width: 576px) {
	.category__banner-copy {
		text-align: start;
		align-items: flex-start;
	}
}

@media (min-width: 768px) {
	.category__banner-copy {
		padding: 0 64px;
	}
}

.category__banner-image {
	position: relative;
	height: 100%;
	min-height: 240px;
	flex-basis: 60%;
	border-radius: 32px;
	overflow: hidden;
}

.category__banner-image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.baner__category-row {
	display: flex;
	justify-content: center;
}

.baner__category {
	display: flex;
	min-height: 170px;
	border-radius: 32px;
	align-items: center;
	text-align: center;
	border: 1px solid #0082fa;
	margin-bottom: 60px;
}

.Pova5 {
	background-image: url(../../img/main/TECNO-Pova5.jpg);
	background-size: auto;
	background-position: right;
}

.Spark10-PRO {
	background-image: url(../../img/main/TECNO-Spark10-PRO.jpg);
	background-size: auto;
	background-position: right;
}

.Spark10-NFC {
	background-image: url(../../img/main/TECNO-Spark10.jpg);
	background-size: auto;
	background-position: right;
}

.baner__category-copy {
	padding-left: 40px;
	color: #0082fa;
}

@media (max-width: 992px) {
	.Pova5 {
		background-image: url(../../img/main/TECNO-Pova5.jpg);
		background-size: cover;
		background-position: center;
	}

	.Spark10-PRO {
		background-image: url(../../img/main/TECNO-Spark10-PRO.jpg);
		background-size: auto;
		background-position: center;
	}

	.Spark10-NFC {
		background-image: url(../../img/main/TECNO-Spark10.jpg);
		background-size: auto;
		background-position: center;
	}
}

@media (max-width: 500px) {
	.baner__category {
		display: flex;
		min-height: 170px;
		border-radius: 32px;
		align-items: center;
		text-align: center;
		justify-content: right;
		border: 1px solid #0082fa;
		margin-bottom: 60px;
	}

	.baner__category-copy {
		padding-left: 0px;
		margin: auto;
		color: #0082fa;
	}

	.Pova5 {
		background-image: url(../../img/main/TECNO-Pova5.jpg);
		background-size: auto;
		background-position: left;
	}

	.Spark10-PRO {
		background-image: url(../../img/main/TECNO-Spark10-PRO.jpg);
		background-size: auto;
		background-position: left;
	}

	.Spark10-NFC {
		background-image: url(../../img/main/TECNO-Spark10.jpg);
		background-size: auto;
		background-position: left;
	}
}
