@font-face {
	src: url("/sydneyjackpot-assets/sydneyjackpot-fonts/sydneyjackpot-cinzel-black.woff2")
		format("truetype");
	font-family: "cinzel-black";
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/sydneyjackpot-assets/sydneyjackpot-fonts/sydneyjackpot-lateef-bold.woff2")
		format("truetype");
	font-family: "lateef-bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/sydneyjackpot-assets/sydneyjackpot-fonts/sydneyjackpot-lateef-regular.woff2")
		format("truetype");
	font-family: "lateef-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-title: "cinzel-black", sans-serif;
	--font-text: "lateef-regular", sans-serif;
	--font-btn: "lateef-bold", sans-serif;

	--color-white: #fff;
	--color-red: #560a00;
	--color-title: #450800;
	--color-subtitle: #7f0f00;
	--color-btn: #e5402a;
	--color-elem: linear-gradient(254.06deg, #e5402a 30.48%, #7f2417 83.79%);
	--card-shadow: 0px 5px 10px 0px #00000059;
	--transition: all ease-in-out 0.5s;
}

*,
::after,
::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
ol,
li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}

body {
	background-color: var(--color-white);
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
	position: relative;
}

button {
	border: none;
	outline: none;
	cursor: pointer !important;
	background: none;
}

main,
footer {
	width: 100%;
	color: rgba(3, 3, 3, 1);
}

html {
	scroll-behavior: smooth;
}

img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	vertical-align: top;
}

header {
	width: 100%;
}

