#gamer .gamer__power-content-info-item h4 {
	color: #fff !important;
}

#gamer {
	color: rgba(26, 26, 26, 1) !important;
	font-family: 'Instrument Sans', sans-serif !important;
}

#gamer * {
	font-family: 'Instrument Sans', sans-serif !important;
}

#gamer h1 {
	font-weight: 700 !important;
}

#gamer h2,
h3,
h4,
h5 {
	font-weight: 600 !important;
}

#gamer .cta {
	border-radius: 8px;
	border: none;
	width: -moz-fit-content;
	width: fit-content;
	height: 42px;
	line-height: 42px;
	padding: 0 32px;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease-out;
	background: #0082fa;
	color: #fff;
	margin-top: 10px;
	z-index: 1;
	white-space: nowrap;
	flex-shrink: 0;
}
#gamer .cta[disabled] {
	filter: grayscale(100);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	opacity: 0.5;
}
#gamer .cta:hover {
	background: #0067c7;
	color: #fff;
}
#gamer .cta--outline {
	border: 1px solid #0082fa;
	color: #0082fa;
	background: none;
}
#gamer .cta--outline:hover {
	background: #0082fa;
	color: #fff;
}
#gamer .cta--secondary {
	background: #0fd2ff;
	border: none;
	color: #fff;
}
#gamer .cta--secondary:hover {
	background: #00b2db;
	color: #fff;
}
#gamer .cta--secondary--outline {
	border: 1px solid #0fd2ff;
	color: #0fd2ff;
	background: none;
}
#gamer .cta--secondary--outline:hover {
	background: #0fd2ff;
	color: #fff;
}
#gamer .cta--white {
	background: #fff;
	color: #000;
}
#gamer .cta--white:hover {
	background: #ccc;
	color: #000;
}
#gamer .cta--white--outline {
	border: 1px solid #fff;
	color: #fff;
	background: none;
}
#gamer .cta--white--outline:hover {
	background: #fff;
	color: #000;
}
#gamer .cta--black {
	background: #222;
	color: #fff;
}
#gamer .cta--black:hover {
	background: #444;
	color: #fff;
}
#gamer .cta--black--outline {
	border: 1px solid #000;
	color: #000;
	background: none;
}
#gamer .cta--black--outline:hover {
	background: #000;
	color: #fff;
}
#gamer .cta--gray {
	background: #575757;
	color: #fff;
}
#gamer .cta--gray:hover {
	background: #3d3d3d;
	color: #fff;
}
#gamer .cta--gray--secondary {
	background: #f0f0f0;
	border: none;
	color: #666;
}
#gamer .cta--gray--secondary:hover {
	background: #e0e0e0;
	color: #333;
}
#gamer .cta--gray--outline {
	border: 1px solid #575757;
	color: #575757;
	background: none;
}
#gamer .cta--gray--outline:hover {
	background: #575757;
	color: #fff;
}
#gamer .cta--violet {
	background: #8250fa;
	color: #fff;
}
#gamer .cta--violet:hover {
	background: #5f1ef9;
	color: #fff;
}
#gamer .cta--violet--secondary {
	background: #ece5fe;
	border: none;
	color: #5f1ef9;
}
#gamer .cta--violet--secondary:hover {
	background: #ded1fe;
	border: none;
	color: #4606de;
}
#gamer .cta--violet--outline {
	border: 1px solid #8250fa;
	color: #8250fa;
	background: none;
}
#gamer .cta--violet--outline:hover {
	background: #8250fa;
	color: #fff;
}
#gamer .cta--pink {
	background: #fa0064;
	color: #fff;
}
#gamer .cta--pink:hover {
	background: #c70050;
	color: #fff;
}
#gamer .cta--pink--outline {
	border: 1px solid #fa0064;
	color: #fa0064;
	background: none;
}
#gamer .cta--pink--outline:hover {
	background: #fa0064;
	color: #fff;
}
#gamer .cta--pink--secondary {
	background: #ffe1ed;
	border: none;
	color: #c70050;
}
#gamer .cta--pink--secondary:hover {
	background: #ffd1e4;
	border: none;
	color: #c70050;
}
#gamer .cta--blue {
	background: #0fd2ff;
	color: #fff;
}
#gamer .cta--blue:hover {
	background: #00b2db;
	color: #fff;
}
#gamer .cta--blue--outline {
	border: 1px solid #0fd2ff;
	color: #0fd2ff;
	background: none;
}
#gamer .cta--blue--outline:hover {
	background: #0fd2ff;
	color: #fff;
}

