@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, i {
	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;
}

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


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



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

.XRLTzoGaGpNUxrV 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;
}

.rqiDpNtW4Gm .YAYZSMpsqOo4k {
	z-index: 1;
	cursor: pointer;
}

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

.rqiDpNtW4Gm .YAYZSMpsqOo4k::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;
}

.rqiDpNtW4Gm .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;
}

.rqiDpNtW4Gm .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;
}

.rqiDpNtW4Gm .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 > .yhXZGEDsLimr {
    position: relative;
}


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

.xdrUIQcuyU0r {
	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;
}

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

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

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

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

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

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

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

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

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

.McjiyjYgP26eq {
	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%;
}

.McjiyjYgP26eq::before,
.McjiyjYgP26eq::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;
}

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

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

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

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

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

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

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

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

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

.MgGdAP0jq6Be .cas:hover::before {
	background-image: url('../img/bonus3.svg');
}
.MgGdAP0jq6Be .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;
}

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

.hstJgdrfp {
  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;
}

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

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

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

.hstJgdrfp .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; 
}

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

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

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

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

.TYIsMPLmBM::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;
}

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

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

.TYIsMPLmBM > * {
  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 .TYIsMPLmBM h2 {
  font-size: 48px;
  font-weight: 700;
  color: var(--color-text-titles-v1);
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

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

.Upyh2ezgPsZ {
  background: #0098FF;
  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;
}

.Upyh2ezgPsZ:hover { 
  background: #036AAF;
}

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

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

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

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

.gjoFtvD5Dlz .NvTJYf9tGz  {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

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

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

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

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

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

.wFsxbN1fY {
  background: #F94E05;
  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;
}

.wFsxbN1fY:hover {
  background: #D84929;
}

.wFsxbN1fY::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);
}

.DCjzDlgI {
  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);
}

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

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

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

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

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

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

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

.HxLJNJWXUsXk {
  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;
}

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

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


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


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

.Jitdipdz4z2CfDmk {
  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;
}

.Jitdipdz4z2CfDmk > *: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;
}

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

.Jitdipdz4z2CfDmk .ZDaPKXFTTja3 {
  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;
}

.Jitdipdz4z2CfDmk .ZDaPKXFTTja3:hover {
  background-color: var(--color-bt4-hover);
  color: var(--color-text-btn4-hov);
	border: 2px solid #FFFFFF;
}

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

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

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

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

.Ncplzc2j 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;
}

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

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

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

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

.DZOtIHjdmzbO {
	padding: 20px 0;
}

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

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

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

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

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

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

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

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

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

.vWXieNJSumVpNE3 {
	text-align: center;
}

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

.NGojuFZOUGkxAM {
	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: #F94E05;
}

.NGojuFZOUGkxAM 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;
}


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

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

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

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

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

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

.ZtGVdVyrkanq1 .xdrUIQcuyU0r {
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;
}

.ZtGVdVyrkanq1 .xdrUIQcuyU0r:hover {
  background-color: var(--color-404-btn-hov);
}

.wvfRO46AImC {
	order: 1;
}

.TCjzCoeAT0U {
	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;
}

.ZYngtFGPR6jndo {
  padding-bottom: 100px;
}

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

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

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

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

.ZYngtFGPR6jndo ul {
	list-style-type: disc;
  padding-top: 20px;
}
.ZYngtFGPR6jndo 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;
 }

.rqiDpNtW4Gm.active {
	height: 80px;
}

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

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

.IjoVSrxazk9Qp {
    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;
}

.SiaAyYdtzUfn 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;
}

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

.sjYEimG27bZ .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;
}

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

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

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


.non-scroll {
  overflow: hidden;
}




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

