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

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
	url('../fonts/OpenSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
	url('../fonts/OpenSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
	url('../fonts/OpenSans-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%;
}

.cBES5WfV9JIW {
	display: block;
	width: 309px;
	transition: width 0.3s ease-in-out;
}

.ivbXXla77 {
	flex-direction: column;
	background-color: var(--page-primary-color);
	display: flex;
	color: #ffffff;
	min-height: 100%;
	overflow-x: hidden;
	position: relative;
	padding-top: 97px;
}

ul, ol {
	list-style-type: none;
	color: var(--text-general-color);
}

p {
	color: var(--text-p-color);
}

a {
	color:var(--text-a-color);
	transition: color 0.3s ease;
}

a:hover {
	color: var(--text-a-hover-color);
}

form, input, textarea, button {
	font-family: 'Open Sans', 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;
}

h3 {
    color: var(--text-h3-color);
	padding-top: 18px;
}

body {
	font-size: 20px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

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

.lTnUlTqKWyS {
	max-width: 1400px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.gVGxZaPtezGKx {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.makI22i5 {
	padding: 19px 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	position: fixed;
	height: 97px;
	background-color: var(--header-color);
}

.makI22i5.active {
	padding: 10px 0;
	height: 80px;
}

.makI22i5.active .cBES5WfV9JIW{
	width: 200px;
}

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

.makI22i5 .uvxw0Kz0 {
	z-index: 1;
	cursor: pointer;
}

.makI22i5 .uvxw0Kz0 {
	color: var(--lang-menu-text-color);
	background: var(--lang-menu-bg-color);
	height: 43px;
	padding: 0 43px 0 14px;
	border-radius: 5px;
	display: flex;
	align-items: center;
}

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

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

.makI22i5 .languages > ul li a{
	height: 43px;
	width: 114%;
	font-size: 20px;
	font-weight: 500;
	color: var(--lang-dropdown-text-color);
	display: flex;
	align-items: center;
	padding-left: 14px;
	text-decoration: none;
}

.makI22i5 .languages.active > ul {
	display: block;
}


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

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

.scroll-is {
	height: 100%;
	display: flex;
	align-items: center;
}
.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 33px;
    margin-left: auto;
} 
.menu a {
    text-decoration: none;
    color: var(--menu-text-color);
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    transition: color 0.3s ease;
}
.menu a:hover {
	color: var(--menu-text-hover-color);
} 

.BSOtXXZH3PC {
	font-size: 18px;
	color: var(--btn-text-color);
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--btn-bg-color);
	outline: 0;
	border: 0;
	height: 43px;
	padding: 0 51px;
	border-radius: 5px;
	text-decoration: none;
	transition: background 0.3s ease-in-out;
}

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

.MILuqxYqDUOq {
	
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 15px;
}

.PCfRnPw7IraEE {
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 35px;
}

.VgJjMeiesA8a71 {
	max-width: 509px;
	width: 100%;
	flex-shrink: 0;
}

.VgJjMeiesA8a72 {
	max-width: 800px;
	width: 100%;
	flex-shrink: 1;
}

.PCfRnPw7IraEE .BSOtXXZH3PC {
	font-size: 20px;
}

.aggFQ7egZWP img{
	max-width: 100%;
	display: block;
}

.title {
	font-size: 48px;
	line-height: 46px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--bonus-lvl1-text-color);
}

h1 {
	font-size: 48px;
	line-height: 46px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--text-h1-color);
}

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

.VgJjMeiesA8a71 .tSGPJ3Cm {
	font-size: 36px;
	line-height: 46px;
	margin-top: 17px;
	font-weight: 600;
	color: var(--bonus-lvl2-text-color);
}

/* Подложки для H1 и подзаголовка в блоке бонуса */
.bonus-main-title {
    background: var(--bonus-h1-bg, rgba(57, 40, 26, 0.65));
    display: inline-block;
    padding: 8px 12px;
    border-radius: 6px;
}

.bonus-subtitle {
    background: var(--bonus-p-bg, rgba(57, 40, 26, 0.65));
    display: inline-block;
    padding: 8px 12px;
    border-radius: 6px;
}


.VgJjMeiesA8a71 .tSGPJ3Cm .paint{
	display: block;
	text-transform: uppercase;
	color: #FEE870;
}

.PIAkDRFY {
	display: flex;
	align-items: center;
	margin-top: 21px;
	gap: 35px;
}

.PIAkDRFY .BSOtXXZH3PC{
	height: 56px;
	padding: 0 19px;
	text-transform: uppercase;
	cursor: pointer;
}

.promo-link {
	color: var(--bonus-copy-btn-text);
	background: var(--bonus-copy-btn-bg);
	transition: all 0.3s ease;
}

.promo-link:hover {
    color: var(--bonus-copy-btn-text-hover);
	background: var(--bonus-copy-btn-bg-hover);
}

.fund-now {
    color: var(--bonus-deposit-btn-text);
	background: var(--bonus-deposit-btn-bg);
	color: #1A0502;
	transition: all 0.3s ease;
}

.fund-now:hover {
    color: var(--bonus-deposit-btn-text-hover);
	background: var(--bonus-deposit-btn-bg-hover);
}
.kHbTm5KQpqyg {
	padding: 41px 0 30px;
}
.drop {
	background-color: var(--toc-bottom-bg-color);
	border-radius: 10px;
	overflow: hidden;
}
.drop .toc-default {
	background-color: var(--toc-top-bg-color);
	font-size: 20px;
	line-height: 25px;
	height: 62px;
	display: flex;
	align-items: center;
	padding: 18px 80px 18px 50px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	color: var(--toc-text-color);
}

.drop .toc-default:after {
	content: "";
	position: absolute;
	width: 24px;
	height: 22px;
	right: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
    background: var(--toc-arrow-image) no-repeat top center / cover;
	transition:all 0.3s ease-in-out;
}

.drop.active .toc-default {
	background-color: var(--toc-top-bg-color);
}

.drop.active .toc-default:after {
	transform: rotate(-180deg);
}

.drop .options-holder {
	display: none;
	padding: 0;
	border-radius: 0 0 10px 10px;
}

.drop .options-holder ul,
.drop .options-holder ol {
	color: #65170F;
}

.drop .options-holder ul li a,
.drop .options-holder ol li a {
	color: var(--toc-text-color);
	text-decoration: none;
	font-size: 20px;
	padding: 0 80px 0 50px;
	min-height: 46px;
	display: flex;
	align-items: center;
}

.lVoPkLMLQt .drop  ol, .lVoPkLMLQt .drop  ul {
	margin-top: 0;
	padding-left: 0;
}

.drop .options-holder ol ol, .drop .options-holder ol ul {
	padding-left: 34px;
	list-style-type: none!important;
	margin-top: 0;
}

.drop .options-holder ul li a:hover,
.drop .options-holder ol li a:hover {
	text-decoration: underline;
}

.mnjWWvmLwYTTbm59 {
	padding: 26px 0;
}

h2 {
	font-size: 36px;
	line-height: 46px;
	text-transform: uppercase;
	color: var(--text-h2-color);
	padding-top: 18px;
}

.lVoPkLMLQt p {
	margin-top: 18px;
}

.lVoPkLMLQt ul, .lVoPkLMLQt ol {
	margin-top: 18px;
	list-style: inherit;
	padding-left: 30px;
}

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

.lVoPkLMLQt ul li, .lVoPkLMLQt ol li {
	margin-bottom: 10px;
}

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

.structure {
	display: flex;
	align-items: flex-start;
	gap: 37px;
}

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

.public-pic {
	max-width: 600px;
	width: 100%;
	flex-shrink: 0;
}

.CsaxrC62ZXq {
	height: 56px;
	display: flex;
	width: fit-content;
	margin: 34px auto 0;
	text-transform: uppercase;
}

.SHlqUALOaK {
	display: flex;
	align-items: flex-start;
	gap: 77px;
}

.SHlqUALOaK .XNWKgFvVvu1Z6w {
	flex: 1;
	border-radius: 10px;
	border: 2px solid #2EC273;
	position: relative;
	padding: 38px 28px;
}

.SHlqUALOaK .XNWKgFvVvu1Z6w:after {
	content: "";
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: 63px;
	height: 63px;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
}

.SHlqUALOaK .XNWKgFvVvu1Z6w.mYPuCIlRr4a {
	border-color: var(--pros-border-color);
}

.SHlqUALOaK .XNWKgFvVvu1Z6w.HWkieQl4L79Je {
	border-color: var(--cons-border-color);
}

.SHlqUALOaK .XNWKgFvVvu1Z6w ul {
	margin-top: 0;
	padding-left: 39px;
}

.SHlqUALOaK .XNWKgFvVvu1Z6w ul li {
	list-style: none;
	position: relative;
	padding: 5px 0;
	margin-bottom: 9px;
	color: var(--pros-cons-text-color);
}

.SHlqUALOaK .XNWKgFvVvu1Z6w ul li:last-child {
	margin-bottom: 0;
}

.SHlqUALOaK .XNWKgFvVvu1Z6w ul li:before {
	content: "";
	width: 27px;
	height: 28px;
	position: absolute;
	left: -38px;
	top: 5px;
	background-image: var(--pros-icon-image);
	background-size: cover;
	background-repeat: no-repeat;
}

.SHlqUALOaK .XNWKgFvVvu1Z6w.HWkieQl4L79Je ul li:before {
	background-image: var(--cons-icon-image);
	width: 28px;
}

.SHlqUALOaK .XNWKgFvVvu1Z6w.mYPuCIlRr4a:after {
	background-image: var(--pros-icon-image);
	width: 61px;
}

.SHlqUALOaK .XNWKgFvVvu1Z6w.HWkieQl4L79Je:after {
	background-image: var(--cons-icon-image);
}

.SHlqUALOaK {
	margin-top: 50px;
}

.help-topics {
	padding: 26px 0;
	position: relative;
}

.aCTBwwzEQax1yz {
	position: relative;
	z-index: 0;
}

.help-topics .drop {
	background: var(--faq-closed-bg-color);
	margin-top: 12px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.help-topics .drop.active {
	background: var(--faq-open-bg-color);
}

.help-topics .drop .toc-default:after {
	right: 30px;
}

.help-topics .drop .options-holder {
	padding: 0 80px 25px 50px;
	margin-top: 0;
	max-width: 90%;
	color: #FFFFFF;
}


.help-topics .drop .toc-default {
	padding: 25px 80px 25px 50px;
	height: auto;
	background-color: transparent;
	color: var(--faq-text-color);
}

.help-topics .drop.active .toc-default {
	background-color: transparent;
}

.fsWWSGl2l6vXG {
	padding: 21px 0 35px;
	text-align: center;
	background: var(--footer-color);
}

.fsWWSGl2l6vXG img{
	display: block;
	margin: 0 auto;
}

.kOcYqoJMCl {
	background-color: var(--footer-color);
	padding: 21px 0 128px;
	margin-top: auto;
}

.DjjLqMmcmJeijK3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
}

.DjjLqMmcmJeijK3 li a {
	font-size: 14px;
	color: var(--footer-menu-text-color);
	text-transform: uppercase;
	padding:  15px 0;
	text-decoration: none;
	transition: color 0.3s ease;
}
.DjjLqMmcmJeijK3 li a:hover {
   color: var(--footer-menu-text-hover-color);
}

.kOcYqoJMCl p {
	font-size: 14px;
	margin-top: 15px;
	margin: 15px auto 0;
	max-width: 1150px;
	color: var(--footer-copyright-color);
	font-weight: 600;
}

.WIsIDvrZ7U2H {
	width: 48px;
	height: 48px;
	position: fixed;
	bottom: -53px;
	right: 20px;
	cursor: pointer;
	border-radius: 50%;
	background: var(--footer-anchor-bg-color);
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	z-index: 9;
}

.WIsIDvrZ7U2H.active {
	bottom: 20px;
}

.WIsIDvrZ7U2H:before {
	content: "";
	width: 24px;
	height: 25px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	background: var(--footer-anchor-image) no-repeat top / cover;
}

.WIsIDvrZ7U2H:before {
	width: 14px;
	height: 15px;
}

.panel {
	position: fixed;
	bottom: 16px;
	left: 0;
	right: 0;
	z-index: 4;
	display: flex;
	max-width: 540px;
	margin: auto;
	align-items: center;
	gap: 16px;
	color: #FFFFFF;
	justify-content: space-between;
	border-radius: 10px;
	padding:11px 18px;
	background: var(--badge-bg-color);
}

.kICmMYNR9mAL {
	color: var(--badge-text-color);
	line-height: 20px;
}

.kICmMYNR9mAL a {
	color: var(--badge-link-color);
	text-decoration: underline;
	transition: color 0.3s ease-in-out;
}
.kICmMYNR9mAL a:hover {
	color: var(--badge-link-hover-color);
}

.control .BSOtXXZH3PC {
	padding:  0 29px;
	font-size: 20px;
	text-transform: uppercase;
	white-space: nowrap;
	min-width: 194px;
	background-color: var(--badge-button-bg-color);
	color:var(--badge-button-text-color);
	transition: background 0.3s ease-in-out;
}

.control .BSOtXXZH3PC:hover {
    color:var(--badge-button-text-hover-color);
	background-color: var(--badge-button-hover-bg-color);
}

.error404 .ivbXXla77 {
	background-color: #ffffff;
}

.error404 .kOcYqoJMCl {
	padding: 21px 0!important;
}

.cgsHo4eA {
	padding: 100px 0 52px;
}

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

.JBFdsTTg7lZReX .failure-heading {
	font-size: 96px;
	line-height: 40px;
	font-weight: 600;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.JBFdsTTg7lZReX {
	font-size: 40px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
}
.JBFdsTTg7lZReX p  {
 font-size: 36px;
 margin: 35px 0;
}
p.xTZCAgHva335b {
text-transform: uppercase;
 font-size: 48px;
 margin: 0;
 color:var(--text-p-color);
}

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

.problem-button {
	height: 55px;
	padding: 0 35px;
	border-radius: 5px;
	background: #206DB9;
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 58px;
	transition: all 0.3s ease-in-out;
}

.problem-button:hover {
	background: #0B3F73;
}
.JBFdsTTg7lZReX .BSOtXXZH3PC {
font-size: 20px;
text-transform: uppercase;
padding: 30px 40px;
}

.JXlEXYYfxf7cV {
	margin-left: 60px;
	background-color: var(--button-color);
	color: var(--button-text-color);
	flex-shrink: 0;
}

.JXlEXYYfxf7cV2 {
	margin-left: 10px;
	background-color: var(--button-color-l);
	color: var(--button-text-color-l);
	flex-shrink: 0;
	    animation: crPulse 2s infinite ease-out;
}

.JXlEXYYfxf7cV:hover{
    background-color: var(--button-hover-color);
    color:var(--button-text-hover-color);
}

.JXlEXYYfxf7cV2:hover{
    background-color: var(--button-hover-color-l);
    color:var(--button-text-hover-color-l);
}
@keyframes crPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(255, 180, 0, 0.7);
    }
    50% {
        transform: scale(1.08);
        box-shadow: 0 0 14px rgba(255, 220, 0, 0.9);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(255, 180, 0, 0);
    }
}
table {
    border-collapse: collapse;
    width: 100%;
    background-color: #4A120C;
    color: #fff;
    font-family: sans-serif;
    border-radius: 6px;
    overflow: hidden;
    font-size: 16px;
   margin: 18px auto 30px;
  }

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

  thead tr {
    background-color: var(--table-title-color);
  }

  th {
    font-weight: 600;
    color: var(--table-text-color);
  }
  td {
    font-weight: 400;
    color: var(--table-text-color);
  }


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

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

