#logo {
	z-index: 5;
	position: relative;
}
#section-0 {
	background-image: url('img/hero-bg.webp');
	position: relative;
	padding-bottom: 80px;
	background-position: center;
}
#section-0 .card {
	width: 560px;
	background-color: white;
	padding: 35px;
	z-index: 5;
	position: relative;
}
#section-0 mark {
	font-size: 30px;
}
#section-0 h1 {
	font-size: 48px;
	font-weight: bold;
}
#section-0 p {
	font-size: 34px;
	margin-top: 10px;
}
#section-0 .button {
	font-size: 16px;
}
.hero-w-wrap {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	aspect-ratio: 1/1;
	right: calc((100vw - 1170px) / 2);
	display: flex;
	justify-content: center;
}
.hero-w-wrap .kosmyk {
	position: absolute;
}
.hero-w-wrap .kosmyk-0 {
	height: 100%;
}
.hero-w-wrap .kosmyk-1 {
	height: 28%;
	left: 57%;
	top: 6%;
}
.hero-w-wrap .kosmyk-2 {
	height: 17%;
	left: 31%;
	top: 43%;
}
.hero-w-wrap .kosmyk-3 {
	height: 20%;
	left: 0%;
	top: 0%;
	display: none;
}
.hero-w-wrap .kosmyk-4 {
	height: 32%;
	left: 35%;
	top: 37%;
}
.hero-w-wrap .kosmyk-5 {
	height: 25%;
	left: 13%;
	top: 28%;
}
#logo {
	margin-bottom: 20px;
}

#bar-1 {
	height: 25px;
	width: 100%;
	background-color: var(--color-gray);
	position: relative;
}

#bar-1::after {
	position: absolute;
	content: '';
	width: calc((100vw - var(--page-width)) / 2 + 200px);
	height: 75px;
	background-image: url('img/arrows-down.svg');
	background-color: var(--color-gray);
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size: 26px 26px;
}

#section-1 {
	display: flex;
	padding-top: 70px;
	gap: 10px;
}

#section-1 h3 {
	font-size: 20px;
}

#section-1 > * {
	width: 50%;
}

#section-1 > img {
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	object-fit: cover;
}
mark {
	background-color: transparent;
	color: var(--color-main);
}

#section-1 h1 {
	font-size: 26px;
}

#section-1 h2 {
	font-size: 40px;
	font-weight: bold;
}
#section-1 ul {
	list-style: none;
	position: relative;
	padding-left: 67px;
	margin-top: 30px;
}
#section-1 li::before {
	background: url('img/ico-li.svg');
	background-size: 28px 28px;
	content: '';
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	left: -48px;
}

#section-1 .card {
	background-color: #f0f0f0;
	display: flex;
	flex-wrap: wrap;
	padding: 50px;
	width: calc(100% + 50px);
	position: relative;
	gap: 30px;
	margin: 40px 0;
}

#section-1 .card > div {
	width: calc(50% - 15px);
	display: flex;
}

#section-1 .card img {
	padding-right: 20px;
	width: 44px;
	height: 44px;
}

#section-1 .button {
	margin-top: 40px;
	margin-bottom: 20px;
}

#section-1 .tooltip {
	color: var(--color-main);
}
#section-1 .reveal-box {
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
#section-2 {
	display: flex;
	padding-top: 70px;
}
#section-2 .icon-box-grid .icon-box:nth-child(1) {
	z-index: 14;
}
#section-2 .icon-box-grid .icon-box:nth-child(2) {
	z-index: 13;
}
#section-2 .icon-box-grid .icon-box:nth-child(3) {
	z-index: 12;
}
#section-2 .icon-box-grid .icon-box:nth-child(4) {
	z-index: 11;
}

#section-2 .reveal-box {
	width: 45%;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
#section-2 .reveal-box .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
	background-image: url('img/fot-2.jpg');
	background-size: cover;
	background-position: center right;
}

#section-2 .container {
	padding: 30px;
	width: 55%;
}

#section-2 h1 {
	font-weight: bold;
	font-size: 40px;
}

#section-2 > div > div h1 {
	font-size: 24px;
	font-weight: normal;
}

#section-2 .container .icon-box-grid {
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-top: 30px;
}

#section-2 .icon-box {
	font-size: 18px;
	width: calc(50% - 25px);
	display: flex;
	gap: 12px;
}
#section-2 h2 {
	font-size: 18px;
}