#gamer .cta--green {
	background: rgba(17, 158, 0, 1);
	color: #fff;
}

#gamer .cta--green:hover {
	background: #007d00;
	color: #fff;
}

#gamer .cta--big {
	height: 48px;
	line-height: 48px;
	padding: 0 34px;
	font-size: 1.1rem;
}
#gamer .cta--medium {
	height: 40px;
	line-height: 40px;
	font-size: 1rem;
}
#gamer .cta--small {
	height: 40px;
	padding: 0 24px;
	font-size: 0.95rem;
}
#gamer .cta--circle {
	padding: 0;
	height: 44px;
	width: 44px;
}

#gamer .gamer__button--square {
	font-size: 16px !important;
}

#gamer .gamer__tech .gamer__section-heading {
	padding-right: 0px;
}

#gamer .pro-hero {
	height: 560px !important;
	background-image: url('https://lp.x-kom.pl/a/static/gamer-43pro/top__hero-photo.jpg') !important;
	background-size: cover !important;
	background-position: top right !important;
}

#gamer .gamer__hero-copy {
	color: var(--G4M3R-white);
}

#gamer .pro-hero span {
	font-weight: 600;
}

.gamer__features-boxes--item-bg.pro-box-item-bg {
	position: relative;
	overflow: hidden; /* Zapewnia, że pseudo-element nie wystaje poza obszar */
}

.gamer__features-boxes--item-bg.pro-box-item-bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.9) 100%);
	pointer-events: none; /* Zapobiega przechwytywaniu zdarzeń przez pseudo-element */
	border-radius: 16px;
}

#gamer .gamer__features-boxes--item-details {
	border-radius: 16px;
}

#gamer .gamer__tech-boxes-item--1 p,
#gamer .gamer__tech-boxes-item--2 p,
#gamer .gamer__tech-boxes-item--6 p,
#gamer .gamer__tech-boxes-item--7 p {
	max-width: 100%;
}

#gamer .gamer__features-boxes--item-bg img {
	height: 150%;
}

#gamer .pro-box-item {
	border-radius: 16px !important;
}

#gamer .pro-box-item-bg {
	border-radius: 16px !important;
}

#gamer .pro-button-square {
	background-color: #fff !important;
	border: none;
	border-radius: 8px;
}

#gamer .gamer__tech-boxes-item--3 {
	grid-column: span 3;
}

#gamer .gamer__tech-boxes-item--4 {
	grid-column: span 3;
}

#gamer .gamer__tech-boxes-item--5 {
	grid-column: span 3;
}

#gamer .gamer__tech-boxes-item--1 {
	border-radius: 16px;
	background-image: linear-gradient(90deg, #000 0.12%, rgba(0, 0, 0, 0) 99.84%),
		url('https://lp.x-kom.pl/a/static/gamer-43pro/img-big-1.jpg');
	background-size: 220%;
	background-position: top;
}

#gamer .gamer__tech-boxes-item--2 {
	border-radius: 16px;
	background-image: linear-gradient(90deg, #000 0.12%, rgba(0, 0, 0, 0) 99.84%),
		url('https://lp.x-kom.pl/a/static/gamer-43pro/img-big-1.jpg');
	background-size: 220%;
	background-position: bottom 50% left 20%;
}

#gamer .gamer__tech-boxes-item--3 {
	border-radius: 16px;
	background-image: linear-gradient(180deg, #000 47.84%, rgba(0, 0, 0, 0) 100%),
		url('https://lp.x-kom.pl/a/static/gamer-43pro/img-big-2.jpg');
	background-size: 160%;
	background-position: bottom 50% right 50%;
}

#gamer .gamer__tech-boxes-item--4 {
	border-radius: 16px;
	background-image: linear-gradient(180deg, #000 42.95%, rgba(0, 0, 0, 0) 82.05%),
		url('https://lp.x-kom.pl/a/static/gamer-43pro/img-big-3.jpg');
	background-size: 160%;
	background-position: bottom 70% right 70%;
}