.XfAQWT1kOUf h2, .XfAQWT1kOUf h3, .XfAQWT1kOUf h4, .XfAQWT1kOUf ol, .XfAQWT1kOUf ul, .XfAQWT1kOUf p {
padding-bottom: 35px;
}
.XfAQWT1kOUf h2, .XfAQWT1kOUf h3 {
	padding-top: 0;
}

.phkhKhhkMtGlB9 {
	color: rgba(255, 255, 255, 0.62);
	font-size: 16px;
	padding: 26px 0;
}
.XfAQWT1kOUf ul {
	list-style-type: disc;
	margin-left: 35px;
}
.XfAQWT1kOUf ol {
	list-style-type: auto;
	margin-left: 35px;
}

.menu > .menu-item {
  padding: 15px 0;
	position: relative;
}


.menu > .menu-item:hover .sub-menu {
  display: block;
}

 .sub-menu li {
    	padding-bottom: 10px;
    }


.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}


.container:after  {
    content: "";
    display: table;
    clear: both;
}



@media (max-width: 767px) {
    .alignleft,
    .alignright {
        float: none;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
}


@media screen and (min-width: 1200px) {
.aggFQ7egZWP img {
	max-width: 565px;
}
}


.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    z-index: 10;
    border-radius: 0 0 10px 10px;
    padding: 12px 23px;
    background: var(--dropdown-bg-color);
    overflow-y: auto;
    max-height: 270px;
    max-width: 260px;
    min-width: 220px;
    list-style-type: none;
}


