@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Inter', sans-serif;
}
.bg img {
	max-width: 100%;
}
.bg p {
	margin: 0 !important;
}
.container {
	max-width: 1095px;
	margin: 0 auto;
	padding: 0 15px;
}

.menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
}
.mobile-menu {
	display: none;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.menu li {
	margin: 15px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	transition: all 0.3s ease-in;
}

.menu li:hover {
	color: #cab1ff;
}

.menu li a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

body {
	background: #1c0a34;
}
body.hidden {
	overflow: hidden;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	padding: 9px 0;
	width: 100%;
	z-index: 9;
	transition: all 0.3s ease-in;
}

.wrapper .container {
	max-width: 1095px;
	padding: 0 15px;
}

header .row {
	padding: 10px 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header.active .menu {
	top: 60%;
}

header .row .logo {
	text-decoration: none;
	width: auto;
	height: 45px;
}

header .row a.logo {
	transition: all 0.3s ease-in;
}

header .row a.logo:hover {
	transform: scale(1.05);
}

header .row .logo p,
header .row .logo img {
	display: flex;
	width: auto;
	height: 100%;
}
.logo {
	height: 35px;
}
.logo p {
	height: 35px;
}
header .row .burger {
	display: none;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border: none;
	width: 40px;
	height: 15px;
	background: url('../images/burger.svg');
	background-repeat: no-repeat;
	transition: all 0.3s ease;
}
header .row .burger.active {
	background: url('../images/close.svg');
	width: 30px;
	height: 30px;
}

.wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
}

.inner {
	display: flex;
	flex-direction: column;
	padding: 186px 0 50px 0;
}

.inner h1 {
	margin: 0 0 20px 0;
	text-align: left;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 60px;
	color: #fff;
}

.inner h1 span {
	font-size: 64px;
	line-height: 60px;
	color: var(--Green, #ee2b4b);
	font-weight: 400;
}

.inner p {
	margin: 0 0 40px 0;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color: #d0c7e3;
}

.inner .btn {
	display: flex;
	justify-content: center;
	padding: 20px 60px;
	align-items: center;
	border-radius: 58px;
	background: var(--Red, #f7233b);
	text-decoration: none;
	align-self: center;

	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	transition: all 0.3s ease-in;
}

.inner .btn:hover {
	transform: scale(1.05);
}

.cnt {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.cnt h2 {
	margin: 0 0 35px 0;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
	color: #fff;
}

.cnt h3 {
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #fff;
}

.cnt p,
.cnt span,
.cnt ul,
.cnt ol,
.cnt table {
	margin: 0 0 20px 0;
}

.cnt ul,
.cnt ol {
	display: flex;
	flex-direction: column;
}

.cnt p,
.cnt span,
.cnt li {
	font-size: 16px;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color: #d0c7e3;
}

table td:nth-child(2n),
table td:nth-child(2n) {
	font-weight: 400;
}

.cnt p.img-text {
	display: flex;
	width: 100%;
	height: auto;
	transition: all 0.3s ease-in;
}

.cnt p.img-text:hover {
	transform: scale(1.05);
}

.cnt p.img-text img {
	width: inherit;
	height: 100%;
}

.cnt li {
	align-self: center;
}
.cnt p {
	color: #d0c7e3;
}
.cnt span {
	font-weight: 400;
	color: #a5aabe;
}

table {
	width: 100%;
	overflow: auto;
	border-collapse: collapse;
}
td,
th {
	padding: 3px;
	width: 30px;
	height: 25px;
	text-align: left;
}
th {
	text-align: left;
	padding: 9px;
	border-radius: 12px 0px 0px 12px;
	color: #d0c7e3;
	background: rgba(255, 255, 255, 0.03);
}
th:nth-child(2n) {
	border-radius: 0px 12px 12px 0px;
	color: #fff;
	font-weight: 400;
	background: rgba(255, 255, 255, 0.06);
}
td {
	text-align: left;
	padding: 9px 12px;
	border-radius: 12px 0px 0px 12px;
	color: #d0c7e3;
}
td:nth-child(2n) {
	border-radius: 0px 12px 12px 0px;
	color: #fff;
}
tr:nth-child(2n) td:nth-child(2n) {
	background: rgba(255, 255, 255, 0.06);
}
tr:nth-child(2n) td {
	background: rgba(255, 255, 255, 0.03);
}

footer {
	margin: 55px 0 0 0;
	padding: 16px 0;
	background-color: #1c0a34;
}
footer .container {
	padding: 20px 15px 15px 15px;
	border-top: 1px solid #3f3f3f;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.showcase__wrapper {
	margin: 0 0 30px 0;
}
.showcase {
	border-radius: 27px;
	background: #333;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 10px 0;
}

.showcase__item {
	height: 95px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 35px;
	padding: 10px;
	border-radius: 8px 0 0 8px;
}
.showcase__item:nth-child(2n) {
	border-radius: 0 8px 8px 0;
}
.showcase .showcase__item:nth-child(2) {
	justify-content: flex-end;
}
.showcase__item p {
	margin: 0;
	height: 65px;
}
.showcase__img {
	padding: 0 0 0 60px;
	position: relative;
}
.showcase__img::before {
	content: '1';
	position: absolute;
	top: 0;
	left: 0;
	width: 37px;
	height: 100%;
	border-radius: 44px;
	background: var(--Red, #ee2b4b);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: calc(36vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 800;
	line-height: calc(26vw / var(--resizer) * 100);
}
.showcase__img img {
	height: 100%;
}
.showcase__title span {
	text-align: left;
	display: block;
	margin: 0 0 10px 0;
	color: #fff;
	font-size: calc(28vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 400;
	line-height: calc(28vw / var(--resizer) * 100);
}
.showcase__title .showcase__rating {
	display: flex;
	min-width: 145px;
}
.showcase__title .showcase__rating-item {
	max-width: 25px;
	max-height: 25px;
}
.showcase__title .showcase__rating-item p {
	height: 25px;
}
.showcase__rating {
	display: flex;
	gap: 5px;
}

.showcase__rating-item {
	max-width: 18px;
	max-height: 18px;
}
.showcase__rating-item p {
	height: 18px;
}
.showcase__rating-item img {
	width: 100%;
	height: 100%;
}

.showcase__btn {
	padding: 23px 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	font-size: calc(16vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 400;
	line-height: calc(25vw / var(--resizer) * 100);
	border-radius: 58px;
	background: var(--Red, #ee2b4b);
}
.inner.not-found h1 {
	color: #fff;
	text-align: center;
	font-size: 215px;
	font-style: normal;
	font-weight: 400;
	line-height: 185px;
}
.inner.not-found h1 span {
	text-align: center;
	font-size: 215px;
	font-style: normal;
	font-weight: 400;
	line-height: 185px;
	color: #f7233b;
}
.inner.not-found h1 strong {
	text-align: center;
	font-size: 215px;
	font-style: normal;
	font-weight: 400;
	line-height: 185px;
	color: #ee2b4b;
}
.inner.not-found h2 {
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 40px 0;
}
.inner.not-found .btn {
	color: #fff;
	border-radius: 58px;
	background: var(--Red, #f7233b);
}

.main-btn {
    max-width:250px;
    width:100%;
    padding:15px 35px;
    border-radius:58px;
    background:#EE2B4B;
    color:#fff;
    text-decoration:none;
    margin:20px 0;
    text-align:center;
}
.main-btn:hover {
     background:#ff0033;
}
.btn-bonus {
    max-width:430px;
    margin:20px auto;
}
@media screen and (max-width:1000px) {
  .main-btn {
      max-width:1000px;
  }
}