@font-face {
	src: url("/spinchic-assetsGaQwe/spinchic-filesGaQwe/spinchic-logicalGaQwe/spinchic-fontsGaQwe/spinchic-latoboldGaQwe.woff2")
		format("truetype");
	font-family: "spinchic-latoboldGaQwe";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/spinchic-assetsGaQwe/spinchic-filesGaQwe/spinchic-logicalGaQwe/spinchic-fontsGaQwe/spinchic-regularGaQwe.woff2")
		format("truetype");
	font-family: "spinchic-regularGaQwe";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-title: "spinchic-latoboldGaQwe", sans-serif;
	--font-text: "spinchic-regularGaQwe", sans-serif;

	--color-bg: linear-gradient(270deg, #0e0824 0%, #0c0c16 100%);
	--color-header: #58029d33;
	--color-btn: linear-gradient(260.83deg, #9a00c9 13.9%, #57039b 89.29%);
	--color-white: #ffffff;
	--color-light-white: #ffffffcc;
	--color-footer: #090810;

	--font-size42: 2.625rem;
	--font-size28: 1.75rem;
	--font-size20: 1.25rem;
	--font-size18: 1.125rem;
	--font-size14: 0.8125rem;
	--font-size12: 0.75rem;

	--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: var(--color-bg);
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden !important;
	position: relative !important;
}

button {
	border: none;
	outline: none;
	cursor: pointer !important;
}

main,
footer {
	width: 100%;
	color: rgba(3, 3, 3, 1);
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	vertical-align: top;
}

header {
	width: 100%;
}

.spinchic--container__mainGaQwe {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.spinchic__visually-hiddenGaQwe {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

/* Header */
.spinchic--headerGaQwe {
	width: 100%;
	background: var(--color-header);
}

.spinchic--menuGaQwe {
	padding: 0.625rem 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.spinchic--header__logoboxGaQwe,
.spinchic--header__logo-boxGaQwe {
	max-width: 93px;
	width: 100%;
	height: 20px;
}

.spinchic--header__desclaimerboxGaQwe {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	max-width: 484px;
	width: 100%;
}

.spinchic--header__ageGaQwe {
	background-image: url(/spinchic-assetsGaQwe/spinchic-filesGaQwe/spinchic-imagesGaQwe/spinchic-header-ageGaQwe.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 28px;
	width: 100%;
	height: 27px;
}

.spinchic--header__disclaimerGaQwe {
	font-size: var(--font-size12);
	line-height: 120%;
	font-family: var(--font-text);
	font-weight: 400;
	color: #ffffffcc;
}

/* Welcom Section */
.spinchic--welcome-boxGaQwe {
	height: 386px;
	position: relative;
}

.spinchic--welcome--containerGaQwe {
	display: flex;
	align-items: center;
	gap: 0.125rem;
}

.spinchic--welcome__blocksGaQwe {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: 692px;
	width: 100%;
	padding: 6.25rem 0 0;
}

.spinchic--welcome---titleGaQwe {
	font-family: var(--font-title);
	color: var(--color-white);
	font-weight: 700;
	font-size: var(--font-size42);
	line-height: 120%;
}

.spinchic--welcome---textGaQwe {
	font-family: var(--font-text);
	color: var(--color-light-white);
	font-weight: 400;
	font-size: var(--font-size14);
	line-height: 130%;
	position: relative;
	z-index: 2;
}

.spinchic--welcome---listsGaQwe {
	display: flex;
	gap: 0.5rem;
	width: 100%;
}

.spinchic--welcome---listGaQwe {
	padding: 0.5rem 0.95rem;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: 0.45rem;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

.spinchic--welcome---listGaQwe:nth-child(1) {
	max-width: 159px;
	width: 100%;
}
.spinchic--welcome---listGaQwe:nth-child(2) {
	max-width: 164px;
	width: 100%;
}
.spinchic--welcome---listGaQwe:nth-child(3) {
	max-width: 203px;
	width: 100%;
}

.spinchic--welcome---listGaQwe::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(220, 159, 255, 0.5) 0%,
		rgba(103, 27, 196, 0.5) 100%
	);
	border-radius: 100px;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	padding: 1px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}

.spinchic--welcome----iconGaQwe {
	background-image: url(/spinchic-assetsGaQwe/spinchic-filesGaQwe/spinchic-imagesGaQwe/spinchic-icon-checkGaQwe.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 24px;
	width: 100%;
	height: 24px;
}

.spinchic--welcome__catGaQwe {
	background-image: url(/spinchic-assetsGaQwe/spinchic-filesGaQwe/spinchic-imagesGaQwe/spinchic-cat-welcomeGaQwe.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 712px;
	width: 100%;
	height: 340px;
	position: absolute;
	right: 5%;
	bottom: 0;
	z-index: -1;
}

/* Games */
#currentDateGaQw {
	color: var(--color-white);
}

.spinchic--game-containerGaQwe {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.spinchic--game-dateGaQwe {
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

.spinchic--icon-clockGaQwe {
	background-image: url(/spinchic-assetsGaQwe/spinchic-filesGaQwe/spinchic-imagesGaQwe/spinchic-icon-clockGaQwe.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 15px;
	width: 100%;
	height: 16px;
}

#currentDateGaQwe {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 100%;
	color: var(--color-white);
}

.spinchic--games---cartsGaQwe {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	flex-wrap: wrap;
}

.spinchic--game---cartGaQwe {
	position: relative;
	overflow: hidden;
	padding: 1rem;
	max-width: 285px;
	width: 100%;
	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: 0.625rem;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.spinchic--game---cartGaQwe:hover {
	box-shadow: 0 0 20px #57039b;
}

.spinchic--game---cartGaQwe::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(220, 159, 255, 0.5) 0%,
		rgba(103, 27, 196, 0.5) 100%
	);
	border-radius: 20px;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	padding: 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
	z-index: -1;
}

.spinchic--game----infoGaQwe {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.spinchic--game_logoboxGaQwe {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	background: #58029d33;
	position: relative;
	overflow: hidden;
	padding: 0.625rem;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.spinchic--game_logoboxGaQwe::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(220, 159, 255, 0.5) 0%,
		rgba(103, 27, 196, 0.5) 100%
	);
	border-radius: 15px;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	padding: 1px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
	z-index: -1;
}

.spinchic--game-bonusGaQwe {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: var(--font-size18);
	line-height: 100%;
	color: var(--color-white);
}

.spinchic--game_ratingboxGaQwe {
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: space-between;
}

.spinchic--game__numberGaQwe {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	background: #dc9fff33;
	max-width: 32px;
	width: 100%;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: var(--font-size14);
	line-height: 19.6px;
	color: var(--color-white);
}

.spinchic--game__ratGaQwe {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	background: #dc9fff33;
	padding: 0.495rem;
	max-width: 63px;
	width: 100%;
}

.spinchic--game__iconstarGaQwe {
	background-image: url(/spinchic-assetsGaQwe/spinchic-filesGaQwe/spinchic-imagesGaQwe/spinchic-icon-starGaQwe.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 17px;
	width: 100%;
	height: 17px;
}

.spinchic--game__ratnumGaQwe {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: var(--font-size14);
	line-height: 100%;
	color: var(--color-white);
}

.spinchic--game-imageGaQwe {
	max-width: 233px;
	width: 100%;
	height: 95px;
}

.spinchic--bonusboxGaQwe {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.spinchic--centerGaQwe {
	text-align: center;
}

.spinchic--game-textGaQwe {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: var(--font-size14);
	line-height: 100%;
	text-align: center;
	color: var(--color-white);
}

.spinchic--game----btnGaQwe {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 45px;
	background: var(--color-btn);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: var(--font-size14);
	line-height: 100%;
	text-transform: uppercase;
	color: var(--color-white);
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.spinchic--game----btnGaQwe:hover {
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
}

.spinchic--game----paymentsGaQwe {
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: center;
}

.pinchic--game_imageGaQwe {
	max-width: 40px;
	width: 100%;
	height: 23px;
}

/* FAQ */
.spinchic--faq-boxGaQwe {
	padding: 2.5rem 0;
}

.spinchic--faq--containerGaQwe {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.spinchic--faq---titleGaQwe {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: var(--font-size28);
	line-height: 100%;
	color: var(--color-white);
}

.spinchic--faq--accordionGaQwe {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.spinchic--faq---itemsGaQwe {
	cursor: pointer;
	padding: 1.575rem 3.75rem;
	border-radius: 15px;
	background: var(--color-card);
	display: flex;
	flex-direction: column;
	border: none;
	transition: all 0.5s ease-in;
	border: var(--border);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border: var(--color-border);
	position: relative;
	overflow: hidden;
	background: transparent;
}

.spinchic--faq---itemsGaQwe::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(220, 159, 255, 0.5) 0%,
		rgba(103, 27, 196, 0.5) 100%
	);
	border-radius: 15px;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	padding: 1px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.spinchic--faq---itemsGaQwe:hover {
	box-shadow: 0 0px 40px #9a00c9;
	transform: translateY(-2px);
}

.spinchic--faq----topGaQwe {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.spinchic--faq----topGaQwe_icon {
	max-width: 22px;
	width: 100%;
	height: 22px;
}

.spinchic--faq--btnGaQwe {
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.accordion-iconGaQwe {
	cursor: pointer;
	width: 22px;
	height: 22px;
	transition: transform 0.3s ease;
	display: inline-block;
}
.accordion-iconGaQwe.plusGaQwe {
	background-image: url(/spinchic-assetsGaQwe/spinchic-filesGaQwe/spinchic-imagesGaQwe/spinchic-icon-arrowGaQwe.svg);
	transition: all 0.3s ease;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.accordion-iconGaQwe.minusGaQwe {
	background-image: url(/spinchic-assetsGaQwe/spinchic-filesGaQwe/spinchic-imagesGaQwe/spinchic-icon-arrowGaQwe.svg);
	transition: all 0.3s ease;
	transform: rotate(180deg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.spinchic--faq----contentGaQwe {
	max-width: 1150px;
	width: 100%;
	position: relative;
	z-index: 2;
}

.spinchic--faq__titleGaQwe {
	font-family: var(--font-title);
	font-weight: 700;
	font-size: var(--font-size20);
	line-height: 110%;
	color: var(--color-white);
	position: relative;
	z-index: 2;
}

/* Reviews */
.spinchic--reviews-elemsGaQwe {
	display: flex;
	gap: 1.25rem;
	flex-wrap: wrap;
	justify-content: center;
}

.spinchic--reviews--elemGaQwe {
	display: flex;
	flex-direction: column;
	padding: 1.25rem;
	max-width: 386px;
	justify-content: space-between;
	width: 100%;
	gap: 0.625rem;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.spinchic--reviews--elemGaQwe:hover {
	box-shadow: 0 0 20px #9a00c9;
}

.spinchic--reviews--elemGaQwe::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(238, 208, 255, 0.5) 0%,
		rgba(173, 163, 253, 0.5) 100%
	);

	border-radius: 15px;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	padding: 1px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
	z-index: -1;
}

.spinchic--reviews---topGaQwe {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	position: relative;
	z-index: 2;
}

.spinchic--reviews---ratingGaQwe {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

.spinchic--reviews----starGaQwe {
	background-image: url(/spinchic-assetsGaQwe/spinchic-filesGaQwe/spinchic-imagesGaQwe/spinchic-icon-starGaQwe.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 17px;
	width: 100%;
	height: 17px;
}

.spinchic--boldGaQwe {
	font-weight: 700;
	font-family: var(--font-title);
}

/* Tips */
.spinchic--tips--containerGaQwe {
	background: linear-gradient(
		260.83deg,
		rgba(154, 0, 201, 0.5) 13.9%,
		rgba(87, 3, 155, 0.5) 89.29%
	);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.spinchic--tips--containerGaQwe::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(220, 159, 255, 0.5) 0%,
		rgba(103, 27, 196, 0.5) 100%
	);
	border-radius: 15px;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	padding: 1px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	-ms-transition: var(--transition);
	-o-transition: var(--transition);
}

.spinchic--tips---catphoneGaQwe {
	background-image: url(/spinchic-assetsGaQwe/spinchic-filesGaQwe/spinchic-imagesGaQwe/spinchic-cat-phoneGaQwe.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 378px;
	width: 100%;
	height: 386px;
}

.spinchic--tips---infoGaQwe {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	padding: 0 1.25rem 0 2.5rem;
	position: relative;
	z-index: 2;
}

.spinchic--tips----listsGaQwe {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

/* Why Choice */
.spinchic--choice-topGaQwe {
	display: flex;
	flex-direction: column;
	gap: 0.8125rem;
}

.spinchic--choice--headGaQwe {
	display: flex;
	align-items: center;
	gap: 0.625rem;
}

.spinchic--choice---iconGaQwe {
	max-width: 38px;
	width: 100%;
	height: 38px;
}

.spinchic--choice---usersGaQwe {
	background-image: url(/spinchic-assetsGaQwe/spinchic-filesGaQwe/spinchic-imagesGaQwe/spinchic-icon-usersGaQwe.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.spinchic--choice---faceGaQwe {
	background-image: url(/spinchic-assetsGaQwe/spinchic-filesGaQwe/spinchic-imagesGaQwe/spinchic-icon-face-smileGaQwe.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.spinchic--choice---crownGaQwe {
	background-image: url(/spinchic-assetsGaQwe/spinchic-filesGaQwe/spinchic-imagesGaQwe/spinchic-icon-crownGaQwe.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.spinchic--gap10GaQwe {
	gap: 0.625rem !important;
	justify-content: flex-start !important;
}

/* Footer */
.spinchic--footerGaQwe {
	padding: 3.125rem 0;
	background: var(--color-footer);
}

.spinchic--footer-listsGaQwe {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.spinchic--footer--listGaQwe {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.spinchic--footer---infoGaQwe {
	display: flex;
	gap: 1.25rem;
}

.spinchic--footer----halfGaQwe {
	max-width: 590px;
	width: 100%;
}

.spinchic--footer---parthersGaQwe {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1.25rem;
}

.spinchic--footer----age {
	background-image: url(/spinchic-assetsGaQwe/spinchic-filesGaQwe/spinchic-imagesGaQwe/spinchic-footer-ageGaQwe.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 48px;
	width: 100%;
	height: 48px;
}

.spinchic--footer----gamcareGaQwe {
	max-width: 139px;
	width: 100%;
	height: 40px;
}
.spinchic--footer----anjGaQwe {
	max-width: 57px;
	width: 100%;
	height: 42px;
}
.spinchic--footer----gambleGaQwe {
	max-width: 255px;
	width: 100%;
	height: 50px;
}
.spinchic--footer----medGaQwe {
	max-width: 95px;
	width: 100%;
	height: 34px;
}
.spinchic--footer----gtGaQwe {
	max-width: 47px;
	width: 100%;
	height: 40px;
}
.spinchic--footer----jisGaQwe {
	max-width: 138px;
	width: 100%;
	height: 28px;
}

.spinchic--footer---navmenuGaQwe {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	justify-content: space-between;
}

.spinchic--footer----navlinkGaQwe a {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	color: var(--color-white);
	line-height: 100%;
}

/* Others Styles */
.spinchic--privacy-boxGaQwe {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.spinchic--privacy--elemGaQwe {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.spinchic--privacy--dotGaqwe li {
	list-style-type: disc;
	margin-left: 1.5rem;
	color: var(--color-light-white);
}

/* Media */
@media screen and (max-width: 1220px) {
	.spinchic--container__mainGaQwe {
		padding: 0 1rem;
	}
}

@media screen and (max-width: 991px) {
	.spinchic--welcome-boxGaQwe {
		height: auto;
	}

	.spinchic--privacy-boxGaQwe {
		gap: 1.5rem;
	}

	.spinchic--welcome__catGaQwe {
		position: static;
		height: 200px;
		max-width: 455px;
		width: 100%;
	}

	.spinchic--welcome--containerGaQwe {
		flex-direction: column;
	}

	.spinchic--welcome__blocksGaQwe {
		padding: 1rem 0;
		max-width: 100%;
		width: 100%;
	}

	.spinchic--faq--containerGaQwe {
		gap: 1.25rem;
	}

	.spinchic--faq---itemsGaQwe,
	.spinchic--reviews--elemGaQwe {
		padding: 1rem;
	}

	.spinchic--faq-boxGaQwe,
	.spinchic--footerGaQwe {
		padding: 1.25rem 0;
	}

	.spinchic--tips---infoGaQwe {
		gap: 1rem;
		padding: 0;
	}

	.spinchic--tips--containerGaQwe {
		flex-direction: column;
		padding: 1rem;
	}

	.spinchic--tips---catphoneGaQwe {
		max-width: 302px;
		width: 100%;
		height: 296px;
	}

	.spinchic--footer---navmenuGaQwe {
		flex-direction: column;
		gap: 0.8125rem;
	}
	.spinchic--footer---parthersGaQwe {
		gap: 0.8125rem;
	}
}

@media screen and (max-width: 740px) {
	.spinchic--footer---infoGaQwe {
		flex-direction: column;
	}

	.spinchic--footer----halfGaQwe,
	.spinchic--header__desclaimerboxGaQwe {
		max-width: 100%;
		width: 100%;
	}

	.spinchic--welcome---titleGaQwe {
		font-size: 1.375rem;
	}

	.spinchic--welcome---listGaQwe .spinchic--welcome---textGaQwe {
		font-size: 0.625rem;
	}

	.spinchic--welcome---listGaQwe:nth-child(1) {
		max-width: 105px;
		width: 100%;
	}

	.spinchic--welcome---listGaQwe:nth-child(2) {
		max-width: 94px;
		width: 100%;
	}
	.spinchic--welcome---listGaQwe:nth-child(3) {
		max-width: 120px;
		width: 100%;
	}

	.spinchic--welcome---listGaQwe {
		padding: 0.5rem 0.675rem;
	}

	.spinchic--welcome----iconGaQwe {
		max-width: 20px;
		width: 100%;
		height: 20px;
	}

	.spinchic--header__disclaimerGaQwe {
		font-size: 0.625rem;
	}

	.spinchic--menuGaQwe {
		flex-direction: column;
		gap: 0.625rem;
		align-items: flex-start;
	}

	.spinchic--faq---titleGaQwe {
		font-size: var(--font-size20);
	}

	.spinchic--faq__titleGaQwe {
		font-size: 1rem;
	}

	.spinchic--welcome__catGaQwe {
		height: 165px;
		max-width: 360px;
		width: 100%;
	}

	.spinchic--game----infoGaQwe {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.spinchic--bonusboxGaQwe {
		max-width: 143px;
		width: 100%;
	}

	.spinchic--game---cartGaQwe {
		max-width: 525px;
		width: 100%;
	}
}

@media screen and (max-width: 450px) {
	.spinchic--game-imageGaQwe {
		max-width: 123px;
		width: 100%;
		height: auto;
	}

	.spinchic--game__ratnumGaQwe,
	.spinchic--game__numberGaQwe {
		font-size: var(--font-size12);
	}

	.spinchic--game__iconstarGaQwe {
		max-width: 14px;
		width: 100%;
		height: 14px;
	}

	.spinchic--game__ratGaQwe {
		max-width: 56px;
		width: 100%;
		height: 26px;
	}

	.spinchic--game__numberGaQwe {
		max-width: 26px;
		width: 100%;
		height: 26px;
	}
}

@media screen and (max-width: 359px) {
	.spinchic--welcome---listsGaQwe {
		flex-wrap: wrap;
		justify-content: center;
	}

	.spinchic--bonusboxGaQwe a {
		font-size: var(--font-size14);
	}

	.spinchic--game-textGaQwe {
		font-size: var(--font-size12);
	}

	.spinchic--bonusboxGaQwe {
		max-width: 123px;
		width: 100%;
	}
}
