.cookies-infobar {
	position: fixed;
	bottom: 16px;
	right: 16px;
	z-index: 10000;
	overflow: hidden;
	max-width: 700px;
	padding: 40px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	border-radius: 10px;
	border: 1px solid rgba(109, 109, 109, 0.4);
	background: #212121;
}
.cookies-infobar h3 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cookies-infobar.cookies-infobar_accepted {
	display: none;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}
.cookies-infobar_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}
.cookie__text {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cookies-infobar_buttons {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}
.cookies-infobar_btn {
	padding: 10px 40px;
	text-align: center;
	color: #fff;
	font-family: Inter, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	border-radius: 100px;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(-2.85%, #a666e1),
		color-stop(96.74%, #c963e5)
	);
	background: -o-linear-gradient(left, #a666e1 -2.85%, #c963e5 96.74%);
	background: linear-gradient(90deg, #a666e1 -2.85%, #c963e5 96.74%);
	-webkit-box-shadow: 0 0 10px 0 rgba(243, 78, 182, 0.3);
	box-shadow: 0 0 10px 0 rgba(243, 78, 182, 0.3);
}
.cookies-infobar_btn:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.footer {
	position: relative;
	z-index: 2;
	padding: 50px 0;
	background-color: #191919;
}
.footer__disclaimer {
	margin-bottom: 15px;
	padding: 20px;
	border-radius: 10px;
	background: #202020;
}
.footer__disclaimer p {
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.footer__grid {
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin-bottom: 15px;
}
.footer__address {
	font-style: normal;
}
.footer__address-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}
.footer__address-link img {
	width: 24px;
	height: 24px;
}
.footer__address-link span {
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.footer__address-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}
.footer__address-text img {
	width: 24px;
	height: 24px;
}
.footer__address-text span {
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.footer__address h3 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.footer__address h2 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.footer__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}
.footer__list a {
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
}
.footer__text {
	margin-bottom: 15px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.footer__images {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px;
}
.footer a {
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
}
.footer a:hover {
	opacity: 0.6;
}
.header {
	position: relative;
	width: 100%;
	z-index: 10;
	padding: 20px 0;
	background: #191919;
}
.header__body {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 90px;
}
.header__logo {
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(-2.85%, #a666e1),
		color-stop(96.74%, #c963e5)
	);
	background: -o-linear-gradient(left, #a666e1 -2.85%, #c963e5 96.74%);
	background: linear-gradient(90deg, #a666e1 -2.85%, #c963e5 96.74%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 90px;
}
.header__link {
	position: relative;
	display: block;
	overflow: hidden;
	color: #fff;
	padding-bottom: 5px;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
}
.header__link::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #ac59e7;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
}
.header__link:hover::before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.header__link--active::before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.burger {
	position: relative;
	z-index: 1000;
	padding: 0;
	width: 22px;
	height: 20px;
	display: none;
	cursor: pointer;
}
.burger__line {
	position: absolute;
	right: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.burger::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out, top 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, top 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, top 0.2s ease-in-out,
		-webkit-transform 0.2s ease-in-out;
}
.burger::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transition: bottom 0.2s ease-in-out,
		-webkit-transform 0.2s ease-in-out;
	transition: bottom 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out, bottom 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, bottom 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, bottom 0.2s ease-in-out,
		-webkit-transform 0.2s ease-in-out;
}
.burger--active .burger__line {
	opacity: 0;
}
.burger--active::before {
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.burger--active::after {
	top: 50%;
	bottom: auto;
	width: 100%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.spintheroo-header__top {
	padding: 5px 0;
	border-bottom: 1px solid #b11919;
	background: #191919;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.spintheroo-header__top p {
	color: #fff;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	white-space: nowrap;
	display: block;
}
.spintheroo-hero {
	margin-bottom: 20px;
	padding: 10px 0;
}
.no-webp .spintheroo-hero__wrap {
	background: -o-linear-gradient(
			182deg,
			rgba(185, 112, 253, 0.631372549) 7.01%,
			#1e1e1e 88.24%
		),
		url(../img/hero.png) center/cover no-repeat #d3d3d3;
	background: linear-gradient(
			268deg,
			rgba(185, 112, 253, 0.631372549) 7.01%,
			#1e1e1e 88.24%
		),
		url(../img/hero.png) center/cover no-repeat #d3d3d3;
}
.spintheroo-hero__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 40px;
	min-height: 250px;
	max-width: 1320px;
	margin: auto;
	border-radius: 10px;
}
.spintheroo-hero__headline {
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	font-size: clamp(1.25rem, 0.875rem + 1.67vw, 2.25rem);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.spintheroo-hero__text {
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.topcasinoautorises-primary {
	position: relative;
	z-index: 1;
	padding: 40px 0;
	background: #5a2cb5;
}
.topcasinoautorises-primary__grid {
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.topcasinoautorises-primary__image img {
	border-radius: 20px;
	-webkit-box-shadow: 0 0 13.4px 0 rgba(255, 255, 255, 0.25);
	box-shadow: 0 0 13.4px 0 rgba(255, 255, 255, 0.25);
}
.topcasinoautorises-primary__title {
	margin-bottom: 20px;
	font-size: clamp(1.5rem, 1.207rem + 1.46vw, 2.25rem);
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.33%, #fff),
		color-stop(99.85%, #ebc9ff)
	);
	background: -o-linear-gradient(left, #fff 0.33%, #ebc9ff 99.85%);
	background: linear-gradient(90deg, #fff 0.33%, #ebc9ff 99.85%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.topcasinoautorises-primary__text {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
}
.spintheroo-about {
	padding: 60px 0;
}
.spintheroo-about__grid {
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.spintheroo-about__image {
	border-radius: 10px;
	-o-object-fit: cover;
	object-fit: cover;
}
.spintheroo-about__info {
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	padding: 20px;
	border-radius: 10px;
	background: #212121;
}
.spintheroo-about__info h2 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.spintheroo-about__info p {
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.spintheroo-about__info p:not(:last-child) {
	margin-bottom: 20px;
}
.guidecasinofr-info {
	padding: 60px 0;
	margin-bottom: 10px;
}
.guidecasinofr-info__headline {
	margin-bottom: 20px;
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.guidecasinofr-info__title {
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.guidecasinofr-info__title:not(:last-child) {
	margin-bottom: 20px;
}
.guidecasinofr-info__text {
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.guidecasinofr-info__text:not(:last-child) {
	margin-bottom: 20px;
}
.guidecasinofr-info__list {
	padding-left: 20px;
	list-style: disc;
}
.guidecasinofr-info__list li {
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.guidecasinofr-info__list:not(:last-child) {
	margin-bottom: 20px;
}
.spintheroo-descr {
	margin: 20px 0;
	padding: 60px 0;
}
.spintheroo-descr__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	border-radius: 10px;
	background: #212121;
	padding: 20px;
}
.spintheroo-descr__wrap h2 {
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.spintheroo-descr__wrap h3 {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.spintheroo-descr__wrap p {
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.spintheroo-descr__wrap ul {
	list-style: disc;
	padding-left: 20px;
}
.spintheroo-descr__wrap li {
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.spintheroo-contact {
	margin-bottom: 20px;
	padding: 60px 0;
}
.spintheroo-contact__wrapper {
	max-width: 1040px;
	margin: auto;
	padding: 20px 50px;
	border-radius: 20px;
	background: #212121;
}
.spintheroo-contact__title {
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.spintheroo-contact__form {
	max-width: 325px;
	margin: auto;
}
.spintheroo-contact__form label {
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.spintheroo-contact__input {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	min-height: 40px;
	padding: 5px 18px;
	border-radius: 3px;
	background: #fff;
}
.spintheroo-contact__textarea {
	display: block;
	width: 100%;
	resize: none;
	margin-bottom: 10px;
	min-height: 100px;
	padding: 5px 18px;
	border-radius: 3px;
	background: #fff;
}
.spintheroo-contact__btn {
	display: block;
	width: 100%;
	padding: 10px 30px;
	border-radius: 100px;
	color: #fff;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(-2.85%, #a666e1),
		color-stop(96.74%, #c963e5)
	);
	background: -o-linear-gradient(left, #a666e1 -2.85%, #c963e5 96.74%);
	background: linear-gradient(90deg, #a666e1 -2.85%, #c963e5 96.74%);
	-webkit-box-shadow: 0 0 10px 0 rgba(243, 78, 182, 0.3);
	box-shadow: 0 0 10px 0 rgba(243, 78, 182, 0.3);
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
}
.spintheroo-contact__btn:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.spintheroo-faqs {
	margin-bottom: 20px;
	padding: 60px 0;
}
.spintheroo-faqs__title {
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.spintheroo-faqs__list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
}
.spintheroo-faqs__list li {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 32%;
	flex: 0 1 32%;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #a965e1;
	background: #212121;
}
.spintheroo-faqs__list h3 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.spintheroo-faqs__list p {
	color: #fff;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.spintheroo-disclaimer {
	padding: 60px 0;
	margin-bottom: 20px;
	background: #f0f0f0;
}
.spintheroo-disclaimer h2 {
	margin-bottom: 20px;
	color: #191919;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.spintheroo-disclaimer p {
	color: #191919;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.spintheroo-disclaimer p:not(:last-child) {
	margin-bottom: 20px;
}
.spintheroo-list {
	padding: 20px 0 40px;
}
.spintheroo-list__grid {
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	row-gap: 40px;
}
.spintheroo-item {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid rgba(109, 109, 109, 0.4);
	background: #212121;
	overflow: hidden;
}
.spintheroo-item__title {
	margin-bottom: 10px;
	display: inline-block;
	padding: 3px 20px;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	border-radius: 100px;
	background: #42423e;
}
.spintheroo-item__row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}
.spintheroo-item__logo {
	max-width: 200px;
}
.spintheroo-item__logo img {
	display: block;
	max-width: 200px;
	max-height: 48px;
	-o-object-fit: contain;
	object-fit: contain;
}
.spintheroo-item__rate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 200px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	background: #42423e;
}
.spintheroo-item__bonus {
	margin-bottom: 20px;
	min-height: 110px;
	padding: 15px 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	border: 1px solid rgba(183, 183, 183, 0.3);
	background: #42423e;
}
.spintheroo-item__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 20px;
	-webkit-animation: marquee 15s linear infinite;
	animation: marquee 15s linear infinite;
}
.click-btn {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100px;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(-2.85%, #a666e1),
		color-stop(96.74%, #c963e5)
	);
	background: -o-linear-gradient(left, #a666e1 -2.85%, #c963e5 96.74%);
	background: linear-gradient(90deg, #a666e1 -2.85%, #c963e5 96.74%);
	-webkit-box-shadow: 0 0 10px 0 rgba(243, 78, 182, 0.3);
	box-shadow: 0 0 10px 0 rgba(243, 78, 182, 0.3);
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding: 10px 40px;
	text-decoration: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-style902 {
	position: relative;
	border-color: #dd6395;
	background-color: #dd6395;
	color: #fff;
	overflow: hidden;
}
.btn-style902 .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -30%;
	background-color: rgba(237, 157, 190, 0.5);
	border-radius: 0 200% 200% 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	z-index: 1;
}
.btn-style902 .block img {
	width: 20px;
	height: 20px;
}
.btn-style902:hover .block {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
	left: 0;
}
@-webkit-keyframes marquee {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@keyframes marquee {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@media screen and (max-width: 1000px) {
	.topcasinoautorises-primary__grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.topcasinoautorises-primary__image,
	.topcasinoautorises-primary__text {
		display: none;
	}
	.spintheroo-faqs__list li {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 48%;
		flex: 0 1 48%;
	}
}
@media screen and (max-width: 900px) {
	.header__body {
		gap: 30px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.header__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
	}
	.header__link {
		font-size: 20px;
	}
	.burger {
		display: block;
	}
	.nav {
		position: fixed;
		right: 0;
		top: 0;
		z-index: 100;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		overflow: hidden;
		padding: 100px 30px 50px;
		width: 100%;
		height: 100%;
		background: #212121;
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: visibility 0.2s ease-in-out,
			-webkit-transform 0.2s ease-in-out;
		transition: visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
		-o-transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out,
			-webkit-transform 0.2s ease-in-out;
	}
	.nav--visible {
		visibility: visible;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
@media screen and (max-width: 850px) {
	.spintheroo-list__grid {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 767px) {
	.cookies-infobar {
		padding: 16px 12px;
		bottom: 10px;
		right: 10px;
		left: 10px;
		max-width: 95%;
	}
	.cookies-infobar_buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
	.cookie__text {
		font-size: clamp(0.95rem, 2vw, 1.15rem);
	}
	.footer__list {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer__grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.spintheroo-hero {
		margin-bottom: 10px;
	}
	.spintheroo-hero__wrap {
		padding: 40px 16px;
		min-height: 128px;
	}
	.spintheroo-hero__headline {
		margin-bottom: 0;
	}
	.spintheroo-hero__text {
		display: none;
	}
	.spintheroo-about__grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.spintheroo-descr {
		margin: 10px 0;
	}
	.spintheroo-contact {
		margin-bottom: 10px;
	}
	.spintheroo-contact__wrapper {
		padding: 20px 16px;
	}
	.spintheroo-faqs {
		margin-bottom: 10px;
	}
	.spintheroo-faqs__list li {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
	.spintheroo-disclaimer {
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.spintheroo-header__top p {
		display: inline-block;
		padding-left: 100%;
		-webkit-animation: marquee 15s linear infinite;
		animation: marquee 15s linear infinite;
	}
	@-webkit-keyframes marquee {
		0% {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}
		100% {
			-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
		}
	}
	@keyframes marquee {
		0% {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}
		100% {
			-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
		}
	}
}
@media screen and (max-width: 600px) {
	.spintheroo-list {
		padding: 20px 0 30px;
	}
	.spintheroo-list__grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 20px;
	}
}
.webp .spintheroo-hero__wrap {
	background: -o-linear-gradient(
			182deg,
			rgba(185, 112, 253, 0.631372549) 7.01%,
			#1e1e1e 88.24%
		),
		url(../img/hero.webp) center/cover no-repeat #d3d3d3;
	background: linear-gradient(
			268deg,
			rgba(185, 112, 253, 0.631372549) 7.01%,
			#1e1e1e 88.24%
		),
		url(../img/hero.webp) center/cover no-repeat #d3d3d3;
}

.status {
	padding: 10px;
	background-color: rgb(0, 145, 0);
	margin-top: 5px;
	display: none;
	font-family: var(--font-bold);
	font-weight: 700;
	font-size: 1rem;
	color: var(--color-white);
	line-height: 120%;
	text-align: center;
	justify-content: center;
}

.form.active .status {
	display: block;
}