@media screen and (max-width: 1200px) {
	.structure {
		gap: 40px;
	}

	.SHlqUALOaK {
		gap: 40px;
	}

	.menu a {
		font-size: 14px;
	}
	.menu {
		gap: 20px;
	}

}

@media screen and (max-width: 1023px) {
	.ml-auto {
		margin-left: auto;
	}
	#menu-toggle .trait {
		display: block;
		background: var(--burger-color);
		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: 31px;
		height: 3px;
		position: relative;
		border-radius: 2px;
		top: 0;
		right: 0;
		margin: 3px 0;
	}

	#menu-toggle #hamburger.open .trait:nth-child(1) {
		transform: rotate(-45deg) translate(-5px, 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: #4A120C;
		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;
	}

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

	.overlap.open {
		z-index: 15;
		transform: translateX(0);
		width: 100%;
	}

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

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

	.makI22i5 {
		padding: 13px 0;
		height: 73px;
	}

	.JXlEXYYfxf7cV {
		font-size: 20px;
		line-height: 120%;
		margin: 10px 0 20px;
	}
	
		.JXlEXYYfxf7cV2 {
		font-size: 20px;
		line-height: 120%;
		margin: 10px 0 20px;
	}

	.makI22i5 .languages > ul {
		position: relative;
		display: block;
		background: transparent;
		top: 0;
		z-index: 1;
		border-radius: 0;
		overflow: visible;
		display: flex;
		gap: 20px;
	}

	.makI22i5 .uvxw0Kz0 {
		display: none;
	}

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

	.makI22i5 .languages > ul li a {
		height: auto;
		margin-bottom: 0;
		padding: 15px 5px;
		font-size: 16px;
		line-height: 120%;
		font-weight: 500;
		color: var(--lang-mobile-text-color);
		display: block;
		text-decoration: none;
	}

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

	.makI22i5.active .cBES5WfV9JIW {
		width: 120px;
	}

	.makI22i5.active {
		padding: 13px 0;
		height: 53px;
	}

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

	.PCfRnPw7IraEE {
		gap: 31px;
		flex-direction: column;
	}
	.VgJjMeiesA8a71 {
		max-width: 100%;
		width: 100%;
		flex-shrink: 0;
	}
	h1 {
		font-size: 32px;
	}

	.VgJjMeiesA8a71 .tSGPJ3Cm {
		font-size: 20px;
		line-height: 30px;
		margin-top: 17px;
		color: #FFFFFF;
	}

	.PIAkDRFY {
		margin-top: 5px;
		gap: 25px;
	}

	.kHbTm5KQpqyg {
		padding: 24px 0;
	}

	.drop .toc-default {
		font-size: 18px;
		line-height: 25px;
		padding: 16px 50px 16px 16px;
	}

	.drop .toc-default:after {
		width: 20px;
		height: 17px;
		right: 16px;
	}

	.drop .options-holder ul li a, .drop .options-holder ol li a {
		font-size: 16px;
		padding: 13px 50px 13px 16px;
		min-height: auto;
	}

	.mnjWWvmLwYTTbm59 {
		padding: 12px 0;
	}

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

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

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

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

	.ball1:after {
		display: none;
	}

	.SHlqUALOaK {
		gap: 35px;
		flex-direction: column;
		margin-top: 44px;
	}

	.SHlqUALOaK .XNWKgFvVvu1Z6w:after {
		width: 41px;
		height: 41px;
		top: -21px;
		left: 0;
		right: 0;
	}
	.SHlqUALOaK .XNWKgFvVvu1Z6w.mYPuCIlRr4a:after {
		width: 40px;
	}

	.SHlqUALOaK .XNWKgFvVvu1Z6w {
		padding: 20px 28px;
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}

	.SHlqUALOaK .XNWKgFvVvu1Z6w ul li:before {
		top: 2px;
	}

	.help-topics .drop .options-holder {
		padding: 0 16px 25px 16px;
		font-size: 16px;
		max-width: 100%;
		border-radius: 0;
	}

	.help-topics .drop {
		margin-top: 12px;

	}

	.help-topics .drop .toc-default {
		padding: 25px 50px 25px 16px;
	}

	table {
		margin: 18px auto 30px;
		display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
	}
	th, td {
		width: 100%;
	}
	.menu .menu-item {
padding: 0;
margin-bottom: 7px;
 }
 .menu {
 	align-items: flex-end;
 }