#gamer .gamer__tech-boxes-item--5 {
	border-radius: 16px;
	background-color: #000;
	background-image: url('https://lp.x-kom.pl/a/static/gamer-43pro/img-big-4.jpg') !important;
	background-size: 100%;
	background-position: top 250px center;
}

@media (max-width: 992px) {
	#gamer .gamer__tech-boxes-item--5 {
		border-radius: 16px;
		background-color: #000;
		background-image: url('https://lp.x-kom.pl/a/static/gamer-43pro/img-big-4.jpg') !important;
		background-size: 100%;
		background-position: top 120px center;
	}
}

#gamer .gamer__tech-boxes-item--5::before {
	content: none;
}

#gamer .gamer__tech-boxes-item--6 {
	border-radius: 16px;
	background-image: linear-gradient(180deg, #000 42.95%, rgba(0, 0, 0, 0) 82.05%),
		url('https://lp.x-kom.pl/a/static/gamer-43pro/img-big-3.jpg');
	background-size: 220%;
	background-position: bottom 80% left;
}

#gamer .pro-door-onsite {
	background-color: rgba(40, 41, 52, 1) !important;
	background-image: url('https://lp.x-kom.pl/a/static/gamer-43pro/43pro-bg.png');
	background-size: 130%;
	background-position: top -20% left 25%;
	background-repeat: no-repeat;
	color: #fff !important;
}

#gamer .pro-door-square {
	border-radius: 16px;
	background: rgba(25, 25, 33, 0.5) !important;
	box-shadow: 0px 0.9px 1.8px 0px rgba(16, 24, 40, 0.04) !important;
	backdrop-filter: blur(20px) !important;
}

#gamer .prices-box-item {
	position: relative;
	display: flex;
	flex-basis: 33.333%;
	background: rgba(8, 6, 13, 1);
	color: var(--G4M3R-white);
	flex-direction: column;
	align-items: start;
	justify-content: start;
	gap: 16px;
	border-radius: 16px;
	min-height: 100px;
	padding: var(--G4M3R-padd-md);
}

#gamer .prices-box-item:hover {
	background: rgba(8, 6, 13, 1) !important;
}

#gamer .gamer__services-wrapper-item {
	cursor: default;
}

#gamer .gamer__services-wrapper-item {
	border-radius: 16px;
}

#gamer .gamer__services-wrapper-item p {
	color: rgba(110, 110, 110, 1);
}

#gamer .gamer__services-wrapper-item-header > div:first-child {
	padding-right: 0;
}

#gamer .renting-wrapper {
	display: flex;
}

#gamer .renting-box {
	display: flex;
	flex-direction: column;
	padding: var(--G4M3R-padd-md);
	flex-basis: 25%;
	gap: 16px;
}

#gamer .renting-wrapper > div:first-child {
	padding-left: 0 !important;
	flex-basis: calc(25% - 24px);
}

#gamer .renting-box img {
	width: 32px;
	height: 32px;
}

#gamer .services-button-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 48px;
}

#gamer .gamer__ai-content {
	position: relative;
	background-color: rgba(40, 41, 52, 1);
}

#gamer .ai-content-wrapper {
	display: flex;
}

#gamer .ai-content-box {
	display: flex;
	flex-direction: column;
	flex-basis: 33.333%;
	align-items: start;
	gap: 16px;
	color: var(--G4M3R-white);
	padding: var(--G4M3R-padd-md);
}

#gamer .ai-content-box img {
	max-height: 60px;
	width: auto;
}

#gamer .ai-content-wrapper > div:first-child {
	padding-left: 0 !important;
	flex-basis: calc(33.333% - 24px);
}

#gamer .gamer__ai-content .gfx:first-child {
	right: 50px;
	top: 20px;
	max-width: 240px;
}

#gamer .compare-cta {
	margin: 0 auto;
	margin-top: 16px;
}

#gamer .cta-compare-all {
	margin-top: 32px;
}

#gamer .gamer__footer {
	background: rgba(240, 240, 240, 1);
	padding: 64px 187px;
	display: flex;
	justify-content: center;
}

