body {
	background: #000000;
	background-image: url(../../img/main/bg.jpg);
	background-size: calc(1.4 * 100vh);
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding-right: 0 !important;
}

.section-title h2 {
	padding-bottom: 40px;
	margin-bottom: 0;
	text-align: center;
}

.section {
	margin: 60px 0;
}

/* header */

.header-section {
	height: calc(0.3125 * 100vw);
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}

.header-wrapper {
	max-width: 50%;
	padding-top: 40px;
	display: flex;
	flex-direction: column;
}

.logo-wrapper {
	display: flex;
	gap: 40px;
	align-items: end;
	padding-bottom: 40px;
}

.logo-wrapper .logo-xkom {
	height: 28px;
	width: auto;
}

.logo-wrapper .logo-vendor {
	height: 40px;
	width: auto;
}

.header-section h1 {
	font-weight: 400;
}

.header__logos-wrapper {
	height: auto;
	width: 100%;
	padding: 20px 25px 20px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 576px) {
	.header__logos-wrapper {
		padding: 40px 30px 30px 10px;
	}
}

/* Newsletter */

.section-ambasador {
	background-color: #cad7ff20;
	border-radius: 16px;
	padding: 40px;
	width: 90%;
	max-width: 1250px;
	margin: 0 auto;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 0px;
}

.nl-section {
	margin-top: 60px;
}

.nl-disclaimer-top h3 {
	text-align: center;
	font-weight: 400;
}

.newsletter-section {
	margin-top: 40px;
	width: 100%;
	margin-bottom: 30px;
}

.newsletter-header h3 {
	text-align: center;
}

.newsletter-section .newsletter__form {
	width: 100%;
}

.newsletter-section .newsletter__form input {
	margin: 0 auto;
	border-radius: 8px;
	width: 100%;
	max-width: 560px;
	height: 50px;
	border: none;
	font-family: 'Instrument Sans', sans-serif;
	background-color: #eeece8;
	border-color: transparent;
	padding: 0 12px;
}
.newsletter__input-wrapper {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.newsletter__form-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.newsletter__form-submit button {
	cursor: pointer;
	border-radius: 8px;
	border: none;
}
.newsletter-disclaimer {
	padding-top: 20px;
	color: #646464;
	font-size: 14px;
	text-align: center;
}
.newsletter-disclaimer a {
	text-decoration: none;
	font-size: 14px;
	color: #969696;
}
.newsletter input::placeholder {
	text-align: center;
}

.disclaimer {
	color: #646464;
}

/* Steps */

.steps-section {
	margin-top: 60px;
}

.steps-wrapper {
	display: flex;
	justify-content: space-between;
}

.step {
	display: flex;
	flex-direction: column;
	max-width: 32%;
	align-items: center;
	padding: 40px;
	text-align: center;
	background-color: #252332;
	border-radius: 16px;
}

.step img {
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
}

.step p {
	color: #fff;
	opacity: 0.8;
	line-height: 1.5;
}

.steps-disclaimer h3 {
	padding-top: 40px;
	font-weight: 400;
	text-align: center;
	line-height: 1.3;
}

/* Image section */

.img-section {
	margin-top: 80px;
}

.img-wrapper {
	display: flex;
	justify-content: center;
}

.img-wrapper img {
	width: 80%;
	height: auto;
}

/* Footer */

footer {
	margin: 60px 0;
	display: flex;
	justify-content: center;
	text-align: center;
}

.footer p {
	font-size: 14px;
	color: #fff;
	opacity: 0.8;
}

@media (max-width: 768px) {
	.header-section {
		background-image: url('../../img/main/top-mobile.jpg');
		height: 600px;
		justify-content: center;
		text-align: center;
		align-items: start;
	}

	.header-section .container-md {
		display: flex;
		justify-content: center;
	}

	.header-wrapper {
		width: 100%;
		justify-content: center;
		align-items: center;
	}

	.steps-wrapper {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.step {
		max-width: 90%;
	}
}

@media (max-width: 576px) {
	.header-section {
		background-image: url('../../img/main/top-576.jpg');
		height: 500px;
	}
}

.products__item-price .old-price {
	text-decoration: line-through;
	color: #999999;
	font-weight: 300;
	margin-left: 10px;
}

.products__item-price .new-price {
	font-size: 1.5rem;
	font-weight: 600;
}

.show-on-finish {
	display: none;
}

.cta-checkall {
	display: flex;
	flex-direction: column;
	margin-top: 40px;
	align-items: center;
	justify-content: center;
}
.cta-checkall h2 {
	margin-bottom: 10px;
}