/* Внутренняя обёртка — фон и контент */
.CByKbEuSm8CW {
  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 .CByKbEuSm8CW {
  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 > .yhXZGEDsLimr:hover .sub-menu {
    display: flex;
   flex-direction: column;
    gap: 12px;
}

.yhXZGEDsLimr.has-submenu:hover > a {
  color: #F94E05;
}

.yhXZGEDsLimr.has-submenu > a::after, .rqiDpNtW4Gm .YAYZSMpsqOo4k::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;
}
.yhXZGEDsLimr.has-submenu:hover > a::after  {
  background-image: url('../img/arrow9.svg');
}

}

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

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

}

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

  .DCjzDlgI {
     padding: 30px 20px;
  }

  th, td {
    font-size: 18px;
  }
  .DZOtIHjdmzbO.SiaAyYdtzUfn {
    padding: 20px 0;
  }
  .review p {
    font-size: 18px;
  }
  .SiaAyYdtzUfn 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%;
  }
  .Jitdipdz4z2CfDmk .DXnsODSr7rJa {
    font-size: 36px
  }
  .Jitdipdz4z2CfDmk .ZDaPKXFTTja3 {
    font-size: 18px;
  }
  .Jitdipdz4z2CfDmk {
    padding: 16px 20px;
  }
  .Jitdipdz4z2CfDmk > *:first-child {
    font-size: 18px;
  }
  .DCjzDlgI {
    padding: 30px 20px;
  }
  img.zsCxhXVyMeSwO7 {
    max-width: 209px;
  }

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

   .TYIsMPLmBM {
      min-height: 244px;
    }

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

  .ZtGVdVyrkanq1 .YBniEtXdijsz {
    font-size: 54px;
}

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

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

  .rWyEuLMogLE8r {
    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 .trait: hover {
		display: block;
		background: #F94E05;
		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;
	}

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


	.rqiDpNtW4Gm {
		padding: 13px 0;
	}

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

	.rqiDpNtW4Gm .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;
	}
	
	.rqiDpNtW4Gm .languages > ul li a {
		margin-bottom: 0!important;
	}

	.rqiDpNtW4Gm .YAYZSMpsqOo4k {
		padding: 0 23px 0 14px;
	}

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

	.rqiDpNtW4Gm .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;
	}

	.rqiDpNtW4Gm.active .XRLTzoGaGpNUxrV {
		width: 120px;
	}

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

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

	.DZOtIHjdmzbO {
		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;
}

.yhXZGEDsLimr.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);
  }
  .yhXZGEDsLimr.open > a::after {
  transform: rotate(-180deg); 
  background-image: url('../img/arrow8.svg');
}



}

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

.rqiDpNtW4Gm.active {
    height: 37px;
}
  .ckViXp7U9wNk p {
    margin-top: 15px;
}
  .DZOtIHjdmzbO.SiaAyYdtzUfn {
        padding: 15px 0 30px;
    }
  .IjoVSrxazk9Qp {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
      .SiaAyYdtzUfn 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;
  }

  .Jitdipdz4z2CfDmk {
    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, .ckViXp7U9wNk 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;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sjYEimG27bZ {
flex-wrap: wrap;
}
.McjiyjYgP26eq::before, .McjiyjYgP26eq::after {
 width: 18px;
 height: 18px; 
}
.McjiyjYgP26eq::before {
  margin-right: 0;
}
.McjiyjYgP26eq::after {
  margin-left: 0;
  width: 7px;
  height: 13px;
}
.hstJgdrfp .button {
  border-radius: 10px;
  height: auto;
}
.CByKbEuSm8CW {
   padding: 10px 20px;
}
.MgGdAP0jq6Be  .McjiyjYgP26eq {
border-radius: 5px;
}
.sjYEimG27bZ {
  gap: 10px;
}
.sjYEimG27bZ .button {
  padding: 14px 30px;
  gap: 13px;
  min-height: auto;
  font-size: 18px;
}
.sjYEimG27bZ .button img {
  width: 51px;
  height: 47px;
}
.sjYEimG27bZ .button.casino img {
width: 51px;
  height: 47px;
}
    .TYIsMPLmBM {
        min-height: 300px;
        gap: 20px;
    }
	.rmtbyTaC0g {
		min-height: 300px;
	}
    .big-block .TYIsMPLmBM h2 {
        font-size: 24px;
    }
        .big-block .TYIsMPLmBM p {
        font-size: 20px;
    }
    .Upyh2ezgPsZ {
      margin-top: 10px;
    }
    .DCjzDlgI {
        padding: 20px 10px;
    }
    .title {
    font-size: 28px;
  }
  .DCjzDlgI {
    gap: 16px;
  }

.BCCNeu9Mg63up .kBfaEMavjJVfM p {
    margin-top: 5px;
    font-size: 16px;
    align-self: flex-start;
  }
    .kBfaEMavjJVfM p.dngprwI05VIR {
    margin-top: 5px;
    font-size: 20px;
    align-self: center;
}
  .kBfaEMavjJVfM {
    align-items: center;
  }
  .ntehMZLC5RYDiwc {
    gap: 10px;
  }
  .DCjzDlgI {
    border-radius: 10px;
  }
  .HxLJNJWXUsXk {
    padding: 10px 16px;
  }

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

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

  }

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

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

  .VOvJxGmzOl {
    width: 100%;
  }

  .kBfaEMavjJVfM {
  max-width: 100%;
  width: 100%;
}
   .BCCNeu9Mg63up .kBfaEMavjJVfM p {
    align-self: flex-start;
   }
    .kBfaEMavjJVfM p.dngprwI05VIR { 
       align-self: center;
    }

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

  .McjiyjYgP26eq {
        width: 266px;
        min-height: 34px;
      }
  .gjoFtvD5Dlz {
    flex-direction: column;
    align-items: flex-start;
  }
  .ShampOeg7IJR {
    align-self: center;
    margin-top: 16px;
    justify-content: space-between;
    width: 100%;
  }
  .NvTJYf9tGz {
    width: 100%;
  }
  .wFsxbN1fY {
    width: 100%;
  }


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

  .ZYngtFGPR6jndo ol, .ZYngtFGPR6jndo 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;
	}
	
