@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
    --default-color: #f4cb02;
	
	--link-hover: #fff;
	
	/*Hero*/
	--hero-bg1: #ab6700;
	--hero-bg2: #030e1e;
	/*end Hero*/
	
    --default-lighten-color: #0c77e6;
    --default-catifsh-color: rgb(0, 0, 0);
    --default-header-color: #0e1013;
    --default-footer-color: #04386e;
    --btn-text: #fff;
}


*,
*::before,
*::after {
	box-sizing: border-box;
}
::selection {
	background-color: #ffffff;
	color: #d90647;
}
html {
	height: 100%;
}
body {
	margin: 0;
	font: 16px/1.75 'Roboto', sans-serif;
	background-color: #fff;
	color: #333;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
h1, h2, h3, h4, h5, h6, p, ol, ul {
	margin-top: 0;
	margin-bottom: 0;
}
ul, ol {
	padding: 0;
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
button {
	border-radius: 0;
}
input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: 0;
}
button,
select {
	text-transform: none;
}
[role=button] {
	cursor: pointer;
}
select {
	word-wrap: normal;
}
select:disabled {
	opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
	display: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
	cursor: pointer;
}
::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
textarea {
	resize: vertical;
}

/* page */
.page__main {
	flex-shrink: 0;
	overflow:hidden;
}
.page__footer {
	margin-top: auto;
}

/* container */
.container {
	max-width: 1276px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 12px;
	padding-right: 12px;
}
@media (min-width: 768px) {
	.container {
		padding-left: 50px;
		padding-right: 50px;
	}
}

/* icons */
.icon {
	display: block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

/* grid */
.grid {
	display: grid;
	grid-template-columns: repeat(var(--grid-cols, 1), minmax(0, 1fr));
	gap: var(--gap-y, 32px) var(--gap-x, 32px)
}
.gap-24 {
	--gap-x: 24px;
	--gap-y: 24px;
}
@media (min-width: 480px) {
	.sm\:grid_cols_2 {
		--grid-cols: 2;
	}
}
@media (min-width: 992px) {
	.lg\:grid_cols_3 {
		--grid-cols: 3;
	}
}

/* btn */
.btn {
	color: #363636;
	font-weight: 900;
	font-size: 16px;
	line-height: 1.4;
	padding: 16px 30px;
	border-radius: 50px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	transition: transform .3s;
	user-select: none;
	font-size: 30px;
	border: none;
	text-align: center;
	column-gap: .3em;
}
.btn:disabled {
	opacity: .65;
}
.btn_size_sm {
	padding-top: 8px;
	padding-bottom: 8px;
}
.btn_theme_white {
	background-color: #fff;
}
.btn_theme_primary {
	background-image: linear-gradient(to bottom, #d90647 37%, #eb402c 98%);
	color: #fff;
}
.btn:not(:disabled):hover {
	transform: scale(1.03);
}
.btn_theme_white .btn__label {
    background-image: linear-gradient(to bottom, #373869 10%, #010118 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn__icon {
	flex-shrink: 0;
}
@media (min-width: 576px) {
	.btn {
		font-size: 18px;
		padding: 15px 40px;
	}
	.btn_size_sm {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

/* bs-input */
.bs-input {
	padding: 6px 12px;
	border: 1px solid;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
.bs-input_theme_white {
	background-color: #fff;
	border: none;
	color: #495057;
}
.bs-input_theme_white::placeholder {
	opacity: 1;
}

/* bs-btn */
.bs-btn {
	border-radius: 4px;
	border: none;
	transition: filter .3s;
	user-select: none;
}
.bs-btn_theme_burgundy {
	background-color: #880505;
	color: #fff;
}
.bs-btn_theme_primary {
	background-image: linear-gradient(to bottom, #d90647 37%, #eb402c 98%);
	color: #fff;
}
@media (hover: hover) {
	.bs-btn:hover {
		filter: brightness(120%);
	}
}

/* headings */
h1 {
	font-size: calc(17.3518px + 4.43951vw);
	font-weight: 900;
	line-height: 1.1;
}
h2 {
	font-size: calc(17.5139px + 3.32963vw);
	font-weight: 900;
	line-height: 1.1;
}
@media (min-width: 1276px) {
	h1 {
		font-size: 70px;
	}
	h2 {
		font-size: 60px;
	}
	
	h3 {
		font-size: 40px;
	}
}

/* hero */
.hero {
	background-color: #333f32;
	color: #fff;
	padding: 6px 0 8px;
}
.hero > .container {
	max-width: 100%;
	padding-left: 8px;
	padding-right: 8px;
}

/* hero main row: carousel LEFT + sidebar RIGHT */
.hero__main {
	display: flex;
	gap: 7px;
	align-items: stretch;
	margin-bottom: 7px;
	min-height: 270px;
}

/* hero carousel */
.hero__carousel-outer {
	flex: 1;
	min-width: 0;
	position: relative;
}
.hero__carousel {
	width: 100%;
	height: 100%;
	min-height: 270px;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
}
.hero__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity .5s ease;
	display: flex;
	align-items: center;
	pointer-events: none;
}
.hero__slide--active {
	position: absolute;
	inset: 0;
	opacity: 1;
	z-index: 1;
	pointer-events: auto;
}
.hero__slide-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
}
.hero__slide-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
	z-index: 1;
}
.hero__slide-body {
	position: relative;
	z-index: 2;
	padding: 19px 24px;
	max-width: 56%;
}
.hero__slide-title {
	display: block;
	font-size: clamp(21px, 2.2vw, 34px);
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-style: normal;
}
.hero__slide-text {
	font-size: 12px;
	opacity: 0.9;
	margin-bottom: 10px;
	line-height: 1.35;
}
.hero__slide-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 18px;
	background-color: #4CAF50;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 4px;
	text-transform: uppercase;
	transition: background-color .2s, transform .15s;
}
.hero__slide-btn:hover {
	background-color: #43a047;
	transform: scale(1.03);
}

/* hero arrows */
.hero__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
	color: rgba(255,255,255,0.5);
	cursor: pointer;
	transition: color .2s;
	z-index: 10;
}
.hero__arrow:hover {
	color: rgba(255,255,255,0.8);
}
.hero__arrow--prev { left: 6px; }
.hero__arrow--next { right: 6px; }
.hero__arrow svg {
	width: 9px;
	height: 15px;
}

/* hero dots */
.hero__dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 5px;
	z-index: 5;
}
.hero__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(255,255,255,0.3);
	border: none;
	cursor: pointer;
	padding: 0;
	transition: background-color .3s, width .3s, border-radius .3s;
}
.hero__dot--active {
	background: rgba(255,255,255,0.9);
	width: 20px;
	border-radius: 4px;
}

/* hero sidebar */
.hero__sidebar {
	width: clamp(230px, 28vw, 300px);
	flex-shrink: 0;
	align-self: stretch;
	min-height: 270px;
	background: linear-gradient(180deg, #4a5d49 0%, #3d4f3c 100%);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 9px;
	text-decoration: none;
	color: #fff;
	position: relative;
	overflow: visible;
}
.hero__sidebar:hover {
	text-decoration: none;
	color: #fff;
}
.hero__sidebar-img {
	flex: 1;
	min-height: 0;
	width: 100%;
	display: flex;
}
.hero__sidebar-img img {
	flex: 1;
	min-height: 0;
	width: 100%;
	object-fit: cover;
	display: block;
}
.hero__reg-btn {
	position: absolute;
	left: 12px;
	bottom: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 14px;
	background-color: #f0f0f0;
	border: 0;
	border-radius: 6px;
	color: #1e1f20;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	transition: background-color .2s;
	white-space: nowrap;
}
.hero__sidebar:hover .hero__reg-btn {
	background-color: #fff;
}

/* about-area: общий блок hero-tiles + about с вариантами */
.about-area {
	padding-top: 0;
}
.hero-tiles-wrap {
	margin-top: 0;
	padding-top: 12px;
	padding-bottom: 12px;
}

/* таблицы: горизонтальный скролл на мобилке */
.table-scroll-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 24px;
}
.table-scroll-wrap table {
	margin-bottom: 0;
}

/* hero tiles (под секцией Hero) */
.hero__tiles-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}
.hero-tile {
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 7px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	height: 54px;
	transition: transform .3s, box-shadow .3s;
	background-color: #4d5f4b;
	box-shadow: none;
}
.hero-tile:hover {
	transform: translateY(-1px);
	box-shadow: 0 3px 12px rgba(0,0,0,0.25);
}
.hero-tile:hover .hero-tile__img {
	transform: scale(1.03);
}
.hero-tile__img {
	position: relative;
	flex-shrink: 0;
	align-self: stretch;
	width: auto;
	height: 100%;
	min-height: 0;
	margin-left: 8px;
	object-fit: contain;
	object-position: left center;
	transform: none;
	transition: transform .3s ease;
	z-index: 3;
	filter: none;
}
.hero-tile::before {
	content: none;
}
.hero-tile__overlay {
	display: none;
}
.hero-tile:nth-child(1) .hero-tile__overlay {
	background: linear-gradient(to right, rgba(60, 136, 190, 0.42) 0%, rgba(63, 152, 210, 0.2) 52%, rgba(0,0,0,0.05) 100%);
}
.hero-tile:nth-child(2) .hero-tile__overlay {
	background: linear-gradient(to right, rgba(192, 167, 63, 0.34) 0%, rgba(185, 166, 74, 0.17) 52%, rgba(0,0,0,0.05) 100%);
}
.hero-tile:nth-child(3) .hero-tile__overlay {
	background: linear-gradient(to right, rgba(92, 173, 77, 0.36) 0%, rgba(93, 186, 82, 0.18) 52%, rgba(0,0,0,0.05) 100%);
}
.hero-tile__body {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 6px 10px 6px 10px;
}
.hero-tile__title {
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 1px;
	text-transform: uppercase;
	line-height: 1.2;
	text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}
