.games_in_cat {
	text-align:center;
	background-color:#000;
	margin:5px;
	padding:5px;
	border-radius:5px;
}

.games_in_cat img {
	width:100%;
}

.slot_cat_name {
	overflow:hidden;
	white-space:nowrap;
	font-size:12px;
}

.plus18_wrap {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	text-align:center;
	background-color:#000;
	justify-items: center;
	padding-top:20vh;
}

.plus18_cont {
	max-width:60%;
	min-width:40%;
	max-height:80vh;
	min-height:30vh;
	background-color:#fff;
	#display: grid;
	position:relative;
	padding:20px 0;
	border-radius:20px;
}

.plus18_cont h2, .plus18_cont h5{
	color:#000!important;
	padding-bottom:30px;
}

.plus18_cont a {
	display:inline-block;
	width:100px;
	text-align:center;
	border:1px solid #000;
	padding:5px 0;
	margin:0 15px 15px 0;
}

.plus18_cont a:hover {
	background-color:#ddd;
}

.brands_list {padding:0;margin:0;}
.brands_list li {
	margin:10px 0;
	text-align:center;
	list-style:none;
	background-color:#eee;
	padding:10px 0;
	border-radius:10px;
}
.brands_list img {
	max-width:100%;
	max-height:80px;
}
.brands_list span {
	display:block;
}
.brands_list a {
	color:#000;
	text-decoration:none;
}

.slot_allow_brands {
	padding:10px 0;
}	
.slot_allow_brands_item {
	text-align:center;
	background-color:#eee;
	padding:10px 0;
	border-radius:10px;
}	
.slot_allow_brands img {
	max-width:100%;
	max-height:80px;
}
.slot_allow_brands span {
	display:block;
}
.slot_allow_brands a {
	color:#000;
	text-decoration:none;
}

.footer {
	background-color:#ccc;
	padding:10px;
}

.left_brand_logo {
	max-height:50px;
}

.perelink ul {padding:0;margin:0;}
.perelink li {
	list-style:none;
}
.perelink a {
	color:#333;
	text-decoration:none;
	font-size:12px;
}

h1{
	font-size:22px!important;
	font-weight:500!important;
}

h2{
	font-size:18px!important;
	font-weight:500!important;
}

@media (max-width: 767px) {
	.cat_slots li{
		display:inline-block;
		width:25%;
	}
}
@media (min-width: 768px) {
	.cat_slots li{
		display:inline-block;
		width:14%;
	}
}

.logo {
	padding-top:10px;
}
.logo img {
	height:24px;
	padding-right:5px;
}
.logo a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

.promo-block {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border: 1px solid #444;
  border-radius: 16px;
  padding: 30px;
  max-width: 1200px;
  margin: 0 auto 30px auto;
  display: flex;
  align-items: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.promo-content {
  width: 100%;
}

.promo-title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.promo_about {
	color:#fff;
	margin-top:20px;
}

.promo-reasons {
  display: flex;
  justify-content: space-around;
  margin-bottom: 35px;
  gap: 20px;
}

.reason {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  max-width: 400px;
}

.reason-icon {
  font-size: 40px;
  flex-shrink: 0;
}

.reason p {
  color: #e0e0e0;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.install-button {
  display: block;
  margin: 0 auto;
  padding: 16px 40px;
  font-size: 18px;
  background: linear-gradient(45deg, #FFD700 0%, #FFA000 100%);
  color: #000;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.install-button a {
	color: #000;
	text-decoration:none;
}

.install-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

@media (max-width: 768px) {
  .promo-block {
    height: auto;
    padding: 20px;
  }
  
  .promo-reasons {
    flex-direction: column;
    align-items: center;
  }
  
  .reason {
    max-width: 100%;
  }
}

.jp_img {
	text-align:left;
}

.jp_img img{
	max-height:600px;
}

.mobile_block {
	text-align:center;
	padding-bottom:300px;
}