/* По умолчанию скрываем все варианты блока матчей */
.rWyEuLMogLE8r.mobile-top,
.rWyEuLMogLE8r.mobile-bottom,
.rWyEuLMogLE8r.desktop {
    display: none;
}

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


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

/* Десктоп */
@media (min-width: 1024px) {
    .rWyEuLMogLE8r.desktop {
        display: block; 
    }
    .rWyEuLMogLE8r.mobile-top,
    .rWyEuLMogLE8r.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;
}
	.wvfRO46AImC, .TCjzCoeAT0U {
		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;
}

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

}

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

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

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




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

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

@media (max-width: 1120px) {
 aside {
  width: 100%;
 }
 .NvTJYf9tGz {
  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%;
}
}

.DZOtIHjdmzbO .sjYEimG27bZ, .DZOtIHjdmzbO .hstJgdrfp, .DZOtIHjdmzbO .TYIsMPLmBM {
	margin-top: 20px;
}

.DZOtIHjdmzbO .xFbTBvXJSZ6, .DZOtIHjdmzbO .xFbTBvXJSZ6 p {
	font-size: 36px;
    color: #F94E05;
	line-height: 110%;
}

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

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

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

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

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

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

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


.YAYZSMpsqOo4k::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);
}

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

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

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

.TIDRbBvqlUMC {
	margin-left: auto;
}

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

@media (max-width: 1023px) {
  .TIDRbBvqlUMC {
    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;
  }


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

 .DolopaoE3e1c {
    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;
	 
  }

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

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

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

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


/* last */

.kBfaEMavjJVfM {
	height: 100%;
}

.kBfaEMavjJVfM 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%;
}

.rqiDpNtW4Gm {
		height: auto;
	}
	.wvfRO46AImC {
    max-width: 250px;
    height: auto;
}
	.TCjzCoeAT0U {
    max-width: 200px;
    height: auto;
}

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

footer {
    margin-top: auto;
}

.XRLTzoGaGpNUxrV {
	flex-shrink: 0;
}

.menu {
	flex-wrap: wrap;
}



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

.button {
	height: auto;
}

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

.ShampOeg7IJR {
  flex-wrap: wrap; 
}

.NvTJYf9tGz {
    max-width: 227px;
}

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

.ckViXp7U9wNk {
    padding-top: 84px;
}

.Jitdipdz4z2CfDmk {
	overflow: hidden;
}

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

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


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

.menu > .yhXZGEDsLimr > 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;
}

.Jitdipdz4z2CfDmk .DXnsODSr7rJa {
        line-height: 120%;
    }

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

.wvfRO46AImC, .TCjzCoeAT0U {
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;
}

.wFsxbN1fY {
	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)  {
    .rWyEuLMogLE8r.desktop {
        display: block;
        width: 100%;
    }
}


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


@media screen and (max-width: 1023px) {
    .XRLTzoGaGpNUxrV {
        width: auto;
    }
	.rWyEuLMogLE8r.mobile-top {
        max-width: 95%;
    }
		.rqiDpNtW4Gm {
        padding: 0;
    } 
	.rqiDpNtW4Gm.active .XRLTzoGaGpNUxrV {
         width: auto; 
    }
	.rWyEuLMogLE8r {
    width: 100%;
}
	.ckViXp7U9wNk {
    padding-top: 54px;
}
}