#gamer .gamer__footer-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: rgba(68, 68, 68, 1);
	text-align: center;
}

#gamer .gamer__footer-wrapper h4 {
	color: #000;
	margin-bottom: 8px;
}

#gamer .gamer__footer-wrapper h6 {
	font-size: 18px;
	margin: 0;
	color: #000;
}

#gamer .footer-cta-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 32px;
}

#gamer .gamer__footer-wrapper img {
	margin-top: 64px;
}

#gamer .gamer-show-more-button {
	font-family: 'Instrument Sans', sans-serif !important;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 400;
}

#gamer .gamer__power .gamer__section-heading {
	padding-right: var(--G4M3R-padd-xxl);
}

@media (max-width: 992px) {
	#gamer .pro-hero {
		height: 560px !important;
		background-image: url('https://lp.x-kom.pl/a/static/gamer-43pro/top__hero-photo-mobile.jpg?v2.0') !important;
		background-size: cover !important;
		background-position: top right !important;
	}

	#gamer .gamer__tech-boxes-item--1 {
		grid-column: span 3;
	}

	#gamer .gamer__tech-boxes-item--2 {
		grid-column: span 3;
	}

	#gamer .gamer__tech-boxes-item--6 {
		grid-column: span 3;
	}

	#gamer .pro-door-onsite {
		background-position: bottom;
		background-size: 100%;
	}

	#gamer .renting-wrapper {
		padding-top: 32px;
		flex-wrap: wrap;
		gap: 32px;
	}

	#gamer .renting-box {
		flex-basis: calc(50% - 16px) !important;
		padding: 0;
	}
}

@media (max-width: 768px) {
	#gamer .ai-content-wrapper {
		flex-direction: column;
		gap: 32px;
	}

	#gamer .ai-content-box {
		padding: 0;
		flex-basis: calc(33.333% - 24px);
	}

	#gamer .gamer__footer {
		padding: 64px 24px;
	}

	#gamer .ai-content-box br {
		display: none;
	}

	#gamer .gamer__ai-content .gfx:first-child {
		right: 50px;
		top: 80px;
		max-width: 180px;
	}
}

@media (max-width: 576px) {
	#gamer .gamer__hero-copy span {
		color: var(--G4M3R-white);
	}

	#gamer .services-button-wrapper {
		margin-top: 24px;
	}

	#gamer .gamer__power .gamer__section-heading {
		padding-right: var(--G4M3R-padd-md);
	}
}

@media (max-width: 450px) {
	#gamer .pro-door-onsite {
		background-position: bottom;
		background-size: 250%;
	}

	#gamer .gamer__ai-content .gfx:first-child {
		display: none;
	}

	#gamer .renting-box {
		flex-basis: 100% !important;
		padding: 0;
	}
}

#gamer .gamer__kyhd {
	background: var(--G4M3R-black);
	background-image: url('https://lp.x-kom.pl/a/static/gamer-43pro/bg-kyhd.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center right 80px;
	color: var(--G4M3R-white);
	display: flex;
	justify-content: start;
}

@media (max-width: 1366px) {
	#gamer .gamer__kyhd {
		background-position: center right -20px;
	}
}

#gamer .gamer__kyhd .gamer__wrapper-kyhd {
	max-width: 50%;
}

#gamer .gamer__kyhd .gamer__section-heading {
	margin-bottom: var(--G4M3R-padd-md);
}

#gamer .gamer__kyhd h4 {
	font-weight: 400 !important;
}

#gamer .gamer__kyhd p {
	margin-bottom: var(--G4M3R-padd-sm);
}

#gamer .gamer__kyhd a {
	margin-top: var(--G4M3R-padd-md);
}

#gamer .gamer__kyhd-subtitle {
	margin-bottom: var(--G4M3R-padd-sm);
}

@media (max-width: 1080px) {
	#gamer .gamer__kyhd .gamer__wrapper-kyhd {
		max-width: 100%;
	}

	#gamer .gamer__kyhd {
		background-image: radial-gradient(circle, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 1) 100%),
			url('https://lp.x-kom.pl/a/static/gamer-43pro/bg-kyhd.jpg');
	}
}