/* Сброс подменю и стрелки */
.menu-item-with-submenu input[type="checkbox"] {
  display: none;
}

.sub-menu {
  display: none;
  position: static;
  margin-top: 10px;
  padding: 10px 15px;
  background: #4A120C;
  border-radius: 0 0 10px 10px;
  list-style: none;
  min-width: auto;
}

   .menu a {
        font-size: 18px;
    }
    .sub-menu li {
    	padding-bottom: 10px;
    }
.arrow::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('../img/drop_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  vertical-align: middle;
  margin-left: 8px;
}

.menu-item.open .arrow::after {
  transform: rotate(180deg);
}
.ivbXXla77 {
		padding-top: 73px;
	}
	.makI22i5.active {
		height: 53px!important;
	}

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


}

@media screen and (max-width: 767px) {
	.panel {
		gap: 8px;
		width: 90%;
		bottom: 10px;
		z-index: 10;
	}

	.WIsIDvrZ7U2H {
		width: 31px;
		height: 31px;
	}

	.WIsIDvrZ7U2H.active {
		bottom: 74px;
	}

	.kICmMYNR9mAL {
		font-size: 12px;
		line-height: 120%;
	}

	.control .BSOtXXZH3PC {
		padding: 8px 10px;
		white-space: nowrap;
		height: auto;
		font-size: 12px;
		text-transform: uppercase;
		min-width: 116px;
	}

	.kOcYqoJMCl {
		padding: 21px 0 88px;
	}

	.MILuqxYqDUOq {
		background-image: url("../img/hero_mob.webp");
	}

	.ivbXXla77 {
		padding-top: 73px;
	}

	.JBFdsTTg7lZReX .failure-heading {
		font-size: 46px;
		line-height: 40px;
		margin-bottom: 15px;
	}

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

	.problem-button {
		margin-top: 35px;
	}

	.cgsHo4eA {
		padding: 60px 0 40px;
	}

	.JBFdsTTg7lZReX .notfound-picture {
		margin: 30px 0;
	}
	td {
    font-size: 14px;
  } 
  .title {
  	font-size: 33px;
  }
  .JBFdsTTg7lZReX p {
    font-size: 20px;
    margin: 14px 0 35px;
}
  p.xTZCAgHva335b { 
  	font-size: 28px;
  	margin: 0;}
}