.hero-tile__text {
	font-size: 11px;
	opacity: 0.95;
	line-height: 1.3;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

/* hero — tablet 768+ */
@media (min-width: 768px) {
	.hero__carousel {
		min-height: 162px;
	}
	.hero__sidebar {
		width: clamp(235px, 27vw, 295px);
	}
	.hero__slide-body {
		padding: 20px 25px;
	}
	.hero__slide-title {
		font-size: 20px;
	}
	.hero__slide-text {
		font-size: 11px;
	}
	.hero-tile {
		height: 50px;
	}
	.hero-tile__title { font-size: 11px; }
	.hero-tile__text { font-size: 10px; }
}

/* hero — desktop 1200+ */
@media (min-width: 1200px) {
	.hero__main {
		min-height: 198px;
	}
	.hero__sidebar {
		width: 300px;
		padding: 0;
		overflow: hidden;
	}
	.hero__carousel {
		min-height: 198px;
	}
	.hero__sidebar-img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.hero__reg-btn {
		z-index: 2;
	}
	.hero__slide-body {
		padding: 21px 26px;
		max-width: 55%;
	}
	.hero__slide-title {
		font-size: 32px;
	}
	.hero__slide-text {
		font-size: 12px;
		margin-bottom: 12px;
	}
	.hero__slide-btn {
		padding: 7px 18px;
		font-size: 12px;
	}
	.hero-tile {
		height: 54px;
	}
}

/* hero — mobile */
@media (max-width: 767.98px) {
	.hero {
		padding: 8px 0 10px;
	}
	.hero__main {
		flex-direction: column;
		gap: 6px;
	}
	.hero__sidebar {
		width: 100%;
		flex-direction: row;
		order: -1;
		padding: 10px 14px;
		justify-content: flex-start;
		align-items: center;
		min-height: 55px;
		overflow: hidden;
	}
	.hero__sidebar-img {
		position: absolute;
		right: 8px;
		top: 50%;
		transform: translateY(-50%);
		height: 55px;
		width: auto;
		max-width: none;
		flex: none;
	}
	.hero__sidebar-img img {
		height: 100%;
		width: auto;
		max-width: none;
		object-fit: contain;
	}
	.hero__reg-btn {
		position: static;
		left: auto;
		bottom: auto;
		padding: 12px 24px;
		font-size: 14px;
		background-color: rgba(0,0,0,0.8);
		color: #fff;
		transition: color .2s, background-color .2s;
	}
	.hero__sidebar:hover .hero__reg-btn {
		background-color: #f0f0f0;
		color: #1e1f20;
	}
	.hero__carousel {
		min-height: 340px;
	}
	.hero__slide-body {
		max-width: 100%;
		padding: 24px 20px;
		text-align: center;
	}
	.hero__slide-overlay {
		background: rgba(0,0,0,0.45);
	}
	.hero__slide-title {
		font-size: 26px;
		margin-bottom: 8px;
		font-style: normal;
	}
	.hero__slide-text {
		font-size: 14px;
		margin-bottom: 18px;
	}
	.hero__slide-btn {
		padding: 10px 26px;
		font-size: 14px;
	}
	.hero__arrow {
		width: 32px;
		height: 32px;
	}
	.hero__arrow svg {
		width: 11px;
		height: 18px;
	}
	.hero__dots {
		bottom: 12px;
		gap: 6px;
	}
	.hero__dot {
		width: 9px;
		height: 9px;
	}
	.hero__dot--active {
		width: 24px;
		border-radius: 5px;
	}
	.hero__tiles-grid {
		grid-template-columns: 1fr;
		gap: 6px;
		margin-left: -8px;
		margin-right: -8px;
		width: calc(100% + 16px);
	}
	.hero-tile {
		height: 52px;
	}
	.hero-tile__img {
		flex: 0 0 48px;
		width: 48px;
		align-self: stretch;
		height: 100%;
		margin-left: 6px;
	}
	.hero-tile__body {
		justify-content: center;
		text-align: left;
		align-items: flex-start;
		padding: 6px 8px;
	}
	.hero-tile__title {
		font-size: 10px;
		margin-bottom: 1px;
	}
	.hero-tile__text {
		font-size: 9px;
		opacity: 0.9;
	}
}

/* hero variant 2 — Big headline + one CTA */
.hero--variant-2 {
	position: relative;
	min-height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #0a0e12 0%, #1a2332 50%, #0d1219 100%);
	overflow: hidden;
}
.hero-v2__particles {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(2px 2px at 20% 30%, rgba(255,255,255,0.3), transparent),
		radial-gradient(2px 2px at 40% 70%, rgba(78,175,80,0.4), transparent),
		radial-gradient(2px 2px at 60% 20%, rgba(255,255,255,0.2), transparent),
		radial-gradient(2px 2px at 80% 80%, rgba(78,175,80,0.3), transparent);
	background-size: 200px 200px;
	animation: hero-v2-float 20s linear infinite;
	opacity: 0.6;
}
@keyframes hero-v2-float {
	0% { transform: translate(0, 0); }
	100% { transform: translate(-200px, -200px); }
}
.hero-v2__glow {
	position: absolute;
	width: 400px;
	height: 400px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: radial-gradient(circle, rgba(78,175,80,0.15) 0%, transparent 70%);
	pointer-events: none;
}
.hero-v2__inner {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 40px 20px;
}
.hero-v2__headline {
	display: block;
	font-size: clamp(28px, 4vw, 48px);
	font-weight: 900;
	line-height: 1.15;
	margin-bottom: 16px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	text-shadow: 0 0 30px rgba(78,175,80,0.4);
}
.hero-v2__subtitle {
	font-size: clamp(14px, 1.8vw, 18px);
	opacity: 0.9;
	margin-bottom: 24px;
	line-height: 1.4;
}
.hero-v2__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 40px;
	background: linear-gradient(135deg, #4CAF50 0%, #388E3C 100%);
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: 0 4px 20px rgba(78,175,80,0.4);
	transition: transform .2s, box-shadow .2s;
}
.hero-v2__btn:hover {
	transform: scale(1.05);
	box-shadow: 0 6px 28px rgba(78,175,80,0.5);
	color: #fff;
}

/* hero variant 3 — Sportbook / Casino split */
.hero--variant-3 {
	padding: 0;
	min-height: 0;
}
.hero-v3__split {
	display: flex;
	min-height: 320px;
}
.hero-v3__half {
	flex: 1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	transition: flex .4s ease;
	background-color: #1e3a2e;
	background-image: var(--hero-v3-bg);
	background-size: cover;
	background-position: center;
}
.hero-v3__half--casino {
	background-color: #1e3a2e;
	background-image: var(--hero-v3-bg, linear-gradient(135deg, #2e4a3e 0%, #1a2e24 100%));
}
.hero-v3__half--sport {
	background-color: #2a3a4e;
	background-image: var(--hero-v3-bg, linear-gradient(135deg, #2a3a4e 0%, #1a2535 100%));
}
.hero-v3__half:hover {
	flex: 1.5;
}
.hero-v3__split:has(.hero-v3__half:hover) .hero-v3__half:not(:hover) {
	flex: 0.7;
}
.hero-v3__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 100%);
	transition: opacity .3s;
}
.hero-v3__half:hover .hero-v3__overlay {
	opacity: 0.7;
}
.hero-v3__content {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 24px;
}
.hero-v3__title {
	display: block;
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 900;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.hero-v3__btn {
	display: inline-block;
	padding: 12px 28px;
	background: rgba(255,255,255,0.2);
	border: 2px solid rgba(255,255,255,0.6);
	border-radius: 6px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: background .3s, border-color .3s;
}
.hero-v3__half:hover .hero-v3__btn {
	background: #4CAF50;
	border-color: #4CAF50;
}
@media (max-width: 767.98px) {
	.hero-v3__split {
		flex-direction: column;
		min-height: 400px;
	}
	.hero-v3__half {
		min-height: 200px;
	}
}

/* hero variant 4 — Bonus hero (как на скрине: текст слева, картинка справа) */
.hero--variant-4 {
	position: relative;
	min-height: 360px;
	display: flex;
	align-items: center;
	background: #2C322B;
	overflow: hidden;
	border: 1px solid rgba(80,90,78,0.5);
}
.hero-v4__inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 40px 20px;
}
.hero-v4__content {
	max-width: 55%;
	text-align: left;
}
.hero-v4__bonus {
	font-size: clamp(22px, 3.2vw, 36px);
	font-weight: 900;
	line-height: 1.15;
	margin-bottom: 12px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.hero-v4__subtext {
	font-size: clamp(13px, 1.5vw, 16px);
	color: rgba(255,255,255,0.9);
	line-height: 1.4;
	margin-bottom: 20px;
	max-width: 420px;
}
.hero-v4__countdown {
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.hero-v4__countdown-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: rgba(0,0,0,0.4);
	border-radius: 6px;
	padding: 10px 14px;
	min-width: 56px;
}
.hero-v4__countdown-num {
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	line-height: 1;
}
.hero-v4__countdown-label {
	font-size: 10px;
	opacity: 0.8;
	margin-top: 4px;
	color: rgba(255,255,255,0.9);
}
.hero-v4__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 36px;
	background: #52B447;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 999px;
	text-decoration: none;
	box-shadow: 0 2px 12px rgba(82,180,71,0.35);
	transition: transform .2s, background .2s;
}
.hero-v4__btn:hover {
	transform: scale(1.03);
	background: #5CB85C;
	color: #fff;
}
@media (max-width: 991.98px) {
	.hero-v4__content {
		max-width: 70%;
	}
}
@media (max-width: 767.98px) {
	.hero-v4__content {
		max-width: 100%;
	}
	.hero--variant-4 {
		background-position: center;
	}
}

/* hero variant 5 — Live casino с фоновым изображением */
.hero--variant-5 {
	position: relative;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0d1219;
	overflow: hidden;
}
.hero-v5__inner {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 40px 20px;
}
.hero-v5__headline {
	display: block;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 24px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.hero-v5__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 40px;
	background: #4CAF50;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 8px;
	text-decoration: none;
	transition: transform .2s, background .2s;
}
.hero-v5__btn:hover {
	transform: scale(1.05);
	background: #43a047;
	color: #fff;
}

/* promo-tiles */
.promo-tiles {
	padding: 50px 0;
	background-color: #333f32;
}

.promo-tiles__wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.promo-tile {
	position: relative;
	width: 100%;
	max-width: 350px;
	height: 180px;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
	color: #ffffff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promo-tile:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.promo-tile__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.promo-tile__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}

.promo-tile__title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.promo-tile__text {
	font-size: 14px;
	opacity: 0.9;
}

@media (min-width: 768px) {
	.promo-tile {
		width: calc(33.333% - 14px);
	}
}

/* game-categories */
.game-categories {
	padding: 50px 0;
	background-color: #333f32;
}

.game-categories__title {
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.about-area--v2 + .game-categories .game-categories__title,
.about-area--v4 + .game-categories .game-categories__title {
	color: #000000;
}

.game-categories__wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.game-category {
	position: relative;
	width: 100%;
	max-width: 350px;
	height: 180px;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
	color: #ffffff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.game-category:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.game-category__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.game-category__content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
}

.game-category__title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}

@media (min-width: 768px) {
	.game-category {
		width: calc(50% - 10px);
	}
}

@media (min-width: 992px) {
	.game-category {
		width: calc(25% - 15px);
	}
}

/* footer styles */
.footer-title {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #ffffff;
}

/* nav-toggle (MORE button) */
.nav-toggle {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 6px 12px;
	border: none;
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	white-space: nowrap;
	flex-shrink: 0;
}
.nav-toggle__arrow {
	transition: transform .3s;
}
.nav-toggle_active .nav-toggle__arrow {
	transform: rotate(180deg);
}
@media (min-width: 1200px) {
	.nav-toggle {
		display: none;
	}
}

/* nav */
.nav {
	line-height: 1.4;
}
.nav__list {
	column-gap: 1.2em;
}
.nav__link_accent {
	font-weight: 700;
}
.subnav__link,
.nav__link {
	color: #fff;
	text-decoration: none;
	display: block;
}
.subnav {
	display: none;
}
.subnav__link {
	padding: 10px 15px;
}
@media (max-width: 1199.98px) {
	.nav-scroll-lock {
		overflow: hidden;
	}
	.nav__list {
		margin-inline: calc(var(--header-pd-inline) * -1);
	}
	.nav__link {
		display: flex;
		align-items: center;
		column-gap: 8px;
		padding: 15px var(--header-pd-inline);
	}
	.nav__link_accent {
		font-size: 1.2em;
        background-color: #fff;
        color: #d90647;
        width: max-content;
        border-radius: 10px;
        margin-left: 11px;
	}
	.subnav {
		width: 100%;
	}
	.nav__dropdown_expanded > .subnav {
		display: block;
	}
	.nav__dropdown {
		display: flex;
		flex-wrap: wrap;
	}
	.nav__dropdown > .nav__link,
	.nav__dropdown > .subnav__link {
		width: calc(100% - 26px);
	}
	.subnav__link {
		padding-left: 40px;
	}
	.subnav .subnav .subnav__link {
		padding-left: 60px;
	}
	.nav__btn {
		width: 26px;
		border: none;
		padding: 0;
		position: relative;
		background-color: transparent;
		color: inherit;
	}
	.nav__btn::before,
	.nav__btn::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 50%;
		height: 2px;
		background-color: currentColor;
		transition: transform .2s;
	}
	.nav__btn:not(.nav__btn_active)::after {
		transform: translate(-50%, -50%) rotate(90deg);
	}
}
@media (min-width: 1200px) {
	.nav {
		font-size: 13px;
	}
	.nav__list {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.nav__link {
		padding-top: 14px;
		padding-bottom: 14px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 100%;
	}
	.nav__link-icon {
		display: none;
	}
	.nav__link_accent {
		border: 1px solid var(--default-color);
        padding: 5px 15px;
        border-radius: 10px;
	}
	.nav__item:hover .nav__link {
		color: var(--link-hover);
	}
	.subnav {
		position: absolute;
		z-index: 100;
		background-color: #fff;
		width: 260px;
		box-shadow: 0 0 15px rgba(34,52,67,.3);
		font-size: 15px;
	}
	.nav__item > .subnav {
		left: 0;
		top: 100%;
	}
	.subnav .subnav {
		top: 0;
		left: 100%;
	}
	.nav__dropdown > .nav__link,
	.nav__dropdown > .subnav__link {
		position: relative;
	}
	.nav__btn {
		display: none;
	}
	@media (hover:hover) {
		.nav__dropdown {
			position: relative;
		}
		.nav__dropdown > .nav__link::after,
		.nav__dropdown > .subnav__link::after {
			content: '';
			position: absolute;
			border-color: transparent;
			border-style: solid;
		}
		.nav__dropdown > .nav__link::after {
			border-width: 4px 3px 0 3px;
			border-top-color: rgba(0,0,0,.7);
			bottom: 4px;
			left: 50%;
			margin-left: -2px;
		}
		.nav__dropdown > .subnav__link::after {
			top: 50%;
			right: 4px;
			margin-top: -2px 0 0;
			border-width: 3px 0 3px 5px;
			border-left-color: rgba(0,0,0,.7);
		}
		.nav__dropdown:hover > .subnav {
			display: block;
		}
		.subnav__link:hover {
			color: #d90647;
		}
	}
}

/* languages */
.languages {
	position: relative;
}
.languages__toggle-btn {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 0;
	background-color: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}
.languages__toggle-btn:hover {
	opacity: 0.8;
}
.languages__toggle-btn .languages__code {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}
.languages__toggle-btn .languages__name {
	display: none;
}
.languages__arrow {
	transition: transform .3s;
}
.languages_open .languages__arrow {
	transform: rotate(180deg);
}
.languages__flag {
	display: none;
}
.languages__list {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	box-shadow: 0 4px 20px rgba(0,0,0,.3);
	padding: 8px;
	border-radius: 8px;
	min-width: 140px;
	background-color: #fff;
	z-index: 200;
}
.languages_open .languages__list {
	display: block;
}
.languages__item:not(:last-child) {
	margin-bottom: 2px;
}
.languages__link {
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: #333;
	padding: 6px 10px;
	border-radius: 4px;
	transition: background-color .2s;
	white-space: nowrap;
}
.languages__link:hover {
	background-color: #f0f0f0;
}
.languages__code {
	font-weight: 700;
	font-size: 13px;
	color: inherit;
}
.languages__name {
	font-size: 13px;
	color: inherit;
}

/* languages-links */
.languages-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.languages-links__item:not(:last-child)::after {
	content: '|';
	margin-right: .25em;
}
.languages-links__link {
	color: #fff;
}
.languages-links__link:hover {
	text-decoration: none;
}

/* flags-list */
.flags-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.flags-list__link {
	text-decoration: none;
	color: inherit;
	display: block;
}
.flags-list__flag {
	width: 38px;
	height: 26px;
	display: block;
	border: solid 1px;
	object-fit: cover;
	max-width: none;
}

/* header */
.header {
	--header-pd-inline: 12px;
	position: sticky;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.header__inner {
	background-color: #6e886e;
	display: flex;
	align-items: center;
	column-gap: 10px;
	position: relative;
	padding: 8px var(--header-pd-inline);
}
.header__logo {
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	margin-right: auto;
	max-width: 100px;
	flex-shrink: 0;
}
.header__logo img {
	display: block;
	max-height: 40px;
	width: auto;
}
.header_open .header__logo {
	color: inherit;
}
.header__languages {
	flex-shrink: 0;
}
.header__actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 1;
	min-width: 0;
}
.header__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 18px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transition: opacity .2s, transform .15s;
	line-height: 1.3;
	letter-spacing: 0.3px;
}
.header__btn:hover {
	opacity: 0.9;
	transform: scale(1.03);
}
.header__btn--register {
	background-color: #4CAF50;
	color: #fff;
}
.header__btn--login {
	background-color: #555;
	color: #fff;
}
.header__gift {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	padding: 4px;
	flex-shrink: 0;
}
.header__gift svg {
	display: block;
}
.header__gift-badge {
	position: absolute;
	top: -4px;
	right: -6px;
	background-color: #4CAF50;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	min-width: 16px;
	height: 16px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
@media (max-width: 767.98px) {
	.header__inner {
		column-gap: 6px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.header__logo {
		margin-right: auto;
		max-width: 85px;
	}
	.header__logo img {
		max-height: 32px;
	}
	/* только логотип слева, справа: язык, логин, регистрация */
	.nav-toggle,
	.header__content,
	.header__settings,
	.header__time,
	.header__gift {
		display: none !important;
	}
	.header__actions {
		gap: 5px;
		flex-wrap: nowrap;
		flex-shrink: 0;
		min-width: 0;
	}
	.header__languages {
		order: 1;
	}
	.header__btn--login {
		order: 2;
	}
	.header__btn--register {
		order: 3;
	}
	.header__btn {
		padding: 6px 8px;
		font-size: 9px;
	}
	.languages__toggle-btn {
		font-size: 10px;
		font-weight: 700;
		padding: 5px 6px;
		background-color: rgba(255,255,255,0.15);
		border-radius: 5px;
	}
	.languages__code {
		font-size: 10px;
	}
}
@media (min-width: 768px) {
	.header {
		--header-pd-inline: 20px;
	}
	.header__inner {
		column-gap: 16px;
	}
	.header__logo {
		max-width: 120px;
	}
}
@media (max-width: 1199.98px) {
	.header_open .header__content,
	.header_open .header__inner {
		color: #fff;
	}
	.header:not(.header_open) .header__content {
		display: none;
	}
	.header__content {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #333f32;
		padding: 0 var(--header-pd-inline) 30px;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
		z-index: -1;
		overflow-y: auto;
		max-height: 80vh;
	}
	.header__flags {
		margin-top: 20px;
	}
}
@media (min-width: 1200px) {
	.header__inner {
		padding-block: 8px;
	}
	.header__content {
		display: flex;
		align-items: center;
		column-gap: 20px;
	}
	.header__nav {
		margin-top: -8px;
		margin-bottom: -8px;
	}
	.header__flags {
		display: none;
	}
	.header__actions {
		gap: 10px;
	}
	.header__btn {
		padding: 9px 24px;
		font-size: 13px;
	}
}

/* header settings button */
.header__settings {
	display: flex;
	align-items: center;
	gap: 3px;
	padding: 6px 8px;
	background-color: rgba(255,255,255,0.15);
	border: none;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	transition: background-color .2s;
	flex-shrink: 0;
}
.header__settings:hover {
	background-color: rgba(255,255,255,0.25);
}
.header__settings-icon {
	display: block;
	flex-shrink: 0;
}
.header__settings-arrow {
	transition: transform .3s;
}

/* header time */
.header__time {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	white-space: nowrap;
	flex-shrink: 0;
	letter-spacing: 0.5px;
}
@media (max-width: 767.98px) {
	.header__time {
		display: none;
	}
}

/* social */
.social {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.social__link {
	color: inherit;
	text-decoration: none;
	transition: color .2s;
}
.social__link:hover {
	color: var(--social-hover-color);
}

/* about */
.about {
	padding-top: 50px;
	padding-bottom: 50px;
}
.about_content_trainer {
	padding-top: min(50px, 1.05882px + 6.37255vw);
}
.about__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}
.about__img-wrapper {
	text-align: center;
}
.about__title {
	margin-bottom: .5em;
}
.about_content_trainer .about__title  {
	margin-bottom: .3em;
}
.about__descr {
	font-size: 18px;
	line-height: 2;
}
.about_content_trainer .about__descr  {
	font-size: 16px;
	line-height: inherit;
}
.about__descr a:not([class]) {
	color: #000;
}
.about__descr a:hover {
	text-decoration: none;
}
.about__form {
	max-width: 350px;
}
.about__form,
.about__btn {
	margin-top: 30px;
}
@media (min-width: 768px) {
	.about__inner {
		grid-template-columns: 300px minmax(0, 572px);
	}
	.about_revers .about__inner {
		grid-template-columns: minmax(0, 572px) 300px;
	}
	.about__img-wrapper {
		text-align: left;
	}
	.about_revers .about__img-wrapper {
		order: 1;
		text-align: right;
	}
}

/* about-area варианты (v1–v5): фон, текст, списки, таблицы, FAQ */
.about-area--v1 {
	background-color: #323e32;
	color: #fff;
}
.about-area--v1 .about__descr a:not([class]) { color: #ffc317; }
.about-area--v1 .post-entry p,
.about-area--v1 .post-entry li { color: #e8e8e8; }
.about-area--v1 .post-entry h1,
.about-area--v1 .post-entry h2,
.about-area--v1 .post-entry h3,
.about-area--v1 .post-entry h4,
.about-area--v1 .post-entry h5,
.about-area--v1 .post-entry h6 { color: #fff; }
.about-area--v1 .post-entry table tr:first-child { background: #344234; }
.about-area--v1 .post-entry table tr:first-child td,
.about-area--v1 .post-entry table tr:first-child th { color: #fff; }
.about-area--v1 .post-entry table tr:nth-child(odd) { background: #45a148; }
.about-area--v1 .post-entry table tr:nth-child(even) { background: #3d8b40; }
.about-area--v1 .post-entry table td { color: #fff; }
.about-area--v1 .post-entry a { color: #ffc317; }
.about-area--v1 .post-entry a:hover { color: #fff; }
.about-area--v1 .post-entry ol li:before,
.about-area--v1 .post-entry ul li:before { background: #ffc317; color: #344234; }
.about-area--v1 .faq-block .faq-block--title { color: #fff; }
.about-area--v1 .faq-block .faq-block--items__item .faq-block--items__item--header { background: #344234; border-color: #ffc317; color: #fff; }
.about-area--v1 .faq-block .faq-block--items__item.-toggle .faq-block--items__item--header { background: #45a148; }
.about-area--v1 .faq-block .faq-block--items__item.-toggle .faq-block--items__item--content { background: rgba(0,0,0,.2); color: #e8e8e8; }
.about-area--v1 .faq-block .faq-block--items__item.-toggle .faq-block--items__item--content a { color: #ffc317; }
.about-area--v1 .faq-block .faq-block--items__item.-toggle .faq-block--items__item--content a:hover { color: #fff; }
.about-area--v1 .faq-block .faq-block--subtitle { color: rgba(255,255,255,.8); }
.about-area--v1 .faq-block {
	background: #283326;
	border-radius: 16px;
	padding: 24px 20px;
}
.about-area--v1 .faq-block .faq-block--items__item .title-faq:after {
	background-color: #ffc317;
}

.about-area--v2 {
	background-color: #fff;
	color: #344234;
}
.about-area--v2 .about__descr a:not([class]) { color: #45a148; }
.about-area--v2 .post-entry p,
.about-area--v2 .post-entry li { color: #344234; }
.about-area--v2 .post-entry h1,
.about-area--v2 .post-entry h2,
.about-area--v2 .post-entry h3,
.about-area--v2 .post-entry h4,
.about-area--v2 .post-entry h5,
.about-area--v2 .post-entry h6 { color: #344234; }
.about-area--v2 .post-entry table tr:first-child {
	background: #e8f0e7;
}
.about-area--v2 .post-entry table tr:first-child td,
.about-area--v2 .post-entry table tr:first-child th {
	color: #000;
}
.about-area--v2 .post-entry table tr:nth-child(odd) { background: #e8f0e7; }
.about-area--v2 .post-entry table tr:nth-child(even) { background: #fff; }
.about-area--v2 .post-entry table td { color: #344234; }
.about-area--v2 .post-entry a { color: #45a148; }
.about-area--v2 .post-entry a:hover { color: #344234; }
.about-area--v2 .post-entry ol li:before,
.about-area--v2 .post-entry ul li:before { background: #45a148; color: #fff; }
.about-area--v2 .faq-block .faq-block--title { color: #344234; }
.about-area--v2 .faq-block .faq-block--items__item .faq-block--items__item--header { background: #6e886d; border-color: #fff; color: #fff; }
.about-area--v2 .faq-block .faq-block--items__item.-toggle .faq-block--items__item--header { background: #45a148; }
.about-area--v2 .faq-block .faq-block--items__item.-toggle .faq-block--items__item--content { background: #f5f9f5; color: #344234; }
.about-area--v2 .faq-block .faq-block--items__item.-toggle .faq-block--items__item--content a { color: #45a148; }
.about-area--v2 .faq-block .faq-block--items__item.-toggle .faq-block--items__item--content a:hover { color: #344234; }
.about-area--v2 .faq-block .faq-block--subtitle { color: #344234; }
.about-area--v2 .faq-block {
	background: #f5f9f5;
	border-radius: 16px;
	padding: 24px 20px;
	box-shadow: 0 8px 24px rgba(0,0,0,.04);
}
.about-area--v2 .faq-block .faq-block--items__item .title-faq:after {
	background-color: #45a148;
}

.about-area--v3 {
	background-color: #0c0c0c;
	color: #fff;
}
.about-area--v3 .about__descr a:not([class]) { color: #ffc317; }
.about-area--v3 .post-entry p,
.about-area--v3 .post-entry li { color: #e0e0e0; }
.about-area--v3 .post-entry h1,
.about-area--v3 .post-entry h2,
.about-area--v3 .post-entry h3,
.about-area--v3 .post-entry h4,
.about-area--v3 .post-entry h5,
.about-area--v3 .post-entry h6 { color: #fff; }
.about-area--v3 .post-entry table tr:first-child { background: #344234; }
.about-area--v3 .post-entry table tr:first-child td,
.about-area--v3 .post-entry table tr:first-child th { color: #ffc317; }
.about-area--v3 .post-entry table tr:nth-child(odd) { background: #1a1a1a; }
.about-area--v3 .post-entry table tr:nth-child(even) { background: #252525; }
.about-area--v3 .post-entry table td { color: #e0e0e0; }
.about-area--v3 .post-entry a { color: #ffc317; }
.about-area--v3 .post-entry a:hover { color: #fff; }
.about-area--v3 .post-entry ol li:before,
.about-area--v3 .post-entry ul li:before { background: #ffc317; color: #0c0c0c; }
.about-area--v3 .faq-block .faq-block--title { color: #fff; }
.about-area--v3 .faq-block .faq-block--items__item .faq-block--items__item--header { background: #344234; border-color: #ffc317; color: #fff; }
.about-area--v3 .faq-block .faq-block--items__item.-toggle .faq-block--items__item--header { background: #6e886d; }
.about-area--v3 .faq-block .faq-block--items__item.-toggle .faq-block--items__item--content { background: rgba(255,255,255,.08); color: #e0e0e0; }
.about-area--v3 .faq-block .faq-block--items__item.-toggle .faq-block--items__item--content a { color: #ffc317; }
.about-area--v3 .faq-block .faq-block--items__item.-toggle .faq-block--items__item--content a:hover { color: #fff; }
.about-area--v3 .faq-block .faq-block--subtitle { color: rgba(255,255,255,.7); }
.about-area--v3 .faq-block {
	background: #111111;
	border-radius: 16px;
	padding: 24px 20px;
	box-shadow: 0 10px 30px rgba(0,0,0,.6);
}
.about-area--v3 .faq-block .faq-block--items__item .title-faq:after {
	background-color: #ffc317;
}

.about-area--v4 {
	background-color: #e8f0e7;
	color: #344234;
}
.about-area--v4 .about__descr a:not([class]) { color: #45a148; }
.about-area--v4 .post-entry p,
.about-area--v4 .post-entry li { color: #344234; }
.about-area--v4 .post-entry h1,
.about-area--v4 .post-entry h2,
.about-area--v4 .post-entry h3,
.about-area--v4 .post-entry h4,
.about-area--v4 .post-entry h5,
.about-area--v4 .post-entry h6 { color: #344234; }
.about-area--v4 .post-entry table tr:first-child {
	background: #d4e5d3;
}
.about-area--v4 .post-entry table tr:first-child td,
.about-area--v4 .post-entry table tr:first-child th {
	color: #000;
}
.about-area--v4 .post-entry table tr:nth-child(odd) { background: #fff; }
.about-area--v4 .post-entry table tr:nth-child(even) { background: #d4e5d3; }
.about-area--v4 .post-entry table td { color: #344234; }
.about-area--v4 .post-entry a { color: #45a148; }
.about-area--v4 .post-entry a:hover { color: #344234; }
.about-area--v4 .post-entry ol li:before,
.about-area--v4 .post-entry ul li:before { background: #6e886d; color: #fff; }
.about-area--v4 .faq-block .faq-block--title { color: #344234; }
.about-area--v4 .faq-block .faq-block--items__item .faq-block--items__item--header { background: #6e886d; border-color: #45a148; color: #fff; }
.about-area--v4 .faq-block .faq-block--items__item.-toggle .faq-block--items__item--header { background: #45a148; }
.about-area--v4 .faq-block .faq-block--items__item.-toggle .faq-block--items__item--content { background: #fff; color: #344234; }
.about-area--v4 .faq-block .faq-block--items__item.-toggle .faq-block--items__item--content a { color: #45a148; }
.about-area--v4 .faq-block .faq-block--items__item.-toggle .faq-block--items__item--content a:hover { color: #344234; }
.about-area--v4 .faq-block .faq-block--subtitle { color: #344234; }
.about-area--v4 .faq-block {
	background: #f5f9f5;
	border-radius: 20px;
	padding: 28px 22px;
	border: 1px solid #d4e5d3;
}
.about-area--v4 .faq-block .faq-block--items__item .title-faq:after {
	background-color: #45a148;
}

.about-area--v5 {
	background-color: #344234;
	color: #fff;
}
.about-area--v5 .about__descr a:not([class]) { color: #ffc317; }
.about-area--v5 .post-entry p,
.about-area--v5 .post-entry li { color: #e8e8e8; }
.about-area--v5 .post-entry h1,
.about-area--v5 .post-entry h2,
.about-area--v5 .post-entry h3,
.about-area--v5 .post-entry h4,
.about-area--v5 .post-entry h5,
.about-area--v5 .post-entry h6 { color: #fff; }
.about-area--v5 .post-entry table tr:first-child { background: #1a2a1a; }
.about-area--v5 .post-entry table tr:first-child td,
.about-area--v5 .post-entry table tr:first-child th { color: #ffc317; }

/* первый ряд данных в таблицах на светлых схемах — тёмный текст */
.about-area--v2 .post-entry table tbody > tr:nth-child(1) td {
	color: #344234;
}
.about-area--v4 .post-entry table tbody > tr:nth-child(1) td {
	color: #344234;
}
.about-area--v5 .post-entry table tr:nth-child(odd) { background: #45a148; }
.about-area--v5 .post-entry table tr:nth-child(even) { background: #3d8b40; }
.about-area--v5 .post-entry table td { color: #fff; }
.about-area--v5 .post-entry a { color: #ffc317; }
.about-area--v5 .post-entry a:hover { color: #fff; }
.about-area--v5 .post-entry ol li:before,
.about-area--v5 .post-entry ul li:before { background: #ffc317; color: #344234; }
.about-area--v5 .faq-block .faq-block--title { color: #fff; }
.about-area--v5 .faq-block .faq-block--items__item .faq-block--items__item--header { background: #1a2a1a; border-color: #ffc317; color: #fff; }
.about-area--v5 .faq-block .faq-block--items__item.-toggle .faq-block--items__item--header { background: #45a148; }
.about-area--v5 .faq-block .faq-block--items__item.-toggle .faq-block--items__item--content { background: rgba(0,0,0,.25); color: #e8e8e8; }
.about-area--v5 .faq-block .faq-block--items__item.-toggle .faq-block--items__item--content a { color: #ffc317; }
.about-area--v5 .faq-block .faq-block--items__item.-toggle .faq-block--items__item--content a:hover { color: #fff; }
.about-area--v5 .faq-block .faq-block--subtitle { color: rgba(255,255,255,.8); }
.about-area--v5 .faq-block {
	background: #1c281c;
	border-radius: 18px;
	padding: 24px 20px;
	box-shadow: 0 10px 26px rgba(0,0,0,.5);
}
.about-area--v5 .faq-block .faq-block--items__item .title-faq:after {
	background-color: #ffc317;
}

/* game-categories фон синхронизирован с about-area */
.about-area--v1 + .game-categories {
	background-color: #323e32;
}
.about-area--v2 + .game-categories {
	background-color: #ffffff;
}
.about-area--v3 + .game-categories {
	background-color: #0c0c0c;
}
.about-area--v4 + .game-categories {
	background-color: #e8f0e7;
}
.about-area--v5 + .game-categories {
	background-color: #344234;
}

/* section */
.section {
	padding-top: calc(37.5139px + 3.32963vw);
	padding-bottom: calc(37.5139px + 3.32963vw);
}
@media (min-width: 1276px) {
	.section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

/* sites */
.sites {
	text-align: center;
	color: #1b354c;
}
.sites__item {
	display:flex;
	flex-wrap: wrap;
	position: relative;
	padding: 5px 10px 10px;
	border: 1px solid #dcdede;
	border-radius: 2px;
	background-color: #fff;
}
.sites__item:not(:last-child) {
	margin-bottom: 10px;
}
.sites__logo-col {
	flex: 0 0 130px;
}
.sites__logo-link {
	color: inherit;
	text-decoration: none;
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0 auto;
	max-width: 130px;
}
.sites__logotype {
	height: 60px;
	object-fit: contain;
}
.sites__num {
	position: absolute;
	width: 24px;
	height: 30px;
	top: -5px;
	left: -10px;
	font-size: 15px;
	line-height: 2;
	font-weight: 700;
}
.sites__bonus-col {
	max-width: calc(100% - 150px);
	flex-basis: 100%;
	line-height: 1.1;
	font-size: 13px;
	align-self: center;
}
.sites__bonus {
	font-size: 18px;
	display: block;
	font-weight: 900;
}
.sites__info-col {
	flex: 0 0 33.333333%;
	padding: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	line-height: 1.1;
}
.sites__icon::before {
    content: '';
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
	position: relative;
	display: inline-block;
	top: -1px;
	vertical-align: middle;
	margin: 0 4px 0 0;
}
.sites__icon_type_games::before {
	background-image: url('../images/other-games.png');
}
.sites__icon_type_mobile::before {
	background-image: url('../images/mobile.png');
}
.sites__icon_type_live::before {
	background-image: url('../images/live.png');
}
.sites__actions-col {
	flex: 0 0 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sites__btn {
	text-decoration: none;
	display: block;
}
.sites__btn_theme_primary::before {
	background-color: #479905;
}
.sites__btn_theme_secondary::before {
	background-color: #129ece;
}
.sites__btn::before {
	content: attr(data-text-before);
	padding: 12px 10px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 6px;
	display: block;
	font-size: 20px;
	line-height: 1.2;
	transition: filter .3s;
}
.sites__btn:hover::before {
	filter: brightness(120%);
}
.sites__rating-col {
	isolation: isolate;
}
@media (min-width: 500px) and (max-width: 767.98px) {
	.sites__logo-col,
	.sites__bonus-col,
	.sites__actions-col {
		max-width: calc((100% - 130px) / 2);
	}
	.sites__actions-col {
		padding-right: 40px;
	}
}
@media (max-width: 767.98px) {
	.sites__header {
		display: none;
	}
	.sites__logo-col {
		position: relative;
	}
	.sites__logo-col::after {
		content: '';
		position: absolute;
		width: 1px;
		height: 34px;
		top: 50%;
		right: 0;
		margin-top: -17px;
		background-color: #dddedf;
	}
	.sites__info-col {
		order: 2;
		margin-top: 10px;
		background-color: #f6f6f7;
		color: #4f6375;
	}
	.sites__info-col::before {
		content: attr(data-title);
		display: block;
		width: 100%;
		margin-bottom: 3px;
		font-size: 11px;
		line-height: 1.1;
		color: #545454;
	}
	.sites__btn-label {
		display: none;
	}
}
@media (min-width: 768px) {
	.sites__header {
		display: flex;
		align-items: center;
		background-color: #d4d7db;
		padding-right: 25px;
		padding-left: 37px;
	}
	.sites__item {
		 padding: 17px 25px 17px 35px;
		 align-items: center;
	}
	.sites__col-name {
		padding: 5px 10px;
		font-size: 12px;
		line-height: 1.08;
		color: #667583;
		text-transform: capitalize;
	}
	.sites__info-col {
		font-weight: 700;
		color: #1b354c;
	}
	.sites__num {
		display: flex;
		width: 24px;
		height: 100%;
		top: 0;
		left: 0;
		justify-content: center;
		align-items: center;
		border-right: 1px solid #d6d8d9;
		font-size: 15px;
		color: #fff;
		text-align: center;
		background-color: #1b354c;
	}
	.sites__btn-label {
		font-size: 11px;
		color: #003d89;
	}
	.sites__icon::before {
		width: 25px;
		height: 25px;
	}
}
@media (min-width: 768px) and (max-width: 1023.98px) {
	.w-t-11 {
		flex: 0 0 11%;
	}
	.w-t-13 {
		flex: 0 0 13%;
	}
	.w-t-14 {
		flex: 0 0 14%;
	}
	.w-t-15 {
		flex: 0 0 15%;
	}
	.w-t-21 {
		flex: 0 0 21%;
	}
}
@media (min-width: 1024px) {
	.w-d-11 {
		flex: 0 0 11%;
	}
	.w-d-15 {
		flex: 0 0 15%;
	}
	.w-d-16 {
		flex: 0 0 16%;
	}
	.w-d-17 {
		flex: 0 0 17%;
	}
	.w-d-19 {
		flex: 0 0 19%;
	}
	.sites__bonus {
		font-size: 27px;
	}
	.sites__icon::before {
		width: 30px;
		height: 30px;
	}
}

/* site-rating */
@media (max-width: 767.98px) {
	.site-rating {
		position: absolute;
		width: 42px;
		height: 42px;
		top: 0;
		right: 0;
		overflow: hidden;
		padding-left: 5px;
	}
	.site-rating::before {
		content: '';
		position: absolute;
		width: 84px;
		height: 84px;
		bottom: 0;
		left: 0;
		border-radius: 50%;
		background: #1b354c;
		z-index: -1;
	}
	.site-rating__val {
		color: #fff;
		font-size: 13px;
		font-weight: 700;
		padding: 3px 0 12px;
		background: url('../images/star-rating.png') center bottom / 14px 14px no-repeat;
		line-height: 1.25;
	}
	.site-rating__stars {
		display: none;
	}
}
@media (min-width: 768px) {
	.site-rating {
		position: relative;
		width: 52px;
		padding: 10px 5px;
		margin: 0 auto;
		border: 1px solid #dfe0e1;
		border-radius: 2px;
		text-align: center;
	}
	.site-rating__val {
		font-size: 20px;
		line-height: 1;
		font-weight: 400;
		color: #1b354c;
	}
	.site-rating__stars {
		font-size: 0;
		width: 22px;
		height: 18px;
		margin: 5px auto 0;
		background: url('../images/rating-star-tablet-grey.png') 0 0 / auto 100% repeat-x;
	}
	.site-rating__stars::before {
		content: '';
		display: block;
		height: 100%;
		background: url('../images/rating-star-tablet.png') repeat-x 0 0 / auto 100%;
		width: var(--site-rating);
	}
}
@media (min-width: 1024px) {
	.site-rating {
		width: 122px;
		padding: 12px 5px;
	}
	.site-rating__val {
		font-size: 38px;
	}
	.site-rating__stars {
		width: 107px;
	}
}

/* step */
.step {
	color: #fff;
	background-image: linear-gradient(to bottom, #d90647 37%, #eb402c 98%);
}
.step__title {
	margin-bottom: 0.27em;
	text-align: center;
}
.step__descr {
	font-size: calc(12.1832px + 1.01781vw);
	text-align: center;
	margin-bottom: 30px;
}
.step__actions {
	margin-top: 40px;
	text-align: center;
}
.step__descr + .step__actions {
	margin-top: 10px;
}
.step__btn {
	box-shadow: 10px 0 40px rgba(0, 0, 0, 0.15);
}
.step__tab:not(._active) {
	display: none;
}
@media (max-width: 767.98px) {
	.step {
		display: flex;
		flex-direction: column;
	}
	.step_single_col {
		justify-content: center;
	}
	.step__text {
		display: contents;
	}
	.step__actions {
		order: 1;
	}
	.step__img-wrapper {
		width: 300px;
		max-width: 100%;
		margin: 0 auto 30px;
	}
	.step__video {
		margin-bottom: 30px;
	}
	.step__form {
		margin-bottom: 30px;
	}
}
@media (min-width: 768px) {
	.step {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 24px;
		align-items: center;
		min-height: 80vh;
	}
	.step__title {
		text-align: left;
	}
	.step__descr {
		text-align: left;
		font-size: calc(14.2353px + 0.490196vw);
	}
	.step__img-wrapper {
		display: block;
		position: relative;
	}
	.step__img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 280px;
	}
	.step__lottie {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: calc(280px - 4%);
	}
	.step__actions {
		text-align: left;
	}
}
@media (min-width: 1276px) {
	.step__descr {
		font-size: 20px;
	}
}

/* step-form */
.step-form__group {
	display: flex;
	flex-wrap: wrap;
	column-gap: 5px;
	position: relative;
}
.step-form__group:not(:last-child) {
	margin-bottom: 15px;
}
.step-form__controll {
	flex-grow: 1;
	flex-basis: 0;
	min-width: 0;
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .4);
}
.step-form_placement_hero .step-form__btn {
	box-shadow: 2px 2px 0px rgba(30, 30, 30, 0.7);
}
.step-form__error {
	width: 100%;
	display: none;
	position: relative;
	padding-left: 1.5em;
	line-height: 1.2;
	margin-top: .3em;
}
.step-form_placement_content .step-form__error {
	color: #f00;
}
.step-form__error a {
	color: inherit;
}
._invalid ~ .step-form__error {
	display: block;
}
.step-form__error > .icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* step-info */
.step-info {
	text-align: center;
}
.step-info p:not(:last-child) {
	margin-bottom: 25px;
}
@media (min-width: 576px) {
	.step-info {
		font-size: 18px;
	}
}

/* screen-live */
.screen-live {
	margin-top: 30px;
	border-top: 1px solid #e0e0e0;
}
.screen-live__title {
	text-align: center;
	margin-bottom: 1em;
}

/* screenshot */
.screenshot__figure {
	margin: 0;
}
.screenshot__figcaption {
	background-image: linear-gradient(to bottom, #d90647 10%, #eb402c 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 900;
	font-size: 18px;
}

/* howto */
.howto {
	text-align: center;
}
.howto__bg {
	background-image: linear-gradient(to bottom, #d90647 37%, #eb402c 98%);
	padding-top: 50px;
	padding-bottom: 50px;
}
.howto__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	gap: 32px;
	color: #fff;
}
.howto__item:not(:last-child) {
	margin-bottom: 20px;
}
.howto__title {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 900;
	margin-bottom: .2em;
}
.howto__img {
	width: 271px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	.howto {
		padding-top: 56px;
		padding-bottom: 56px;
	}
	.howto__inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.howto {
		text-align: left;
	}
	.howto__col:first-child {
		text-align: right;
	}
	.howto__img {
		display: block;
		
		margin-top: -106px;
		margin-bottom: -106px;
	}
}

/* onewin */
.onewin__logo {
	display: block;
	width: 100%;
	max-height: 150px;
	object-fit: contain;
	background-color: #000;
}
.onewin__descr {
	color: #155724;
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
	padding: 20px;
	text-align: center;
}

/* instruction */
.instruction {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 32px;
	align-items: start;
}
.instruction__actions {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.instruction {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.instruction__img {
		order: 1;
	}
}

/* download */
.download {
	text-align: center;
}
.download__inner > *:not(:last-child) {
	margin-bottom: 30px;
}
.download__btn {
	display: inline-block;
	vertical-align: middle;
	background-color: #141313;
	color: #d90647;
	font-weight: 900;
	box-shadow: 10px 0 40px rgba(0, 0, 0, 0.15);
	text-decoration: none;
	font-size: 18px;
	border-radius: 50px;
	padding: 10px 40px;
	transition: color .3s, background-color .3s, transform .3s;
}
.download__btn:hover {
	transform: scale(1.03);
	background-color: #d90647;
	color: #ffff;
}

/* download-languages */
.download-languages {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.download-languages__item:not(:last-child):after {
	content: '|';
	margin-right: .25em;
}
.download-languages__link {
	background-color: #141313;
	color: #fff;
	text-decoration: none;
	padding: 2px;
}

/* footer */
.footer {
	background-color: #333f32;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #ffffff;
}

.footer-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
	background-color: #6e886e;
	padding: 15px;
	border-radius: 8px;
}

.footer-column {
	width: 16.66%;
	margin-bottom: 20px;
	padding: 10px;
}

.footer-column h3 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.footer-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-column ul li {
	margin-bottom: 8px;
}

.footer-column ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	transition: color 0.3s ease;
}

.footer-column ul li a:hover {
	color: #ffffff;
}

.app-links li a {
	display: flex;
	align-items: center;
}

.app-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-size: contain;
	background-repeat: no-repeat;
}

.app-icon.android {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffffff"><path d="M17.6,9.48l1.84-3.18c0.16-0.31,0.04-0.69-0.26-0.85c-0.29-0.15-0.65-0.06-0.83,0.22l-1.88,3.24c-2.86-1.21-6.08-1.21-8.94,0L5.65,5.67c-0.19-0.29-0.58-0.38-0.87-0.2C4.5,5.65,4.41,6.01,4.56,6.3L6.4,9.48C3.3,11.25,1.28,14.44,1,18h22C22.72,14.44,20.7,11.25,17.6,9.48z M7,15.25c-0.69,0-1.25-0.56-1.25-1.25c0-0.69,0.56-1.25,1.25-1.25S8.25,13.31,8.25,14C8.25,14.69,7.69,15.25,7,15.25z M17,15.25c-0.69,0-1.25-0.56-1.25-1.25c0-0.69,0.56-1.25,1.25-1.25s1.25,0.56,1.25,1.25C18.25,14.69,17.69,15.25,17,15.25z"/></svg>');
}

.app-icon.ios {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffffff"><path d="M17.05,12.04c-0.03-2.89,2.35-4.27,2.46-4.34c-1.34-1.96-3.42-2.23-4.17-2.26c-1.77-0.18-3.45,1.04-4.34,1.04 c-0.9,0-2.29-1.02-3.76-0.99c-1.93,0.03-3.71,1.12-4.7,2.86C0.54,12.35,2.08,17.24,4,19.96c0.97,1.4,2.13,2.97,3.64,2.92 c1.46-0.06,2.02-0.94,3.78-0.94c1.76,0,2.25,0.94,3.79,0.91c1.57-0.03,2.56-1.42,3.52-2.82c1.11-1.62,1.56-3.19,1.59-3.27 C20.28,16.75,17.08,15.44,17.05,12.04z M14.02,6.4c0.8-0.97,1.34-2.32,1.19-3.67c-1.15,0.05-2.54,0.77-3.36,1.73 c-0.74,0.85-1.38,2.22-1.21,3.53C11.86,8.07,13.22,7.37,14.02,6.4z"/></svg>');
}

.footer-legal {
	padding: 20px;
	border-top: 1px solid #333f32;
	border-bottom: 1px solid #333f32;
	margin-bottom: 20px;
	background-color: #6e886e;
	border-radius: 8px;
}

.footer-legal p {
	color: #ffffff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 15px 0;
}

.copyright {
	color: #ffffff;
	font-size: 12px;
	max-width: 50%;
	background-color: #6e886e;
	padding: 15px;
	border-radius: 8px;
}

.copyright p {
	margin: 0 0 5px 0;
}

.copyright a {
	color: #ffffff;
	text-decoration: underline;
}

.age-verification {
	background-color: #333f32;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 3px;
}

.mobile-version {
	color: #333f32;
	background-color: #c8c8c8;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 3px;
}

.anjouan-logo img {
	max-width: 30px;
	height: auto;
}

/* footer layout v2 (b86 reference) */
.site-footer {
	width: 100%;
}
.footer {
	background-color: #333f32;
	padding: 32px 0 24px;
	color: #ffffff;
}
.footer__container {
	max-width: 1440px;
}
.footer-top {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
	margin-bottom: 20px;
}
.footer-top__pill {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 8px;
	padding: 10px 16px;
	font-size: 14px;
	font-weight: 600;
	border: none;
	outline: none;
	background-color: #6e886e;
	color: #ffffff;
}
.footer-top__pill--secondary {
	cursor: default;
}
.footer-top__caret {
	display: inline-block;
	width: 10px;
	height: 6px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform: rotate(-45deg);
}

.footer-content {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	column-gap: 24px;
	row-gap: 16px;
	margin-bottom: 20px;
	background-color: #6e886e;
	padding: 18px 20px;
	border-radius: 8px;
}
.footer-column {
	min-width: 0;
}
.footer-title {
	display: block;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: .04em;
}
.footer-column--apps .app-links {
	row-gap: 6px;
}

.footer-legal-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	column-gap: 16px;
	margin-bottom: 18px;
	align-items: stretch;
	background-color: #6e886e;
	border-radius: 8px;
	padding: 16px 18px;
}
.footer-legal {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	border-top: none;
	border-bottom: none;
	align-self: stretch;
}
.footer-legal p {
	color: #ffffff;
	font-size: 11px;
	line-height: 1.5;
	margin: 0;
}
.footer-legal-badge {
	display: flex;
	align-items: stretch;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	align-self: stretch;
}
.footer-legal-badge img {
	display: block;
	height: 100%;
	max-height: 140px;
	width: auto;
	border-radius: 8px;
}

.footer-bottom {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) auto auto auto;
	column-gap: 12px;
	row-gap: 10px;
	align-items: stretch;
	padding: 0;
}
.footer-bottom__cookies {
	background-color: #6e886e;
	border-radius: 8px;
	padding: 12px 14px;
	font-size: 11px;
}
.footer-bottom__cookies p {
	margin: 0 0 4px 0;
}
.footer-bottom__cookies a {
	color: #ffffff;
	text-decoration: underline;
}
.footer-bottom__age,
.footer-bottom__mobile {
	border-radius: 8px;
	border: none;
	font-size: 13px;
	font-weight: 700;
	padding: 0 18px;
	background-color: #6e886e;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}
.footer-bottom__age {
	min-width: 72px;
}
.footer-bottom__mobile {
	white-space: nowrap;
}
/* .footer-bottom__chat removed */

@media (max-width: 991.98px) {
	.footer__container {
		padding-left: 12px;
		padding-right: 12px;
	}
	.footer-content {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.footer-legal-row {
		grid-template-columns: minmax(0, 1fr) auto;
	}
	.footer-legal-badge {
		justify-content: flex-end;
		align-items: center;
	}
	.footer-bottom {
		/* cookies слева, 18+ и MOBILE VERSION вертикально справа */
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-rows: auto auto;
		grid-template-areas:
			"cookies age"
			"cookies mobile";
	}
	.footer-bottom__cookies {
		grid-area: cookies;
	}
	.footer-bottom__age {
		grid-area: age;
		width: auto;
		margin-bottom: 8px;
		align-self: stretch;
	}
	.footer-bottom__mobile {
		grid-area: mobile;
		width: auto;
		align-self: stretch;
	}
}

@media (max-width: 575.98px) {
	.footer-content {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 991px) {
	/* старые стили футера оставляем только для legacy-разметки; новый .footer-bottom переопределён выше */
}

@media (max-width: 767px) {
	.footer-column {
		width: 50%;
	}
	
	.footer-content {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	
	.footer-column {
		width: 100%;
		margin-bottom: 0;
	}
	
	.footer-bottom {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		align-items: center;
	}
	
	.copyright {
		grid-column: 1 / -1;
		order: 3;
	}
	
	.age-verification {
		text-align: center;
		order: 1;
	}
	
	.mobile-version {
		text-align: center;
		order: 2;
	}
	
	.anjouan-logo {
		grid-column: 1 / -1;
		text-align: right;
		order: 0;
		margin-bottom: 15px;
	}
	
	.anjouan-logo img {
		max-width: 40px;
	}
}

@media (max-width: 480px) {
	.footer-column {
		width: 100%;
	}
}

/* partners */
.partners {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	gap: 32px;
}
.partners__img {
	max-height: 60px;
	opacity: .2;
}

/* scroll-top */
.scroll-top {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #f4cb02;
	color: #fff;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	transition: transform 0.3s, opacity 1s, visibily 1s;
	opacity: 0;
	visibility: hidden;
	text-decoration: none;
}
.scroll-top_visible {
	opacity: 1;
	visibility: visible;
}
@media (hover: hover) {
	.scroll-top:hover {
		transform: scale(1.1);
	}
}
@media (max-width: 575.98px) {
	.scroll-top {
		display: none;
	}
}

/* blockquote */
.blockquote {
	font-size: 20px;
}
.blockquote__footer {
	font-size: 80%;
	color: #6c757d;
}
.blockquote__footer::before {
	content: "\2014\00A0";
}

/* share */
.share {
	background-color: #0e0e0e;
	padding: 0 10px 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
.share__links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
.share__link {
	width: 50px;
	height: 50px;
	border-radius: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	transition: filter .3s;
}
.share__link_whatsapp {
	background: linear-gradient(to bottom, #5ad166, #27b23d);
	color: #fff;
}
.share__link_messenger {
	background: #fff;
}
.share__link_telegram {
	background: #009eeb;
	color: #fff;
}
.share__copy-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	border: 2px solid #fff;
	background-color: transparent;
	color: #fff;
	border-radius: 15px;
	padding: 10px 15px;
	font-size: 16px;
	transition-property: color, background-color;
	transition-duration: .1s;
}
.share__copy-btn .icon {
	font-size: 1.4em;
}
@media (hover: hover) {
	.share__link:hover {
		filter: brightness(120%);
	}
	.share__copy-btn:not(:disabled):hover {
		background-color: #fff;
		color: #000
	}
}

/*WP STYLE*/
/*POST*/
.post-entry p:not(:last-child) {
    margin-bottom: 24px;
}

.post-entry p {
    font-size: 18px;
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    line-height: 1.2;
    margin-bottom: 14px
}



.post-entry a:hover {
    color: #0b4e35
}

.post-entry table {
    font-size: 14px;
    margin-bottom: 24px;
    width: 100%
}

.post-entry table tr:first-child {
    background: #2d314d;
}

.post-entry table tr:first-child td {
    color: #fff;
    font-weight: 700
}

.post-entry table tr:nth-child(odd) {
    background: #45a148
}

.post-entry table tr td {
    padding: 16px 12px
}

.post-entry .wp-block-image {
    margin-bottom: 24px
}

.post-entry .wp-block-image img {
	border-radius:15px;
    margin: 0 auto;
}


.post-entry ol,
.post-entry ul{
    counter-reset: num;
    list-style-type: none;
    margin-bottom: 24px;
    margin-left: 32px
}

.post-entry ol li,
.post-entry ul li{
    margin: 0 0 16px;
    padding: 0;
    position: relative
}

.post-entry ol li:before {
    background: var(--default-color);
    border-radius: 50%;
    color: #fff;
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 24px;
    left: -32px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 24px
}

.post-entry ul li:before{
    background: var(--default-color);
    border-radius: 50%;
    color: #fff;
    content: "✔";
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 24px;
    left: -32px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 24px
}

.post-entry .btn {
	margin-bottom: 5px;
}

.post-entry .btn a {
	color: #fff;
}

blockquote {
    margin-bottom:1.2rem;
    background-color: #d9a600; /* более тёмный жёлтый для контраста */
    color: #FFFFFF;
    padding:40px;
    padding-left:80px;
    position: relative;
    border-radius: 8px;
}
blockquote::before{
    position: absolute;
    left:20px;
    top:20px;
    width:40px;
    height:40px;
content: url("data:image/svg+xml,%3Csvg fill='%23FFFFFF' width='40px' height='40px' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E");
}

/* более контрастная цитата на светлых схемах about */
.about-area--v2 blockquote,
.about-area--v4 blockquote {
\tbackground-color: #f5f5f5;
\tcolor: #111111;
\tbox-shadow: 0 4px 14px rgba(0,0,0,.08);
}

/*FAQ*/
.faq-block {
    margin-bottom: 32px;
    margin-top: 32px
}

.faq-block .faq-block--title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px
}

.faq-block .faq-block--subtitle {
    color: #000;
    font-size: 16px;
    margin-bottom: 16px;
    margin-top: -4px
}

.faq-block .faq-block--items .faq-block--items__item:not(:last-child) {
    margin-bottom: 16px
}

.faq-block .faq-block--items .faq-block--items__item .faq-block--items__item--header {
    background: #586d57;
    border: 1px solid var(--default-color);
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    padding: 20px;
    position: relative
}

.faq-block .faq-block--items .faq-block--items__item .title-faq {
    max-width: 80%;
    width: 80%
}

.faq-block .faq-block--items .faq-block--items__item .title-faq:after {
    background: var(--default-color) url(../img/icon-arrow-b.svg) no-repeat 50%;
    background-size: 14px;
    border-radius: 4px;
    content: "";
    height: 42px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 42px
}

.faq-block .faq-block--items .faq-block--items__item .faq-block--items__item--content {
    display: none
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--header {
    background: #b3a03c;
    color: #fff
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--header:after {
    background: var(--default-color) url(../img/icon-arrow-b.svg) no-repeat 50%;
    background-size: 14px;
    transform: translateY(-50%) rotate(-90deg)
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--content {
    display: block;
    padding: 20px
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--content p:not(:last-child) {
    margin-bottom: 8px
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--content a {
    color: #0855cc
}

.faq-block .faq-block--items .faq-block--items__item.-toggle .faq-block--items__item--content a:hover {
    color: #0b4e35
}

.contact {
	color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}

/*Footer*/
.leng-links {
	display: flex;
    justify-content: center;
	margin-top:25px;
}
.lengs-list {
	display: flex;
    gap: 25px;
}
.lengs-list__link {
	color: #fff;
}
.lengs-list__link:hover {
	color:var(--link-hover)
}

@media (max-width: 768px) {
	.lengs-list {
		flex-wrap: wrap;
	}

}

tbody > tr:nth-child(1), .post-entry table tr:nth-child(odd) {
	color: #fff;
}


/*SLOTS STYLE*/
.game-title {
    font-size: 34px;
    margin: 15px 0 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
}
.game-title span {
    color: #4caf50;
}
.game__code {
    width: 100%;
    flex-grow: 1;
    height: 100%;
    position: relative;
}
.star-rating {
    position: relative;
    width: 95px;
}
.star-rating--inner,
.star-rating--outer {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: row;
}
.star-rating--outer {
    overflow: hidden;
}
.screen-reader-text {
    display: inline-block;
    margin-left: 5px;
    height: 18px;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal !important;
    color: #faab00;
}
.game-rating {
    display: flex;
    flex-wrap: wrap;
    top: 15px;
    left: 15px;
    position: absolute;
    z-index: 1;
}
.game-rating-title {
    width: 100%;
}
.box__game-main {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 65vh;
}
.slotogamemain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.body__fullscreen .wrapper__container {
    z-index: 30;
}
.body__fullscreen .box__game-main {
    z-index: 10;
}
.box__game {
    position: relative;
}
.box__game-main:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(29, 38, 45, 0.7);
    width: 100%;
    height: 100%;
}
.box__game {
    background: #000;
    border-radius: 7px;
}
.box__game-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
    z-index: 2;
}
.share-text {
    margin-right: 15px;
}
.share-text span {
    display: block;
    font-size: 15px;
    line-height: 18px;
}
.share-wrap {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}
.share__toggle {
    flex-shrink: 0;
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    background-color: #2f8f41;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m19.823 8.666-7.348-6.874c-.088-.083-.171-.13-.291-.125-.23.01-.521.172-.521.417V5.53a.222.222 0 0 1-.187.213C4.17 6.864 1.092 12.332.004 18.008c-.042.224.26.432.4.255 2.667-3.359 5.911-5.551 11.04-5.593.115 0 .219.136.219.25v3.385c0 .364.484.526.755.276l7.4-6.994A.575.575 0 0 0 20 9.15c-.005-.167-.047-.36-.177-.484Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    border-radius: 4px;
    cursor: pointer;
}
.share__toggle:hover {
    background-color: #39833c;
}
.share__content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 15px;
    margin-right: calc(-50% - -14px);
    padding: 10px 3px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 5;
}
.share__content:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.share__content--visible {
    display: block;
    -webkit-animation: fadein 0.2s;
    -moz-animation: fadein 0.2s;
    -ms-animation: fadein 0.2s;
    -o-animation: fadein 0.2s;
    animation: fadein 0.2s;
}
.report-problem,
.expand-wrap {
    display: flex;
    cursor: pointer;
    font-size: 15px;
}
.actions-btns .favorites-button,
.actions-btns .report-problem,
.actions-btns .expand-wrap {
    margin: 0 0 0 5px;
}
.report-problem:hover,
.expand-wrap:hover {
    opacity: 0.8;
}
.report-problem:before,
.expand-wrap:before {
    content: "";
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.report-problem:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNMTIgMjJjNS41IDAgMTAtNC41IDEwLTEwUzE3LjUgMiAxMiAyIDIgNi41IDIgMTJzNC41IDEwIDEwIDEwWk0xMiA4djUiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMTEuOTk1IDE2aC4wMDkiLz48L3N2Zz4=);
}
.expand-wrap:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNOSAyMmg2YzUgMCA3LTIgNy03VjljMC01LTItNy03LTdIOUM0IDIgMiA0IDIgOXY2YzAgNSAyIDcgNyA3Wk0xOCA2IDYgMTgiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xOCAxMFY2aC00TTYgMTR2NGg0TTYgNmwxMiAxMk02IDEwVjZoNE0xOCAxNHY0aC00Ii8+PC9zdmc+);
}
.expand-wrap svg {
    margin-right: 10px;
}
.actions-btns {
    display: flex;
    flex-direction: row;
}
.play-btn {
    width: 128px;
    height: 128px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-left: -64px;
    margin-top: -64px;
    cursor: pointer;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455 455'%3E%3Cpath d='M227.5 0C101.855 0 0 101.855 0 227.5S101.855 455 227.5 455 455 353.145 455 227.5 353.145 0 227.5 0zm-61.438 321.575v-188.15L328.938 227.5l-162.876 94.075z' fill='%23ffffff' /%3E%3C/svg%3E");
}
.play-btn:hover {
    opacity: 0.8;
}
.box__game-iframe {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
}
.box__game-iframe.fullscreen {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1020;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    align-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    background: #000;
}
.game__info {
    float: right;
    clear: right;
    width: 340px;
}
.list__dotted {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}
.list__dotted li {
    border-bottom: 1px dashed #475158;
    position: relative;
    padding: 0;
    margin-bottom: 18px;
    line-height: normal;
}
.list__dotted li span {
    background-color: #000;
    margin: 0;
}
.list__dotted li span.list-label,
.list__dotted li span.list-value {
    bottom: -5px;
    font-size: 18px;
    line-height: 16px;
}
.list__dotted span.list-label {
    position: relative;
    margin-right: 7em;
    padding-right: 2px;
}
.list__dotted span.list-value {
    position: absolute;
    right: 0;
    padding-left: 2px;
}
.list__dotted a {
    color: #fff;
}
.item__header .heading__section {
    color: #fff;
}
.list-rhombus {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-rhombus li {
    padding-left: 20px;
    position: relative;
}
.list-rhombus li + li {
    margin-top: 10px;
}
.list-rhombus li:not(.nostyle):before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    left: 0;
    top: 9px;
}
.list-rhombus a {
    color: #fff;
}
.table-contents {
    padding: 20px 15px;
    border: solid 1px #e0e0e0;
    background: #fff;
}
.table-contents p {
    margin: 0;
}
.exit__fullscreen {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
    border: 0;
    background: none;
    fill: #fff;
    padding: 0;
    display: none;
    cursor: pointer;
    z-index: 1;
}
.exit__fullscreen svg {
    width: 32px;
    height: 32px;
}
.box__game-iframe.fullscreen .exit__fullscreen {
    display: block;
}
@media (min-width: 576px) {
    .actions-btns .favorites-button,
    .actions-btns .report-problem,
    .actions-btns .expand-wrap {
        margin: 0 0 0 13px;
    }
    .actions-btns .expand-wrap:before {
        margin-right: 10px;
    }
}
@media (min-width: 1140px) {
    .item__header {
        margin-left: -30px;
        margin-right: 30px;
        width: calc(100% + 60px);
    }
}
@media (max-width: 1140px) {
    .box__game-main {
        height: 30vh;
    }
}
@media (min-width: 768px) and (max-width: 1140px) {
    .item__header {
        margin-left: -15px;
        margin-right: 15px;
        width: calc(100% + 30px);
        border-radius: 0;
    }
    .game__code {
        max-width: 100%;
    }
    .box__game-main img {
        width: 100%;
        object-fit: cover;
    }
    .game__info {
        float: right;
        clear: right;
        width: 100%;
        margin: 30px 0;
    }
    .game__info .btn-red,
    .game__info .btn-yellow,
    .game__info .btn-green {
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 767.8px) {
    .item__header {
        margin-left: -15px;
        margin-right: 15px;
        width: calc(100% + 30px);
        border-radius: 0;
        padding: 0 15px 30px;
    }
    .game__code {
        max-width: 100%;
    }
    .game__info {
        float: right;
        clear: right;
        width: 100%;
        margin: 30px 0;
    }
    .game__info .btn-red,
    .game__info .btn-yellow,
    .game__info .btn-green {
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .play-btn {
        width: 64px;
        height: 64px;
        margin-left: -32px;
        margin-top: -32px;
    }
    .play-btn svg {
        width: 64px;
        height: 64px;
    }
    .game-title {
        font-size: 25px;
    }
    .list__dotted span.list-label {
        white-space: nowrap;
    }
    .game__code {
        height: inherit;
    }
    .box__game-iframe {
        padding-top: 56.25%;
    }
    .box__game-iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}
.game__died {
    position: absolute;
    background: rgba(36, 37, 38, 0.85);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
}
.game__died-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 22px;
}
.game__died-text:before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ0NjFfMjgxNTg0KSI+PHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iMTIiIGZpbGw9IiNmZmYiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS4wMDIgMTEuOTljMCA2LjU0NyA1LjM2NCAxMS45OSAxMS45ODkgMTEuOTkgNi41NDYgMCAxMS45ODktNS40NDMgMTEuOTg5LTExLjk5QzIzLjk4IDUuMzY3IDE4LjUzNy4wMDMgMTEuOTkuMDAzIDUuMzY3LjAwMi4wMDMgNS4zNjYuMDAzIDExLjk5MVptMTYuMTY5IDYuNjI2LTQuMTgtNC4xOC00LjE4IDQuMTgtMi40NDYtMi40NDUgNC4xMDItNC4xOC00LjEwMi00LjE4TDcuODEgNS4yODdsNC4xOCA0LjE4IDQuMTAyLTQuMTggMi41MjQgMi41MjQtNC4xOCA0LjE4IDQuMTggNC4xOC0yLjQ0NSAyLjQ0NVoiIGZpbGw9IiNEODIxM0YiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF80NDYxXzI4MTU4NCI+PHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iMTIiIGZpbGw9IiNmZmYiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
}
@media (min-width: 768px) {
    .game__died-text {
        font-size: 34px;
        line-height: 36px;
        font-weight: bold;
    }
    .game__died-text:before {
        width: 32px;
        height: 32px;
    }
}
.box__subpage {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: -30px;
}
.page-list {
    list-style: none;
    display: flex;
    align-items: flex-end;
    padding: 0;
    margin: 0;
}
.page-list li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #3f4143;
    background: #e3e4e5;
    border-right: 1px solid #b2b7ba;
    border-bottom: 1px solid #b2b7ba;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    white-space: nowrap;
}
.page-list li a:hover {
    background: #cccdce;
}
.page-list li.active a {
    height: 41px;
    background: #fff;
    color: #4caf50;
    border-top: 3px solid #4caf50;
    border-left: 1px solid #4caf50;
    border-right: 1px solid #4caf50;
    border-bottom: 0;
}
@media (max-width: 768px) {
    .page-list {
        overflow-x: scroll;
    }
    .page-list li a {
        width: auto;
        padding: 0 30px;
    }
    .page-list::-webkit-scrollbar {
        height: 5px;
        margin-top: 1px;
        background: #fff;
    }
    .page-list::-webkit-scrollbar-track {
        background: #fff;
        height: 5px;
    }
    .page-list::-webkit-scrollbar-thumb {
        border-radius: 2px;
        height: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5);
        background: rgba(0, 0, 0, 0.3);
    }
}

/* === Casino List Styles === */
.casino-list-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.casino-list-item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.08);
    padding: 28px 32px;
    gap: 24px;
    position: relative;
}
.casino-list-logo-badge-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    margin-bottom: 0;
}
.casino-list-logo {
    width: 96px;
    height: 96px;
    min-width: 96px;
    object-fit: contain;
    border-radius: 14px;
    background: #f5f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.casino-list-badge {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    padding: 6px 18px;
    color: #fff;
    margin: 0;
    white-space: nowrap;
}
.casino-list-info {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.casino-list-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 4px;
}
.casino-list-desc {
    color: #6b7280;
    font-size: 1rem;
    margin-bottom: 0;
}
.casino-list-bonus {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    background: #181c2b;
    border-radius: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0 24px;
    padding: 16px 24px;
}
.casino-list-bonus .bonus-label {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 4px;
}
.casino-list-bonus .bonus-value {
    font-size: 2rem;
    color: #ff2250;
    font-weight: 800;
}
.casino-list-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}
.casino-list-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 8px;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
}
.casino-list-btn--play {
    background: #ff2250;
    color: #fff;
}
.casino-list-btn--play:hover {
    background: #d90c3a;
}
.casino-list-btn--download {
    background: #f5f5f7;
    color: #181c2b;
    border: 1px solid #e5e7eb;
}
.casino-list-btn--download:hover {
    background: #e5e7eb;
}

/* === Мобильная адаптация === */
@media (max-width: 900px) {
    .casino-list-item {
        flex-direction: column;
        align-items: stretch;
        padding: 20px 8px;
        gap: 16px;
    }
    .casino-list-logo-badge-row {
        justify-content: center;
        margin-bottom: 8px;
    }
    .casino-list-logo {
        width: 80px;
        height: 80px;
        min-width: 80px;
    }
    .casino-list-badge {
        font-size: 14px;
        padding: 5px 14px;
    }
    .casino-list-info {
        align-items: center;
        text-align: center;
    }
    .casino-list-bonus {
        margin: 16px 0;
        min-width: 0;
        width: 100%;
    }
    .casino-list-actions {
        flex-direction: row;
        gap: 10px;
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 600px) {
    .casino-list-item {
        padding: 10px 2px;
        gap: 8px;
    }
    .casino-list-logo {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }
    .casino-list-badge {
        font-size: 13px;
        padding: 4px 10px;
    }
    .casino-list-title {
        font-size: 1rem;
    }
    .casino-list-bonus {
        font-size: 1rem;
        padding: 10px 8px;
    }
    .casino-list-btn {
        font-size: 0.95rem;
        padding: 10px 10px;
    }
}

/* === ПК-стили для casino-list-item: всё в одну строку через flex === */
@media (min-width: 901px) {
  .casino-list-item {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    min-height: 120px;
    padding: 20px 32px;
    gap: 32px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.08);
    margin-bottom: 24px;
  }
  .casino-list-logo-badge-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
    min-width: 120px;
  }
  .casino-list-logo {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 12px;
    margin: 0;
  }
  .casino-list-badge {
    margin: 0;
    font-size: 14px;
    padding: 4px 14px;
    white-space: nowrap;
  }
  .casino-list-info {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    gap: 6px;
    min-width: 180px;
    max-width: 340px;
  }
  .casino-list-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 2px;
  }
  .casino-list-desc {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 0;
  }
  .casino-list-bonus {
    min-width: 160px;
    width: 160px;
    padding: 12px 0;
    margin: 0 16px;
    border-radius: 10px;
    font-size: 1.1rem;
    align-items: center;
    justify-content: center;
    background: #181c2b;
    display: flex;
    flex-direction: column;
  }
  .casino-list-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    justify-content: center;
    min-width: 140px;
  }
  .casino-list-btn {
    width: 100%;
    min-width: 120px;
    justify-content: center;
  }
}

/* === ПК-стили для casino-list-inner: всё в одну строку через flex === */
@media (min-width: 901px) {
  .casino-list-inner {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    min-height: 120px;
    padding: 20px 32px;
    gap: 32px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.08);
    margin-bottom: 24px;
  }
  .casino-list-logo-badge-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
    min-width: 120px;
  }
  .casino-list-logo {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 12px;
    margin: 0;
  }
  .casino-list-badge {
    margin: 0;
    font-size: 14px;
    padding: 4px 14px;
    white-space: nowrap;
  }
  .casino-list-info {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 6px;
    min-width: 180px;
    max-width: 340px;
  }
  .casino-list-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 2px;
  }
  .casino-list-desc {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 0;
  }
  .casino-list-bonus {
    min-width: 160px;
    width: 160px;
    padding: 12px 0;
    margin: 0 16px;
    border-radius: 10px;
    font-size: 1.1rem;
    align-items: center;
    justify-content: center;
    background: #181c2b;
    display: flex;
    flex-direction: column;
  }
  .casino-list-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    justify-content: center;
    min-width: 140px;
  }
  .casino-list-btn {
    width: 100%;
    min-width: 120px;
    justify-content: center;
  }
}

@media (min-width: 901px) {
  .casino-list-item {
    padding: 0;
    background: none;
    box-shadow: none;
    margin-bottom: 32px;
  }
  .casino-list-inner {
    display: flex !important;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    min-height: 140px;
    padding: 32px 40px;
    gap: 32px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.08);
    margin-bottom: 0;
  }
  .casino-list-logo-badge-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
    min-width: 120px;
  }
  .casino-list-logo {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 12px;
    margin: 0;
  }
  .casino-list-badge {
    margin: 0;
    font-size: 14px;
    padding: 4px 14px;
    white-space: nowrap;
  }
  .casino-list-info {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    gap: 6px;
    min-width: 180px;
    max-width: 340px;
    justify-content: center;
  }
  .casino-list-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 2px;
  }
  .casino-list-desc {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 0;
  }
  .casino-list-bonus {
    min-width: 220px;
    width: 320px;
    padding: 18px 0 18px 0;
    margin: 0 24px;
    border-radius: 12px;
    font-size: 1.1rem;
    align-items: center;
    justify-content: center;
    background: #181c2b;
    display: flex;
    flex-direction: column;
  }
  .casino-list-bonus .bonus-label {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 8px;
  }
  .casino-list-bonus .bonus-value {
    font-size: 2.2rem;
    color: #ff2250;
    font-weight: 800;
    padding: 8px 0 0 0;
    letter-spacing: 1px;
  }
  .casino-list-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    justify-content: center;
    min-width: 140px;
	width: 300px;
  }
  .casino-list-btn {
    width: 100%;
    min-width: 120px;
    justify-content: center;
  }
}
