* {
	margin: 0;
	padding: 0;
}

body {
	background: #00100e;
	font-size: 1em;
	color: rgba(255, 255, 255, 0.95);
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
		'Lucida Sans', Arial, sans-serif;
	min-width: 320px;
}

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

ul,
ol {
	list-style-position: inside;
}

a {
	text-decoration: none;
}

.top {
	background: #031717;
	border-radius: 0 0 12px 12px;
	padding: 15px;
	position: sticky;
	top: 0;
}

.logotype {
	background-image: url(logo.svg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 68px;
	height: 31.1px;
	margin: 0 auto;
}

.top ul {
	list-style: none;
	display: block;
	width: 100%;
	margin-top: 15px;
}

.top ul li {
	display: inline-block;
	width: calc(50% - 10px);
	box-sizing: border-box;
}

.top ul li:nth-child(2) {
	margin-left: 15px;
}

.golnk {
	border-radius: 8px;
	color: #fff;
	padding: 10px 15px;
	display: block;
	text-align: center;
	box-sizing: border-box;
}

.golnk-grey {
	background: #ff2400;
}

.golnk-green {
	background: #04cfaa;
}

.golnk:hover {
	background: #fff;
	color: #000;
}

.screen-bonus {
	background-image: url(bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	border-radius: 12px;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.screen-bonus-description,
.screen-bonus-title {
	display: block;
	max-width: 800px;
	margin: 0 auto;
	font-weight: 900;
	font-size: 2em;
	text-transform: uppercase;
}

em {
	color: #ff2400;
}

.screen-bonus-title {
	background: #031717;
	border-radius: 8px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.screen-bonus-lnk {
	display: block;
	color: #fff;
	background: #ff2400;
	font-size: 1.2em;
	max-width: 300px;
	border-radius: 8px;
	padding: 10px 15px;
	margin: 15px auto;
}

.screen-bonus-lnk:hover {
	background: #fff;
	color: #000;
}

.text-content {
	background: #031717;
	margin-bottom: 25px;
	border-radius: 12px;
	padding: 15px;
}

.text-content h1,
.text-content h2,
.text-content h3 {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.text-content h1 {
	font-size: 2em;
}

.text-content h2 {
	font-size: 1.8em;
}

.text-content h3 {
	font-size: 1.6em;
}

.text-content p,
.text-content table,
.text-content ul,
.text-content ol {
	margin-bottom: 15px;
	line-height: 1.5;
}

.text-content .content-image {
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 15px;
}

.text-content table {
	box-sizing: border-box;
	border-collapse: collapse;
	width: 100%;
}

.text-content blockquote {
	background: #00100e;
	border-left: 3px solid #04cfaa;
	border-right: 3px solid #04cfaa;
	padding: 10px;
	font-size: 1.04em;
	margin-bottom: 15px;
}

.text-content table thead tr td {
	text-align: center;
	font-weight: bold;
	background: #00100e;
}

.text-content table td {
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px;
}

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

.text-content figcaption {
	font-style: italic;
	margin-bottom: 10px;
}

.screen-pay {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.screen-pay svg {
	height: 31px;
	margin-bottom: 15px;
}

.top.bottom {
	border-radius: 12px 12px 0 0;
}

.top.bottom img {
	display: block;
	margin: 0 auto;
}

.top.bottom ul {
	margin-top: 0;
	margin-bottom: 15px;
}

.top.bottom p {
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
}

@media (min-width: 670px) {
	.tops.top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.tops.top ul {
		max-width: 400px;
		margin: 0;
	}
	.tops.top .logotype {
		margin: 0;
	}
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
*, ::after, ::before {
  box-sizing: border-box;
}

.col-lg-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

 .slotbox {position:relative;border-radius:15px;overflow:hidden;text-align:center;margin-bottom:30px;}
 .slotbox .slotplay {position:absolute;top:35%;width:100%;display:none;}
 .slotbox:hover .slotplay {display:block;}
.slotbox:hover {background:rgba(0,0,0,1);}
.slotbox:hover img {opacity:0.4;}
.slotbox img {width:100%;height:auto;display:block;}


a.link2 {
  background: #ff2400;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  text-align: center;
  padding: 10px 30px;
}

.slotplay a.link2 {
  max-width: 180px;
  margin: 10px auto;
  display: block;
  padding: 10px;
}

@media (max-width: 991px) {
  .slots .col-lg-3, #pdslots .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 500px) {
  .slots .col-lg-3, #pdslots .col-lg-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.promocode  {font-weight:700;color:#fff;padding-top:10px;}
.promocode span { 
position:relative;
margin-right:22px;display:inline-block;
cursor:pointer;
color: #04cfaa;
}

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