* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: 'Poppins', sans-serif;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

body.hidden {
	overflow-y: hidden;
}

nav,
footer,
header,
aside {
	display: block;
}
body {
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	overflow-x: hidden;
}
html.hidden,
body.hidden {
	overflow: hidden;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	display: none;
}

input[type='number'] {
	-moz-appearance: textfield;
	/* Firefox */
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

select {
	/* for Firefox */
	-moz-appearance: none;
	/* for Safari, Chrome, Opera */
	-webkit-appearance: none;
}

/* for IE10 */
select::-ms-expand {
	display: none;
}
body.hidden {
	overflow: hidden;
}
body {
	background: url('../img/blur.png') 0 500px / cover no-repeat;
}
body.no {
	background: none;
}
.wrapper {
	padding: 16px 0;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #0e0e0e;
	position: relative;
}

.main {
	flex: 1 1 auto;
	z-index: 2;
}
.main.none {
	pointer-events: none;
}

.container {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 15px;
}

/* header */
.header {
	z-index: 2;
}

.header__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__item {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.header__item-link {
	padding: 13px 37px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-radius: 15px;
	background: #ff5e04;
	transition: all 0.3s ease;
	border: 1px solid #ff5e04;
}
.header__item-link:hover {
	transition: all 0.3s ease;

	background: transparent;
	color: #fff;
}

.header__item-link:first-child {
	transition: all 0.3s ease;

	color: #fff;
	border: 1px solid #528dff;
	background: #528dff;
}
.header__item-link:first-child:hover {
	transition: all 0.3s ease;
	background: transparent;
	color: #fff;
}

/* main */
.main {
	margin: 55px 0 0 0;
}

.bg {
	position: absolute;
	background: url('../img/bg.png') 0 0 / cover no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 490px;
}

.main h1 {
	color: var(--white, #fff);
	font-size: 44px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.main h2 {
	color: var(--white, #fff);
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 5px 0;
}
.main h3 {
	color: var(--white, #fff);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.main strong {
	display: block;
	color: var(--white, #fff);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.main p {
	padding: 0 0 0 40px;
	margin: 16px 0;
	color: var(--grey, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.main ul {
	padding: 0 0 0 60px;
}
.main li {
	margin: 16px 0;
	color: var(--grey, #fff);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 2px 0;
}
.main a {
	display: inline-block;
	margin: 30px 0 70px 0;
	padding: 17px 35px;
	border-radius: 20px;
	background: #528dff;
	border: 1px solid #528dff;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: all 0.3s ease;
}
.main a:hover {
	background: transparent;
	color: #fff;
}

.main ul a {
	margin: 16px 0;
	color: var(--grey, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	padding: 0;
	background: transparent;
	border: none;
	text-align: left;
	transition: all 0.3s ease;
}
.main ul a:hover {
	color: #ff5e04;
}

.burger__content {
	padding: 15px;
	display: none;
	position: fixed;
	top: 55px;
	left: 0;
	width: 100%;
	height: 120px;
	z-index: 10;
	background-color: #281638;
}
.burger__language {
	border-bottom: 1px solid #222727;
	padding: 0 0 15px 0;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 15px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.burger__link {
	margin: 15px 0 0 0;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.burger__content.active {
	display: block;
}

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

.table table {
	border-collapse: collapse;
	width: 100%;
}

.table td:nth-child(2n) {
	color: #fff;
	font-weight: 700;
}

.table tr:nth-child(2n) td:first-child div {
	background: transparent;
}

.table tr:nth-child(2n) td:last-child div {
	background: transparent;
}

.table tr td:first-child div {
	background: #202020;
}

.table tr td:last-child div {
	background: #202020;
}

.table td {
	width: 50%;
	color: var(--grey, #fff);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.table td div {
	margin: 0 0 5px 0;
	white-space: nowrap;
	max-height: 37px;
	min-height: 37px;
}

.table td:nth-child(1n) div {
	border-radius: 15px 0 0 15px;
	padding: 7px 16px;
}

.table td:nth-child(2n) div {
	border-radius: 0 15px 15px 0;
	padding: 7px 16px;
}

.table td:nth-child(3n) div {
	border-radius: 0 5px 5px 0;
	padding: 7px 16px;
}

.main p img {
	max-width: 100%;
}

/* media */
@media (max-width: 768px) {
	.main h1 {
		margin: 120px 0 0 0;
		font-size: 21px;
		text-align: center;
	}
	.header-text {
		text-align: center;
	}
	.main h2 {
		font-size: 18px;
	}
	.main h3 {
		font-size: 16px;
	}
	.main p {
		padding: 0;
		font-size: 12px;
		margin: 6px 0;
	}
	.main ul {
		padding: 0;
	}
	.main li {
		font-size: 12px;
	}
	.main a {
		font-size: 12px;
		width: 100%;
		text-align: center;
	}
	.table td {
		font-size: 12px;
	}
	.header__item-link {
		font-size: 12px;
		padding: 10px;
	}
	.header__logo img {
		width: 80%;
	}
	.burger {
		display: block;
	}
	.bg {
		background: url('../img/bg-mob.png') center 0 / 320px 320px no-repeat;
	}
}

/* @media (max-width: 530px) {
    .bg {
        background: url("../img/bg-mob.png") 0 -15px / cover no-repeat;
        height: 295px;
    }
} */

.block__promo {
display:flex;
align-items: center;
max-width:212px;
width:100%;
height:60px;
border: 1px solid #528dff;
border-radius: 20px;
justify-content: center;
padding:5px;
}

.block__promo-text {
color:#ffffff;
font-weight:700;
margin-right:auto;
margin-left: 10px;
}
.but-prom {
width:100%;
height:100%;
background: #528dff;
color: #ffffff;
max-width:90px;
border-radius:20px;

}
@media (max-width: 768px) {
.block__promo {
max-width:100%;
}
.but-prom {
max-width:150px;
}
}
footer ul {
    display: flex;
    justify-content: center;
}
footer ul a {
    color: #fff;
}