fot* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
:root {
	--textPrimary: #ffffff;
	--background: #f3f3f6;
	--blueColor: #3959d9;
}

html,
body {
	font-family: OpenSansRegular, sans-serif;
	height: 100%;
	background-color: #352100;
}

h1 {
	font-size: 40px;
	text-align: center;
	color: white;
}
h2,
strong {
	font-size: 34px;
	color: white;
}
h3 {
	font-size: 28px;
	color: white;
}

p {
	font-size: 16px;
	line-height: 24px;
	color: var(--textPrimary);
	margin: 15px 0;
	text-align: justify;
	padding: 20px 0;
	color: white;
}

.date {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	margin: 10px 0;
}
.date img {
	max-width: 30px;
}
.date .updated {
	display: flex;
	flex-direction: column;
}
.date time {
	font-weight: 600;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	list-style: none;
	padding-left: 50px;
	margin: 20px 0;
	color: white;
}

ul li {
	position: relative;
	line-height: 24px;

	color: white;
}

ul li::before {
	content: '♣';
	position: absolute;
	width: 14px;
	height: 14px;
	top: 2px;
	left: -25px;
	color: #44cadf;
}

ol {
	padding-left: 50px;
	margin: 20px 0;
	color: white;
}

ol li {
	position: relative;
	line-height: 24px;

	color: white;
}

.wrapper {
	min-height: 100vh;
}

.main-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000000;
	z-index: 99;
	padding: 15px 0;
	/* opacity: 0.9; */
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
}

.header .logo {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1;
	min-width: 40%;
}

.header .title {
	font-size: 28px;
	color: var(--blueColor);
	font-weight: 600;
}

.header .title:hover {
	color: #9fa0a8;
}

.btns .btn {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	padding: 8px 20px;
	margin-left: 4px;
	cursor: pointer;
	border-radius: 100px;
}
.btns .reg {
	background: linear-gradient(103.42deg, #ff5100 6.06%, #d3bb00 77.61%);
}
.btns .reg:hover {
	background: linear-gradient(103.42deg, #ff5100 6.06%, #d3bb00 77.61%);
}

.btns .btn {
	background: linear-gradient(180deg, #d3bb00 0%, #ff5100 100%);
}
.btns .sign-up {
	border: 1px solid #ff5100;
	color: #fff;
	background: #000000;
}
.btns .sign-up:hover {
	background: linear-gradient(103.42deg, #ff5100 6.06%, #d3bb00 77.61%);
}
.main-body {
	max-width: 1200px;
	margin: 100px auto 0;
	flex: 1 1 auto;
}

.main-body img {
	/* width: 100%;
  margin: 15px; */
	width: auto;
	height: auto;
	max-width: 100%;
	border-style: none;
	border-radius: 20px;
}
.content {
	max-width: 1000px;
	margin: 30px auto 0;
}

.table {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

.content table td,
th {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: center;
	color: #ff5100;
}

.content table tr:nth-child(even) {
	background-color: #ffffff33;
}

.content table th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	background-color: #f63131;
	color: white;
}

.pinuptable {
	overflow-x: scroll;
	width: 100%;
}
.img-block {
	width: 100%;
	margin: 30px 0;
}
.img-block .flex {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 5rem;
}
.img-block .flex img {
	width: 200px;
}

.img-heip {
	width: 300px;
}

.main-footer {
	width: 100%;
	margin-top: 100px;
}
.main-footer .footer-text {
	text-align: center;
	font-size: 14px;
	padding: 15px 0;
}

.button {
	padding: 17px 40px;
	border-radius: 50px;
	border: 0;
	background-color: #352100;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-size: 15px;
	text-align: center;
	transition: all 0.5s ease;
}
.button p {
	text-align: center;
}

.promocode {
	position: relative;
	padding: 15px 10px;
	z-index: 2;
	border: 2px solid #eaf5fb;
	border-radius: 10px;
	background-color: #ffffff;
	background-size: cover;
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 20%;
	margin: 0 auto;
	max-width: 700px;
}
.promocode .promocode-block__header {
	color: #000000;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1;
}
.promocode .promocode-block__amount {
	font-size: 20px;
	color: #000000;
	font-weight: 900;
	text-align: center;
}
.promocode .promocode-block__get-bonus {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
.promocode input {
	border: 1px solid #003b90;
	box-sizing: border-box;
	border-radius: 12px 0 0 12px;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	width: 51%;
	padding: 7px 20px 6px;
	outline: 0;
	background-color: #fff;
	height: 40px;
}
.promocode button,
.promocode a {
	background-image: linear-gradient(255deg, #62da20, #62da20);
	border: unset;
	border-radius: 0 12px 11px 0;
	height: 40px;
	width: 35%;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	padding: 0;
	cursor: pointer;
	text-align: center;
}

.table {
	width: 100%;
	overflow-x: auto;
}
.table table {
	width: 100%;
}

.img-cov {
	width: 100%;
	height: 100%;
}

.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
@media (max-width: 1199px) {
	.promocode {
		max-width: 100%;
	}
}
/* Mobile */

@media screen and (max-width: 767px) {
	h1 {
		font-size: 30px;
	}
	h2,
	strong {
		font-size: 26px;
	}
	h3 {
		font-size: 24px;
	}
	.btns {
		display: flex;
	}
	.header .logo {
		min-width: 20%;
	}
	.content {
		padding: 0 15px;
	}
	ul {
		padding-left: 40px;
	}
	.btns .btn {
		font-size: 16px;
	}
	.img-block .flex {
		display: block;
	}
	.img-block .flex:nth-child(2) {
		display: flex;
		flex-direction: column-reverse;
		gap: 0;
	}
	.img-block .flex .img {
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	.btn span {
		cursor: pointer;
		display: inline-block;
		position: relative;
		transition: 0.5s;
	}

	.btn span:after {
		content: '\00bb';
		position: absolute;
		opacity: 0;
		top: 0;
		right: -20px;
		transition: 0.5s;
	}

	.btn:hover span {
		padding-right: 25px;
	}

	.btn:hover span:after {
		opacity: 1;
		right: 0;
	}
}
.main-footer ul {
	display: flex;
	gap: 10px;
	list-style: none;
	justify-content: center;
	flex-wrap: wrap;
}
.main-footer ul li::before {
	content: none;
}