* {
	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;
}

.wrapper {
	margin: 0 auto;
	width: calc(100% - 10px);
	max-width: 1240px;
}

.btn {
	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;
}

.btn.register {
	background: #ff2400;
}

.btn:hover {
	background: #ff2400;
}

time {
	font-size: 12px;
	color: rgba(4, 205, 168, 0.64);
}

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

.top {
	background: #00100e;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: sticky;
	top: 0;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}

.top nav {
	display: flex;
}

.enter {
	margin-right: 10px;
}

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

.welcome {
	background-image: url(./bg2.webp);
	background-size: cover;
	border-radius: 15px;
	overflow: hidden;
	margin-top: 15px;
}

.welcome-bg {
	background-image: radial-gradient(
		105.93% 112.43% at 114.58% 68.81%,
		#00ffb2,
		#00ffd100
	);
}

.welcome-cnt {
	background-image: url(./girl2.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.welcome-text {
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding:30px;
}
*, ::before, ::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
.welcome-title,
.welcome-bonus {
	font-weight: 600;
	font-style: italic;
	font-size: 30px;
	text-transform: uppercase;
	
}

.welcome-bonus {
	margin-top: 20px;
	margin-bottom: 20px;
}

.welcome-btn {
	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;
	
}

.welcome-btn:hover {
	background: #ac1700;
}
.promo {display:inline-block;position:relative;z-index:9;font-weight:700;}
.promo span { 
position:relative;display:inline-block;
margin-right:22px;
cursor:pointer;
color: #ffe400;
}

.promo span:after {
	content: '';
    -webkit-mask-image: url(/images/copy.svg);
    mask: url(/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ffe400;
    position:absolute;
    width: 18px;
    height: 18px;
    top:0px;
	right:-22px;
}
.content {
	width: 100%;
}

.content p {
	margin-bottom: 20px;
}

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

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

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

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

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

blockquote {
	line-height: 26px;
	margin-bottom: 20px;
	background: #0f8463;
	padding: 20px 40px 20px 20px;
	border-radius: 5px;
	background-image: url(block-quote.svg);
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: right top;
	display: flex;
	align-items: flex-end;
}

blockquote:before {
	content: '';
	min-width: 60px;
	min-height: 60px;
	max-width: 61px;
	max-height: 61px;
	border-radius: 10em;
	background-image: url(face.webp);
	background-size: cover;
	display: block;
	margin-right: 10px;
}

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

.content a:hover {
	text-decoration: underline;
}

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

.content 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;
}

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

.about-author {
	display: flex;
	align-items: flex-start;
	padding: 20px;
	gap: 20px;
	border-radius: 5px;
	color: #fff;
	background: #0f8463;
}

.about-author__picture {
	flex: none;
	width: 30%;
	max-width: 300px !important;
	height: auto;
	border-radius: 5px;
}

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

.pays {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: space-evenly;
	padding: 10px;
}

.footer .pays img {
	height: 50px;
}

.footer .providers {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 10px 0;
}

.footer .providers img {
	width: calc(12% - 40px);
	margin-bottom: 5px;

	height: 40px;

	border-radius: 5px;
}

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

@media (max-width: 980px) {
	.casimain table tr {
		display: flex;
		flex-direction: column;
	}
	.casimain table td {
		border-left: none;
		border-top: 5px solid #00100e;
	}
	.providers-td-inside {
		width: 100%;
	}
	.footer .providers img {
		width: calc(25% - 40px);
	}
}

@media (max-width: 600px) {
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 22px;
	}
	.link {
		padding-left: 20px;
		padding-right: 20px;
	}
	.welcome-text {
		background: rgba(0, 0, 0, 0.7);
	}

	.content table {
		font-size: 14px;
	}
	.content {
		padding: 0;
		border-radius: 0;
		background: none;
	}
	.top {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.top img {
		max-width: 150px;
		margin-bottom: 10px;
	}

	.about-author {
		flex-direction: column;
	}

	.about-author__picture {
		width: 100%;
		max-width: none !important;
	}

	.footer .providers img {
		width: calc(50% - 40px);
	}

	blockquote {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding: 10px;
	}
	blockquote:before {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media (max-width: 400px) {
	.welcome-title,
	.welcome-bonus {
		margin-left: 0;
		text-align: center;
		font-size: 38px;
	}
	.welcome-btn {
		margin-left: auto;
		margin-right: auto;
		padding-left: 40px;
		padding-right: 40px;
	}
}

.gutters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
*, ::before, ::after {
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
a.btn2 {
  background: #ff2400;
  border-radius: 5px;
  font-weight: 700;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
}
.gameswrap {background:#000;margin:0 0 30px;position:relative;text-align:center;}
.gameshover {position:absolute;left:0;top:35%;width:100%;display:none;}
.gameswrap:hover .gameshover {display:block;}
.gameshover a.btn2 {display:block;margin:10px auto;max-width:180px;padding:8px;text-decoration:none;}
.gameswrap img {width:100%;display:block;height:auto;}
.gameswrap:hover img {opacity:0.3;}
.gameswrap span {color:#fff;font-size:14px;}

a.btn2 {
  background: #ff2400;
  border-radius: 5px;
  font-weight: 700;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
}
.slots {padding:30px 0 0;}

@media (max-width: 991px) {
  .slots .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 460px) {
  .slots .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
 .welcome-title, .welcome-bonus {
 
  font-size: 32px;
  
}
}
