html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	max-width: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
	background: #0d121d;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	color: rgba(255, 255, 255, 1);
	min-width: 320px;
}

header {
	margin: 0 auto;
	max-width: 1200px;
	width: calc(100% - 30px);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px 0;
	position: sticky;
	top: 0;
	background-color: rgba(13, 18, 29, 0.8); /* Полупрозрачный фон */
	backdrop-filter: blur(10px); /* Фоновый блюр */
	z-index: 1000; /* Чтобы header всегда был поверх других элементов */
	margin: 0 auto;
}

header img {
	height: 24.4167px;
	width: 180px;
	margin-bottom: 15px;
}

header .enter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

header .enter a {
	width: 50%;
	border: 2px solid #2a8df8;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}

header .enter a:nth-child(odd) {
	background: #192232;
	border-radius: 10em 0 0 10em;
}
header .enter a:nth-child(even) {
	background: #2a8df8;
	border-radius: 0 10em 10em 0;
}

header .enter a:hover {
	background: #3ebeff;
	color: #192232;
}

article {
	margin: 0 auto;
	max-width: 1200px;
	width: calc(100% - 30px);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px;
}

.caption-text {
	font-size: 13px;
    margin: 10px 0;
    color: #a5a5a7;
    text-align: center;
}

.promo {
	width: calc(100% - 40px);
	background-image: url(banner.webp);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	padding: 20px;
	text-align: center;
	margin-bottom: 30px;
}

.promo .promo-text .promo-title {
	font-size: 39px;
	text-transform: uppercase;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	padding: 10px;
	margin-bottom: 20px;
}

.promo .promo-text .promo-title img {
	width: 40px;
	height: 40px;
	background-image: url(icon.png);
	background-size: cover;
	margin-right: 10px;
}

.promo .promo-text .promo-name {
	background: rgba(0, 0, 0, 0.5);
	padding: 20px 10px;
	margin-bottom: 20px;
	border-radius: 15px;
	font-weight: bold;
	font-size: 28px;
}

.promo .promo-text .promo-name em {
	color: #2a8df8;
}

.promo .promo-text .promo-name2 {
	display: flex;
	justify-content: space-between;
}

.promo .promo-text .promo-name2 .promo-name {
	width: calc(50% - 30px);
	font-size: 22px;
	padding: 10px 10px;
}

.promo .promo-text .promo-name2 .promo-name span {
	display: block;
	font-size: 16px;
	font-weight: normal;
}

.promo .promo-text {
	max-width: 580px;
	margin: 0 auto;
}

.promo .promo-text .promo-link {
	background: #2a8df8;
	color: #fff;
	border-radius: 15px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	max-width: 200px;
	padding: 15px;
	border-bottom: 2px solid #0d121d;
	border-right: 2px solid #0d121d;
}

.promo .promo-text .promo-link:hover {
	background: #0d121d;
}

.text {
	background: #121a29;
	color: #677a9d;
	border-radius: 25px;
	padding: 20px;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}

.text h1 {
	font-size: 32px;
}

.text h2 {
	font-size: 30px;
}

.text h3 {
	font-size: 28px;
}

.text h4 {
	font-size: 26px;
}

.text h5 {
	font-size: 24px;
}

.text h6 {
	font-size: 22px;
}

.text p {
	margin-bottom: 20px;
	line-height: 1.5em;
	font-size: 16px;
}

.text table {
	margin-bottom: 20px;
	width: 100%;
}

.text table tr:nth-child(odd) {
	background: #0d121d;
}

.text table td {
	border: 1px solid #677a9d;
	padding: 10px;
}

.text ol,
.text ul {
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.5em;
	margin-bottom: 20px;
	list-style-position: inside;
}

.text ul {
	list-style-type: disc;
}

.text img {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	display: block;
	max-width: 720px;
}

.text ol {
	list-style-type: upper-roman;
}

.text blockquote {
	background: #212f44;
	border-left: 4px solid #2b90fe;
	font-size: 18px;
	line-height: 1.5em;
	padding: 15px;
	margin-bottom: 20px;
}

.text figure {
	margin: 0 0 20px;
}

.text figcaption {
	color: #2b90fe;
	text-align: center;
}

footer {
	margin: 0 auto;
	max-width: 1200px;
	width: calc(100% - 30px);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px 0;
}

footer .payments {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

footer .payments img {
	width: 100px;
	margin: 10px;
}

footer .footer-logo {
	height: 24.4167px;
	width: 180px;
	margin-bottom: 15px;
}

footer .enter {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 500px;
	margin: 20px 0;
}

footer .enter a {
	width: 50%;
	border: 2px solid #2a8df8;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}

footer .enter a:nth-child(odd) {
	background: #192232;
	border-radius: 10em 0 0 10em;
}
footer .enter a:nth-child(even) {
	background: #2a8df8;
	border-radius: 0 10em 10em 0;
}

footer .enter a:hover {
	background: #3ebeff;
	color: #192232;
}

@media (min-width: 670px) {
	header {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	header img {
		margin-bottom: 0;
	}

	header .enter {
		max-width: 400px;
	}
}