#section-2 .icon-box img {
	width: 37px;
	height: 37px;
}

#section-2 mark {
	color: #127277;
}

#section-2 .button {
	margin-top: 40px;
}
#section-2 .tooltip {
	color: var(--color-main);
	min-width: 250px;
}

.button {
	height: 48px;
	border-radius: 24px;
	padding: 0 24px;
	display: flex;
	align-items: center;
	font-weight: 700;
	color: white !important;
	transition: all 250ms ease-in-out;
}

.button:hover {
	background-color: #c00;
}
#section-3 {
	margin-top: 70px;
	background-color: #fafafa;
	padding: 50px 0;
}

#section-3 h1 {
	font-size: 34px;
	text-align: center;
}

#section-3 h2 {
	font-size: 24px;
	text-align: center;
}
#section-3 > div {
	display: flex;
	gap: 85px;
	margin-top: 30px;
	align-items: center;
}
#section-3 > div > div {
	flex: 1;
}
#section-3 > div > div b {
	font-size: 18px;
	color: black;
}
#section-3 > div > div:nth-child(1) {
	font-size: 260px;
	color: var(--color-main);
	font-weight: 800;
	line-height: 155px;
	margin: 15px 0;
	height: 190px;
	display: flex;
	justify-content: right;
	flex-direction: row;
}
#section-3 > div > div:nth-child(1) > div {
	font-size: 90%;
	line-height: 180px;
}

#section-3 > div > div:nth-child(2) {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	color: #404445;
}

#section-3 > div > div:nth-child(2) > div {
	display: flex;
	gap: 15px;
}
#section-3 img {
	width: 44px;
	height: 44px;
}

#section-3 > div > h1 > br {
	display: none;
}

#section-3 .button {
	margin: 30px auto 0 auto;
}
#section-4 {
	margin-top: 70px;
}
#section-4 > div {
	background-image: url('img/fot-3-desktop.jpg');
	background-size: cover;
	border-radius: 15px;
	margin: 0 100px;
	display: flex;
	background-position: center;
}

#section-4 .card {
	margin: 50px 0;
	margin-left: calc((100vw - var(--page-width)) / 2 - 100px);
	width: 600px;
	background-color: white;
	position: relative;
	padding: 32px;
}

#tag {
	background-color: #ffdb3b;
	border-radius: 3px;
	width: 100px;
	height: 37px;
	font-size: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 20px;
	position: absolute;
	top: -20px;
	margin: 0 !important;
}

#section-4 h1 {
	font-size: 34px;
	font-weight: bold;
}

#section-4 .card > div {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	margin-top: 30px;
}

#section-4 .card > div > div {
	display: flex;
	width: calc(50% - 15px);
	gap: 12px;
}

#section-4 img {
	width: 44px;
	height: 44px;
}

#section-5 {
	margin: 70px 0;
}

#section-5 h1 {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 70px;
}

#section-5 > div {
	display: flex;
}

#section-5 > div > div {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 15px;
	flex: 1;
}
#section-5 .konto b::after {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: var(--color-main);
	display: block;
	position: absolute;
	left: -14px;
	top: 12px;
}

#section-5 .konto b {
	position: relative;
}

#section-5 > div > div strong {
	font-size: 20px;
	color: black;
	font-weight: bold;
}

#section-5 > div > div p {
	font-size: 16px;
	color: #404445;
}

#section-5 > div > div p {
	margin: 0;
}

#section-5 .button {
	margin: auto;
	font-weight: bold;
	margin-top: 30px;
}

#section-6 {
	display: flex;
	margin-top: 70px;
	gap: 10px;
}
#section-6 .reveal-box {
	flex: 1;
	width: 50%;
	object-fit: cover;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
#section-6 .reveal-box img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

#section-6 .container {
	flex: 1;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#section-6 > div h1 {
	font-size: 26px;
}

#section-6 > div h2 {
	font-size: 40px;
	font-weight: 700;
}

#section-6 .icon-box-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin: 20px 0 32px 0;
}

#section-6 .icon-box img {
	width: 44px;
	height: 44px;
}

#section-6 .icon-box {
	width: calc(50% - 30px);
	display: flex;
	gap: 12px;
}

#section-6 .premia {
	position: relative;
	background-color: white;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	display: flex;
	flex-direction: row;
	padding: 30px;
	z-index: 50;
	width: 850px;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
}

