@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2'),
  url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	height: 100%;
}

ul, ol {
	list-style-type: none;
}

form, input, textarea, button {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

input[type="submit"],
input[type="button"] {
	appearance: none;
	-webkit-appearance: none;
}

img {
	max-width: 100%;
}

a img {
	border: none;
}

b, span {
	font-weight: 700;
}

h1 {
  font-size: 40px;
  color: var(--color-text-titles);
  font-weight: 700;
  padding-bottom: 15px;
  }

h3 {
	padding-top: 20px;
	color: var(--color-text-titles);
	font-size: 36px;
	line-height: 46px;
  font-weight: 600;
}


h4 {
	padding-top: 20px;
	color: var(--color-text-titles);
	font-size: 28px;
	line-height: 46px;
  font-weight: 500;
}


h5, h6 {
	padding-top: 20px;
	color: var(--color-text-titles);
	font-size: 22px;
	line-height: 46px;
  font-weight: 500;
}

body {
	font-size: 18px;
	line-height: 30px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

p {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
  color: var(--color-text-main);
}

ul, ol {
	font-size: 20px;
	padding-top: 15px;
  color: var(--color-text-main);
}

.feature-data > :is(h2, h3, h4, h5, p, ol, ul) {
  margin: 0;
  padding: 0;
}

.container {
	max-width: 1280px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.full-size {
	max-width: 1280px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.ehOEOysI5Jg4oE {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}


.ifoc9D9o2lR {
	padding: 20px 0;
	width: 100%;
	background-color: var(--color-bg-header);
	display: flex;
    align-items: center;
    position: fixed;
    height: 86px;
    z-index: 999;
}



.HMeZbb0YCfystu {
	display: block;
	height: 46px;
    display: flex;
    align-items: center;
}

.HMeZbb0YCfystu img {
  height: 46px;
}

.page-content {
	flex-direction: column;
	background-color: #1F0C0B;
	display: flex;
	color: #ffffff;
	min-height: 100%;
	overflow-x: hidden;
	position: relative;
	padding-top: 98px;
}

.languages{
	z-index: 2;
	margin-left: 10px;
	position: relative;
	display: flex;
}

.ifoc9D9o2lR .qyWTzsdqHhir {
	z-index: 1;
	cursor: pointer;
}

.ifoc9D9o2lR .qyWTzsdqHhir {
	height: 42px;
	padding: 0 43px 0 14px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #FFFFFF;
	font-style: normal;
}

.ifoc9D9o2lR .qyWTzsdqHhir::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 16px;
	background: url("../img/arrow8.svg") no-repeat center center;
}

.ifoc9D9o2lR .languages > ul {
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	background: var(--color-bg-header);
	top: 114%;
	z-index: -1;
	border-radius: 5px;
	overflow: hidden;
	padding-top: 0;
}

.ifoc9D9o2lR .languages > ul li a{
	width: auto;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	padding-left: 14px;
	text-decoration: none;
	font-size: 18px;
}

.ifoc9D9o2lR .languages.active > ul {
	display: block;
	width: max-content;
	min-width: 83px;
	padding-bottom: 4px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.overlap {
	height: 100%;
	margin-left: auto;
	display: flex;
	align-items: center;
}

.only-mob {
	display: none!important;
}

.scroll-is {
	height: 100%;
	width: auto;
	display: flex;
	align-items: center;
	margin-left: 30px;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    margin-left: auto;
    margin-right: 20px;
} 

ul.menu  {
	padding-top: 0;
}

.menu a {
    text-decoration: none;
    color: var(--color-link);
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
    transition: color 0.3s ease;
    padding: 10px 0;
}


.menu > .tZCrUjqAmSMz {
    position: relative;
}


.sub-menu a::after {
  content: none;
}
 

.iJdMACcPBPrU8 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #0098FF;
	outline: 0;
	border: 0;
	height: 42px;
	padding: 10px 20px;
	border-radius: 10px;
	text-decoration: none;
	transition: background 0.3s ease-in-out;
}

.iJdMACcPBPrU8:hover {
	background-color: #007ACC;
}

.xXAllJyhKomE3 {
	background-color: var(--color-btn-login);
	transition: background 0.3s ease-in-out;
	color: var(--color-text-btn-login);
}

.xXAllJyhKomE3:hover {
	background-color: var(--color-btn-login-hover);
	}

.dXbObpJ5ifKI {
	background-color: var(--color-btn-reg);
	transition: background 0.3s ease-in-out;
	color: var(--color-text-btn-reg);
}

.dXbObpJ5ifKI:hover {
	background-color: var(--color-btn-reg-hover);
	}

.rvJvYgdcKJ {
	padding: 60px 0;
	min-height: 188px;
	background: url("../img/back1.webp") no-repeat top  / cover;
  position: relative;
}

.rvJvYgdcKJ::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 25, 62, 0.72);
  z-index: 0;
}

/* Контент выше overlay */
.rvJvYgdcKJ > * {
  position: relative;
  z-index: 1;
}

.nLjxfMHEmZl8 {
	display: flex;
	gap: 80px;
	justify-content: center;
	align-items: center;
}

.RdDwCRVgzgul7n6s {
	width: 491px;
	height: max-content;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px; 
	font-size: 30px;
	text-decoration: none;
	padding: 16px 30px;
	position: relative;
	gap: 12px;
  line-height: 100%;
}

.RdDwCRVgzgul7n6s::before,
.RdDwCRVgzgul7n6s::after {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background-size: cover;
	background-repeat: no-repeat;
	transition: background-image 0.3s ease-in-out;
  flex-shrink: 0;
}

.RdDwCRVgzgul7n6s::before {
	margin-right: 10px;
}
.RdDwCRVgzgul7n6s::after {
	margin-left: 10px;
	width: 12px;
    height: 21px;
}

.nLjxfMHEmZl8 .sport {
	background-color: var(--color-btn1);
	color: var(--color-text-btn1);
	transition: background 0.3s ease-in-out;
}

.nLjxfMHEmZl8 .sport::before {
	background-image: url('../img/bonus1.svg');
}
.nLjxfMHEmZl8 .sport::after {
	background-image: url('../img/arrow.svg');
}

.nLjxfMHEmZl8 .sport:hover {
	background-color: var(--color-btn1-hover);
	color: var(--color-text-btn1-hov);
}

.nLjxfMHEmZl8 .sport:hover::before {
	background-image: url('../img/bonus.svg');
}
.nLjxfMHEmZl8 .sport:hover::after {
	background-image: url('../img/arrow1.svg');
}

/* ==== Казино кнопка ==== */

.nLjxfMHEmZl8 .cas {
	background-color: var(--color-btn2);
	color: var(--color-text-btn2);
	transition: background 0.3s ease-in-out;
}

.nLjxfMHEmZl8 .cas::before {
	background-image: url('../img/bonus2.svg');
}
.nLjxfMHEmZl8 .cas::after {
	background-image: url('../img/arrow1.svg');
}

.nLjxfMHEmZl8 .cas:hover {
	background-color: var(--color-btn2-hover);
	color: var(--color-text-btn2-hov);
}

.nLjxfMHEmZl8 .cas:hover::before {
	background-image: url('../img/bonus3.svg');
}
.nLjxfMHEmZl8 .cas:hover::after {
	background-image: url('../img/arrow.svg');
}



.big-block {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

/* Левая часть */
.OYYjzBNDyNT0 {
  flex: 1;
}

.GwIHByqnSAvg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 25px;
  column-gap: 30px;
  margin-bottom: 30px;
}

.button {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #FFFFFF;
  border-radius: 20px;
  font-size: 32px;
  font-weight: 400;
  padding: 27px 30px;
  text-decoration: none;
  height: 100px;
  cursor: pointer;
  z-index: 9;
}

.GwIHByqnSAvg .button {
  background: url("../img/back.webp") no-repeat top  / cover;
}

.GwIHByqnSAvg .button p {
color: #FFFFFF;
font-size: 32px;
padding-top: 0;
margin-top: 0; 
}

.GwIHByqnSAvg .button {
  position: relative;
  overflow: hidden;
  z-index: 0; 
}

.GwIHByqnSAvg .button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 25, 62, 0);
  transition: background-color 0.3s ease;
  z-index: 0; 
}

.GwIHByqnSAvg .button:hover::before {
  background-color: rgba(0, 25, 62, 0.72);
}

.GwIHByqnSAvg .button > * {
  position: relative;
  z-index: 1;
}

.button img {
  width: 38px;
  height: 38px;
}

.gtuoqrRVq8riDK {
/*     background: url("../img/banner.webp") no-repeat top  / cover; */
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #fff;
  overflow: hidden;
  min-height: 350px;
  position: relative;
}

