img:is([sizes='auto' i], [sizes^='auto,' i]) {
	contain-intrinsic-size: 3000px 1500px;
}

:root {
	--wp--preset--aspect-ratio--square: 1;
	--wp--preset--aspect-ratio--4-3: 4/3;
	--wp--preset--aspect-ratio--3-4: 3/4;
	--wp--preset--aspect-ratio--3-2: 3/2;
	--wp--preset--aspect-ratio--2-3: 2/3;
	--wp--preset--aspect-ratio--16-9: 16/9;
	--wp--preset--aspect-ratio--9-16: 9/16;
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
		135deg,
		rgba(6, 147, 227, 1) 0%,
		rgb(155, 81, 224) 100%
	);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
		135deg,
		rgb(122, 220, 180) 0%,
		rgb(0, 208, 130) 100%
	);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
		135deg,
		rgba(252, 185, 0, 1) 0%,
		rgba(255, 105, 0, 1) 100%
	);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
		135deg,
		rgba(255, 105, 0, 1) 0%,
		rgb(207, 46, 46) 100%
	);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
		135deg,
		rgb(238, 238, 238) 0%,
		rgb(169, 184, 195) 100%
	);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
		135deg,
		rgb(74, 234, 220) 0%,
		rgb(151, 120, 209) 20%,
		rgb(207, 42, 186) 40%,
		rgb(238, 44, 130) 60%,
		rgb(251, 105, 98) 80%,
		rgb(254, 248, 76) 100%
	);
	--wp--preset--gradient--blush-light-purple: linear-gradient(
		135deg,
		rgb(255, 206, 236) 0%,
		rgb(152, 150, 240) 100%
	);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(
		135deg,
		rgb(254, 205, 165) 0%,
		rgb(254, 45, 45) 50%,
		rgb(107, 0, 62) 100%
	);
	--wp--preset--gradient--luminous-dusk: linear-gradient(
		135deg,
		rgb(255, 203, 112) 0%,
		rgb(199, 81, 192) 50%,
		rgb(65, 88, 208) 100%
	);
	--wp--preset--gradient--pale-ocean: linear-gradient(
		135deg,
		rgb(255, 245, 203) 0%,
		rgb(182, 227, 212) 50%,
		rgb(51, 167, 181) 100%
	);
	--wp--preset--gradient--electric-grass: linear-gradient(
		135deg,
		rgb(202, 248, 128) 0%,
		rgb(113, 206, 126) 100%
	);
	--wp--preset--gradient--midnight: linear-gradient(
		135deg,
		rgb(2, 3, 129) 0%,
		rgb(40, 116, 252) 100%
	);
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
		6px 6px rgba(0, 0, 0, 1);
	--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
	gap: 0.5em;
}

:where(.is-layout-grid) {
	gap: 0.5em;
}

:where(.wp-block-post-template.is-layout-flex) {
	gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
	gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
	gap: 2em;
}

:root :where(.wp-block-pullquote) {
	font-size: 1.5em;
	line-height: 1.6;
}