.sydneyjackpot--container__main {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

.sydneyjackpot__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Header */
.sydneyjackpot--header {
	width: 100%;
	padding: 1.25rem 0;
}

.sydneyjackpot--header__bg {
	width: 100%;
	background: var(--color-red);
}

.sydneyjackpot--header__container {
	width: 100%;
	display: flex;
	padding: 0.675rem 0;
	flex-direction: column;
	align-items: center;
}

.sydneyjackpot--menu {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.sydneyjackpot--header__logo {
	max-width: 109px;
	width: 100%;
	height: 62px;
}

.sydneyjackpot--menu__list {
	width: 100%;
	gap: 1.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sydneyjackpot--menu__list-item a {
	color: var(--color-white);
	font-size: 1.5rem;
	line-height: 100%;
	font-family: var(--font-text);
	font-weight: 400;
	text-transform: uppercase;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.sydneyjackpot--menu__list-item a:hover {
	text-shadow: 0 0 30px var(--color-white);
}

/* Welcom Section */
.sydneyjackpot--welcome {
	padding: 3.75rem 0;
}

.sydneyjackpot--welcome-container {
	display: flex;
	gap: 3.75rem;
	padding: 2.575rem 0;
	position: relative;
}

.sydneyjackpot--welcome---info {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	max-width: 932px;
	width: 100%;
	position: relative;
	z-index: 2;
}

.sydneyjackpot--welcome----title {
	font-family: var(--font-title);
	font-weight: 900;
	font-size: 3.75rem;
	line-height: 120%;
	color: var(--color-title);
	text-transform: uppercase;
	text-align: center;
}

.sydneyjackpot--welcome----btnbox {
	max-width: 582px;
	width: 100%;
	margin-inline: auto;
	display: flex;
	align-items: center;
	gap: 0.675rem;
}

.sydneyjackpot--welcome__play {
	max-width: 286px;
	width: 100%;
	height: 46px;
	background: var(--color-btn);
	display: flex;
	align-items: center;
	color: var(--color-white) !important;
	font-family: var(--font-title) !important;
	font-weight: 900 !important;
	font-size: 1.5rem !important;
	line-height: 100%;
	text-transform: uppercase;
	justify-content: center;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
	background: var(--color-btn);
}

.sydneyjackpot--welcome__play:hover {
	box-shadow: 0 0 20px var(--color-red);
}

.sydneyjackpot--welcome__sign {
	border: 2px solid var(--color-btn);
	color: var(--color-btn) !important;
	background: transparent;
}

.sydneyjackpot--welcome---image {
	background-image: url(/sydneyjackpot-assets/sydneyjackpot-img/sydneyjackpot-welcome/sydneyjackpot-croupie-roulette.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 441px;
	width: 100%;
	height: 376px;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
}

.sydneyjackpot--welcome--advantages {
	display: flex;
	gap: 0.675rem;
	justify-content: center;
}

.sydneyjackpot--welcome---elem {
	max-width: 149px;
	width: 100%;
	padding: 0.325rem 0.875rem;
	background: var(--color-elem);
	display: flex;
	flex-direction: column;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.sydneyjackpot--welcome----num {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 100%;
	text-transform: uppercase;
	color: var(--color-white);
	text-align: center;
}
.sydneyjackpot--welcome----text {
	font-family: var(--font-btn);
	font-weight: 700;
	font-size: 1rem;
	line-height: 120%;
	color: var(--color-white);
	text-transform: uppercase;
	text-align: center;
}

/* Games */
.sydneyjackpot--games {
	padding: 2.5rem 0 6rem;
}

.sydneyjackpot--games-container {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.sydneyjackpot--games--top {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	justify-content: space-between;
}

.sydneyjackpot--games---title {
	font-family: var(--font-title);
	font-weight: 900;
	font-size: 2.375rem;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	color: var(--color-title);
	max-width: 570px;
	width: 100%;
	margin-inline: auto;
}

.sydneyjackpot--games---line {
	height: 2px;
	max-width: 270px;
	width: 100%;
	background: linear-gradient(90deg, #560a00 0%, rgba(39, 47, 72, 0) 98.2%);
}

.sydneyjackpot--games---line:first-child {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.sydneyjackpot--games--cards {
	display: flex;
	gap: 1.875rem 2.75rem;
	flex-wrap: wrap;
	justify-content: center;
}

.sydneyjackpot--games---card {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
	padding: 2.5rem;
	background: var(--color-white);
	max-width: 360px;
	width: 100%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
	position: relative;
	box-shadow: var(--card-shadow);
}

.sydneyjackpot--games---card:hover {
	transform: translateY(-5px) scale(1.02);
	box-shadow: 0 12px 20px -5px var(--color-btn);
}

.sydneyjackpot--games----image {
	max-width: 280px;
	width: 100%;
	height: 320px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.sydneyjackpot--games---info {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
}

.sydneyjackpot--games----name {
	font-family: var(--font-btn);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: var(--color-subtitle);
}

/* How we work */
.sydneyjackpot--work-container {
	display: flex;
	align-items: center;
	gap: 0.125rem;
}

.sydneyjackpot--work---image {
	background-image: url(/sydneyjackpot-assets/sydneyjackpot-img/sydneyjackpot-banner/sydneyjackpot-peoples-game.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 569px;
	width: 100%;
	height: 326px;
}

.sydneyjackpot--work---lists {
	display: flex;
	align-items: center;
	gap: 1.875rem;
	flex-direction: column;
	max-width: 601px;
	width: 100%;
}

.sydneyjackpot--work----elem {
	display: flex;
	align-items: center;
	gap: 0.675rem;
	flex-direction: column;
}

.sydneyjackpot--work__num {
	max-width: 55px;
	width: 100%;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-btn);
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	font-family: var(--font-title);
	font-weight: 900;
	font-size: 2rem;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	color: var(--color-white);
}

.sydneyjackpot--work__text {
	font-family: var(--font-btn);
	font-weight: 700;
	font-size: 2rem;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #764c4c;
}

/* Banner */
.sydneyjackpot--banner {
	padding: 4.375rem 0;
}

.sydneyjackpot--top---image {
	background-image: url(/sydneyjackpot-assets/sydneyjackpot-img/sydneyjackpot-banner/sydneyjackpot-fairy.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 643px;
	width: 100%;
	height: 569px;
}

.sydneyjackpot--top__info {
	max-width: 570px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.sydneyjackpot--count----subtext {
	font-family: var(--color-btn);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 130%;
	text-align: center;
	color: var(--color-subtitle);
	text-transform: uppercase;
}

/* Top Players */
.sydneyjackpot--top--players {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.sydneyjackpot--center {
	text-align: center !important;
}

.sydneyjackpot--top---lists {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.sydneyjackpot--top----elem {
	background: var(--color-elem);
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: var(--card-shadow);
}

.sydneyjackpot--top__icon {
	background: var(--color-white) !important;
	color: var(--color-red) !important;
}

.sydneyjackpot--top__name {
	font-family: var(--font-btn);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 120%;
	color: var(--color-white);
	text-transform: uppercase;
}

.sydneyjackpot--w {
	max-width: 170px;
	width: 100%;
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: flex-start;
}
.sydneyjackpot--top__big-line,
.sydneyjackpot--top__medium-line,
.sydneyjackpot--top__small-line {
	height: 16px;
	background: var(--color-white);
	border-radius: 20px;
	margin-right: auto;
	transition: width 0.1s ease; /* Плавное изменение при ресайзе */
}

/* Максимальные ширины для десктопа (опционально) */
.sydneyjackpot--top__big-line {
	max-width: 100%;
}
.sydneyjackpot--top__medium-line {
	max-width: 60%;
}
.sydneyjackpot--top__small-line {
	max-width: 30%;
}

.sydneyjackpot--top__count {
	color: var(--color-white);
	font-family: var(--font-title);
	font-weight: 900;
	font-size: 1.5rem;
	line-height: 100%;
	text-align: center;
	opacity: 0;
	animation: fadeInCount 0.5s forwards;
}

@keyframes fillLine {
	from {
		max-width: 0;
	}
	to {
		max-width: var(--target-width);
	}
}

@keyframes fadeInCount {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.sydneyjackpot--top__big-line ~ .sydneyjackpot--top__count {
	animation-delay: 0.5s;
}
.sydneyjackpot--top__medium-line ~ .sydneyjackpot--top__count {
	animation-delay: 0.6s;
}
.sydneyjackpot--top__small-line ~ .sydneyjackpot--top__count {
	animation-delay: 0.8s;
}

/* Reviews */
.sydneyjackpot--reviews {
	padding: 0 0 2.5rem;
}

.sydneyjackpot--nocenter {
	text-align: left;
}

.sydneyjackpot--reviews-container {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
}
.sydneyjackpot--reviews-slider {
	display: flex;
	flex-direction: column;
	gap: 0.675rem;
	max-width: 1320px;
	width: 100%;
}

.sydneyjackpot--reviews-sliderbox {
	display: flex;
	gap: 1.25rem;
	width: 100%;
	overflow-x: hidden;
	align-items: center;
}

.sydneyjackpot--reviews--slider {
	background: var(--color-white);
	max-width: 355px;
	width: 100%;
	padding: 1.5rem;
	box-shadow: var(--card-shadow);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.sydneyjackpot--reviews---topic {
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: space-between;
	position: relative;
}

.sydneyjackpot--reviews--top {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.sydneyjackpot--reviews---message {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 150%;
	color: #8b534c;
}

.sydneyjackpot--reviews---name {
	font-family: var(--font-btn);
	font-weight: 900;
	font-size: 1.5rem;
	line-height: 100%;

	text-transform: uppercase;
	color: var(--color-title);
}

.sydneyjackpot--reviews---rating {
	display: flex;
	align-items: center;
	gap: 0.1rem;
}

.sydneyjackpot--reviews----icon {
	max-width: 20px;
	width: 100%;
	height: 20px;
	background-image: url(/sydneyjackpot-assets/sydneyjackpot-img/sydneyjackpot-reviews/sydneyjackpot-icon-star.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.sydneyjackpot--reviews--btnbox {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	justify-content: center;
	position: relative;
	max-width: 102px;
	width: 100%;
	margin-inline: auto;
}

.sydneyjackpot--reviews---btn {
	background: var(--color-white);
	border: 1px solid #e6e6e6;
	max-width: 45px;
	width: 100%;
	height: 45px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.sydneyjackpot--reviews----prev::before {
	content: url(/sydneyjackpot-assets/sydneyjackpot-img/sydneyjackpot-reviews/sydneyjackpot-icon-arrow-prev.svg);
}
.sydneyjackpot--reviews----next::before {
	content: url(/sydneyjackpot-assets/sydneyjackpot-img/sydneyjackpot-reviews/sydneyjackpot-icon-arrow-next.svg) !important;
}

.sydneyjackpot--reviews-slider {
	position: relative;
}

.swiper-button-next,
.swiper-button-prev {
	position: relative !important;
}

.swiper-container {
	width: 100%;
	overflow: hidden;
	padding: 20px 10px;
}

.swiper-wrapper {
	display: flex;
	gap: 1.25rem !important;
}

.swiper-slide {
	width: 355px !important;
	flex-shrink: 0;
	margin-right: 0 !important;
}

.sydneyjackpot--reviews--btnbox {
	display: flex;
	align-items: center;
	gap: 2.25rem;
	justify-content: center;
	margin-top: 0 !important;
}

.swiper-button-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none !important;
}

.swiper-button-next,
.swiper-button-prev {
	top: var(--swiper-navigation-top-offset, 100%) !important;
}

/* Footer */
.sydneyjackpot--footer {
	position: relative;
	padding: 2.175rem 0;
	background: var(--color-red);
}

.sydneyjackpot--footer__container {
	display: flex;
	gap: 0.125rem;
}

.sydneyjackpot--footer--item {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	max-width: 585px;
	width: 100%;
	justify-content: space-between;
}

.sydneyjackpot--footer---text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.95rem;
	line-height: 100%;
	color: var(--color-white);
}

.sydneyjackpot--footer---textfirst {
	padding-right: 1rem;
}

.sydneyjackpot-lateef-bold {
	font-weight: 700;
	font-family: var(--font-btn);
}

.sydneyjackpot--footer---link {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: var(--color-white);
}

.sydneyjackpot--footer---social {
	display: flex;
	align-items: center;
	gap: 0.675rem;
}

.sydneyjackpot--footer---icon {
	max-width: 32px;
	width: 100%;
	height: 32px;
}

.sydneyjackpot--footer---navmenu {
	display: flex;
	align-items: center;
	gap: 3.125rem;
}

.sydneyjackpot--footer----age {
	background-image: url(/sydneyjackpot-assets/sydneyjackpot-img/sydneyjackpot-footer/sydneyjackpot-icon-age.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 49px;
	width: 100%;
	height: 24px;
}

.sydneyjackpot--footer----navlink a {
	font-family: var(--font-btn);
	font-weight: 600;
	font-size: 0.95rem;
	line-height: 100%;
	color: var(--color-white);
}

.sydneyjackpot--footer--address {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.sydneyjackpot--footer---elem {
	display: flex;
	align-items: center;
	gap: 0.675rem;
}

.sydneyjackpot--footer----icon_phone {
	background-image: url(/sydneyjackpot-assets/sydneyjackpot-img/sydneyjackpot-footer/sydneyjackpot-icon-phone.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 20px;
	width: 100%;
	height: 20px;
}
.sydneyjackpot--footer----icon_mail {
	background-image: url(/sydneyjackpot-assets/sydneyjackpot-img/sydneyjackpot-footer/sydneyjackpot-icon-mail.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 28px;
	width: 100%;
	height: 21px;
}

/* Burger */
#sydneyjackpotMenuToggle {
	display: none;
	position: absolute;
	top: 0;
	left: 0rem;
	z-index: 999 !important;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	height: 58px;
}

#sydneyjackpotMenuToggle a {
	color: var(--color-white) !important;
	text-decoration: none;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}
.sydneyjackpot--white {
	color: var(--color-white) !important;
	border: none !important;
}

#sydneyjackpotMenuToggle span {
	display: block;
	width: 32px;
	height: 2px;
	margin-bottom: 5px;
	right: 0rem;
	top: 0.2rem;
	position: relative;
	background: var(--color-white);
	border-radius: 3px;
	z-index: 1001 !important;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
		background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.no-scroll {
	overflow: hidden !important; /* Отключаем прокрутку с приоритетом */
}

#sydneyjackpotMenuToggle span:first-child {
	transform-origin: 0% 0%;
}

#sydneyjackpotMenuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#sydneyjackpotMenu {
	position: absolute;
	max-width: 100vw;
	width: 100%;
	z-index: 1000;
	padding-top: 5.25rem;
	margin: 0 0 0 0px;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: center;
	background: var(--color-elem);
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	height: 130vh;
	-webkit-transform: translate(-100%, 0);
	-moz-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
}

#sydneyjackpotMenuToggle input:checked ~ ul {
	transform: none;
}

.burger-button {
	display: block;
	width: 42px;
	height: 32px;
	position: absolute;
	top: 1.5rem;
	right: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
	opacity: 1;
	z-index: 1002 !important;
	-webkit-touch-callout: none;
	background: transparent;
	border: none;
	padding: 0;
}

/* Добавляем класс для открытого состояния */
.burger-button.active span:first-child {
	transform: rotate(45deg) translate(4px, 0px);
	background: #f9f9f9;
	-webkit-transform: rotate(45deg) translate(4px, 0px);
	-moz-transform: rotate(45deg) translate(4px, 0px);
	-ms-transform: rotate(45deg) translate(4px, 0px);
	-o-transform: rotate(45deg) translate(4px, 0px);
}

.burger-button.active span:nth-child(2) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

.burger-button.active span:last-child {
	transform: rotate(-45deg) translate(-6px, 6px);
	-webkit-transform: rotate(-45deg) translate(-6px, 6px);
	-moz-transform: rotate(-45deg) translate(-6px, 6px);
	-ms-transform: rotate(-45deg) translate(-6px, 6px);
	-o-transform: rotate(-45deg) translate(-6px, 6px);
}

/* Обновляем селектор для checked состояния */
#sydneyjackpotMenuToggle .active ~ #sydneyjackpotMenu {
	transform: none;
}

.sydneyjackpot--menu__list--text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 130%;
	color: #ffffff80;
	text-align: center;
	max-width: 320px;
	width: 100%;
}

.sydneyjackpot--menu__list-flex-mob {
	display: flex;
	align-items: center;
	gap: 1rem;
}

/* Modal Sign up  */
.sydneyjackpot-modal_sign {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #101010ad;
	backdrop-filter: blur(22.899999618530273px);
	padding: 0 1rem;
}

.sydneyjackpot-modal--title {
	font-family: var(--font-title);
	font-weight: 800;
	font-size: 2.375rem;
	line-height: 100%;
	text-align: center;
	color: var(--color-white);
}

.sydneyjackpot-modal__content-sign {
	background: var(--color-elem);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 1.5rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border: none;
	width: 100%;
	height: 550px;
	max-width: 600px;
	position: relative;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	padding: 2rem;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.sydneyjackpot__form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
	margin: 0 auto;
}

.sydneyjackpot__form__input {
	outline: none;
	border: none;
	padding: 1.05rem 1.4rem;
	color: var(--color-bg);
	font-weight: 400;
	height: 49px;
	line-height: 20px;
	font-size: 1.5rem;
	font-family: var(--font-text);
	background-color: #ffffff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.sydneyjackpot__form__input::placeholder {
	color: var(--color-bg);
	font-weight: 400;
	line-height: 20;
	font-size: 1.5rem;
	font-family: var(--font-text);
}

.sydneyjackpot__form__button {
	max-width: 286px;
	width: 100%;
	height: 46px;
	background: var(--color-btn);
	display: flex;
	align-items: center;
	color: var(--color-white) !important;
	font-family: var(--font-title) !important;
	font-weight: 900 !important;
	font-size: 1.5rem !important;
	line-height: 100%;
	text-transform: uppercase;
	justify-content: center;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
	background: var(--color-btn);
	margin-inline: auto;
}

.sydneyjackpot__form__button:hover {
	box-shadow: 0 0 30px var(--color-white);
}

.sydneyjackpot__form__login {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.sydneyjackpot__form__reg {
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 1.25rem;
	line-height: 140%;
	font-weight: 400;
	font-family: var(--font-text);
	color: var(--color-white);
}

.sydneyjackpot__form--text {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	color: var(--color-white);
}

/* Log in */
.sydneyjackpot-modal_login {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #101010ad;
	backdrop-filter: blur(22.899999618530273px);
	padding: 0 1rem;
}

.sydneyjackpot-modal__content-login {
	background: var(--color-elem);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 1.5rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border: none;
	width: 100%;
	height: 350px;
	max-width: 600px;
	position: relative;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	padding: 2rem;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.sydneyjackpot-modal-content.success {
	background-color: #4caf50;
	color: white;
}

.sydneyjackpot-modal-content.error {
	background-color: #f44336;
	color: white;
}

.sydneyjackpot-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

.sydneyjackpot-modal-content {
	background: white;
	padding: 20px;
	border-radius: 5px;
	max-width: 400px;
	width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.sydneyjackpot-modal-content.success {
	background-color: #4caf50;
	color: var(--color-white);
	text-align: center;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 100%;
}

.sydneyjackpot-modal-content.error {
	background-color: #f44336;
	color: var(--color-white);
	text-align: center;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 100%;
}

/* Others Styles */
.sydneyjackpot--underline {
	text-decoration: underline;
}
.sydneyjackpot--privacy---elem,
.sydneyjackpot--privacy----sublists {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.sydneyjackpot--privacy----sublists li {
	list-style-type: disc;
	margin-left: 1.25rem;
}

.sydneyjackpot--privacy--lists {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.sydneyjackpot--title {
	word-break: break-all;
}

.sydneyjackpot--nocenter {
	text-align: left;
}

.sydneyjackpot--desc {
	padding: 2.5rem 0;
	background-color: var(--color-white);
}

.sydneyjackpot--desc--lists {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.sydneyjackpot--desc---elem {
	font-family: var(--font-title);
	font-weight: 400;
	font-size: 1rem;
	line-height: 150%;
	color: var(--color-white);
}

.sydneyjackpot--contact--box {
	background: transparent;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	max-width: 900px;
	width: 100%;
	margin-inline: auto;
	padding: 2.5rem;
	box-shadow: var(--card-shadow);
}

.sydneyjackpot__contact--form {
	display: flex;
	width: 100%;
	gap: 1rem;
	flex-direction: column !important;
}

.sydneyjackpot--contact---title {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 120%;
	color: var(--color-subtitle);
	text-transform: uppercase;
}

.sydneyjackpot--conatct---link {
	display: flex;
	align-items: center;
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 130%;
	color: #8b534c;
	gap: 0.5rem;
	text-transform: uppercase;
}

.sydneyjackpot_contact-label {
	display: flex;
	flex-direction: column;
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1.25rem;
	text-transform: uppercase;
	line-height: 130%;
	color: var(--color-subtitle);
	gap: 0.5rem;
}

.sydneyjackpot_contact__input {
	outline: none;
	height: 54px;
	width: 100%;
	background: var(--color-card);
	border: 1px solid #e6e6e6;
	font-size: 1.25rem;
	color: #8b534c;
	font-family: var(--font-text);
	font-weight: 400;
	padding: 0.875rem 1rem;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.sydneyjackpot_contact__input::placeholder {
	font-size: 1.25rem;
	color: #8b534c;
	font-family: var(--font-text);
	font-weight: 400;
	text-transform: uppercase;
}

.sydneyjackpot_contact--textarea {
	height: 100px;
	resize: none;
}

.sydneyjackpot_contact__btn {
	max-width: 374px;
	width: 100%;
	background: var(--color-btn) !important;
}

.active__block {
	display: flex;
}

.form-message-container {
	margin-top: 0px;
}

.form-message {
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 14px;
	animation: fadeIn 0.3s ease-in-out;
}

.form-message.success {
	background-color: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
	font-family: var(--font-title);
}

.form-message.error {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
	font-family: var(--font-title);
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Others */
.sydneyjackpot--game--image {
	top: 15%;
	bottom: 0 !important;
}

.sydneyjackpot--privacy--container {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.sydneyjackpot--privacy--container h1 {
	font-family: var(--font-title);
	font-weight: 900;
	font-size: 2.375rem;
	line-height: 120%;
	text-transform: uppercase;
	color: var(--color-title);
}
.sydneyjackpot--privacy--container h2 {
	font-family: var(--color-btn);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 130%;
	color: var(--color-subtitle);
	text-transform: uppercase;
}
.sydneyjackpot--privacy--container p {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 150%;
	color: #8b534c;
}

.sydneyjackpot--about__lists {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.sydneyjackpot--about___elem {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: var(--color-white);
}

.sydneyjackpot--reviews----next::before {
	display: none !;
}

/* Media */
@media screen and (max-width: 1200px) {
	.sydneyjackpot--container__main {
		padding: 0 1rem;
	}

	.sydneyjackpot--header__container {
		padding: 0.675rem 1rem;
	}

	.sydneyjackpot--welcome----title {
		font-size: 3rem;
	}

	.sydneyjackpot--welcome-container {
		flex-direction: column;
		gap: 0.675rem;
		padding: 2rem 0;
	}

	.sydneyjackpot--welcome---image {
		position: relative;
		margin-inline: auto;
	}

	.sydneyjackpot--welcome---info {
		margin-inline: auto;
	}

	.sydneyjackpot--work-container {
		flex-direction: column-reverse;
	}

	.sydneyjackpot--top__medium-line {
		animation-delay: 0.6s;
		--target-width: 475px;
	}
	.sydneyjackpot--top__small-line {
		animation-delay: 0.9s;
		--target-width: 275px;
	}
}

@media screen and (max-width: 991px) {
	.sydneyjackpot--header {
		padding: 0;
	}

	.sydneyjackpot--welcome {
		padding: 0.675rem 0 0;
	}

	.sydneyjackpot--welcome----title {
		font-size: 2.5rem;
	}

	.sydneyjackpot--welcome---image {
		max-width: 341px;
		width: 100%;
		height: 276px;
	}

	.sydneyjackpot--games,
	.sydneyjackpot--banner {
		padding: 0.675rem 0;
	}

	.sydneyjackpot--games-container,
	.sydneyjackpot--games--cards {
		gap: 0.675rem;
	}

	.sydneyjackpot--work---image {
		max-width: 469px;
		width: 100%;
		height: 226px;
	}

	.sydneyjackpot--reviews {
		padding: 0 0 0.675rem;
	}

	.sydneyjackpot--footer__container {
		flex-direction: column;
		gap: 0.675rem;
	}

	.sydneyjackpot--footer--item {
		max-width: 100%;
		width: 100%;
	}

	.sydneyjackpot--games---line {
		max-width: 200px;
		width: 100%;
	}

	.sydneyjackpot--top__medium-line {
		max-width: 50%;
	}
	.sydneyjackpot--top__small-line {
		max-width: 30%;
	}
}

@media screen and (max-width: 850px) {
	.sydneyjackpot--games---line {
		max-width: 160px;
		width: 100%;
	}

	.sydneyjackpot--top__medium-line {
		max-width: 45%;
	}
	.sydneyjackpot--top__small-line {
		max-width: 30%;
	}
}

@media screen and (max-width: 740px) {
	.sydneyjackpot--menu__list {
		display: none;
	}

	.sydneyjackpot_contact__btn {
		margin-inline: auto;
	}

	#sydneyjackpotMenuToggle {
		display: block;
	}

	.sydneyjackpot--header__logo {
		max-width: 76px;
		width: 100%;
		height: 42px;
	}

	.sydneyjackpot--contact--box {
		padding: 1rem;
		box-shadow: none;
	}

	.sydneyjackpot--header__container {
		padding: 1.25rem 1rem;
	}

	.sydneyjackpot--welcome----title {
		font-size: 2rem;
	}

	.sydneyjackpot--welcome---info {
		gap: 0.675rem;
	}

	.sydneyjackpot--welcome----btnbox {
		flex-direction: column;
	}

	.sydneyjackpot--welcome__play {
		max-width: 328px;
		width: 100%;
		height: 31px;
		font-size: 1.25rem;
	}

	.sydneyjackpot--welcome----num {
		font-size: 1.75rem;
	}

	.sydneyjackpot--welcome----text {
		font-size: 0.75rem;
	}

	.sydneyjackpot--welcome---image {
		max-width: 234px;
		width: 100%;
		height: 200px;
	}

	.sydneyjackpot--games---title {
		font-size: 1.25rem;
	}

	.sydneyjackpot--games---line {
		max-width: 140px;
		width: 100%;
	}

	.sydneyjackpot--games---card {
		flex-direction: row;
		max-width: 328px;
		width: 100%;
		padding: 1.25rem;
		align-items: center;
		justify-content: space-between;
	}

	.sydneyjackpot--games----image {
		max-width: 120px;
		width: 100%;
		height: 106px;
	}

	.sydneyjackpot--games---info {
		max-width: 150px;
		width: 100%;
		gap: 1.5rem;
	}

	.sydneyjackpot--games----btn {
		font-size: 1.125rem !important;
	}

	.sydneyjackpot--games----name,
	.sydneyjackpot--work__text {
		font-size: 1.25rem;
	}

	.sydneyjackpot--count----subtext {
		font-size: 1rem;
	}

	.sydneyjackpot--work__num {
		max-width: 40px;
		width: 100%;
		height: 40px;
		font-size: 1.5rem;
	}
	.sydneyjackpot--work---lists {
		gap: 0.675rem;
	}

	.sydneyjackpot--work---image {
		max-width: 328px;
		width: 100%;
		height: 179px;
	}
	.sydneyjackpot--footer---navmenu {
		display: flex;
		align-items: center;
		gap: 2.125rem;
	}

	.sydneyjackpot--w {
		max-width: 110px;
		width: 100%;
		gap: 0.35rem;
	}

	.sydneyjackpot--top__icon {
		max-width: 33px;
		width: 100%;
		height: 33px;
	}

	.sydneyjackpot--top__name {
		font-size: 1rem;
	}

	.sydneyjackpot--top----elem {
		gap: 0.25rem;
	}
}

@media screen and (max-width: 588px) {
	.sydneyjackpot--games---line {
		max-width: 50px;
		width: 100%;
	}

	.sydneyjackpot--top__medium-line {
		max-width: 40%;
	}
	.sydneyjackpot--top__small-line {
		max-width: 20%;
	}
}

@media screen and (max-width: 520px) {
	.sydneyjackpot--top__medium-line {
		max-width: 35%;
	}
}

@media screen and (max-width: 450px) {
	.sydneyjackpot--top__medium-line {
		max-width: 30%;
	}

	.sydneyjackpot--top__small-line {
		max-width: 15%;
	}
}

@media screen and (max-width: 415px) {
	.sydneyjackpot--reviews--slider,
	.swiper-slide {
		max-width: 300px;
		width: 100%;
		margin-inline: auto;
	}
}

@media screen and (max-width: 359px) {
	.sydneyjackpot--reviews--slider,
	.swiper-slide {
		max-width: 250px;
		width: 100%;
		margin-inline: auto;
	}
	.sydneyjackpot--top__medium-line {
		max-width: 25%;
	}

	.sydneyjackpot--top__name {
		font-size: 0.875rem;
	}

	.sydneyjackpot--top----elem {
		padding: 1rem 0.5rem;
	}

	.sydneyjackpot--welcome--advantages {
		flex-wrap: wrap;
		justify-content: center;
	}
}