.gtuoqrRVq8riDK::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45); 
  border-radius: 20px;
  z-index: 0;
}

.gtuoqrRVq8riDK .rHHJJeQYN2S {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: fill;
}

.adqfhzowbF1 {
    padding: 20px 0 20px 40px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    max-width: 536px;
    align-items: flex-start;
    justify-content: center;
}
.VXffNkZYUICuSTF6 {
	height: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    min-height: 350px;
}

.gtuoqrRVq8riDK > * {
  position: relative;
  z-index: 1;
}

.big-block h2 {
font-size: 46px;
  font-weight: 800;
  color: var(--color-text-titles);
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: none;
}

.big-block .gtuoqrRVq8riDK h2 {
  font-size: 48px;
  font-weight: 700;
  color: var(--color-text-titles-v1);
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.big-block .gtuoqrRVq8riDK p {
  font-size: 36px;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}

.ipkGOogD9VQYuu {
  background: #50B200;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
  min-width: 145px;
  height: 42px;
  display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    transition: background 0.3s ease-in-out;
}

.ipkGOogD9VQYuu:hover { 
  background: #3F8B00;
}

img.WNQcyHL7qg43 {
  max-width: 270px;
  height: auto;
  z-index: 2
}

/* Сайдбар */
.OzwnHUF9VNEs {
  width: 393px;
}

.OzwnHUF9VNEs > *:first-child  {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--color-text-secondary);
  line-height: 120%;
}