#section-6 .premia h1 {
	color: var(--color-main);
	font-size: 80px;
	font-weight: 700;
	line-height: 50px;
	height: 60px;
}
#section-6 .premia span {
	font-size: 26px;
}

.coin {
	width: 60px;
	height: 60px;
	color: var(--color-main);
	border: 2px solid var(--color-main);
	font-size: 20px;
	margin: 0 auto;
}

a,
a:visited {
	color: var(--color-main);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: SantanderHeadline;
}

.tooltip {
	position: relative;
}

.tooltip-content {
	position: absolute;
	left: 0;
	display: none;
	color: #000;
	padding: 12px 16px;
	z-index: 50;
	background-color: white;
	border-radius: 6px;
	box-shadow: 0 0 5px var(--color-gray);
}

.tooltip:hover .tooltip-content {
	display: initial;
}

.invert {
	background-color: white;
	color: var(--color-main) !important;
}

.invert:hover {
	background-color: #f6f6f6 !important;
}
.h1 {
	font-size: 24px !important;
}
@media screen and (max-width: 1430px) {
	#section-4 > div {
		margin: 0 15px;
	}

	#section-4 .card {
		margin-left: calc((100vw - var(--page-width)) / 2 - 15px);
	}
}

@media screen and (max-width: 1169px) {
	.h1 {
		font-size: 20px !important;
	}
	#logo {
		height: 55px;
	}

	#section-0 mark {
		font-size: 24px;
	}
	#section-0 h1 {
		font-size: 30px;
		font-weight: bold;
	}
	#section-0 p {
		font-size: 23px;
		margin-top: 10px;
	}

	#section-0 .button {
		font-size: 14px;
	}
	#section-0 .card {
		width: 360px;
	}
	.hero-w-wrap {
		right: 0;
	}
	#section-1 h1 {
		font-size: 22px;
	}

	#section-1 h2 {
		font-size: 34px;
	}
	#section-1 ul {
		font-size: 17px;
		padding-left: 35px;
	}

	#section-1 h3 {
		font-size: 17px;
	}
	#section-1 ul {
		list-style: none;
		position: relative;
	}
	#section-1 li::before {
		background-size: 24px 24px;
		width: 24px;
		height: 24px;
		left: -32px;
	}
	#section-1 .card {
		padding: 20px;
		width: calc(100% + 150px);
	}
	#section-1 .card img {
		padding-right: 12px;
		width: 39px;
		height: 39px;
	}

	#section-2 .icon-box {
		width: 100%;
	}

	#section-2 h2 {
		font-size: 22px;
	}

	#section-2 h1 {
		font-size: 34px;
	}

	#section-3 h1 {
		font-size: 28px;
	}

	#section-3 h2 {
		font-size: 20px;
	}
	#section-3 > div > div {
		flex-direction: column;
	}

	#section-3 > div > div:nth-child(1) {
		font-size: 195px;
		line-height: 120px;
		height: 145px;
	}

	#section-3 > div > div:nth-child(1) > div {
		line-height: 140px;
	}

	#section-4 .card {
		width: 480px;
	}
	#section-5 h1 {
		font-size: 34px;
	}
	.coin {
		width: 48px;
		height: 48px;
	}
	#section-6 > div > div {
		flex-direction: column;
	}
	#section-6 .icon-box {
		width: 100%;
	}
	#section-6 > div h1 {
		font-size: 22px;
	}

	#section-6 > div h2 {
		font-size: 34px;
	}
	#section-6 .premia {
		width: 650px;
	}
	#section-6 .premia h1 {
		font-size: 60px;
		line-height: 50px;
		height: 60px;
	}
	#section-6 .premia span {
		font-size: 18px;
	}
}