@media screen and (max-width: 500px) {
	.PIAkDRFY {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.DjjLqMmcmJeijK3 {
		gap: 20px;
	}

	.DjjLqMmcmJeijK3 li a {
		font-size: 12px;
		padding: 10px 10px;
	}

	.kOcYqoJMCl p {
		font-size: 12px;
		margin-top: 15px;
	}

	.JXlEXYYfxf7cV {
		font-size: 16px;
		line-height: 120%;
		padding: 0 20px;
		position: relative;
		z-index: 135;
		height: 40px;
	}
	
		.JXlEXYYfxf7cV2 {
		font-size: 16px;
		line-height: 120%;
		padding: 0 20px;
		position: relative;
		z-index: 135;
		height: 40px;
	}

	.cBES5WfV9JIW {
		width: 120px;
	}
	.makI22i5 {
		height: 53px;
	}
	    .ivbXXla77 {
        padding-top: 53px;
    }
}
.PIAkDRFY .BSOtXXZH3PC {
	width: 100%;
}
.alignleft {
	margin-right: 40px;
	margin-top: 20px;
}
.alignright {
	
	margin-top: 20px;
}
.makI22i5 {
	display: flex;
    align-items: center;
}


h1, h2, h3, h4, h5 {
	padding-top: 0;
	padding-bottom: 15px;
	padding-top: 15px;
}
.text p, .text ol, .text ul {
	padding-top: 0;
	padding-bottom: 17px;
}
.aCTBwwzEQax1yz p {
	padding-bottom: 0;
	margin: 0;
}

ul.menu {
	padding-bottom: 0;
}
.makI22i5 .languages > ul {
	padding-bottom: 0;
}
.makI22i5 .BSOtXXZH3PC {
	padding-bottom: 2px;
}

@media screen and (max-width: 1023px) {
	.makI22i5 .BSOtXXZH3PC { 
		order: 2;
	}
	.scroll-is {
		order: 0;
		padding-top: 10px;
		height: auto;
	}
}

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


.overlap {
	z-index: 1;
	max-width: 100%;
}


.amp-sidebar-mask {
	display: none!important;
}

.drop .toc-default {
	border: 0;
	margin: 0;
}

amp-accordion > section {
	border-radius: 10px;
	overflow: hidden;
}

amp-accordion section[expanded] .toc-default:after {
	transform: rotate(-180deg);
}

@media screen and (max-width: 860px) {
.help-topics .drop .toc-default:after {
    right: 15px;
}
	h1 {
    font-size: 25px;
    }
}

.kHbTm5KQpqyg ol {
    list-style-type: decimal!important; 
}

.kHbTm5KQpqyg .drop .options-holder ul, .drop .options-holder ol {
    color: #FFFFFF;
	margin-left: 1.5em;
}

h2[id] { 
  scroll-margin-top: 600px; 
}
/* ========== Footer Base ========== */

/* База футера */
.site-footer {
  background: linear-gradient(180deg, rgba(9,19,28,0.9), rgba(9,19,28,1));
  padding: 40px 0 0;
  max-width: 100%;
  overflow-x: hidden;
}

.footer-grid {
  margin-bottom: 40px;
  max-width: 100%;
}

/* Бренд */
.footer-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo img {
  display: block;         /* убирает пробел под картинкой */
  margin: 0 auto;         /* по центру */
  max-width: 200px;
  height: auto;
  object-fit: contain;
}

.footer-desc {
  font-size: 14px;
  color: var(--footer-copyright-color);
  margin-bottom: 12px;
  line-height: 1.5;
}

/* Соцсети */
.footer-social {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 12px;
}

.footer-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: rgba(255,255,255,0.06);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.footer-social__link:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,0,0,.2);
}

.footer-social__img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* Trust badges */
.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.trust-badges__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 60px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.trust-badges__item:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.18);
  transform: translateY(-1px);
}

.trust-badges__img {
  width: 100px;
  height: 50px;
  object-fit: contain;
}

/* Меню */
.footer-col {}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li { margin: 0; }

.footer-menu a {
  display: inline-block;
  padding: 6px 0;
  color: var(--footer-menu-text-color);
  text-decoration: none;
  font-size: 14px;
  transition: color .2s ease, opacity .2s ease;
}

.footer-menu a:hover {
  color: #fff;
  opacity: .9;
}

/* Приложения */
.footer-apps__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.footer-apps__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 60px;
  transition: transform .2s ease;
}

.footer-apps__item:hover {
  transform: translateY(-1px);
}

