* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-Regular.ttf');
}

@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-Bold.ttf');
	font-weight: 600;
}

@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-Black.ttf');
	font-weight: 900;
}

@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-BoldItalic.ttf');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-LightItalic.ttf');
	font-weight: 300;
	font-style: italic;
}

body {
	min-width: 320px;
	background: #00100e;
	color: #fff;
	font-family: 'Roboto';
}

.header {
	background: #00100e;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: sticky;
	top: 0;
	z-index: 999;
}

.header .inside {
	margin: 0 auto;
	padding: 15px 0;
	width: calc(100% - 10px);
	max-width: 1280px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.links {
	display: flex;
}

.link {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	height: 40px;
	border-radius: 6px;
	border: 1px solid #ff2400;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

.link-b {
	background: #ff2400;
	margin-right: 10px;
}

.link:hover {
	background: #ff2400;
}

.bonus-blocks {
	margin: 30px auto;

	width: calc(100% - 10px);
	max-width: 1280px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bonus-block {
	width: calc(50% - 10px);
	border-radius: 24px;
	overflow: hidden;
}

.bonus-block:nth-child(1) {
	background: #031717;
}

.bonus-block:nth-child(1) .bonus-overlay {
	background-image: radial-gradient(84.73% 98.43% at 100% 60.83%, red, #f000);
}

.bonus-block:nth-child(1) .bonus-underlay {
	background-image: url(img/bg1.webp);
	background-size: cover;
}

.bonus-block:nth-child(1) .bonus-bg-lay {
	background-image: url(img/girl1.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.bonus-block:nth-child(2) {
	background: #031717;
}

.bonus-block:nth-child(2) .bonus-overlay {
	background-image: url(img/bg2.webp);
	background-size: cover;
}

.bonus-block:nth-child(2) .bonus-underlay {
	background-image: radial-gradient(
		105.93% 112.43% at 114.58% 68.81%,
		#00ffb2,
		#00ffd100
	);
}

.bonus-block:nth-child(2) .bonus-bg-lay {
	background-image: url(img/girl2.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.bonus-block .bonus-cnt-lay {
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 30px;
}

.bonus-title,
.bonus-value {
	font-weight: 600;
	font-style: italic;
	font-size: 52px;
	text-transform: uppercase;
}

.bonus-title {
	margin-top: 40px;
	font-size: 62px;
}

.bonus-title span {
	display: block;
	font-weight: 300;
	font-size: 42px;
}

.bonus-link {
	background: #ff2400;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	height: 50px;
	max-width: 250px;
	border-radius: 5px;
	margin-bottom: 40px;
}

.bonus-link:hover {
	background: #ac1700;
}

.seo-block {
	margin: 0px auto;
	padding: 20px;
	width: calc(100% - 10px);
	max-width: 1240px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 20px;
}

.seo-block p {
	margin-bottom: 20px;
}

.seo-block table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

.seo-block td {
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 15px 0;
}

.seo-block h1,
.seo-block h2,
.seo-block h3 {
	margin-bottom: 20px;
}

.seo-block p {
	line-height: 30px;
	margin-bottom: 20px;
}

.seo-block ul,
.seo-block ol {
	list-style-position: inside;
	margin-bottom: 20px;
	line-height: 40px;
}

.seo-block blockquote {
	font-style: italic;
	margin-bottom: 20px;
	border: 1px dashed rgba(255, 255, 255, 0.5);
	padding: 20px;
	text-align: center;
}

.seo-block a {
	color: #ff2400;
	text-decoration: none;
}

.seo-block a:hover {
	text-decoration: underline;
}

.seo-block {
	margin: 30px auto;
	width: calc(100% - 10px);
	max-width: 1280px;
}

.seo-block figure {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-style: italic;
	color: #ff2400;
	font-size: 14px;
	margin-bottom: 20px;
}

.seo-block img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}

.app-block {
	margin: 0px auto;

	width: calc(100% - 10px);
	max-width: 1280px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.app-block img {
	max-width: 100%;
	height: auto;
}

.app-title {
	font-size: 48px;
	font-weight: 600;
	color: #d2eeed;
}

.app-title span {
	display: block;
	font-weight: normal;
	font-size: 16px;
}

.app-title:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: radial-gradient(
		50% 50% at 50% 50%,
		#00b2ff1a,
		#00b2ff1a 15.45%,
		#0000
	);
	margin-top: 10px;
}

.app-block .bonus-link {
	min-width: 200px;
}

.footer {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	flex-direction: column;
}

.footer .inside {
	margin: 0 auto;
	padding: 15px 0;
	width: calc(100% - 10px);
	max-width: 1280px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer p {
	text-align: center;
	max-width: 1000px;
	margin: 10px auto;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.33);
}

@media (max-width: 1080px) {
	.bonus-blocks {
		flex-direction: column;
	}
	.bonus-block {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media (max-width: 600px) {
	.link {
		padding-left: 20px;
		padding-right: 20px;
	}
	.bonus-block .bonus-cnt-lay {
		min-height: 220px;
	}
	.bonus-title,
	.bonus-value {
		font-size: 32px;
	}
	.bonus-title span {
		font-size: 22px;
	}
	.bonus-block .bonus-link {
		font-size: 16px;
		height: 40px;
		max-width: 200px;
		margin-bottom: 20px;
	}
	.bonus-title {
		margin-top: 20px;
	}
	.seo-block table {
		font-size: 14px;
	}
	.seo-block {
		padding: 0;
		border-radius: 0;
		background: none;
	}
	.header .inside,
	.footer .inside {
		flex-direction: column;
	}
	.header .inside img,
	.footer .inside img {
		margin-bottom: 15px;
	}
	.app-title {
		font-size: 38px;
	}
	.app-block img {
		margin-bottom: 10px;
	}
}
.banner-promo {color:#fff;font-weight:700;padding:15px;text-align:center;border-radius:20px;
background:#031717;margin:0 auto 30px;max-width:1250px;}
.banner-promo span { 
position:relative;
margin-right:22px;display:inline-block;
cursor:pointer;
color: #ffb400;
}

.banner-promo span:after {
	content: '';
    -webkit-mask-image: url(/images/copy.svg);
    mask: url(/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ffb400;
    position:absolute;
    width: 18px;
    height: 18px;
    top:0px;
	right:-22px;
} 
.banner-promo b {color:#ff2400;}
@media (max-width:1300px) {
.banner-promo {margin:0 15px 30px;}
}