/* Tutaj jest miejsce na Twoje style */
.cards__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	justify-content: center;
}

.cards__item {
	flex-basis: 25%;
	min-width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background: #fff;
	border-radius: 16px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 20px 25px -5px, rgba(0, 0, 0, 0.01) 0px 10px 10px -5px;
	overflow: hidden;
	box-shadow: 0px 0px 0px 0px rgba(56, 56, 56, 0.02), 0px 8px 17px 0px rgba(56, 56, 56, 0.05),
		0px 31px 31px 0px rgba(56, 56, 56, 0.02), 0px 69px 42px 0px rgba(56, 56, 56, 0.01),
		0px 123px 49px 0px rgba(56, 56, 56, 0.01), 0px 193px 54px 0px rgba(56, 56, 56, 0);
	padding: 40px;
}

@media (min-width: 576px) {
	.cards__item {
		min-width: 400px;
	}
}

.cards__item .cta {
	margin: 0 auto;
	margin-top: 32px;
}

.cards__item img {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.cards__item p {
	font-size: 1.2rem;
	font-weight: 700;
	color: #222;
}

.gfx {
	position: absolute;
}

.gfx--left {
	display: block;
	left: 20px;
	bottom: 0;
	max-height: 500px;
}

.gfx--right {
	right: 20px;
	bottom: 0%;
	transform: none;
	max-height: 500px;
}

.gfx--all {
	display: none;
}

@media (min-width: 768px) {
	.gfx--left {
		display: block;
		right: 60%;
		bottom: 0;
	}

	.gfx--right {
		bottom: 0%;
		width: unset;
		transform: none;
	}
}

@media (max-width: 1440px) {
	.gfx--left {
		display: block;
		left: 20px;
		bottom: 0;
		max-height: 400px;
	}

	.gfx--right {
		right: 20px;
		bottom: 0%;
		transform: none;
		max-height: 400px;
	}
}

@media (max-width: 1080px) {
	.gfx--left {
		display: block;
		left: 20px;
		bottom: 0;
		max-height: 350px;
	}

	.gfx--right {
		right: 20px;
		bottom: 0%;
		transform: none;
		max-height: 350px;
	}
}

@media (max-width: 992px) {
	.gfx--left {
		display: block;
		left: 10px;
		bottom: 0;
		max-height: 300px;
	}

	.gfx--right {
		right: 10px;
		bottom: 0%;
		transform: none;
		max-height: 300px;
	}
}

@media (max-width: 768px) {
	.gfx--left {
		display: none;
	}

	.gfx--right {
		display: none;
	}

	.gfx--all {
		display: block;
		bottom: 0;
		max-height: 350px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (max-width: 576px) {
	.gfx--all {
		max-height: 300px;
	}
}

.top__disclaimer {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 0;
	right: 32px;
	color: #fff;

	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 768px) {
	.top__disclaimer {
		left: unset;
		transform: none;
		width: unset;
	}
}

#vendor-1 {
	object-fit: contain;
	width: 32px;
}
#vendor-2 {
	object-fit: contain;
	width: 120px;
}

@media (min-width: 576px) {
	#vendor-1 {
		width: unset;
	}
	#vendor-2 {
		width: unset;
	}
}

.steps__card--1 {
	background-image: url('../../img/main/bg-top.jpg');
	background-size: cover;
	background-position: center 90%;
	color: #fff;
}

.steps__card--2 {
	background-image: url('../../img/main/bg-top.jpg');
	background-size: cover;
	background-position: center center;
	color: #222;
	margin-bottom: 120px;
}

.steps__card p {
	color: #fff;
}

.steps__card img {
	margin-bottom: 32px;
}

.steps__card h2 {
	margin-bottom: 24px;
}

.cards__item-price {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 16px 0;
}

.cards__item-price p {
	margin-bottom: 0 !important;
	font-weight: 600;
	font-size: 1.32rem;
}

.cards__item-price span {
	text-decoration: line-through;
	font-weight: 200;
}

.omni {
	font-size: 14px;
	opacity: 0.6;
}

.geex-section {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.geex-section img {
	max-height: 36px;
	margin-bottom: 12px;
}

@media (max-width: 768px) {
	.geex-section {
		flex-direction: column;
		gap: 10px;
	}
}