@media screen and (max-width: 767px) {
.XRLTzoGaGpNUxrV img {
    height: auto;
}
	.ckViXp7U9wNk {
        padding-top: 46px;
    }
	    .wvfRO46AImC, .TCjzCoeAT0U {
        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] .IOtqMuCOFt {
    min-height: 90vh;
	}

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

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

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

.Ncplzc2j a {
	color: #002D5C;
    font-size: 14px;
	margin-bottom: 0;
	text-decoration: none;
	transition: color 0.3s;
}

.Ncplzc2j a.RBUZgPxKVfy {
    color: #F94E05;
}

.Ncplzc2j a:hover {
	color: #F94E05;
}

.Ncplzc2j a.RBUZgPxKVfy:hover {
    color: #002D5C;
}

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

.TYIsMPLmBM .aImFlHfyGzq {
	height: 100%;
    object-fit: cover;
}



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

.ofvlb59NY8Y5 a {
	text-decoration: none;
}

.etsCJ8IDI {
  font-size: 40px!important;
  font-weight: 700;
  color: #171A28;
  margin-bottom: 20px;
  padding-top: 0!important;
}

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

.casinoTab {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #e2e2e2;
  padding: 6px 16px;
  border-radius: 10px;
  border: none;
  font-size: 20px;
  color: #171A28;
  cursor: pointer;
  min-height: 58px;
  transition: background 0.3s;
}

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

.casinoTab.active {
  background: #D1D1D1;
}

.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;
}

.xLtXcWrGH0z26 {
  max-width: 248px;
  min-height: 300px;
  background: #e2e2e2;
  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%;
}

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

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

.zFrJX0OQH {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #D67317;
  color: #FFFFFF;
  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;
}

.zFrJX0OQH:hover {
  background: #AD6110;
  cursor: pointer;
}

.YhXnroEarRMAK {
  font-size: 20px;
  font-weight: 600;
  color: #171A28;
  margin-top: 0!important;
  transition: color 0.3s;
  flex: 1; 
  display: flex;
  align-items: center; 
  justify-content: center; 
  padding: 0!important;
}

.xLtXcWrGH0z26:hover {
	cursor: pointer;
}

.xLtXcWrGH0z26:hover .YhXnroEarRMAK {
  color: #D67317;
}

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

.xLtXcWrGH0z26:hover .zFrJX0OQH {
  opacity: 1;
}

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

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


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

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

.aoEmnAvhEpMW {
  font-size: 40px!important;
  font-weight: 700;
  color: #171A28;
  margin-bottom: 20px;
  padding-top: 0!important;
}

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

.SoRyU9IOPIu4Q {
  background: #e2e2e2;
  border-radius: 10px;
  flex: 1 1 calc(33.333% - 10px);
  min-height: 414px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

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

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

.jebwlCPU4tsJ p {
	margin: 0!important;
}

.ckViXp7U9wNk .jebwlCPU4tsJ p {
    margin-top: 0!important;
}

.ZsFluAyN3g9v {
  color: #5D6483;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

.igmbeLBJqmP7 {
  color: #171A28;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.ggdurTdLykB {
  display: block;
  max-width: 229px;
  min-height: 56px;
  margin: 0 auto;
  padding: 13px;
  background: #D67317;
  color: #FFFFFF;
  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;
}

.ggdurTdLykB:hover {
  background: #AD6110;
  cursor: pointer;
}

.ofvlb59NY8Y5, .LfeamDzOfBmC1sLR {
	margin: 20px 0; 
}

@media (max-width: 1024px) {
	.SoRyU9IOPIu4Q {
		min-height: 366px;
	}
	.LfeamDzOfBmC1sLR .aoEmnAvhEpMW {
		font-size: 32px;
	}
	.ZsFluAyN3g9v {
		font-size: 20px;
	}
	.igmbeLBJqmP7 {
		font-size: 24px;
	}
	.ggdurTdLykB {
		font-size: 20px;
	}
	.jebwlCPU4tsJ {
	    padding: 12px 10px 20px;
	}
} 


@media (max-width: 767px) {
  .SoRyU9IOPIu4Q {
    flex: 1 1 100%;
  }
  .SoRyU9IOPIu4Q {
    min-height: 364px;
    }
  .jebwlCPU4tsJ {
    padding: 10px 10px 20px;
    }
	.LfeamDzOfBmC1sLR .aoEmnAvhEpMW {
		font-size: 24px;
	}
	.ZsFluAyN3g9v {
		font-size: 16px;
	}
	.igmbeLBJqmP7 {
		font-size: 24px;
	}
	.ggdurTdLykB {
		font-size: 20px;
	}
}