.footer-apps__img {
  width: 120px;
  height: 60px;
  object-fit: contain;
}

/* Нижняя полоса */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  padding-bottom: 24px;
}

.footer-email {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
  width: 100%;
  text-align: center;
}

.footer-email__link {
  font-size: 14px;
  color: var(--footer-menu-text-color);
  text-decoration: none;
  transition: color .2s ease;
  word-break: break-all;
}

.footer-email__link:hover { color: #fff; }

.footer-bottom__row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-copy,
.footer-responsible {
  font-size: 14px;
  color: var(--footer-copyright-color);
  margin: 0;
}

/* Адаптивные картинки в футере */
.footer-logo img,
.footer-social__img,
.trust-badges__img,
.footer-apps__img {
  max-width: 100%;
  height: auto;
}

/* ===========================
   DESKTOP (десктопное поведение)
   =========================== */

@media (min-width: 769px) {
  .footer-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 40px;
  }

  /* Колонки: 1) бренд (6), 2) меню (4), 3) приложения (2) */
  .footer-brand {
    grid-column: span 6;
  }

  .footer-columns {
    grid-column: span 4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .footer-apps {
    grid-column: span 2;
  }

  .footer-bottom__row {
    justify-content: center; /* или space-between, если нужно разнести */
  }
}

/* ===========================
   MOBILE (мобильное поведение)
   =========================== */

@media (max-width: 768px) {
  /* Сетка футера превращаем в колонку */
  .footer-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .footer-brand,
  .footer-columns,
  .footer-apps {
    width: 100%;
  }

  /* Колонки меню */
  .footer-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* Две колонки в одном меню */
  .footer-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 20px;
    text-align: left;
  }

  .footer-menu a {
    font-size: 13px;
    padding: 4px 0;
  }

  /* Trust badges и приложения чуть компактнее */
  .trust-badges__item,
  .footer-apps__item {
    width: auto;
    max-width: 100px;
  }

  .footer-logo-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-logo img {
    max-width: 160px;
  }

  .footer-bottom__row {
    justify-content: center;
    text-align: center;
  }
}

/* Очень маленькие экраны (по желанию можно убрать) */
@media (max-width: 400px) {
  .footer-menu {
    gap: 4px 12px;
  }
}
/* ====== Базовая раскладка хедера ====== */
.makI22i5 .gVGxZaPtezGKx {
    display: flex;
    align-items: center;
}

.makI22i5 .cBES5WfV9JIW {
    display: inline-flex;
    align-items: center;
}

.makI22i5 .cBES5WfV9JIW img {
    max-height: 48px;
    height: auto;
    width: auto;
}

.makI22i5 .ml-auto {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Кнопки + языки в одну линию */
.header-cta-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Кнопки в шапке (общие) */
.header-cta-wrapper .BSOtXXZH3PC {
    white-space: nowrap;
}

/* Бургер по центру по высоте */
#menu-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
}

/* ====== Мобилка ====== */
@media (max-width: 768px) {
    .makI22i5 {
        padding: 8px 12px;
    }

    .makI22i5 .gVGxZaPtezGKx {
        gap: 8px;
    }

    .makI22i5 .cBES5WfV9JIW img {
        max-height: 32px;
    }

    .makI22i5 .ml-auto {
        gap: 8px;
    }

    .header-cta-wrapper {
        gap: 6px;
    }

    .header-cta-wrapper .BSOtXXZH3PC {
        padding: 4px 8px;
        font-size: 11px;
        line-height: 1.2;
    }

    /* Языковое меню – компактный вид */
    .header-cta-wrapper .languages {
        position: relative;
    }

    .header-cta-wrapper .uvxw0Kz0 {
        font-size: 11px;
        padding: 4px 6px;
        border-radius: 999px;
        background: var(--lang-menu-bg-color);
        color: var(--lang-mobile-text-color);
        cursor: pointer;
    }

    .header-cta-wrapper .languages ul {
        position: absolute;
        right: 0;
        top: 100%;
        margin-top: 4px;
        background: var(--lang-dropdown-bg-color);
        color: var(--lang-dropdown-text-color);
        border-radius: 6px;
        padding: 4px 0;
        min-width: 80px;
        display: none; /* раскроешь через JS, если ещё не настроено */
        z-index: 9999;
    }

    /* Бургер рядом с кнопками */
    #menu-toggle {
        margin-left: 4px;
    }
}    
/* ==== Фикс шапки на мобилке: логотип слева, кнопки + языки + бургер справа ==== */
@media screen and (max-width: 1023px) {
  .makI22i5 {
    display: flex;
    align-items: center;
  }

  .gVGxZaPtezGKx {
    display: flex;
    align-items: center;
  }

  .makI22i5 .ml-auto {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  /* Кнопки + языки в одну линию */
  .header-cta-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .header-cta-wrapper .BSOtXXZH3PC {
    padding: 4px 10px;
    font-size: 11px;
    line-height: 1.2;
    height: 36px;
    white-space: nowrap;
  }

  /* Лого поменьше на мобилке */
  .cBES5WfV9JIW {
    width: 180px;
  }

  /* Бургер прямо рядом с кнопками */
  #menu-toggle {
    display: flex;
    align-items: center;
    margin-left: 4px;
    z-index: 20;
  }

  /* Отменяем старый order, который закидывал кнопки под меню */
  .makI22i5 .BSOtXXZH3PC {
    order: 0;
    margin: 0;
  }

  /* Языковое меню — компактная "таблетка" */
  .header-cta-wrapper .languages {
    position: relative;
  }

  .header-cta-wrapper .uvxw0Kz0 {
    display: flex;
    align-items: center;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 999px;
    background: var(--lang-menu-bg-color);
    color: var(--lang-mobile-text-color);
    cursor: pointer;
  }

  .header-cta-wrapper .languages ul {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 4px;
    background: var(--lang-dropdown-bg-color);
    color: var(--lang-dropdown-text-color);
    border-radius: 6px;
    padding: 4px 0;
    min-width: 80px;
    display: none;
    z-index: 9999;
  }
}

