#gamer .gamer__hero {
    background: url(https://allegro.stati.pl/AllegroIMG/PRODUCENCI/X-KOM/G4M3R/K2-PRO/img/top-hero.jpg);
	background-size: cover;
	background-position: center;
}
@media (min-width: 992px) {
	#gamer .gamer__features .gamer__section-heading {
		padding-right: 0%;
	}
	#gamer .gamer__power .gamer__section-heading {
		padding-right: 24%;
	}
	#gamer .gamer__tech .gamer__section-heading {
		padding-right: 30%;
	}
	#gamer .gamer__tech-boxes-item--3 p, #gamer .gamer__tech-boxes-item--4 p, #gamer .gamer__tech-boxes-item--5 p {
        max-width: 58%;
    }
	#gamer .gamer__tech-boxes-item--1,#gamer .gamer__tech-boxes-item--2, #gamer .gamer__tech-boxes-item--5, #gamer .gamer__tech-boxes-item--6 {
        min-height: 440px;
    }
	#gamer .gamer__tech-boxes-item--3,#gamer .gamer__tech-boxes-item--4 {
        min-height: 360px;
    }
	#gamer .gamer__footer-social a:first-of-type {
		margin-left: 62px;
	}
}
#gamer .gamer__power .gamer__power-content-info p.smaller {
	color: var(--G4M3R-darkgray);
}
#gamer .gamer__power .gamer__power-content-info .gamer__power-content-attribute {
	color: var(--G4M3R-green);
    margin-bottom: var(--G4M3R-padd-sm);
}
#gamer .gamer__tech-boxes-item--1 {
    background-image: url(https://allegro.stati.pl/AllegroIMG/PRODUCENCI/X-KOM/G4M3R/K2-PRO/img/bg1.jpg);
	grid-column: span 3;
}
#gamer .gamer__tech-boxes-item--2 {
    background-image: url(https://allegro.stati.pl/AllegroIMG/PRODUCENCI/X-KOM/G4M3R/K2-PRO/img/bg2.jpg);
	grid-column: span 3;
}
#gamer .gamer__tech-boxes-item--3 {
    background-image: url(https://allegro.stati.pl/AllegroIMG/PRODUCENCI/X-KOM/G4M3R/K2-PRO/img/bg3.jpg);
	grid-column: span 3;
}
#gamer .gamer__tech-boxes-item--4 {
    background-image: url(https://allegro.stati.pl/AllegroIMG/PRODUCENCI/X-KOM/G4M3R/K2-PRO/img/bg4.jpg);
	grid-column: span 3;
}
#gamer .gamer__tech-boxes-item--5 {
    background-image: url(https://allegro.stati.pl/AllegroIMG/PRODUCENCI/X-KOM/G4M3R/K2-PRO/img/bg5.jpg);
	grid-column: span 3;
}
#gamer .gamer__tech-boxes-item--6 {
    background-image: url(https://allegro.stati.pl/AllegroIMG/PRODUCENCI/X-KOM/G4M3R/K2-PRO/img/bg6.jpg);
	grid-column: span 3;
}
#gamer .gamer__tech-boxes-item--1::before, #gamer .gamer__tech-boxes-item--2::before, #gamer .gamer__tech-boxes-item--3::before, #gamer .gamer__tech-boxes-item--4::before, #gamer .gamer__tech-boxes-item--5::before, #gamer .gamer__tech-boxes-item--6::before, #gamer .gamer__tech-boxes-item--7::before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0));
}
#gamer .gamer__door .gamer__door-content p {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-top: 10px;
}
#gamer .gamer__door-content-packshot {
	position: static;
}
#gamer .gamer__compare-wrapper .gamer__compare-item .gamer__compare-header {
	display: flex;
	padding: 20px 0;
	align-items: center;
	justify-content: center;
	height: 100px;
}
#gamer .gamer__compare-wrapper .gamer__compare-item:first-of-type .gamer__compare-header {
	flex-direction: column;
}
#gamer .gamer__compare-wrapper .gamer__compare-item .gamer__compare-header {
	flex-direction: row;
}
#gamer .gamer__compare-wrapper p, #gamer .gamer__compare-wrapper span {
	font-size: 17px;
}

#gamer .gamer__compare .gamer__all-products-reward {
	display: block;
	width: 100%;
	padding-top: 50px;
}
#gamer .gamer__compare .gamer__all-products-reward p {
	font-family: var(--G4M3R-font-primary);
	font-size: 1.25em;
    font-weight: 760;
	text-align: center;
}
@media (max-width: 991px) {
	#gamer .gamer__compare .gamer__compare-item-details {
		float:left;
	}
	#gamer .gamer__door .gamer__door-content {
		flex-direction: column;
	}
	#gamer .gamer__door::before {
		display: none;
	}
	#gamer .gamer__compare-header img, #gamer .gamer__hero-logo img {
		max-width: 100%;
	}
	#gamer .gamer__power .gamer__section-heading p {
		padding-bottom: 2em;
	}
}
@media (max-width: 768px) {
	#gamer .gamer__footer-social a img {
		max-width: 40px;
	}
	#gamer .gamer__door-content-packshot {
		margin-top: 20px;
        width: 100%;
    }
}