@font-face {
	font-display: swap;
	font-family: Roboto;
	src: url('/assets/fonts/Roboto-Bold.eot');
	src: local('Roboto Bold'), local('Roboto-Bold'),
		url('/assets/fonts/Roboto-Bold.eot#iefix') format('embedded-opentype'),
		url('/assets/fonts/Roboto-Bold.woff2') format('woff2'),
		url('/assets/fonts/Roboto-Bold.woff') format('woff'),
		url('/assets/fonts/Roboto-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: Roboto;
	src: url('/assets/fonts/Roboto-Regular.eot');
	src: local('Roboto'), local('Roboto-Regular'),
		url('/assets/fonts/Roboto-Regular.eot#iefix') format('embedded-opentype'),
		url('/assets/fonts/Roboto-Regular.woff2') format('woff2'),
		url('/assets/fonts/Roboto-Regular.woff') format('woff'),
		url('/assets/fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-display: swap;
	font-family: Roboto;
	src: url('/assets/fonts/Roboto-Medium.eot');
	src: local('Roboto Medium'), local('Roboto-Medium'),
		url('/assets/fonts/Roboto-Medium.eot#iefix') format('embedded-opentype'),
		url('/assets/fonts/Roboto-Medium.woff2') format('woff2'),
		url('/assets/fonts/Roboto-Medium.woff') format('woff'),
		url('/assets/fonts/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

a,
address,
b,
body,
code,
div,
dl,
dt,
em,
fieldset,
footer,
form,
h1,
h2,
h3,
header,
html,
iframe,
label,
legend,
li,
object,
ol,
p,
section,
small,
span,
strong,
table,
tbody,
tr,
tt,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

footer,
header,
section {
	display: block;
	position: relative;
}

ol,
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	outline: 0 !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	display: inline-block;
	text-decoration: none;
}

button {
	cursor: pointer;
}

button,
input,
select {
	display: inline-block;
	padding: 0;
	border: 0;
}

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

input[type='number'] {
	-moz-appearance: textfield;
}

img {
	max-width: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #01002f;
	font-family: Roboto;
}

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

:root {
	--swiper-theme-color: #007aff;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-wrapper {
	transform: translate3d(0, 0, 0);
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after {
	content: 'prev';
}

.swiper-button-next {
	right: 10px;
	left: auto;
}

.swiper-button-next:after {
	content: 'next';
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 0.3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: 1s linear infinite swiper-preloader-spin;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.G-flex {
	display: flex;
}

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

.G-justify-center {
	justify-content: center;
	display: flex;
}

.G-justify-between {
	justify-content: space-between;
	display: flex;
}

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

.G-flex-column {
	flex-direction: column;
	display: flex;
}

.G-flex-wrap {
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
}

header {
	background: #000013;
	padding: 8px 0;
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
}

.header-btn {
	gap: 10px;
}

.logo {
	width: 100px;
}

.btn {
	background: linear-gradient(90deg, #00ff8c 0%, #005299 100%);
	color: #fff;
	padding: 9px 15px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 100px;
	font-size: 12px;
	transition: 0.2s;
}

.btn-line {
	color: #fff;
	padding: 8px 14px;
	border: 1px solid #00ff8c;
	background: unset;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 100px;
	font-size: 12px;
	transition: 0.2s;
}

.btn-line:hover {
	background: linear-gradient(90deg, #00ff8c 0%, #005299 100%);
}

.home-bonus-main {
	margin-top: 90px;
}

.home-bonus-cnt {
	gap: 25px;
	flex-direction: column;
}

.home-bonus-card {
	background: #ffffff1a;
	width: 100%;
	height: 209px;
	border-radius: 20px;
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom 0 right -10px;
	background-size: auto 100%;
}

.home-bonus-fon {
	padding: 11px 15px;
	z-index: 11;
	position: relative;
}

.home-bonus-photo {
	position: absolute;
	right: 1%;
	width: 190px;
	bottom: -3px;
	display: flex;
	z-index: 9;
}

.home-bonus-title-first {
	font-weight: 900;
	font-size: 36px;
	color: #fff;
}

.home-bonus-last {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
}

.home-bonus-prize-prefix {
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	margin-top: 10px;
}

.home-bonus-second-line {
	background: linear-gradient(180deg, #ffc700 26.48%, #ff8a00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
	margin-top: 4px;
}

.home-bonus-fon .btn {
	margin-top: 10px;
	font-size: 14px;
	padding: 10px 20px;
}

.home-bonus-card-sport .home-bonus-fon {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.home-bonus-photo img {
	width: 100%;
}

.bon-pic-left {
	display: none;
}

.home-bonus-card-sport .home-bonus-photo {
	right: auto;
	left: -8px;
}

.home-bonus-card-sport .home-bonus-photo img {
	border-radius: 0 0 0 30px;
}

.home-bonus-card-sport .home-bonus-last {
	text-align: right;
}

.home-bonus-card-sport .home-bonus-prize-prefix {
	text-align: right;
}

.home-bonus-card-sport:before {
	background: linear-gradient(264.74deg, #00cfa6cc, #00cfa600);
	z-index: 11;
	transform: rotate(180deg);
}

.home-bonus-card-sport:after {
	border: 1px solid #00cfa6cc;
}

.ui-block-sec {
	margin-top: 80px;
}

.ui-block-wrapper {
	gap: 8px;
}

.ui-block-title {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #d2eeed;
}

.block-description {
	color: #d2eeed;
	margin-top: -2px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 18px;
}

.block-highlight-green {
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0) 0,
		#04cfaa 50%,
		rgba(0, 0, 0, 0) 100%
	);
	width: calc(100% + 2rem);
	height: 1px;
}

.ui-block-sport {
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ui-block-sport-box {
	background-image: url('/assets/images/stadion.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 10px;
	border-radius: 10px;
	position: relative;
}

.ui-block-sport-box:after {
	background: linear-gradient(
		180deg,
		rgba(3, 23, 23, 0) 0,
		rgba(3, 23, 23, 0.9) 26.04%,
		#00100e 100%
	);
	bottom: 0;
	content: '';
	height: 98px;
	left: 0;
	position: absolute;
	width: 100%;
	border-radius: 10px;
}

.mobile-participant-time {
	align-items: center;
	background: rgba(13, 16, 22, 0.6);
	color: #d2eeed;
	display: flex;
	height: 1rem;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 84px;
	font-size: 0.625rem;
	line-height: 0.875rem;
	font-weight: 400;
}

.mobile-participant-time:after {
	border-left: 42px solid transparent;
	border-right: 42px solid transparent;
	border-top: 0.5rem solid rgba(13, 16, 22, 0.6);
	content: '';
	height: 0;
	position: absolute;
	top: 100%;
	width: 0;
}

.ui-block-sport-flex {
	margin-top: 15px;
	position: relative;
	z-index: 1;
}

.ui-block-sport-left {
	gap: 10px;
	width: 33.333333%;
}

.ui-block-sport-logo {
	width: 48px;
	height: 48px;
}

.ui-block-sport-left strong {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}

.ui-block-sport-center {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	width: 33.333333%;
}

.ui-block-sport-center small {
	text-align: center;
	display: block;
}

.ui-block-sport-flex {
	gap: 5px;
	position: relative;
	z-index: 1;
}

.ui-block-sport-count {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #3b6f6d;
	padding: 4px 15px;
}

.ui-block-sport-count small {
	color: #3b6f6d;
	margin-bottom: 2px;
	font-size: 10px;
}

.ui-block-sport-count span {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}

.go-to-sport {
	position: relative;
	display: flex;
	color: #fff;
	padding: 10px 14px;
	background: unset;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	margin: 25px auto 0 auto;
	max-width: 350px;
	width: 100%;
	border-radius: 100px;
	transition: 0.3s;
	z-index: 0;
}

.go-to-sport::before {
	content: '';
	position: absolute;
	inset: 0;
	padding: 1px; /* толщина рамки */
	border-radius: inherit;
	background: linear-gradient(90deg, #00ff8c 0%, #005299 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1;
}

/* Дополнительно — эффект наведения */
.go-to-sport:hover {
	background: linear-gradient(90deg, #00ff8c 0%, #005299 100%);
	color: #fff;
}

.block-highlight-red {
	background: #00f48d;
	width: calc(100% + 2rem);
	height: 1px;
}

.ui-casino-sec {
	margin-top: 80px;
}

.ui-casino-head-scr {
	overflow-x: auto;
	display: flex;
	justify-content: center;
}

.ui-casino-head {
	margin-top: 15px;
	gap: 8px;
	padding-bottom: 6px;
	white-space: nowrap;
	width: 500px;
}

.ui-casino-href {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	gap: 8px;
	padding: 8px;
}

.ui-casino-href small {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	white-space: nowrap;
	opacity: 0.5;
}

.casino-href-act small {
	opacity: 1;
}

.ui-casino-href-icon {
	width: 22px;
	height: 22px;
}

.ui-casino-href-icon svg {
	width: 100%;
	height: 100%;
}

.ui-casino-href-icon svg rect {
	fill: #cac9fd;
}

.ui-casino-href-icon svg path {
	fill: #cac9fd;
}

.casino-href-act .ui-casino-href-icon svg rect {
	fill: #00ff8c;
}

.casino-href-act .ui-casino-href-icon svg path {
	fill: #00ff8c;
}

.all-games {
	margin-top: 20px;
	gap: 6px;
}

.all-games-box {
	width: 49%;
	position: relative;
	border-radius: 6px;
	transition: 0.3s;
}

.all-games-box img {
	border-radius: 6px;
	width: 100%;
}

.all-games-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: rgba(0, 0, 0, 0.7);
	transition: 0.3s;
	opacity: 0;
}

.all-games-box:hover .all-games-info {
	opacity: 1;
}

.all-games-info .slot_title {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 5px 5px 10px;
	color: #fff;
}

.play-game {
	background: #00ff8c;
	color: #fff;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 10px;
	font-size: 14px;
	gap: 6px;
	transition: 0.3s;
}

.play-game svg {
	width: 24px;
	height: 24px;
}

.play-game-demo {
	background: unset;
	border-radius: 10px;
	padding: 10px 15px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #fff;
	transition: 0.3s;
}

.mobile-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 2px;
	align-items: stretch;
	z-index: 600;
	box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.4);
	background-color: #00100e;
	transition: bottom 0.6s;
	padding-bottom: env(safe-area-inset-bottom, 1rem);
}

.mobile-fixed-href {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	padding: 10px 8px;
}

.mobile-fixed-icon {
	display: flex;
	width: 24px;
	height: 24px;
}

.mobile-fixed-icon svg path {
	fill: #2a4241;
}

.mobile-href-act .mobile-fixed-icon svg path {
	fill: #00ff8c;
}

.mobile-fixed-href:hover .mobile-fixed-icon svg path {
	fill: #00ff8c;
}

.mobile-fixed-href span {
	font-size: 11px;
	line-height: 14px;
	font-weight: 400;
	color: #2a4241;
	text-align: center;
}

.bonus-promo-codes {
	margin-top: 30px;
}

.top-event-card {
	display: none;
}

.description-casino {
	margin-top: 40px;
}

.promo-conditions {
	color: #cac9fd;
	line-height: 1.6;
	font-size: 15px;
}

.promo-conditions h3 {
	color: #fff;
	margin-top: 20px;
}

.promo-conditions ol,
.promo-conditions ul {
	margin-left: 20px;
	list-style-type: decimal;
}

.promo-conditions a {
	color: #ffc800;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.home-bonus-cnt {
		flex-direction: row;
	}

	.all-games-box {
		width: calc(33.3333333% - 4px);
	}

	.ui-block-sport {
		margin-top: 15px;
		display: flex;
		flex-direction: row;
		gap: 10px;
		flex-wrap: wrap;
	}

	.ui-block-sport-box {
		width: calc(50% - 6px);
		background-image: unset;
		padding: 0;
		background: #031717;
	}

	.ui-block-sport-flex {
		padding: 0 5px 5px;
	}

	.ui-block-sport-box:after {
		display: none;
	}

	.event-card-sport {
		gap: 4px;
	}

	.mobile-participant-time {
		display: none;
	}

	.top-event-card {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		color: #4c8c89;
		padding: 0.5rem 0.75rem;
		border-bottom: 1px solid #2a4241;
		border-radius: 0.25rem 0.25rem 0 0;
		background: #021f1e;
		font-size: 0.75rem;
		line-height: 1rem;
		font-weight: 400;
	}

	.block-highlight-green {
		width: calc(100% + -15rem);
	}

	.block-highlight-red {
		width: calc(100% + -15rem);
	}

	.ui-casino-sec {
		margin-top: 60px;
	}
}

@media (min-width: 1024px) {
	.all-games-box {
		width: calc(25% - 5px);
	}

	.home-bonus-fon {
		padding: 29px;
	}

	.home-bonus-card {
		height: 320px;
	}

	.home-bonus-title-first {
		font-size: 52px;
	}

	.home-bonus-last {
		font-size: 36px;
		line-height: 40px;
		color: #fff;
	}

	.home-bonus-prize-prefix {
		font-size: 32px;
		line-height: 32px;
		margin-top: 14px;
	}

	.home-bonus-second-line {
		font-size: 56px;
		line-height: 56px;
		margin-top: 10px;
	}

	.home-bonus-fon .btn {
		margin-top: 12px;
		font-size: 15px;
		padding: 10px 20px;
		font-weight: 500;
	}

	.home-bonus-photo {
		right: 1%;
		width: 309px;
		bottom: 4px;
	}

	.home-bonus-card-sport .home-bonus-fon {
		flex-direction: column;
		align-items: start;
	}

	.home-bonus-card-sport .home-bonus-last {
		text-align: left;
	}

	.home-bonus-card-sport .home-bonus-prize-prefix {
		text-align: left;
	}

	.bon-pic-left {
		display: block;
	}

	.bon-casino-right {
		display: none;
	}

	.home-bonus-card-sport .home-bonus-photo {
		right: 0;
		left: auto;
	}

	.home-bonus-card-sport:before {
		transform: rotate(0);
	}

	.ui-block-sport-box {
		width: calc(33% - 6px);
	}

	.btn {
		font-size: 14px;
	}

	.btn-line {
		font-size: 14px;
	}
}

@media (min-width: 1180px) {
	.all-games-box {
		width: calc(20% - 5px);
	}
}

@media (min-width: 1280px) {
	.mobile-fixed {
		display: none;
	}

	.all-games-box {
		width: calc(16.666666% - 5px);
	}

	.btn {
		font-size: 16px;
	}

	.btn-line {
		font-size: 16px;
	}

	.logo {
		width: 110px;
	}

	.home-bonus-main {
		margin-top: 110px;
	}

	.block-highlight-red {
		width: calc(100% + -55rem);
	}

	.block-highlight-green {
		width: calc(100% + -55rem);
	}
}

footer {
	margin-top: 60px;
	padding-bottom: 90px;
}

footer .container {
	position: relative;
}

.footer-main {
	gap: 15px;
	position: relative;
	padding-top: 15px;
}

.footer-main:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(
		90deg,
		rgba(30, 35, 46, 0) 0,
		rgba(128, 133, 143, 0.252417) 27.6%,
		rgba(128, 133, 143, 0.5) 52.62%,
		rgba(128, 133, 143, 0.291283) 74.48%,
		rgba(13, 16, 22, 0) 100%
	);
}

.footer-box-parent {
	margin-top: 5px;
}

.footer-box-click {
	display: flex;
	width: 100%;
	position: relative;
	transition: 0.3s;
	cursor: pointer;
}

footer .f_title {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #d2eeed;
}

.footer-box-click:after {
	content: '';
	position: absolute;
	top: 3px;
	right: 5px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #d2eeed;
	border-right: 1px solid #d2eeed;
	transform: rotate(135deg);
	opacity: 0.6;
	transition: 0.3s;
}

.footer-box-drop {
	margin-top: 10px;
	display: none;
}

.footer-parent-act .footer-box-drop {
	display: block;
}

.footer-parent-act .footer-box-click:after {
	transform: rotate(-45deg);
	top: 6px;
}

.footer-box-drop ul {
	list-style-type: disc;
	margin-left: 20px;
	gap: 4px;
}

.footer-box-drop li {
	color: #cac9fd;
}

.footer-box-drop a {
	color: #cac9fd;
	font-size: 12px;
	transition: 0.3s;
}

.footer-box-drop a:hover {
	color: #fff;
}

.padershka-cnt {
	position: relative;
	padding-top: 15px;
}

.padershka-cnt:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(
		90deg,
		rgba(30, 35, 46, 0) 0,
		rgba(128, 133, 143, 0.252417) 27.6%,
		rgba(128, 133, 143, 0.5) 52.62%,
		rgba(128, 133, 143, 0.291283) 74.48%,
		rgba(13, 16, 22, 0) 100%
	);
}

.padershka-fl {
	margin-top: 10px;
	gap: 8px;
}

.padershka-btn {
	gap: 8px;
	color: #3b6f6d;
	padding: 8px 15px;
	border: 1px solid #3b6f6d;
	border-radius: 6px;
	width: 50%;
	background: unset;
	transition: 0.3s;
}

.padershka-btn:hover {
	color: #fff;
}

.padershka-btn svg {
	width: 24px;
	height: 24px;
	color: #3b6f6d;
}

.padershka-btn:hover svg {
	color: #fff;
}

.bonus-promo-codes {
	margin-top: 25px;
}

.footer-logos {
	width: 100%;
}

.logos-providers-scr {
	overflow-x: auto;
	padding-bottom: 10px;
}

.logos-providers {
	width: max-content;
	justify-content: center;
}

.logos-providers {
	gap: 8px;
}

.logos-providers img {
	height: 1.5rem;
	width: auto;
	transition: 0.3s;
}

.logos-providers img:hover {
}

.logos-payments-scr {
	margin-top: 15px;
	overflow-x: auto;
	padding-bottom: 10px;
}

.logos-payments {
	gap: 15px;
	justify-content: center;
}

.logos-payments img {
	height: 1.5rem;
	width: auto;
	transition: 0.3s;
}

.bonus-promo-flex {
	margin-top: 25px;
}

.bonus-promo-gap {
	margin-top: 10px;
	gap: 8px;
}

.bonus-promo-link {
	gap: 4px;
}

.bonus-promo-link span {
	color: #2a4241;
	font-size: 12px;
	line-height: 16px;
	display: block;
}

.bonus-promo-link a {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #d2eeed;
}

.our-social-networks {
	margin-top: 15px;
}

.our-social-networks-soc {
	margin-top: 8px;
	gap: 4px;
}

.social-networks-link {
	width: 40px;
	transition: 0.3s;
}

.social-networks-link:hover {
}

.our-applications {
	margin-top: 25px;
}

.footer-apps-icon {
	margin-top: 10px;
	width: 120px;
	height: 40px;
	color: #d2eeed;
	border: 1px solid #d2eeed;
	border-radius: 0.25rem;
	overflow: hidden;
	display: flex;
}

.legal-license-age {
	color: #cac9fd;
	border: 1px solid #cac9fd;
	border-radius: 1.5px;
	padding: 6px 0.25rem;
	font-size: 13px;
	line-height: 18px;
	position: absolute;
	right: 20px;
	bottom: 0;
}

@media (min-width: 1024px) {
	.footer-box-drop {
		display: block;
	}

	.footer-box-click:after {
		display: none;
	}

	.footer-main {
		flex-direction: row;
		justify-content: space-between;
	}

	.footer-main:before {
		display: none;
	}

	.padershka-fl {
		flex-direction: column;
	}

	.padershka-btn {
		width: 100%;
	}

	.padershka-cnt {
		padding-top: 0;
	}

	.padershka-cnt:before {
		display: none;
	}

	.bonus-promo-codes {
		margin-top: 20px;
		display: flex;
		flex-direction: column-reverse;
		gap: 30px;
	}

	.bonus-promo-flex {
		margin-top: 24px;
		flex-direction: row;
		align-items: flex-start;
		gap: 150px;
	}

	.bonus-promo-gap {
		flex-direction: row;
		gap: 20px;
	}

	.our-social-networks {
		margin-top: 0;
	}

	.logos-providers img {
		height: 2.3rem;
	}

	.logos-payments img {
		height: 2.3rem;
	}

	.our-applications {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.legal-license-age {
		position: absolute;
		right: auto;
		left: 20px;
		bottom: 50px;
	}

	.padershka-cnt {
		max-width: 200px;
		width: 100%;
	}
}

@media (min-width: 1180px) {
	.logos-providers img {
		height: 40px;
	}

	.logos-payments img {
		height: 38px;
	}
}

.footer_copy {
	margin-top: 25px;
	color: #9b9b9b;
	text-align: center;
	font-size: 13px;
}

.footer_switcher {
	margin-top: 20px;
}

.promo-timer p {
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 400;
	display: block;
	text-align: center;
	color: #3b6f6d;
	margin-bottom: 5px;
}

.promo-timer {
	color: #c9f8f7;
	text-align: center;
}

.promo-timer small {
	font-size: 12px;
	color: #85a2a2;
}

.screenshots-slider {
	margin-top: 30px;
}

.promo-conditions h1 {
	font-size: 28px;
	color: #fff;
}

.promo-conditions ol,
.promo-conditions p,
.promo-conditions ul {
	margin-bottom: 15px;
}

.promo-conditions h2 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}

.promo-conditions h2 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}

#selectedLanguage {
	color: #fff;
	margin-left: 10px;
}

.language-dropdown img {
	width: 20px;
}

.language-dropdown {
	position: relative;
	display: inline-block;
}

.lang-button {
	background: #393939;
	border-radius: 7px;
	padding: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #000;
	border: 1px solid #595959;
	border-radius: 8px;
	z-index: 1;
	color: #fff;
	margin-top: 5px;
	width: 150px;
	bottom: 100%;
}

.lang-option {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
	padding: 10px;
}

.lang-option img {
	width: 20px;
	height: 15px;
	margin-right: 5px;
}

.lang-option:hover {
	background-color: #f0f0f0;
}

@media (max-width: 600px) {
	.dropdown-content {
		bottom: 100%;
		margin-bottom: 5px;
	}
}

.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #00ff8c;
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	transition: opacity 0.3s;
}

.scroll-to-top:hover {
	background-color: #00ff8c;
}

.arrow-up {
	font-size: 24px;
}

@media (max-width: 500px) {
	.scroll-to-top {
		bottom: 90px;
		right: 10px;
	}

	.legal-license-age {
		bottom: 47px;
	}
}

.pseudo-clearfy-link {
	color: #008acf;
	cursor: pointer;
}

.pseudo-clearfy-link:hover {
	text-decoration: none;
}
.rll-youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.rll-youtube-player:focus-within {
	outline: 2px solid currentColor;
	outline-offset: 5px;
}

.rll-youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: 0 0;
}

.rll-youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
}

.rll-youtube-player .play {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: var(--wpr-bg-040a501b-192c-49b7-8e69-acb45121adea) no-repeat
		center;
	background-color: transparent !important;
	cursor: pointer;
	border: none;
}

.rll-youtube-player,
[data-lazy-src] {
	display: none !important;
}

[data-wpr-lazyrender] {
	content-visibility: auto;
}

.img-cov {
	max-width: 605px;
	width: 100%;
	height: 100%;
}
.img-cov img {
	width: 100%;
	height: 100%;
}

.table {
	width: 100%;
	overflow-x: auto;
	margin: 15px auto;
}
.table table {
	width: 100%;
	border-collapse: collapse;
}
.table table td {
	padding: 10px 15px;
	border: 1px solid #fff;
}

@media (max-width: 768px) {
	.ui-casino-head {
		width: 100%;
		justify-content: flex-start;
	}
	.img-cov img {
		width: 100%;
		height: 100%;
	}
}