.oYuJIIZKuWRs {
  background: var(--color-boxes);
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.oYuJIIZKuWRs .HAUuVYCvRsKdB  {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.oYuJIIZKuWRs .tPcJsgzIF9F29fu9 {
  font-size: 14px;
  color: var(--color-text-secondary);
  margin: 0;
  padding: 0;
}

.oYuJIIZKuWRs p.cxOiWzt5M {
  font-size: 20px;
  color: var(--color-text-secondary);
  font-weight: 500;
   margin: 0;
  padding: 8px 0 0;
  line-height: 100%;
}

.OzwnHUF9VNEs .InxQmjKHaKutm {
  font-size: 14px;
  color: var(--color-text-secondary);
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
  padding-top: 8px;
  }

.saiAcMMIz2s {
  display: flex;
  gap: 10px;
   margin: 0;
  padding: 0;
}

.saiAcMMIz2s .ccFmHDEWxbb6u {
  background: #D8E7F1;
  padding: 4px 16px;
  border-radius: 5px;
  font-size: 16px;
  color: var(--color-text-secondary);
  font-weight: 200;
  line-height: 100%;
}

.ymyFGgt6Gv {
  background: #0098FF;
  color: #FFFFFF;
  padding: 12px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  height: 43px;
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease-in-out;
}

.ymyFGgt6Gv:hover {
  background: #007ACC;
}

.ymyFGgt6Gv::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  background-image: url(../img/arrow1.svg);
}

.OAJnORBVXr0 {
  background-color: var(--color-boxes);
  border-radius: 20px;
  padding: 30px 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.tldrnQhxs5rG3 {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: var(--color-text-titles);
}

.FpXVu6ItaB {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.BonEdUuzVHEbZG7 {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  min-width: 150px;
  align-items: flex-start;
  max-width: 295px;
}

.BonEdUuzVHEbZG7 p {
  font-size: 20px;
  color: var(--color-text-main);
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}

.BonEdUuzVHEbZG7 p.ckmCmcLeVUHV8LKb {
  font-size: 24px;
  color: var(--color-text-main);
  font-weight: 600;
}

.input-group {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  width: 100%;
}

.bcpwTXoaqhR {
  background-color: #F1F1F1;
  border: none;
  border-radius: 10px;
  padding: 16px;
  font-size: 20px;
  width: 100%;
  font-weight: 400;
  border: 1px solid transparent;    
  transition: border-color 0.2s ease; 
  margin-top: 15px;
}

.bcpwTXoaqhR::placeholder {
  color: #899FAE;
  font-size: 20px;
  font-weight: 400;
  opacity: 1;
  transition: opacity 0.2s ease; 
}

.bcpwTXoaqhR:focus {
  border-color: #00173E;              
  outline: none;                      
}


.bcpwTXoaqhR:focus::placeholder {
  opacity: 0;                         
}


.bcpwTXoaqhR::-ms-input-placeholder {  
  color: #899FAE;
}
.bcpwTXoaqhR:focus::-ms-input-placeholder {
  color: transparent;
}

.fLbup6bCn {
  background-color: var(--color-sum-box);
  color: #FFFFFF;
  border-radius: 20px;
  padding: 16px 50px;
  text-align: center;
  width: 300px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.fLbup6bCn > *:first-child {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  color: var(--color-text-secondary-v1);
  font-weight: 500;
  line-height: 120%;
  padding-top: 0;
}

.fLbup6bCn .meeDewu35t3o {
  font-size: 40px;
  color: var(--color-text-secondary-v1);
  font-weight: 400;
}

.fLbup6bCn .lGpd2hC6 {
  display: inline-block;
  background-color: var(--color-btn4);
  color: var(--color-text-btn4);
  border: none;
  border-radius: 10px;
  padding: 10px 30px;
  font-weight: 500;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.fLbup6bCn .lGpd2hC6:hover {
  background-color: var(--color-bt4-hover);
  color: var(--color-text-btn4-hov);
}

.FpXVu6ItaB img {
  width: 19px;
  height: 33px;
  align-self: center;
}

.wUULjXTZKWwFt {
	display: flex;
  flex-direction: column;
  width: 100%;
}

.nMuxISBnKh1hBj {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
}

.nMuxISBnKh1hBj a {
  text-decoration: none;
  color: #00253E;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}

.nMuxISBnKh1hBj a::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease-in-out;
  background: url("../img/arrow7.svg") no-repeat center center;
  margin-left: 7px;
}

.nMuxISBnKh1hBj a.active {
  color: #0098FF;
}

.nMuxISBnKh1hBj a.active::after {
  content: none;
}

.post.post-page.current-item {
    color: #0098FF;
}

.with-img h2 {
	padding-top: 0;
	padding-bottom: 20px;
}

.KevixWvxna {
	padding: 20px 0;
}

h2 {
	font-size: 40px;
	line-height: 46px;
	color: var(--color-text-titles);
	padding-top: 20px;
  font-weight: 600;
}

.KbyXKKzUL5RaW {
	background-color: var(--color-bg-body);
  padding-top: 86px;
}

.KbyXKKzUL5RaW p {
	margin-top: 20px;
}

.KbyXKKzUL5RaW ul, .KbyXKKzUL5RaW ol {
	list-style: inherit;
	padding-left: 30px;
}

.KbyXKKzUL5RaW ol {
	list-style-type: decimal;
}

.KbyXKKzUL5RaW ul li, .KbyXKKzUL5RaW ol li {
	margin-bottom: 10px;
	font-size: 20px;
font-weight: 400;
}

.text ul li, .text ol li {
font-size: 20px;
font-weight: 400;
}

.KbyXKKzUL5RaW ul li:last-child, .KbyXKKzUL5RaW ol li:last-child {
	margin-bottom: 0;
}

.CSWQEZolJeuJ .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.gvIJGeSooey {
	text-align: center;
}

.gvIJGeSooey img{
	display: block;
	margin: 0 auto;
	max-height: 46px;
}

.CSWQEZolJeuJ {
	background-color: var(--color-footer-bg);
	padding: 16px 0 50px;
	margin-top: auto;
}

.end-navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
	max-width: 1000px;
	margin: 0 auto;
}

.end-navigation li a {
	font-size: 20px;
	color: var(--color-foot-link);
	padding:  10px 0;
	text-decoration: none;
	transition: color 0.3s ease;
	font-weight: 400;
}

.end-navigation li a:hover { 
    color: var(--color-foot-link-hov);
}

.CSWQEZolJeuJ p {
	font-size: 18px;
	margin-top: 15px;
	margin: 15px auto 0;
	max-width: 1000px;
	color: var(--color-footer-text);
	text-align: center;
}

body.error404 {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}

.error404 .page-content {
	background-color: #E0E0E0;
}


.ZnrbouycxYdoWX {
	padding: 160px 0 80px;
	background-color: var(--color-404-bg);
	height: 100%;
}

.DYbgjL5p1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: none;
	padding: 0;
	text-align: center;
	gap: 45px;
}

.DYbgjL5p1 .eIBlmGPEJQ {
  font-size: 64px;
  line-height: 82px;
  color: var(--color-404-big-text);
  font-weight: 800;
}

.DYbgjL5p1 img {
  max-width: 576px;
}

.DYbgjL5p1 p  {
 color: var(--color-404-text);
 font-size: 36px;
 margin: 0;
 font-weight: 500;
 line-height: 50%;
}

.DYbgjL5p1 .notfound-picture {
	margin: 40px 0;
}

.DYbgjL5p1 .iJdMACcPBPrU8 {
font-size: 18px;
text-transform: uppercase;
padding: 10px 20px;
font-weight: 500;
background-color: var(--color-404-btn);
border-radius: 10px;
color: var(--color-404-btn-text);
transition: background 0.3s ease-in-out;
min-width: 127px;
}

.DYbgjL5p1 .iJdMACcPBPrU8:hover {
  background-color: var(--color-404-btn-hov);
}

.xXAllJyhKomE3 {
	order: 1;
}

.dXbObpJ5ifKI {
	order: 1;
}

.ml-auto {
	margin-left: auto;
}

table {
    border-collapse: collapse;
    width: 962px;
    background-color: var(--color-boxes);
    color: var(--color-text-main);
    font-family: sans-serif;
    overflow: hidden;
    margin: 20px auto;
  }

  th, td {
    border: 1px solid var(--color-text-main);
    padding: 10px 10px 10px 16px;
    text-align: left;
    vertical-align: top;
  }

  thead tr {
    background-color: #2E1010;
  }

  th {
    font-weight: 400;
    font-size: 24px;
  }
  td {
    font-weight: 400;
    font-size: 20px;
  }


  tbody tr {
    background-color: var(--color-boxes);
  }

.with-img p:first-of-type {
	margin-top: 0;
}

.LiNJfq0dg {
  padding-bottom: 100px;
}

.LiNJfq0dg h2, .LiNJfq0dg h3, .LiNJfq0dg h4, .LiNJfq0dg h5  {
	padding-top: 0;
}

.LiNJfq0dg h2 {
  font-size: 36px;
  font-weight: 600;
  padding-top: 20px;
}

.LiNJfq0dg h3 {
  font-size: 28px;
  font-weight: 500;
  padding-top: 30px;
}

.LiNJfq0dg h5, .LiNJfq0dg h4 {
	text-transform: none;
   padding-top: 20px;
}

.LiNJfq0dg ul {
	list-style-type: disc;
  padding-top: 20px;
}
.LiNJfq0dg ol {
	list-style-type: auto;
  padding-top: 20px;
}

.sub-menu {
    position: absolute;
    left: 0;
    top: 120%;
    display: none;
    z-index: 10;
    border-radius: 10px;
    padding: 10px;
    background: var(--color-submenu);
    overflow-y: auto;
    width: auto;
    height: auto;
    list-style-type: none;
    min-width: 101px;
}

 .sub-menu a {
 	color: var(--color-text-main);
 }

 .menu .menu-item-with-submenu, .menu .menu-item-without-submenu {
  position: relative;
  padding: 15px 0;
}

 .arrow {
 	display: none;
 }

.ifoc9D9o2lR.active {
	height: 80px;
}

.full img {
width: 100%;
height: auto
}

.QudMwhIy8ff {
  background-image: url('../img/back2.webp');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0 40px;
}

.XnGaUK9C0M {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    column-gap:28px;
}

.rating {
    display: flex;
    gap: 10px;
}

.rating img {
  width: 22px;
  height: 21px;
}

.QudMwhIy8ff h2 {
  padding-top: 0;
padding-bottom: 30px;
color: var(--color-text-titles-v2);
font-size: 40px;
}

.review p {
  color: var(--color-text-main);
  font-size: 20px;
}

.review {
  padding: 30px 23px;
  border-radius: 20px;
  background-color: var(--color-boxes);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hFthUtcX {
  display: flex;
  gap: 36px;
  justify-content: center;
  margin-bottom: 15px;
}

.hFthUtcX .button {
 display: flex;
 flex-direction: column;
 padding: 24px 30px;
 align-items: center;
 border-radius: 20px;
 background-color: var(--color-btn3);
 min-height: 170px;
 height: auto;
 width: 144px;
 font-size: 24px;
 color: var(--color-text-btn3);
 justify-content: space-between;
 gap: 15px;
 transition: background-color 0.3s ease;
}

.hFthUtcX .button:hover {
background-color: var(--color-btn3-hover);
}

.hFthUtcX .button img {
    width: 68px;
    height: 68px;
}

.hFthUtcX .button.casino img {
    width: 77px;
    height: 70px;
    margin-left: 3px;
}


.non-scroll {
  overflow: hidden;
}




.button {
  overflow: hidden;
  padding: 0;
}

/* Внутренняя обёртка — фон и контент */
.VIsmwyUwbsXWDu {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 27px 30px;
  background: url(../img/back.webp) no-repeat top / cover;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease;
  transform-origin: center center;
  border-radius: 20px;
}

/* Эффект при наведении */
.button:hover .VIsmwyUwbsXWDu {
  transform: scale(1.07); /* Лёгкое увеличение */
}


 ul.land {
	position: absolute;
    left: 0;
    right: 0;
    background: var(--color-bg-header);
    top: 114%;
    z-index: -1;
    border-radius: 5px;
    overflow: hidden;
    padding-top: 0;
	}

ul.land a {
width: auto;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding-left: 14px;
    text-decoration: none;
    font-size: 18px;
}

@media screen and (min-width: 1023px) {
  .menu a:hover {
  color: var(--color-link-hover);
}

.menu > .tZCrUjqAmSMz:hover .sub-menu {
    display: flex;
   flex-direction: column;
    gap: 12px;
}

.tZCrUjqAmSMz.has-submenu:hover > a {
  color: #0098FF;
}

.tZCrUjqAmSMz.has-submenu > a::after, .ifoc9D9o2lR .qyWTzsdqHhir::after  {
  content: '';
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease-in-out;
  background-image: url('../img/arrow8.svg');
  margin-left: 10px;
  width: 16px;
  height: 10px;
  transition: background-image 0.3s ease-in-out;
}
.tZCrUjqAmSMz.has-submenu:hover > a::after  {
  background-image: url('../img/arrow9.svg');
}

}

@media screen and (max-width: 1320px) {
.container {
	padding: 0 20px;
}
 img.WNQcyHL7qg43 {
    max-width: 222px;
  }
}

@media screen and (max-width: 1120px) {
	.RdDwCRVgzgul7n6s {
    width: 411px;
    height: auto;
    font-size: 28px;
    padding: 16px 20px;
  }
  .big-block h2 {
    font-size: 36px;
    line-height: 100%;
  }
  .nLjxfMHEmZl8 {
    gap: 40px;
  }
      .big-block {
        flex-direction: column;
    }
    .GwIHByqnSAvg .button p {
      font-size: 24px;
    }
    .OzwnHUF9VNEs {
    margin: 0 auto;
}

}

@media screen and (max-width: 1023px) {
	.ifoc9D9o2lR .qyWTzsdqHhir::after {
		display: none;
	}
  .tldrnQhxs5rG3 {
    flex-direction: column;
    align-items: center;
  }

  .OAJnORBVXr0 {
     padding: 30px 20px;
  }

  th, td {
    font-size: 18px;
  }
  .KevixWvxna.QudMwhIy8ff {
    padding: 20px 0;
  }
  .review p {
    font-size: 18px;
  }
  .QudMwhIy8ff h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
    padding-top: 15px;
  }
  h4 {
    font-size: 24px;
  }
  .text ul li, .text ol li {
    font-size: 18px;
    line-height: 130%;
  }
  .fLbup6bCn .meeDewu35t3o {
    font-size: 36px
  }
  .fLbup6bCn .lGpd2hC6 {
    font-size: 18px;
  }
  .fLbup6bCn {
    padding: 16px 20px;
  }
  .fLbup6bCn > *:first-child {
    font-size: 18px;
  }
  .OAJnORBVXr0 {
    padding: 30px 20px;
  }
  img.WNQcyHL7qg43 {
    max-width: 209px;
  }

    p {
      font-size: 18px;
      line-height: 130%;
    }
    .big-block .gtuoqrRVq8riDK h2 {
      font-size: 36px;
    }
     .big-block .gtuoqrRVq8riDK p {
      font-size: 24px;
    }

   .gtuoqrRVq8riDK {
      min-height: 244px;
    }

  .DYbgjL5p1 img {
    max-width: 462px;
  }

  .DYbgjL5p1 .eIBlmGPEJQ {
    font-size: 54px;
}

.DYbgjL5p1 p {
    font-size: 30px;
}

  .big-block {
    flex-direction: column;
  }

  .OzwnHUF9VNEs {
    width: 100%;
  } 
  
	.offers {
		gap: 30px;
	}

	.card {
      flex-direction: column;
      align-items: center;
 	}

 	.rating img {
 		width: 18px;
 		height: 18px;
 	}

	.ml-auto {
		order: 3;
		margin-left: 0;
	}
	
	#menu-toggle .trait {
		display: block;
		background: #ffffff;
		border-radius: 5px;
		transition: .25s ease-in-out;
	}

	#menu-toggle #hamburger {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#menu-toggle #hamburger .trait {
		width: 26px;
		height: 2px;
		position: relative;
		border-radius: 2px;
		top: 0;
		right: 0;
		margin: 3px 0;
	}

	#menu-toggle #hamburger.open .trait:nth-child(1) {
		transform: rotate(-45deg) translate(-4px, 5px);
		margin: 0;
	}

	#menu-toggle #hamburger.open .trait:nth-child(3) {
		opacity: 0;
	}

	#menu-toggle #hamburger.open .trait:nth-child(2) {
		margin: 0;
		transform: rotate(45deg) translate(3px, 2px);
	}

	.overlap {
		position: fixed;
		background: var(--color-bg-header);
		top: 0;
		right: 0;
		width: 100%;
		height: auto;
		transform: translateX(100%);
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		overflow: hidden;
		display: block;
		padding: 85px 10px 15px;
		display: flex;
    flex-direction: column;
    align-items: flex-end;

	}
	.menu {
		display: flex;
    flex-direction: column;
    order: 1;
    gap: 25px;
    margin-right: 0;
    margin-top: 20px;
	}

	.scroll-is {
		width: 100%;
		height: auto;
		display: flex;
		overflow: hidden;
		overflow-y: scroll;
		flex-direction: column;
		align-items: flex-end;
		text-align: end;
		order: 0;
    padding-right: 15px;
	}

	.overlap.open {
		z-index: 15;
		transform: translateX(0);
		width: 100%;
		height: 100%;
		display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 30px;
	}

	#menu-toggle {
		display: flex;
		margin-left: auto;
		z-index: 15;
		position: relative;
	}

	.HMeZbb0YCfystu {
		width: 237px;
		position: relative;
		z-index: 135;
	}


	.ifoc9D9o2lR {
		padding: 13px 0;
	}

	.xXAllJyhKomE3 {
		font-size: 20px;
		line-height: 120%;
		margin: 20px 0;
		margin-left: auto;
	}

	.ifoc9D9o2lR .languages > ul {
		position: relative;
		display: block;
		background: transparent;
		top: 0;
		z-index: 1;
		border-radius: 0;
		overflow: visible;
		display: flex;
		gap: 20px;
		align-items: center;
		flex-direction: row;
	}
	
	.ifoc9D9o2lR .languages > ul li a {
		margin-bottom: 0!important;
	}

	.ifoc9D9o2lR .qyWTzsdqHhir {
		padding: 0 23px 0 14px;
	}

	.scroll-is p {
		font-size: 20px;
		line-height: 120%;
		text-transform: uppercase;
		margin: 11px 0;
	}

	.ifoc9D9o2lR .languages > ul li a {
		height: auto;
		margin-bottom: 11px;
		padding: 0;
		font-size: 18px;
		line-height: 120%;
		font-weight: 500;
		color: #ffffff;
		display: block;
		text-decoration: none;
	}

	header .languages > ul li.active a {
		color: #C01A40;
	}

	.ifoc9D9o2lR.active .HMeZbb0YCfystu {
		width: 120px;
	}

	.ifoc9D9o2lR.active {
		padding: 13px 0;
	}

	.only-mob {
		display: block!important;
	}
	
	h1 {
		font-size: 32px;
	}

	.KevixWvxna {
		padding: 12px 0;
	}

	h2 {
		font-size: 28px;
		line-height: 33px;
	}

	body {
		font-size: 16px;
		line-height: 21px;
	}

	.structure {
		gap: 10px;
		flex-direction: column-reverse;
		align-items: center;
	}

	.feature-data {
		max-width: 100%;
		width: 100%;
		flex-shrink: 0;
	}

	table {
		margin: 23px 0;
        width: 100%;
		display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
	}
	
	.menu div {
padding: 0;
 }
 .menu {
 	align-items: flex-end;
 }


