* {
	font-family: Roboto, sans-serif;
}

header,
nav {
	margin: 0 auto;
}

*,
nav {
	padding: 0;
}

*,
nav ul li:first-child {
	margin: 0;
}

.start-content,
header,
nav ul {
	display: flex;
}

.start-content a,
.start-content h1,
.start-content p {
	align-self: center;
	text-align: center;
}

footer,
header {
	max-width: 1280px;
	background-color: #0c0d22;
}

.anchors_section ul,
nav ul li {
	list-style: none;
}

.anchors_section ul li a,
.btn-act a,
body a,
nav ul li a {
	text-decoration: none;
}

.start-content a,
.start-content h1,
.start-content p,
footer {
	text-align: center;
}

.content table,
table {
	width: 100%;
	border-collapse: collapse;
}

* {
	box-sizing: border-box;
}

:root {
	--main-color: #2a1854;
}

html {
	scroll-behavior: smooth;
}

body {
	padding: 0 15px 20px;
	background: #2a1b2c;
}

header {
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	height: 60px;
}

.btn-act {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.btn-act a {
	font-size: 15px;
	font-weight: 500;
	border: 1px solid transparent;
	border-radius: 6px;
	background: #04eb25;
	color: #111;
	padding: 10px 16px;
	margin-left: 15px;
}

.start-content a,
nav ul li:hover {
	background-color: transparent;
}

.start-content h1,
nav ul li {
	text-transform: uppercase;
	color: #fff;
	font-style: normal;
}

.btn-act a:hover {
	opacity: 0.9;
}

.btn-act a:first-child {
	margin-left: 0;
}

header span {
	cursor: pointer;
	font-size: 19px;
	text-transform: uppercase;
	color: #8434fd;
	font-weight: 700;
}

nav {
	align-items: center;
	justify-content: space-between;
	max-width: 1100px;
}

nav ul {
	align-items: center;
}

nav ul li {
	padding: 20px 5px;
	font-weight: 400;
	font-size: 12px;
	line-height: 11px;
	transition: 0.3s linear;
	cursor: pointer;
}

nav ul li a {
	padding: inherit;
	color: inherit;
}

.start-content {
	flex-direction: column;
	margin: 14px auto 0;
	padding: 36.5px 10px;
	max-width: 1280px;
	border-radius: 5px;
	background: url(../img/bg.png) center/cover no-repeat;
}

.start-content h1 {
	margin: 0 0 15px;
	max-width: 876px;
	font-weight: 900;
	font-size: 31px;
	line-height: 50px;
}

.start-content h1 span {
	color: #a265ff;
}

.start-content p {
	margin: 0 0 30px;
	max-width: 876px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: #fff;
}

.anchors_section ul li a,
.start-content a {
	color: #fff;
	background-color: transparent;
}

.content td,
td {
	padding: 10px;
}

.start-content a:hover {
	background-color: #fff;
	color: #8d48f6;
}

.content {
	margin: 0 auto;
	padding: 54px 0 45px;
	max-width: 1280px;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	margin: 25px 0 15px;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 31px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.content h3 {
	font-size: 24px;
}

.content h4,
.content h5,
.content h6 {
	font-size: 20px;
}

.content ol li,
.content p,
.content ul li {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: left;
	color: #fff;
	margin-bottom: 10px;
}

.content ol,
.content p,
.content ul {
	margin: 0 0 25px;
	list-style-position: inside;
}

footer {
	margin: 0 auto;
	padding: 10px 0;
	border-radius: 12px;
}

.content td,
.content tr {
	border: 1px solid #4b30bc;
}

footer small {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1;
}

tr:nth-child(2n) {
	background-color: #211a3e;
	background-color: var(--tr-even-bck);
}

.content table {
	border-spacing: 0;
	margin-bottom: 25px;
	color: #fff;
}

.content td {
	text-align: left;
	font-weight: 400;
}

.anchors_section {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.anchors_section ul li {
	margin-bottom: 8px;
}

.anchors_section ul li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1280px) {

	.content,
	.start-content,
	footer,
	header,
	nav {
		max-width: 1100px;
	}

	header {
		align-items: center;
		justify-content: space-between;
	}

	header ul {
		margin: 0 0 0 50px;
		flex-wrap: wrap;
	}

	header ul li {
		padding: 13px 5px;
	}
}

@media screen and (max-width: 1100px) {

	.content,
	.start-content,
	footer,
	header,
	nav {
		max-width: 800px;
	}

	header {
		padding: 0 10px;
	}

	.content {
		padding: 30px 0;
	}

	footer ul {
		flex-wrap: wrap;
	}

	header ul li {
		padding: 13px 4px;
	}

	footer ul li {
		padding: 13px 5px;
	}

	footer ul li a {
		padding: inherit;
	}
}

@media screen and (max-width: 768px) {
	nav {
		display: none;
	}

	body {
		padding: 0;
	}

	footer,
	header {
		width: 100%;
		max-width: none;
		border-radius: 0;
	}

	header {
		flex-direction: column;
		margin: 0 0 23px;
		padding: 14px 14px 24px;
		border-radius: 0;
	}

	header ul {
		margin: 18.4px 0 0;
		justify-content: center;
	}

	header ul li {
		margin: 0 15px;
		padding: 10px 0;
	}

	header ul li a {
		padding: inherit;
	}

	.content,
	.start-content {
		width: 90%;
	}

	.start-content p {
		width: 80%;
	}
}

@media screen and (max-width: 425px) {
	.start-content h1 {
		font-size: 28px;
	}
}

@media (max-width: 768px) {
	header {
		height: auto;
		margin-bottom: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
	}

	header span {
		margin-bottom: 15px;
	}

	nav {
		margin-top: 25px;
	}

	nav ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	nav ul li {
		display: inline-flex;
		padding: 5px;
		margin: 3px;
		border: 1px solid #8d48f6;
	}

	.anchors_section {
		padding: 0 15px;
	}

	.content ol li,
	.content p,
	.content ul li,
	.start-content p {
		font-size: 14px;
		line-height: 1.5;
	}

	.anchors_section ul li a {
		font-size: 12px;
	}
}

table {
	margin: 25px 0 0;
}

tbody {
	background: #151621;
	color: #fff;
}

td {
	border: 1px solid #000;
}

header {
	background: linear-gradient(93.69deg, #101726 -1.43%, #301414 100.67%, #281010 100.67%);
}

header span {
	font-size: 33px;
	font-weight: 900;
	color: #fff;
	text-transform: lowercase;
}

header span span {
	color: #7629d6;
}

.start-content .goto {
	padding: 15px 45px;
	font-style: normal;
	font-weight: 700;
	line-height: 13px;
	border: none;
	cursor: pointer;
	transition: 0.5s;
	border-radius: 8px;
	background: linear-gradient(217deg, #8108e0 0, #ff39b0 100%, #ff39b0 100%);
}

.start-content .goto:hover {
	color: #fff;
}

@media (max-width: 768px) {
	header span {
		margin-bottom: 0;
	}

	header {
		padding: 15px;
	}

	.btn-act a:last-child {
		display: none;
	}
}

.anchors_section ul {
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.anchors_section ul li {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.anchors_section ul li a {
	color: #fff;
	background-color: #101726;
	padding: 5px;
	text-decoration: none;
}

.anchors_section ul li::marker {
	content: "➖";
}

.anchors_section ul li a:hover {
	text-decoration: none;
}

footer ul {
	list-style: none;
}

.promocode-block {
	background: #422d66;
	background-image: linear-gradient(to right, #422d66, #462c5b, #472c51, #452c48, #422d40);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	padding: 20px 0;
	margin: 50px 0 20px;
	border-radius: 6px;
}

.promocode-heading {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

.promocode-heading span {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}

.promocode-block-wrapper {
	width: calc(800px - 30px);
	margin: 0 auto;
	padding: 0 15px 25px;
}

@media (max-width: 830px) {
	.promocode-block-wrapper {
		width: 100%;
		margin: 0;
		padding: 0 15px 25px;
	}
}

.promocode-unit {
	background: transparent;
	border-radius: 10px;
	border: 2px solid #df2dbd;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	margin: 15px 0;
}

.promocode-caption {
	color: #fff;
	font-weight: bold;
}

.promocode-unit input {
	width: 120px;
	text-align: center;
	border: 0;
	outline: 0;
	border-radius: 6px;
	background: #2a1b2c;
	border: 1px dashed #ff7a7a;
	color: #ff7a7a;
	font-weight: bold;
	height: 30px;
}

.promocode-button a {
	display: flex;
	color: #fff;
	background: #f24463;
	font-size: 13px;
	text-transform: uppercase;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 500;
	padding: 12px;
	line-height: 1;
}

.promocode-button a:hover {
	background: #f24463;
	color: #fff;
}

@media (max-width: 450px) {
	.promocode-caption {
		font-size: 13px;
		font-weight: bold;
	}

	.promocode-unit input {
		width: 100px;
	}
}