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

nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 400px;
}

nav a {
	width: calc(50% - 4px);
	height: 40px;
	text-transform: uppercase;
	border-radius: 10em;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	text-decoration: none;
}

nav a:nth-child(even) {
	color: #999999;
	border: 1px solid #999999;
	background: none;
}
nav a:nth-child(odd) {
	color: #fff;
	background: #2ecc71;
}

nav a:hover,
.welcome-title a:hover {
	border: 3px solid #2ecc71;
	background: none;
	color: #2ecc71;
	font-weight: 600;
}

.welcome {
	width: 100%;
	max-width: 600px;
	min-height: 360px;
	margin: 20px auto;
	background-image: url(welcome.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 20px;
}

.welcome-title {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 360px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}

.welcome-title span {
	font-size: 32px;
	font-weight: 600;
}

.welcome-title a {
	width: 300px;
	font-weight: 600;
	height: 48px;
	text-transform: uppercase;
	border-radius: 10em;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	background: #2ecc71;
	margin-top: 10px;
}

.bonuses{
  position:relative;
  margin: 0 0 30px 0; 
  padding:182px 10px 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%;
}
.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;
  box-sizing: border-box;
}
.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 30px;
  }
  .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;
  }
}

.article {
	background: #fff;
	padding: 50px 0;
}

article {
	width: calc(100% - 30px);
	max-width: 1200px;
	margin: 20px auto;
}

article h1,
article h2 {
	margin-bottom: 30px;
	font-size: 30px;
}

article table {
	margin-bottom: 30px;
	color: #888;
	border-collapse: collapse;
	width: 100%;
}

article table td,
article table td {
	padding: 15px;
	text-align: center;
	border: 1px solid #999;
	font-size: 15px;
}

article thead {
	background: #2ecc71;
	color: #fff;
	font-weight: 600;
}

article figure {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

article figcaption {
	margin-bottom: 5px;
	font-size: 14px;
	font-style: italic;
	color: #2ecc71;
}

article blockquote {
	box-sizing: border-box;
	border: 3px dashed #2ecc71;
	padding: 15px;
	color: #2ecc71;
	line-height: 24px;
	margin-bottom: 30px;
}

article p {
	margin-bottom: 30px;
	color: #888;
	line-height: 24px;
}

article a {
	color: #888;
	border-bottom: 1px solid #2ecc71;
}

article ul,
article ol {
	padding-left: 50px;
	margin-bottom: 30px;
	color: #888;
	line-height: 24px;
	text-decoration: underline;
}

footer {
	background: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
	color: #fff;
}

.gallery,
.footer {
	width: calc(100% - 30px);
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.gallery {
	flex-wrap: wrap;
}

.g-item {
	background: #141414;
	height: 80px;
	width: 16%;
	background-repeat: no-repeat;
	background-position: center center;
}

.g-item:nth-child(1) {
	background-image: url(footer/1.svg);
}

.g-item:nth-child(2) {
	background-image: url(footer/2.svg);
}

.g-item:nth-child(3) {
	background-image: url(footer/3.svg);
}

.g-item:nth-child(4) {
	background-image: url(footer/4.svg);
}

.g-item:nth-child(5) {
	background-image: url(footer/5.svg);
}

.g-item:nth-child(6) {
	background-image: url(footer/6.svg);
}

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

@media (max-width: 660px) {
	header,
	.footer {
		flex-direction: column;
		padding: 10px;
	}
	nav {
		margin-top: 20px;
		width: 100%;
	}
	.welcome-title {
		background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.6));
		border-radius: 20px;
	}
	article table td,
	article table td {
		padding: 10px 5px;
		font-size: 14px;
	}
	article ul,
	article ol {
		padding-left: 20px;
	}
	.g-item {
		width: calc(50% - 5px);
		margin-bottom: 10px;
	}
}
  .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:12px;}
.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 15px 90px;}

}