@media screen and (max-width: 719px) {
	.h1 {
		font-size: 16px !important;
	}
	#section-0 .card {
		width: calc(var(--page-width) - 32px);
		padding: 15px;
	}

	#section-0 {
		margin-bottom: 260px;
		background-position: 75%;
		background-size: auto 100%;
	}

	#section-0 mark {
		font-size: 20px;
	}

	#section-0 h1 {
		font-size: 26px;
	}

	#section-0 p {
		font-size: 21px;
	}
	#section-0 .button {
		font-size: 16px;
		font-weight: 700;
		width: auto;
		display: flex;
		justify-content: center;
	}

	#section-0 .card {
		position: relative;
		top: 270px;
	}
	.hero-w-wrap {
		top: 60px;
		height: 110%;
		right: unset;
		left: 50%;
		transform: translateX(-50%);
		height: calc(100% + 100px);
	}
	.hero-w-wrap:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		height: 160px;
		width: 100%;
		background: #fff;
	}
	#section-1 {
		flex-direction: column;
	}

	#section-1 > div {
		width: 100%;
		order: 2;
	}

	#section-1 .reveal-box {
		order: -1;
	}

	#section-1 h3 {
		font-size: 18px;
		text-align: center;
	}

	#section-1 h2 {
		font-size: 24px;
		text-align: center;
	}

	#section-1 li::before {
		background-size: 20px 20px;
		width: 20px;
		height: 20px;
	}
	#section-1 ul {
		font-size: 16px;
	}

	#section-1 h3 {
		font-size: 16px;
	}

	#section-1 .card {
		padding: 25px 10px;
		width: calc(100% - 20px);
	}
	#section-1 .card > div {
		width: auto;
	}

	#section-1 p {
		text-align: center;
	}

	#section-1 .button {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: center;
	}

	#section-2 {
		flex-direction: column;
	}
	#section-2 .container {
		width: 100%;
		padding: 0;
	}

	#section-2 > .img {
		width: 100%;
		border-radius: 6px;
		height: 210px;
	}

	#section-2 h2 {
		font-size: 18px;
		text-align: center;
		margin: 15px 0;
	}

	#section-2 h1 {
		font-size: 24px;
		text-align: center;
	}

	#section-2 .icon-box {
		font-size: 16px;
	}

	#section-2 > div > div h1 {
		font-size: 20px;
		text-align: left;
	}
	#section-2 .button {
		margin-left: auto;
		margin-right: auto;
		width: 70%;
		display: flex;
		justify-content: center;
	}
	#section-2 .container .icon-box-grid {
		gap: 24px;
	}
	#section-3 {
		max-width: unset;
		width: 100%;
	}

	#section-3 > div {
		padding: 10px;
		width: auto;
		flex-direction: column;
	}
	#section-3 h2 {
		font-size: 16px;
	}

	#section-3 h1 {
		font-size: 22px;
	}

	#section-3 > div > div > div {
		width: 100%;
	}

	#section-3 > div > h1 > br {
		display: initial;
	}
	#section-4 {
		margin-bottom: 500px;
	}
	#section-4 > div {
		margin: 0;
		height: 220px;
		background-position: right;
	}

	#section-4 > div .card {
		margin: 0;
		position: relative;
		top: 200px;
		height: fit-content;
		padding: 20px;
		-webkit-animation: unset;
		animation: unset;
	}
	#section-4 h1 {
		font-size: 24px;
	}

	#section-4 .card > div {
		flex-direction: column;
	}
	#section-4 .card > div > div {
		width: auto;
	}
	#section-5 > div {
		overflow: scroll;
		gap: 10px;
	}

	#section-5 > div > div {
		text-align: left;
	}
	#section-5 .coin {
		margin: 0 220px 0 0;
	}

	#section-5 ul {
		margin: 0;
	}
	#section-6 {
		flex-direction: column;
	}
	#section-6 .reveal-box {
		order: -1;
		width: 100%;
	}
	#section-6 .container {
		width: 100%;
	}

	#section-6 div h1 {
		font-size: 18px;
		text-align: center;
	}

	#section-6 div h2 {
		font-size: 24px;
		text-align: center;
	}
	#section-6 .premia {
		flex-direction: column;
		width: auto;
		text-align: center;
	}
}
#popup1 {
	color: #404445;
	text-align: center;
}

#popup1 > div {
	align-items: center;
	padding: 40px 25px;
}

#popup1 h1 {
	color: black;
	font-size: 25px;
	font-weight: bold;
}
#popup1 span {
	font-size: 18px;
}
.square {
	border-radius: 6px;
}

#popup2 h1 {
	font-size: 25px;
	text-align: center;
}

#popup2 .row {
	display: flex;
}

#popup2 .card > div {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 6px;
}

#popup2 .card h1 {
	font-size: 20px;
	font-weight: 700;
}

#popup2 .card .coin {
	margin: 0;
	width: 45px;
	height: 45px;
	min-width: 45px;
}

#popup2 .mozesz {
	background-color: #fafafa;
	position: relative;
	left: -25px;
	padding: 25px;
	width: 100%;
}

#popup2 a {
	margin: auto;
}
