
.block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	box-shadow: 0 0 10px 1px #00000049;
	border-radius: 16px;
	overflow: hidden;
	padding: 0 0 24px 0;
	margin: 24px auto;
	max-width: 700px;
}

.h2 {
	color: #fff;
	background-color: #111c33;
	padding: 24px 40px;
	text-align: center;
}

.h2 .text-43,
.h2 .text-43 span {
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
}

.h2 .text-43 span {
	text-decoration: underline;

}

.text-3 {
	color: #000;
	text-align: center;
}

.text-450 {
	color: #000;
	margin-top: 10px;
	font-size: 24px;
	text-align: center;
	width: 100%;
}

.text-452 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.text-452 .text-43,
span#current-count,
span#total-count,
span.timer-to-end {
	font-size: 24px;
	line-height: 28px;
	color: red;
	font-weight: 700;
}

span#total-count {
	color: #000;
}

.link-parent {
	text-align: center;
}

.link-parent img {
	width: 100%;
}

.trusted {
	margin-top: 24px;
}

.link-parent {
	max-width: 400px;
}

.block-open-doors {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 15px;
}

.img-prod {
	max-width: 250px;
}

.activated {
	color: green;
	font-weight: 700;
}

@media (max-width: 991px) {
	
	.h2 {
			padding: 15px 10px;
	}

	.img-prod {
			max-width: 200px;
	}

	.text-452 .text-43,
	span#current-count,
	span#total-count,
	span.timer-to-end {
			font-size: 20px;
			line-height: 24px;
	}

	.text-450 {
			font-size: 18px;
	}

	.h2 .text-43,
	.h2 .text-43 span {
			font-size: 17px;
			line-height: 1.2;
	}

}