* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'Inter';
	src: url('static/Inter_18pt-Regular.ttf');
	font-weight: normal;
}

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

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

body {
	font-family: 'Inter', sans-serif;
	min-width: 320px;
	background: #f5f5f5;
}

header {
	background: #000;
	display: flex;
	padding: 30px;
	justify-content: space-between;
	align-items: center;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 20px);
	max-width: 960px;
}

.dom {
	width: 100%;
	position: sticky;
	top: 0;
	left: 0;
}

.dom-top,
.dom-bot {
	background: rgba(0, 0, 0, 1);
	padding: 15px 0;
	color: rgba(255, 255, 255, 1);
}

.dom-top .container,
.dom-bot .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.dom-nav {
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 15px 0;
}

.dom-nav .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dom-nav a {
	font-weight: 600;
	box-sizing: border-box;
	border-radius: 10em;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	text-decoration: none;
	text-transform: uppercase;
	width: calc(50% - 6px);
}

.dom-nav a:nth-child(1) {
	color: rgba(0, 0, 0, 0.5);
	border: 2px solid rgba(0, 0, 0, 0.5);
}

.dom-nav a:nth-child(2) {
	background: rgba(46, 204, 113, 1);
	color: rgba(255, 255, 255, 1);
}

.dom-nav a:hover {
	color: rgba(46, 204, 113, 1);
	border: 2px solid rgba(46, 204, 113, 1);
	background: none;
}

.dom-top-banner {
	background-image: linear-gradient(
		270deg,
		#7346f3 0%,
		#190061 51.35%,
		#110040 100%
	);
	font-weight: 900;
	text-align: center;
	border-radius: 10em;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 20px;
	padding: 10px 0;
	letter-spacing: 2px;
}