/* ================= Wins Ticker ================= */

.wins-ticker {
    width: 100%;
    padding: 20px 0;
    margin: 30px 0;
    overflow: hidden;
    position: relative;
}

.wins-ticker-container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 20px;
    display: block;
}

.wins-ticker-inner {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.wins-ticker-track {
    display: flex;
    gap: 16px;
    animation: scroll-wins 40s linear infinite;
    padding: 0 20px;
}

@keyframes scroll-wins {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-100% - 32px)); }
}

.wins-ticker-inner:hover .wins-ticker-track {
    animation-play-state: paused;
}

.wins-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: var(--wins-card-bg);
    border: 1px solid var(--wins-card-border);
    border-radius: 8px;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: fit-content;
    transition: all 0.3s ease;
}

.wins-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 215, 0, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.wins-card-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.wins-card-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.wins-card-player {
    font-size: 12px;
    color: var(--wins-player-color);
    font-weight: 500;
    letter-spacing: 0.3px;
}

.wins-card-amount {
    font-size: 14px;
    color: var(--wins-amount-color);
    font-weight: 700;
}

.wins-card-slot {
    font-size: 11px;
    color: var(--wins-slot-color);
    margin-top: 2px;
}

.wins-card-divider {
    width: 1px;
    height: 24px;
    background: var(--wins-divider-color);
    margin: 0 2px;
    flex-shrink: 0;
}

.wins-ticker-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: all 0.2s ease;
}

.wins-ticker-nav:hover {
    background: rgba(255, 215, 0, 0.2);
    color: #ffd700;
}

.wins-ticker-nav-prev { left: 10px; }
.wins-ticker-nav-next { right: 10px; }