.sub-menu {
  display: none;
  position: static;
  margin-top: 10px;
  padding: 10px 0;
  border-radius: 0 0 10px 10px;
  list-style: none;
  min-width: auto;
  display: flex;
    flex-direction: column;
    align-items: flex-end;
}


      .menu a {
        font-size: 18px;
    }
    .sub-menu li {
    	padding-bottom: 10px;
    }



.sub-menu {
  background-color: transparent;
  color: #FFFFFF;
}
.sub-menu a {
  color: #FFFFFF;
}
.menu a {
  font-size: 16px;
}

.tZCrUjqAmSMz.has-submenu > a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../img/arrow8.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
    vertical-align: middle;
    margin-left: 8px;
    transform: rotate(0deg);
  }
  .tZCrUjqAmSMz.open > a::after {
  transform: rotate(-180deg); 
  background-image: url('../img/arrow8.svg');
}



}

@media screen and (max-width: 767px) {	
  .KbyXKKzUL5RaW {
    padding-top: 37px;
}

.ifoc9D9o2lR.active {
    height: 37px;
}
  .KbyXKKzUL5RaW p {
    margin-top: 15px;
}
  .KevixWvxna.QudMwhIy8ff {
        padding: 15px 0 30px;
    }
  .XnGaUK9C0M {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
      .QudMwhIy8ff h2 {
        font-size: 24px;
        padding-bottom: 12px;

    }
    .review p {
        font-size: 14px;
    }
    .review {
    padding: 14px 15px;
    border-radius: 10px;
    gap: 12px;
}
  .input-group {
    justify-content: center;
  }

  .fLbup6bCn {
    width: 100%;
  }

	h3 {
        font-size: 25px;
        line-height: 120%;
	}

	h4 {
        font-size: 18px;
        line-height: 120%;
        padding-top: 15px;
	}

	h5 {
        font-size: 18px;
        line-height: 120%;
        padding-top: 15px;
	}

	p, .KbyXKKzUL5RaW p, ul, ol, .text ul li, .text ol li { 
		font-size: 16px;
		line-height: 21px;
	}

	th, td {
        padding: 10px;
        font-size: 14px;
		min-width: 270px;
	}

	.CSWQEZolJeuJ {
		padding: 15px 0 30px;
	}

	.page-content {
		padding-top: 59px;
	}

	.DYbgjL5p1 {
		font-size: 22px;
		line-height: 30px;
		gap: 30px;
	}

	.DYbgjL5p1 .eIBlmGPEJQ {
  font-size: 40px;
  line-height: 100%;
  color: #0098FF;
  font-weight: 800;
}

.DYbgjL5p1 img {
  max-width: 255px;
}

.DYbgjL5p1 p  {
 color: #141414;
 font-size: 24px;
 margin: 0;
 font-weight: 500;
 line-height: 100%;
}

	.ZnrbouycxYdoWX {
		padding: 70px 0 30px;
	}

	td {
    font-size: 14px;
  } 
 
  .options-holder p {
  	font-size: 14px;
  }

  .gvIJGeSooey img {
  	max-width: 80px;
  }
  .end-navigation {
  	justify-content: center;
  }
  .HMeZbb0YCfystu img {
    max-width: 80px;
}
.end-navigation {
    gap: 12px;
    padding-top: 0;
  }

  .end-navigation li a {
    font-size: 16px;
    padding: 10px 10px;
  }

  .CSWQEZolJeuJ p {
    font-size: 12px;
    margin: 0;
  }
  .ifoc9D9o2lR {
        height: 37px;
    }
    .xXAllJyhKomE3 {
    font-size: 14px;
    line-height: 120%;
    padding: 4px 10px;
    position: relative;
    z-index: 135;
    height: 25px;
    max-width: 101px;
    border-radius: 5px; 
}  
.dXbObpJ5ifKI {
    font-size: 14px;
    line-height: 120%;
    padding: 4px 10px;
    position: relative;
    z-index: 135;
    height: 25px;
    width: auto;
    border-radius: 5px;
    white-space: nowrap;
  }

  .rvJvYgdcKJ {
    padding: 14px 20px;
    min-height: auto;
  }

  .nLjxfMHEmZl8 {
    flex-direction: column;
    gap: 12px;
  }

  .RdDwCRVgzgul7n6s {
    min-width: 266px;
    padding: 6px 10px;
    font-size: 18px;
    gap: 7px;
  }

  .FpXVu6ItaB img {
  transform: rotate(90deg);
}
  .OAJnORBVXr0 {
    flex-direction: column;
    align-items: center;
  }

  .FpXVu6ItaB {
    flex-direction: column;
    align-items: center;
  }
.big-block h2 {
  font-size: 28px;
  padding-top: 15px;
}
.GwIHByqnSAvg {
  grid-template-columns: 1fr;
  row-gap: 10px;
}
.GwIHByqnSAvg .button {
width: 100%;
}

.hFthUtcX {
flex-wrap: wrap;
}
.RdDwCRVgzgul7n6s::before, .RdDwCRVgzgul7n6s::after {
 width: 18px;
 height: 18px; 
}
.RdDwCRVgzgul7n6s::before {
  margin-right: 0;
}
.RdDwCRVgzgul7n6s::after {
  margin-left: 0;
  width: 7px;
  height: 13px;
}
.GwIHByqnSAvg .button {
  border-radius: 10px;
  height: auto;
}
.VIsmwyUwbsXWDu {
   padding: 10px 20px;
}
.nLjxfMHEmZl8  .RdDwCRVgzgul7n6s {
border-radius: 5px;
}
.hFthUtcX {
  gap: 10px;
}
.hFthUtcX .button {
  padding: 14px 30px;
  gap: 13px;
  min-height: auto;
  font-size: 18px;
}
.hFthUtcX .button img {
  width: 51px;
  height: 47px;
}
.hFthUtcX .button.casino img {
width: 51px;
  height: 47px;
}
    .gtuoqrRVq8riDK {
        min-height: 300px;
        gap: 20px;
    }
	.VXffNkZYUICuSTF6 {
		min-height: 300px;
	}
    .big-block .gtuoqrRVq8riDK h2 {
        font-size: 24px;
    }
        .big-block .gtuoqrRVq8riDK p {
        font-size: 20px;
    }
    .ipkGOogD9VQYuu {
      margin-top: 10px;
    }
    .OAJnORBVXr0 {
        padding: 20px 10px;
    }
    .title {
    font-size: 28px;
  }
  .OAJnORBVXr0 {
    gap: 16px;
  }

.tldrnQhxs5rG3 .BonEdUuzVHEbZG7 p {
    margin-top: 5px;
    font-size: 16px;
    align-self: flex-start;
  }
    .BonEdUuzVHEbZG7 p.ckmCmcLeVUHV8LKb {
    margin-top: 5px;
    font-size: 20px;
    align-self: center;
}
  .BonEdUuzVHEbZG7 {
    align-items: center;
  }
  .FpXVu6ItaB {
    gap: 10px;
  }
  .OAJnORBVXr0 {
    border-radius: 10px;
  }
  .bcpwTXoaqhR {
    padding: 10px 16px;
  }

  .bcpwTXoaqhR {
    font-size: 16px;
  }
  .bcpwTXoaqhR::placeholder { 
    font-size: 16px;
  }
  .fLbup6bCn > *:first-child {
        font-size: 20px;
    }
        .fLbup6bCn .meeDewu35t3o {
        font-size: 40px;
    }
  table {
        margin: 10px 0;
        width: 100%;
      }
    h1 {
        font-size: 24px;
    }

    .LiNJfq0dg h2 {
    font-size: 20px;
    }
    .LiNJfq0dg h3 {
    font-size: 18px;
    }
    .LiNJfq0dg h4 {
    font-size: 18px;
    }

  }

@media screen and (max-width: 557px) {
	.gtuoqrRVq8riDK {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	    .VXffNkZYUICuSTF6 {
        min-height: 254px;
		justify-content: center;
			width: 100%;
    }
	.adqfhzowbF1 {
    padding: 25px 24px 0 14px;
	gap: 20px;
}
}

@media screen and (max-width: 500px) {
  .tldrnQhxs5rG3 {
    width: 100%;
  }

  .wUULjXTZKWwFt {
    width: 100%;
  }

  .BonEdUuzVHEbZG7 {
  max-width: 100%;
  width: 100%;
}
   .tldrnQhxs5rG3 .BonEdUuzVHEbZG7 p {
    align-self: flex-start;
   }
    .BonEdUuzVHEbZG7 p.ckmCmcLeVUHV8LKb { 
       align-self: center;
    }

	.row-buttons {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

  .RdDwCRVgzgul7n6s {
        width: 266px;
        min-height: 34px;
      }
  .oYuJIIZKuWRs {
    flex-direction: column;
    align-items: flex-start;
  }
  .saiAcMMIz2s {
    align-self: center;
    margin-top: 16px;
    justify-content: space-between;
    width: 100%;
  }
  .HAUuVYCvRsKdB {
    width: 100%;
  }
  .ymyFGgt6Gv {
    width: 100%;
  }


.LiNJfq0dg h3 {
  padding-top: 0;
}
	
	.LiNJfq0dg h2, .LiNJfq0dg h3, .LiNJfq0dg h4, .LiNJfq0dg ol, .LiNJfq0dg ul, .LiNJfq0dg p, .LiNJfq0dg h5 {
		padding-bottom: 12px;
	}
  .LiNJfq0dg p {
    margin-top: 0;
  }

  .LiNJfq0dg ol, .LiNJfq0dg ul {
    padding-top: 0;
  }
}
	
	 .land {
	position: absolute;
    left: 0;
    right: 0;
    background: var(--color-bg-header);
    top: 114%;
    z-index: -1;
    border-radius: 5px;
    overflow: hidden;
    padding-top: 0;
	}
	
/* По умолчанию скрываем все варианты блока матчей */
.OzwnHUF9VNEs.mobile-top,
.OzwnHUF9VNEs.mobile-bottom,
.OzwnHUF9VNEs.desktop {
    display: none;
}

.OzwnHUF9VNEs.mobile-bottom {
	margin: 0 auto;
}
.mobile-matches-bottom {
	padding: 0 20px;
}


@media (max-width: 1023px) {
    .OzwnHUF9VNEs.mobile-top {
        display: block; 
    }
    .OzwnHUF9VNEs.mobile-bottom {
        display: block; 
    }
    .OzwnHUF9VNEs.desktop {
        display: none; 
    }
    .mobile-matches-top,
    .mobile-matches-bottom {
        margin: 20px auto; 
    }
}

/* Десктоп */
@media (min-width: 1024px) {
    .OzwnHUF9VNEs.desktop {
        display: block; 
    }
    .OzwnHUF9VNEs.mobile-top,
    .OzwnHUF9VNEs.mobile-bottom {
        display: none; 
    }
    .mobile-matches-top,
    .mobile-matches-bottom {
        display: none; 
    }
}

	
	/* amp styles */

.desk-a-menu {
	position: absolute;
    top: 40px;
    left: 0px;
    background-color: #00173e;
    border-radius: 5px;
    width: 100%;
    padding: 0 15px;
}

.desk-a-menu a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 5px;
} 


@media screen and (max-width: 1023px) {
.amp-sidebar-mask {
    background-color: transparent !important;
	display: none;
}
amp-sidebar#mobile-menu {
	max-width: 100%;
	height: 100%;
}

#menu-toggle {
	order: 2;
	z-index: 9999;
}
	.xXAllJyhKomE3, .dXbObpJ5ifKI {
		z-index: 9999;
	}
	amp-sidebar#mobile-menu {
		z-index: 10;
	}
	details[open] > *:not(summary) {
    display: block !important;
  }

  /* для браузеров, где details по умолчанию скрывает контент, принудительно показываем */
  details > *:not(summary) {
    display: block;
  }
	#option-choice {
    color: #FFFFFF;
    font-size: 18px;
    margin-right: 20px;
}
	  .sub-menu[hidden] {
      display: none;
    }
    
} 