.bonuses{
  position:relative;
  margin: 20px 0 30px; 
  padding:182px 12px 24px;
  color:#fff;
}
.bonuses__content{
  position:relative;
  z-index:2;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  gap:12px;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
}
.bonuses__bg{
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
}
.bonuses__bg img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  -o-object-position:80% 50%;
     object-position:80% 50%;
	 border-radius: 20px;
}
.bonuses .box{
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  gap:12px;
  width:100%;
  padding:12px 12px 66px;
  font-weight:bold;
  font-size:12px;
  line-height:1.2;
  text-transform:uppercase;
  border-radius:8px;
}
.bonuses .box__header{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  gap:4px;
}
.bonuses .box__text{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  gap:6px;
  min-width:47%;
  font-weight:bold;
  font-size: 10px;
  white-space:nowrap;
  text-transform:uppercase;
}
.bonuses .box__text span{
  color:#f7d540;
  font-size:24px;
  text-align:right;
  text-shadow:0 2px 0 #e75700;
}
.bonuses .box__footer{
  position:absolute;
  right:12px;
  bottom:12px;
  left:12px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  gap:12px;
}
.bonuses .box__button{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  gap:12px;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  width:100%;
  max-width:396px;
  padding:8px 6px;
  color:#fff;
  font-weight:bold;
  line-height:24px;
  text-align:center;
  text-transform:uppercase;
  text-decoration: none;
  border:1px dashed;
  cursor:pointer;
}
.bonuses .box__button:hover{
  text-decoration:none;
}
.bonuses .box--casino{
  background:-webkit-gradient(linear, left top, left bottom, from(#09B505), to(#004B40));
  background:linear-gradient(180deg, #09B505 0%, #004B40 100%);
}
.bonuses .box--casino .box__button:last-child{
  background:#05D100;
  border-color:#05D100;
  border-style:solid;
}
.bonuses .box--casino .box__button:last-child:hover{
  background:#05ab00;
  border-color:#05ab00;
}
.bonuses .box--poker{
  background:-webkit-gradient(linear, left top, left bottom, from(#FF642E), to(#5F0203));
  background:linear-gradient(180deg, #FF642E 0%, #5F0203 100%);
}
.bonuses .box--poker .box__button:last-child{
  background:#FF2E2E;
  border-color:#FF2E2E;
  border-style:solid;
}
.bonuses .box--poker .box__button:last-child:hover{
  background:#d52424;
  border-color:#d52424;
}

.scrolling .box__footer{
  position:fixed;
}
.scrolling .box__footer .box__button:first-child{
  background-color:rgba(0, 0, 0, 0.7);
}
.scrolling .box--casino .box__footer{
  bottom:60px;
}

@media only screen and (min-width: 480px){
  .bonuses .box{
    font-size:14px;
  }
  .bonuses .box__text span{
    width:40%;
  }
}

@media only screen and (min-width: 768px){
  .bonuses{
    padding:60px;
  }
  .bonuses__content{
    gap:24px;
    max-width:500px;
  }
  .bonuses__bg img{
    -o-object-position:50%;
       object-position:50%;
  }
  .bonuses .box{
    font-size:16px;
  }
  .bonuses .box__header{
    gap:16px;
  }
  .bonuses .box__text{
    min-width:0;
	font-size: 12px;
  }
  .bonuses .box__text span{
    width:auto;
    font-size:36px;
    text-align:left;
  }
}

.dom-banner {
	border-radius: 20px;
	margin-top: 20px;
	background-image: url(img/bg.jpg);
	display: flex;
	flex-direction: column;
	min-height: 240px;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	margin-bottom: 30px;
}

.dom-banner span {
	font-weight: 600;
	font-size: 32px;
	max-width: 400px;
	margin: 20px 0 20px 20px;
}

.dom-banner a {
	background: rgba(46, 204, 113, 1);
	color: rgba(255, 255, 255, 1);
	font-weight: 600;
	box-sizing: border-box;
	border-radius: 10em;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	text-decoration: none;
	text-transform: uppercase;
	width: 240px;
	margin-left: 20px;
}

.dom-banner a:hover {
	color: rgba(46, 204, 113, 1);
	border: 2px solid rgba(46, 204, 113, 1);
	background: none;
}

.content {
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 15px;
	border-radius: 20px;
	box-sizing: border-box;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 40px;
}

.content figure {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.content figure figcaption {
	font-style: italic;
	text-align: center;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 5px;
}

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

.content h1 {
	margin-bottom: 20px;
	font-size: 32px;
}

.content h2 {
	margin-bottom: 20px;
	font-size: 28px;
}

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

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

.content td,
.content th {
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.content ul,
.content ol {
	list-style-position: inside;
	margin-bottom: 20px;
	line-height: 32px;
}
@media screen and (max-width: 767px) {
    .ctable {
        width: 100%!important;
        overflow: auto!important;
        border: 1px solid rgba(0,0,0,0.2);
        box-sizing: border-box;
        margin: 20px 0 20px;
		max-width:100%;
    }
    .ctable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
.content blockquote {
	background: rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
	padding: 20px;
	font-style: italic;
	text-align: center;
	line-height: 24px;
}

@media (max-width: 600px) {
	.content td,
	.content th {
		padding: 5px;
		font-size: 14px;
	}
	.content {
		padding: 20px 10px;
	}
	.dom-top-banner {
		display: none;
	}
	.dom-banner {
		background-image: none;
		background-image: linear-gradient(
			270deg,
			#7346f3 0%,
			#190061 51.35%,
			#110040 100%
		);
	}
	.dom-banner span {
		display: flex;
		margin: 0;
		padding: 20px;
		text-align: center;
		max-width: 100%;
	}

	.dom-banner a {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
}

  .innerwrap {
    max-width: 1140px;
    width: 100%;
	position: relative;
  margin-left: auto;
  margin-right: auto;
  box-sizing: inherit;

  }
.tg {position:absolute;z-index:10;right:30px;bottom:15px;}
.tg a {font-weight:700;padding:15px 55px 15px 20px;color:#fff;text-decoration:none;border-radius:8px;background:#039be5 url(/telegram.png) no-repeat 97% center;box-shadow: 0 1px 4px 0 rgba(0,0,0,0.07);background-size:40px;}
@media (max-width:991px) {
.tg {text-align:center;left:calc(50% - 125px);right:auto;bottom:-55px;}

.bonuses {padding: 190px 35px 90px 15px;}

}