@media (max-width: 768px) {
    .wins-ticker {
        padding: 15px 0;
        margin: 20px 0;
    }

    .wins-ticker-track {
        gap: 12px;
        padding: 0 45px;
        animation: scroll-wins 10s linear infinite;
    }

    .wins-card {
        padding: 10px 12px;
        gap: 10px;
    }

    .wins-card-icon {
        width: 32px;
        height: 32px;
        font-size: 20px;
    }

    .wins-card-player { font-size: 11px; }
    .wins-card-amount { font-size: 13px; }
    .wins-card-slot   { font-size: 10px; }

    .wins-ticker-nav {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .wins-ticker-nav-prev { left: 5px; }
    .wins-ticker-nav-next { right: 5px; }
}

@media (max-width: 480px) {
    .wins-ticker-nav { display: none; }

    .wins-ticker-track { padding: 0 10px; }

    .wins-card {
        padding: 8px 10px;
        gap: 8px;
    }
}

/* =============== Section Data (дата/инфоблок) =============== */

.section-data {
    width: 100%;
    margin: 20px 0;
}

.section-data-container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-data-inner {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    background: var(--section-data-bg);
    border-radius: 12px;
    border-left: 4px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.section-data-inner:hover {
    border-left-color: rgba(255, 255, 255, 0.3);
}

.section-data-text {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: var(--section-data-text-color);
    line-height: 1.5;
}

@media (max-width: 992px) {
    .section-data {
        padding: 16px 0;
        margin: 16px 0;
    }

    .section-data-inner {
        padding: 16px 24px;
    }

    .section-data-text {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .section-data {
        padding: 12px 0;
        margin: 12px 0;
    }

    .section-data-container {
        padding: 0 15px;
    }

    .section-data-inner {
        padding: 14px 20px;
    }

    .section-data-text {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .section-data {
        padding: 10px 0;
        margin: 10px 0;
    }

    .section-data-inner {
        padding: 12px 16px;
        border-left-width: 3px;
    }

    .section-data-text {
        font-size: 13px;
    }
}

/* ========== Author Block ========== */

.author {
    width: 100%;
    padding: 5px 0;
    margin: 5px 0;
}

.author-container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 20px;
}

.author-inner {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px;
    background: var(--author-bg-color);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.author-photo {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s ease;
}

.author-photo:hover {
    transform: scale(1.05);
}

.author-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.author-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.author-name {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 1.2;
    color: var(--author-name-color);
}

.author-bio {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
    color: var(--author-bio-color);
}

.author-social {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
}

.author-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
}

.author-social-link img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.author-social-link:hover img {
    opacity: 1;
}

@media (max-width: 992px) {
    .author-inner {
        gap: 24px;
        padding: 24px;
    }

    .author-photo {
        width: 100px;
        height: 100px;
    }

    .author-name {
        font-size: 22px;
    }

    .author-bio {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .author-container {
        padding: 0 15px;
    }

    .author-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
        padding: 20px;
    }

    .author-photo {
        width: 90px;
        height: 90px;
    }

    .author-name {
        font-size: 20px;
    }

    .author-bio {
        font-size: 13px;
    }

    .author-social {
        justify-content: center;
    }

    .author-social-link {
        width: 36px;
        height: 36px;
    }

    .author-social-link img {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 480px) {
    .author {
        padding: 20px 0;
        margin: 20px 0;
    }

    .author-container {
        padding: 0 15px;
    }

    .author-inner {
        padding: 16px;
        gap: 16px;
    }

    .author-photo {
        width: 80px;
        height: 80px;
        border-width: 2px;
    }

    .author-name {
        font-size: 18px;
    }

    .author-bio {
        font-size: 12px;
        line-height: 1.5;
    }

    .author-social {
        gap: 12px;
    }

    .author-social-link {
        width: 32px;
        height: 32px;
    }

    .author-social-link img {
        width: 16px;
        height: 16px;
    }
}

/* ========== Section App ========== */

.section-app {
    width: 100%;
    padding: 10px 0;
    margin: 5px 0;
    background: transparent;
}

.section-app-container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-app-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 40px 0;
    color: var(--app-title-color);
    line-height: 1.2;
}

.section-app-inner {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}

.section-app-image {
    flex-shrink: 0;
    width: 340px;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-app-image:hover {
    transform: scale(1.02);
}

.section-app-image img {
    width: 100%;
    height: auto;
    display: block;
}

.section-app-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 600px;
}

.section-app-name {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: var(--app-text-color);
}

.section-app-stats {
    display: flex;
    align-items: stretch;
    gap: 30px;
}

.section-app-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex: 1;
    min-width: 80px;
}

.section-app-stat-value {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 18px;
    font-weight: 700;
    color: var(--app-text-color);
    height: 28px;
}

.section-app-stat-value p {
    margin: 0;
    color: #000000;
}

.section-app-stat-value svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.section-app-stat-label {
    font-size: 14px;
    color: var(--app-text-color);
    opacity: 0.6;
    text-align: center;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-app-stat-icon {
    width: 20px;
    height: 20px;
}

.section-app-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.section-app-button {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    text-decoration: none;
    border-radius: 8px;
    overflow: hidden;
    width: 180px;
    height: 56px;
}

.section-app-button--light {
    background: #ffffff;
    border: 1px solid #e0e0e0;
}

.section-app-button--dark {
    background: #000000;
    border: 1px solid #333333;
}

.section-app-button:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.section-app-button img {
    width: 160px;
    height: auto;
    max-height: 48px;
    display: block;
    object-fit: contain;
}

@media (max-width: 992px) {
    .section-app-title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .section-app-inner {
        gap: 30px;
    }

    .section-app-image {
        width: 280px;
    }

    .section-app-name {
        font-size: 28px;
    }

    .section-app-stats {
        gap: 20px;
    }

    .section-app-stat {
        min-width: 70px;
    }

    .section-app-button {
        width: 170px;
        height: 52px;
    }

    .section-app-button img {
        width: 150px;
        max-height: 44px;
    }
}

@media (max-width: 768px) {
    .section-app-container {
        padding: 0 15px;
    }

    .section-app-title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .section-app-inner {
        flex-direction: column;
        gap: 24px;
    }

    .section-app-image {
        width: 100%;
        max-width: 400px;
    }

    .section-app-name {
        font-size: 24px;
        text-align: center;
    }

    .section-app-stats {
        gap: 16px;
        justify-content: center;
    }

    .section-app-stat {
        min-width: 60px;
    }

    .section-app-stat-value {
        font-size: 16px;
        height: 24px;
    }

    .section-app-stat-value svg {
        width: 18px;
        height: 18px;
    }

    .section-app-stat-label {
        font-size: 12px;
        height: 18px;
    }

    .section-app-button {
        width: 160px;
        height: 48px;
    }

    .section-app-button img {
        width: 140px;
        max-height: 40px;
    }
}

@media (max-width: 480px) {
    .section-app-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .section-app-inner {
        gap: 20px;
    }

    .section-app-name {
        font-size: 22px;
    }

    .section-app-stats {
        gap: 12px;
    }

    .section-app-stat {
        min-width: 50px;
    }

    .section-app-stat-value {
        font-size: 16px;
        height: 24px;
    }

    .section-app-stat-value svg {
        width: 18px;
        height: 18px;
    }

    .section-app-stat-label {
        font-size: 12px;
        height: 18px;
    }

    .section-app-button {
        width: 150px;
        height: 44px;
    }

    .section-app-button img {
        width: 130px;
        max-height: 36px;
    }
}

/* ========== Games Section ========== */

.games-section {
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
}

.games-container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 20px;
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}

.game-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(37, 42, 53, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
}

.game-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.15);
}

.game-card-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(30, 35, 45, 1) 0%, rgba(45, 50, 60, 1) 100%);
}

.game-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.game-card:hover .game-card-image img {
    transform: scale(1.08);
}

.game-card-info {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.game-card-name {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
    min-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.game-card-provider {
    font-size: 12px;
    color: #9ca3af;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .games-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .games-section {
        padding: 10px 0;
        margin: 10px 0;
    }

    .games-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .games-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .game-card-info {
        padding: 12px;
    }

    .game-card-name {
        font-size: 14px;
        min-height: 40px;
    }

    .game-card-provider {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .games-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .game-card-info {
        padding: 10px;
    }

    .game-card-name {
        font-size: 13px;
        min-height: 38px;
    }
}

/* ========== Payments Section ========== */

.payments-section {
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
}

.payments-container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 20px;
}

.payments-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}

.payment-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(37, 42, 53, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
}

.payment-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.15);
}

.payment-card-image {
    /* width: 100%; */
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(30, 35, 45, 1) 0%, rgba(45, 50, 60, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 20px; */
}

.payment-card-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.payment-card:hover .payment-card-image img {
    transform: scale(1.08);
}

.payment-card-info {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.payment-card-name {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
    text-align: center;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .payments-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .payments-section {
        padding: 10px 0;
        margin: 10px 0;
    }

    .payments-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .payments-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .payment-card-info {
        padding: 12px;
    }

    .payment-card-name {
        font-size: 14px;
        min-height: 40px;
    }
}

@media (max-width: 480px) {
    .payments-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .payment-card-info {
        padding: 10px;
    }

    .payment-card-name {
        font-size: 13px;
        min-height: 38px;
    }
}