@media (max-width: 1023px) {
  .menu-label-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.menu-link {
    flex: 1;
    color: inherit;
    text-decoration: none;
}

.submenu-toggle {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background-image: url(../img/arrow8.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.tZCrUjqAmSMz.has-submenu[class~="open"] .submenu-toggle {
    transform: rotate(180deg);
}

}

input[placeholder="100 %"] {
	pointer-events: none;
}

 input.KcupTROENWbOz::-webkit-inner-spin-button,
  input.KcupTROENWbOz::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  input.KcupTROENWbOz {
    -moz-appearance: textfield;
  }




/* new */
.HAUuVYCvRsKdB {
    max-width: 207px;
}

h1 {
 padding-bottom: 20px;
    padding-top: 20px;
 font-size: 46px;
 line-height: 120%;
}

@media (max-width: 1120px) {
 aside {
  width: 100%;
 }
 .HAUuVYCvRsKdB {
  width: 100%;
  max-width: 100%;
 }
}

@media (max-width: 620px) {
.CVLadIm1DoUr {
	width: 100%;
}
	
h1 {
 padding-bottom: 15px;
    padding-top: 15px;
 font-size: 30px;
 line-height: 120%;
}
}

.KevixWvxna .hFthUtcX, .KevixWvxna .GwIHByqnSAvg, .KevixWvxna .gtuoqrRVq8riDK {
	margin-top: 20px;
}

.KevixWvxna .adqfhzowbF1, .KevixWvxna .adqfhzowbF1 p {
	font-size: 36px;
    color: #FFFFFF;
	line-height: 110%;
}

@media (max-width: 1023px) {
.OzwnHUF9VNEs.mobile-bottom {
	padding: 0 20px;
}
}

/* new 26.06 */
.amp-langv {
	order: 2;
}

amp-sidebar {
	max-width: 100%;
	width: 100%;
	z-index: 10!important;
}

.ifoc9D9o2lR .amp-langv.languages > ul {
	top: 50px;
}

ul[hidden] {
    display: none !important;
}

.languages.amp-langv ul:not([hidden]) {
  display: block;
}

.qyWTzsdqHhir[aria-expanded="false"]::after {
  transform: rotate(0deg);
}


.qyWTzsdqHhir::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  margin-left: 10px;
  background-image: url('https://temp26.gamehubioplay.site/wp-content/themes/1xbatBlog/assets/img/arrow8.svg');
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.qyWTzsdqHhir[aria-expanded]::after {
  transform: rotate(180deg);
}

.qyWTzsdqHhir::after {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.qyWTzsdqHhir[expanded]::after {
  transform: rotate(180deg);
}

.fEIViFLEdjyvw {
	margin-left: auto;
}

@media (max-width: 1023px) {
	.amp-langv {
		display: none;
	}
	amp-sidebar.overlap {
		padding-top: 65px;
	}
	
}

@media (max-width: 1023px) {
  .fEIViFLEdjyvw {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .mobile-only {
    display: none !important;
  }
}

amp-sidebar .sub-menu {
    display: none;
    padding-left: 20px;
  }

 amp-sidebar .sub-menu.open {
    display: block;
  }


/*  .tZCrUjqAmSMz.has-submenu > a[aria-expanded="true"]::after {
    transform: rotate(180deg);
  } */

 .qeAxEqTeBkqd {
    position: absolute;
    right: 0;
    top: 6px;
    width: 13px;
    height: 14px;
    background-image: url('https://temp26.gamehubioplay.site/wp-content/themes/1xbatBlog/assets/img/arrow8.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    cursor: pointer;
    transform-origin: center;
    user-select: none;
    transform-style: preserve-3d;
	 
  }

  .tZCrUjqAmSMz.has-submenu.open .qeAxEqTeBkqd {
    transform: rotate(180deg);
	  top: 0;
  }

 amp-sidebar .tZCrUjqAmSMz.has-submenu > a::after {
	display: none;
} 

amp-sidebar .tZCrUjqAmSMz.has-submenu {
	padding-right: 25px;
}

amp-sidebar .sub-menu.open .tZCrUjqAmSMz {
	padding-bottom: 8px;
}


/* last */

.BonEdUuzVHEbZG7 {
	height: 100%;
}

.BonEdUuzVHEbZG7 input{
	margin-top: auto;
}

input[placeholder="100 %"] {
    pointer-events: none;
}

aside > *:first-child {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--color-text-secondary);
    line-height: 120%;
}

.ifoc9D9o2lR {
		height: auto;
	}
	.xXAllJyhKomE3 {
    max-width: 250px;
    height: auto;
}
	.dXbObpJ5ifKI {
    max-width: 200px;
    height: auto;
}

body {
	height: 100%;
	display: flex;
	flex-direction: column;
}

footer {
    margin-top: auto;
}

.HMeZbb0YCfystu {
	flex-shrink: 0;
}

.menu {
	flex-wrap: wrap;
}



.nLjxfMHEmZl8  {
	column-gap: 80px;
    flex-wrap: wrap;
    row-gap: 20px;
}

.button {
	height: auto;
}

.ipkGOogD9VQYuu {
  height: auto;
  max-width: 400px;
  line-height: 110%;
}

.saiAcMMIz2s {
  flex-wrap: wrap; 
}

.HAUuVYCvRsKdB {
    max-width: 227px;
}

.sub-menu { 
  max-height: 600px;
}

.KbyXKKzUL5RaW {
    padding-top: 84px;
}

.fLbup6bCn {
	overflow: hidden;
}

.fLbup6bCn .meeDewu35t3o {
	display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ifoc9D9o2lR.active {
    height: auto;
	padding: 7px 0;
}


.menu > .tZCrUjqAmSMz {
  position: relative;
  max-width: none;        /* убираем ограничения с li */
  overflow: visible;      /* важно — чтобы сабменю не обрезалось */
  white-space: normal;
}

.menu > .tZCrUjqAmSMz > a {
  display: inline-block;
  max-width: 300px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

.menu {
    row-gap: 10px;
	column-gap: 30px;
}

.fLbup6bCn .meeDewu35t3o {
        line-height: 120%;
    }

.ZnrbouycxYdoWX {
	height: auto;
	flex: 1;
}

.xXAllJyhKomE3, .dXbObpJ5ifKI {
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;   
    max-width: 250px;
    min-height: 36px;
    text-align: center;
    text-align: center;
}

.ymyFGgt6Gv {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;   
    max-width: 150px;
    min-height: 43px;
    text-align: center;
    text-align: center;
	height: auto;
	padding: 6px 12px;
	line-height: 1.6;
	padding-top: 8px;
}


@media screen and (min-width: 1024px) and (max-width: 1120px)  {
    .OzwnHUF9VNEs.desktop {
        display: block;
        width: 100%;
    }
}


@media screen and (max-width: 1023px) {
    .xXAllJyhKomE3 {
        margin: 5px 0;
		margin-left: auto;
    }
	.fLbup6bCn .meeDewu35t3o {
        min-height: 36px;
        line-height: 120%;
    }
}


@media screen and (max-width: 1023px) {
    .HMeZbb0YCfystu {
        width: auto;
    }
	.OzwnHUF9VNEs.mobile-top {
        max-width: 95%;
    }
		.ifoc9D9o2lR {
        padding: 0;
    } 
	.ifoc9D9o2lR.active .HMeZbb0YCfystu {
         width: auto; 
    }
	.OzwnHUF9VNEs {
    width: 100%;
}
	.KbyXKKzUL5RaW {
    padding-top: 54px;
}
}

@media screen and (max-width: 767px) {
.HMeZbb0YCfystu img {
    height: auto;
}
	.KbyXKKzUL5RaW {
        padding-top: 46px;
    }
	    .xXAllJyhKomE3, .dXbObpJ5ifKI {
        padding-top: 9px;
    }

}

.menu-item-has-children .sub-menu {
  display: none;
  position: static;
  margin: 0;
  padding: 0 0 0 16px;
}

.menu-item-has-children.open .sub-menu {
  display: block;
}

@media (min-width: 1025px) {
  .menu-item-has-children {
    position: relative;
  }

  .menu-item-has-children .sub-menu {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
    padding-top: 10px;
  }

  .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .menu-item-has-children.open .sub-menu {
    display: block;
  }
}
	
input[placeholder="100%"]  {
	pointer-events: none;
    user-select: none;
    -webkit-user-select: none; /* для Safari */
    -moz-user-select: none;    /* для Firefox */
    -ms-user-select: none;     /* для старого IE */
  }

html[amp] body.error404, html:not([amp4ads]), html:not([amp4ads]) body {
height: 100%!important; 
}

html[amp] .ZnrbouycxYdoWX {
    min-height: 90vh;
	}

@media (max-width: 728px) {
html[amp] .ZnrbouycxYdoWX {
    min-height: 85vh;
	}} 

.nMuxISBnKh1hBj {
    padding: 15px 0;
    color: #00253E;
	margin: 0;
}

.ujvwanOW8bRCRJN {
	 display: flex;
    gap: 6px;
}

.nMuxISBnKh1hBj a {
	color: #00253E;
    font-size: 14px;
	margin-bottom: 0;
	text-decoration: none;
	transition: color 0.3s;
}

.nMuxISBnKh1hBj a.xvtBfOaPnxOF1 {
    color: #0098FF;
}

.nMuxISBnKh1hBj a:hover {
	color: #0098FF;
}

.nMuxISBnKh1hBj a.xvtBfOaPnxOF1:hover {
    color: #00253E;
}

.nMuxISBnKh1hBj a::after {
	content: none;
}

.gtuoqrRVq8riDK .rHHJJeQYN2S {
	height: 100%;
    object-fit: cover;
}



/* block casino */
.ImaXmYaSVaBNT {
  max-width: 100%;
  background: transparent;
}

.ImaXmYaSVaBNT a {
	text-decoration: none;
}

.FLlXKMIrksPD {
  font-size: 40px!important;
  font-weight: 700;
  color: var(--color-title-casino-block);
  margin-bottom: 20px;
  padding-top: 0!important;
}

.plkZosbzfoi {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.casinoTab {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--color-tab-menu);
  padding: 6px 16px;
  border-radius: 10px;
  border: none;
  font-size: 20px;
  color: var(--color-text-tab-menu);
  cursor: pointer;
  min-height: 58px;
  transition: background 0.3s;
}

.casinoTab:hover {
  background: #D1D1D1;
  cursor: pointer;
}

.casinoTab.active {
  background: var(--color-tab-menu-active);
  color: var(--color-text-tab-menu-active);
}

.casinoTab img {
  width: 24px;
  height: 24px;
}

.casinoGrid {
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); 
  gap: 10px;
  justify-items: center;
}

  .casinoGrid {
    grid-template-columns: repeat(5, 1fr);
}

.casinoGrid a {
	width: 100%;
}

.casinoGrid.active {
  display: grid;
}

.TnmUYTp1tgum {
  max-width: 248px;
  min-height: 300px;
  background: var(--color-bg-card);
  border-radius: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
}

.bhqMOPgEzk {
  position: relative;
  width: 100%;
  max-height: 228px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bhqMOPgEzk img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  object-fit: cover;
  transition: filter 0.3s;
}

.ImnyKIYJOXYk8 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-bg-btn-card);
  color: var(--color-text-btn-card);
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s;
  max-width: 106px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
  margin-top: 0!important;
}

.ImnyKIYJOXYk8:hover {
  background: var(--color-bg-btn-card-hover);
  color: var(--color-text-btn-card-hover);
  cursor: pointer;
}

.FAruyTzs1aIdrAC7 {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-text-card);
  margin-top: 0!important;
  transition: color 0.3s;
  flex: 1; 
  display: flex;
  align-items: center; 
  justify-content: center; 
  padding: 0!important;
}

.TnmUYTp1tgum:hover {
	cursor: pointer;
	background: var(--color-bg-card-hover);
}

.TnmUYTp1tgum:hover .FAruyTzs1aIdrAC7 {
  color: var(--color-text-card-hover);
}

.TnmUYTp1tgum:hover img {
  filter: brightness(60%) blur(1px);
}

.TnmUYTp1tgum:hover .ImnyKIYJOXYk8 {
  opacity: 1;
}

@media (max-width: 1024px) {
  .FLlXKMIrksPD {
  font-size: 32px!important;
}
  .casinoTab {
		font-size: 24px;
	}
  .TnmUYTp1tgum {
  min-height: 210px;
	}
}

@media (max-width: 767px) {
  .casinoGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .FLlXKMIrksPD {
   font-size: 24px!important;
}
  .casinoTab {
	font-size: 14px;
	}
  .TnmUYTp1tgum {
  min-height: 201px;
	}
	.FAruyTzs1aIdrAC7 {
    font-size: 16px;
	}
	.casinoTab {
	padding: 6px 12px;
	min-height: 36px;
	}
	.TnmUYTp1tgum {
	padding: 6px;
	}
	.plkZosbzfoi {
		gap: 4px;
	}
	.casinoGrid {
		gap: 6px;
	}
}


/* Блок с бонусами */

.CXhafGOnQE6 {
  width: 100%;
  background: transparent;
}

.ilcMiRaeMQjZvyfd {
  font-size: 40px!important;
  font-weight: 700;
  color: var(--color-text-title-bonus-block);
  margin-bottom: 20px;
  padding-top: 0!important;
}

.RkIVfONM8c9q {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.escPDNUaaUve2 {
  background: var(--color-bg-card-bonus);
  border-radius: 10px;
  flex: 1 1 calc(33.333% - 10px);
  min-height: 414px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.dwVGnjm1z {
  width: 100%;
  height: 172px;
  object-fit: cover;
  display: block;
}

.dBvlYazDlWy {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 10px;
  gap: 10px;
}

.dBvlYazDlWy p {
	margin: 0!important;
}

.KbyXKKzUL5RaW .dBvlYazDlWy p {
    margin-top: 0!important;
}

.FEkJnRxySEmjA {
  color: var(--color-up-text-card-bonus);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

.KeouBxXE {
  color: var(--color-under-text-card-bonus);
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.CZjrihBpp7o {
  display: block;
  max-width: 229px;
  min-height: 56px;
  margin: 0 auto;
  padding: 13px;
  background: var(--color-bg-btn-card-bonus);
  color: var(--color-text-btn-card-bonus);
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-radius: 6px;
  transition: background 0.3s ease;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.CZjrihBpp7o:hover {
  background: var(--color-bg-btn-card-bonus-hover);
  color: var(--color-text-btn-card-bonus-hover);
  cursor: pointer;
}

.ImaXmYaSVaBNT, .CXhafGOnQE6 {
	margin: 20px 0; 
}

@media (max-width: 1024px) {
	.escPDNUaaUve2 {
		min-height: 366px;
	}
	.CXhafGOnQE6 .ilcMiRaeMQjZvyfd {
		font-size: 32px;
	}
	.FEkJnRxySEmjA {
		font-size: 20px;
	}
	.KeouBxXE {
		font-size: 24px;
	}
	.CZjrihBpp7o {
		font-size: 20px;
	}
	.dBvlYazDlWy {
	    padding: 12px 10px 20px;
	}
} 


@media (max-width: 767px) {
  .escPDNUaaUve2 {
    flex: 1 1 100%;
  }
  .escPDNUaaUve2 {
    min-height: 364px;
    }
  .dBvlYazDlWy {
    padding: 10px 10px 20px;
    }
	.CXhafGOnQE6 .ilcMiRaeMQjZvyfd {
		font-size: 24px;
	}
	.FEkJnRxySEmjA {
		font-size: 16px;
	}
	.KeouBxXE {
		font-size: 24px;
	}
	.CZjrihBpp7o {
		font-size: 20px;
	}
}

/* new blocs */

.ewEiHKhekCMzm {
  background: var(--color-bg-block-banner-v2);
  padding: 50px 20px;
}

.MVEUuDW0njZ {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.JrXZTU9SLY {
  color: var(--color-text-title-white);
  display: inline-block;
  margin: 0;
}

.ZtsxQbgeWHfXrc {
  color: var(--color-text-title-orange);
  display: inline-block;
}

.QaJAPKF6V0Sv1 {
  display: flex;
  gap: 40px;
}

.IhqSmfnnRRi {
  flex: 1 1 38%;
  color: #ffffff;
  display: flex;
    flex-direction: column;
    gap: 22px;
}

.QRTzljsF {
  font-size: 20px;
  color: var(--color-text-under-title);
}

.KRLajKnkJvSOt {
  display: flex;
  gap: 20px;
}

.EXVgkvTu0IKecu5i {
  width: 205px;
  min-height: 45px;
  background: var(--color-bg-green-btn);
  color: var(--color-text-green-btn);
  font-size: 20px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.3s;
    padding: 5px;
}

.EXVgkvTu0IKecu5i:hover {
  background: var(--color-bg-green-btn-hover);
  color: var(--color-text-green-btn-hover);
  }

.JvdtZtEFotMv {
  width: 205px;
  min-height: 45px;
  background: transparent;
  border: 1px solid var(--color-border-transparent-btn-bannerv2);
  color: var(--color-text-transparent-btn-hover);
  font-size: 20px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.3s;
    padding: 5px;
}

.JvdtZtEFotMv:hover {
  background: var(--color-bg-transparent-btn-hover);
  color: var(--color-text-transparent-btn-hover-hover);
  }

.BvJUcwbWwrHRT {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

.ynqumsdHgpVC {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.MmVgtJHSblLqKA5 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-text-up-value-statistic);
}

.yUVaewAlscf {
  font-size: 20px;
  text-align: center;
  color: var(--color-text-under-value-statistic);
}

.eAYhyVuBeb5 {
  flex: 1 1 45%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.fYlfYVtB9rErce {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding: 20px;
  border: 1px solid var(--color-text-title-card-peculiarties);
  border-radius: 5px;
  color: var(--color-text-description-card-peculiarties);
  font-size: 20px;
  line-height: 1.4;
  flex-direction: column;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fYlfYVtB9rErce::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #215584; 
  opacity: 0.8; 
  z-index: 0;
  pointer-events: none;
}

.ajSB2VrAe, .fYlfYVtB9rErce img {
  position: relative;
  z-index: 1;
}

.fYlfYVtB9rErce img {
  max-width: 35px;
  max-height: 35px;
  flex-shrink: 0;
}

.ZuebOOt6VoN7O {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-text-title-card-peculiarties);
}

.ZuebOOt6VoN7O p{
  color: var(--color-text-title-card-peculiarties);
}

.gwNF080MFdI p {
  color: var(--color-text-description-card-peculiarties);
}

.mirrorMarquee {
  background: var(--color-bg-run-line);
  overflow: hidden;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
}

.umteDZOr4uPDaYyL {
  width: 100%;
  overflow: hidden;
}

.marqueeTrack {
  display: flex;
  align-items: center;
  will-change: transform;
}

.RsIGxyTqx {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.YiIFnKwmXR {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 0 24px;
  height: 50px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
}

.marqueeIcon {
  max-width: 17px;
  max-height: 19px;
  display: block;
}

.LvspobYmEpG {
  color: var(--color-text-run-line);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.bonusSection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.CUrMd1K36DDC {
  margin: 20px 0;
}

.askrZNq8q {
  background-color: var(--color-bg-card);
  border-radius: 10px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #FFFFFF;
  font-size: 20px;
  gap: 15px;
}

.askrZNq8q img {
  max-width: 35px;
  max-height: 35px;
}

.kgGReOb23ShNF {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: var(--color-text-title-card);
}

.sbLdv2L7 {
  font-size: 20px;
  line-height: 120%;
  margin: 0;
  color: var(--color-text-descriptions-card)
}

.YwhTKg6OD {
  background-color: var(--color-bg-btn-card);
  color: var(--color-text-btn-card);
  border: none;
  border-radius: 6px;
  width: 270px;
  min-height: 50px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s ease;
  text-transform: uppercase;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.YwhTKg6OD:hover {
  background-color: var(--color-bg-btn-card-hover);
  color: var(--color-text-btn-card-hover);
}

.bonusWimg .askrZNq8q {
  align-items: center;
}

.bonusWimg img.DgcjnLc9z43KL {
  width: 100%;
  height: 128px;
  object-fit: cover;
  max-width: none; 
  max-height: none;
  border-radius: 10px;
}

.bonusWimg .sbLdv2L7 {
  text-align: center;
}

.marqZoXTww3kBtjL {
  margin: 20px 0;
}

.IRhXvDjOBwq3 {
  background: var(--color-bg-block-bet);
  border-radius: 10px;
  padding: 35px;
  display: flex;
    align-items: center;
    justify-content: center;
}

.hvrk0YDGpJQK {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 620px;
  align-items: center;
}

.vxJQTop1ztrh {
  font-size: 24px;
  text-transform: uppercase;
  color: var(--color-text-title);
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.vxJQTop1ztrh p{
  color: var(--color-text-title);
}

.ptWAvjnlFgqSSE {
  font-size: 20px;
  color: var(--color-text-description);
  margin: 0;
   text-align: center;
}

.ptWAvjnlFgqSSE p{
  color: var(--color-text-description);
}

.OyKwZYZ5VyNt {
  display: flex;
  gap: 13px;
}

.wNfJpbJxTRohS {
    background: var(--color-bg-green-btn-bet);
    color: var(--color-text-green-btn-bet);
    border: none;
    border-radius: 6px;
    min-width: 320px;
    min-height: 50px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
    padding: 3px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; 
}

.fCLS7eIM {
  background: transparent;
  color: var(--color-text-transparent-btn);
  border: 1px solid var(--color-border-transparent-btn);
  min-width: 260px;
}

.wNfJpbJxTRohS:hover {
 background: var(--color-bg-green-btn-hover-bet);
 color: var(--color-text-green-btn-hover-bet);
}

.fCLS7eIM:hover {
  background: var(--color-border-transparent-btn-hover);
  color: var(--color-text-transparent-btn-hover);
}

.RQYADksGud8O {
 margin: 20px 0;
}

.ZXONvEaRBfhK {
  background: var(--color-bg-block);
    border-radius: 10px;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.OQsUfxCsd5QD {
  display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 715px;
    align-items: center;
}

.VPZFF6gzPLH {
  font-size: 24px;
    color: var(--color-text-title-advantages);
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.VPZFF6gzPLH p{
    color: var(--color-text-title-advantages);
}

.iLqQwWTVm {
   font-size: 20px;
    color: var(--color-text-desctiption);
    margin: 0;
    text-align: center;
}

.iLqQwWTVm p{
    color: var(--color-text-desctiption);
}

.SslV2YpplLwa {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.nXVByMDINqk {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

.nXVByMDINqk p {
  margin: 0;
  font-size: 20px;
  color: var(--color-under-value-advantage);
  text-align: center;
}

.nXVByMDINqk .svlhQDSG {
font-size: 24px;
  color: var(--color-up-value-advantage);
  font-weight: 700;
}

.nXVByMDINqk img {
  max-width: 35px;
  max-height: 35px;
}

.bonusFourCol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.bonusTwoCol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.bonusOneCol {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.bonusOneCol .askrZNq8q {
  align-items: center;
}


@media (max-width: 1400px) {
  .bonusFourCol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
}


@media (max-width: 1024px) {
  .bonusSection {
    grid-template-columns: repeat(2, 1fr);
  }
   .MVEUuDW0njZ {
    font-size: 36px;
  }

  .QaJAPKF6V0Sv1 {
    flex-direction: column;
  }
	.bonusOneCol {
		grid-template-columns: 1fr;
	}
}


@media (max-width: 768px) {
   .eAYhyVuBeb5 {
    grid-template-columns: 1fr;
  }

  .ewEiHKhekCMzm {
  padding: 40px 0;
}

  .MVEUuDW0njZ {
    font-size: 26px;
    margin-bottom: 25px;
    text-align: center;
  }

  .QRTzljsF {
    font-size: 16px;
    text-align: center;
}

  .KRLajKnkJvSOt {
    flex-direction: column;
    align-items: flex-start;
  }

  .EXVgkvTu0IKecu5i,
  .JvdtZtEFotMv {
    width: 100%;
  }

  .BvJUcwbWwrHRT {
    gap: 15px;
    justify-content: center;
  }
  .MmVgtJHSblLqKA5 {
    font-size: 20px;
  }
  .yUVaewAlscf {
    font-size: 16px;
}
.ZuebOOt6VoN7O {
  font-size: 18px;
}
.gwNF080MFdI {
  font-size: 18px;
}
.fYlfYVtB9rErce {
  padding: 12px;
}

.ewEiHKhekCMzm {
    padding: 40px 0;
  }

  .bonusSection {
    grid-template-columns: 1fr;
  }

  .YwhTKg6OD {
    width: 100%;
  }

  .askrZNq8q {
  padding: 17px;
  }
  .kgGReOb23ShNF {
    font-size: 16px;
  }
  .sbLdv2L7 {
    font-size: 16px;
  }
  .OyKwZYZ5VyNt {
    display: flex;
    gap: 7px;
    flex-direction: column;
  }
   .SslV2YpplLwa {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
  }
  .IRhXvDjOBwq3, .ZXONvEaRBfhK {
    padding: 16px 18px;
  }
  .VPZFF6gzPLH, .vxJQTop1ztrh {
    font-size: 20px;
  }
  .ptWAvjnlFgqSSE, .iLqQwWTVm {
    font-size: 16px;
  }
  .nXVByMDINqk p {
    font-size: 16px;
  }
  .svlhQDSG {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .mirrorMarquee { height: 44px; }
  .YiIFnKwmXR { padding: 0 18px; font-size: 18px; }
  .LvspobYmEpG { font-size: 18px; }
}

html[amp] .mirrorMarquee {
  overflow: hidden;
  width: 100%;
}

html[amp] .umteDZOr4uPDaYyL {
  position: relative;
  overflow: hidden;
  width: 100%;
}

html[amp] .marqueeTrack {
  display: flex;
  width: max-content;
  animation: marqueeScroll 20s linear infinite;
}

html[amp] .RsIGxyTqx {
  display: flex;
  gap: 20px;
}

html[amp] .YiIFnKwmXR {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  padding: 10px 16px;
  font-size: 16px;
}

html[amp] .marqueeIcon {
  width: 20px;
  height: 20px;
}
html[amp] .page-content {
	padding-top: 82px;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* last styles to bonuses */

.escPDNUaaUve2, .TnmUYTp1tgum {
 min-height: 100%;
}

 h1 {
    font-size: 48px;
    }

@media (max-width: 1024px) {
    .escPDNUaaUve2, .TnmUYTp1tgum {
        min-height: 100%;
    }
 h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .escPDNUaaUve2, .TnmUYTp1tgum {
        min-height: 100%;
    }
     h1 {
        font-size: 30px;
}
}