@font-face {
	src: url("/bedstetopcasinoer-components/bedstetopcasinoer-fonts/bedstetopcasinoer-lato-bold.woff2")
		format("truetype");
	font-family: "lato-bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/bedstetopcasinoer-components/bedstetopcasinoer-fonts/bedstetopcasinoer-oswald-bold.woff2")
		format("truetype");
	font-family: "oswald-bold";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	src: url("/bedstetopcasinoer-components/bedstetopcasinoer-fonts/bedstetopcasinoer-opensans-regular.woff2")
		format("truetype");
	font-family: "opensans-regular";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-main-title: "oswald-bold", sans-serif;
	--font-sub-title: "lato-bold", sans-serif;
	--font-text: "opensans-regular", sans-serif;

	--color-text: #000;
	--color-bg-secondary: #18223d;
	--color-bg-main: #080e1d;
	--color-white: #fff;
	--color-text-gray: #b5b5b5;
	--color-border: linear-gradient(90deg, #5433ff 0%, #20bdff 50%, #2abf6a 100%);
	--transition: all 0.3s linear;
}

*,
::after,
::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
ol,
li {
	list-style-type: none;
}

button {
	cursor: pointer;
	border: none;
}

a {
	text-decoration: none;
	color: var(--color-text);
}

body {
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
	background-color: var(--color-bg-main);
}

img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
	vertical-align: top;
}

.bedstetopcasinoer__visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden !important;
	border: 0;
	clip: rect(0 0 0 0);
}

.bedstetopcasinoer__page--container {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
}

/* Header */
.bedstetopcasinoer__welcome {
	padding: 1.25rem 0 2.5rem;
}

.bedstetopcasinoer__welcome-container {
	position: relative;
	background-image: url("/bedstetopcasinoer-components/bedstetopcasinoer-image/bedstetopcasinoer-welcome/bedstetopcasinoer-pirate.webp");
	background-position: 100% 85%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1.825rem 1.5rem;
	border-radius: 30px;
}

.bedstetopcasinoer__welcome-container::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #5433ff, #20bdff, #2abf6a);
	border-radius: 30px;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	padding: 1px;
}
.bedstetopcasinoer__welcome--w {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: 629px;
	width: 100%;
}

.bedstetopcasinoer__welcome--title {
	font-family: var(--font-main-title);
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 44px;
	color: var(--color-white);
	position: relative;
	z-index: 3;
}

.bedstetopcasinoer-blue {
	color: #57e1ed;
}

.bedstetopcasinoer__welcome--text {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	line-height: 130%;
	color: var(--color-white);
	position: relative;
	z-index: 3;
}

.bedstetopcasinoer__welcome--advantages {
	display: flex;
	gap: 0.5rem;
	position: relative;
	z-index: 3;
}

.bedstetopcasinoer__welcome---elem {
	background-color: var(--color-bg-secondary);
	padding: 0.2rem 1rem;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 100%;
	color: var(--color-white);
	flex: 1 0 auto;
	position: relative;
	z-index: 3;
}

.bedstetopcasinoer__welcome---elem::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #5433ff, #20bdff, #2abf6a);
	border-radius: 10px;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	padding: 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	z-index: 1;
}

.bedstetopcasinoer__welcome---icon-slot {
	background-image: url(/bedstetopcasinoer-components/bedstetopcasinoer-image/bedstetopcasinoer-welcome/bedstetopcasinoer-icon-slotmachine.svg);
	max-width: 28px;
	width: 100%;
	height: 28px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 3;
}
.bedstetopcasinoer__welcome---icon-cup {
	background-image: url(/bedstetopcasinoer-components/bedstetopcasinoer-image/bedstetopcasinoer-welcome/bedstetopcasinoer-icon-cup.svg);
	max-width: 28px;
	width: 100%;
	height: 28px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 3;
}
.bedstetopcasinoer__welcome---icon-hand {
	background-image: url(/bedstetopcasinoer-components/bedstetopcasinoer-image/bedstetopcasinoer-welcome/bedstetopcasinoer-icon-handshake.svg);
	max-width: 28px;
	width: 100%;
	height: 28px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 3;
}

/* Casino cards */
.bedstetopcasinoer--casino-box {
	padding: 0 0 2.5rem 0;
}

.bedstetopcasinoer__box--card {
	display: flex;
	flex-direction: column;
	gap: 1.7rem;
}

.bedstetopcasinoer__card--box_time {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	background-color: #13070780;
	justify-content: flex-start;
	max-width: 196px;
	width: 100%;
	margin-bottom: 1.4rem;
}

.bedstetopcasinoer__casino---items__rating-num_img {
	max-width: 30px;
	width: 100%;
	height: 30px;
}

.bedstetopcasinoer__casino--cards_items {
	position: relative;
}

.bedstetopcasinoer__card {
	width: 100%;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	position: relative;
}

@media (max-width: 991px) {
	.bedstetopcasinoer__card {
		max-width: 725px;
		width: 100%;
		margin-inline: auto;
		gap: 1rem;
	}

	.bedstetopcasinoer__card--limit {
		top: 0 !important;
	}

	.bedstetopcasinoer__card--numeric {
		top: -2.5% !important;
	}

	.bedstetopcasinoer__card-mt {
		gap: 0.5rem;
	}
}

.bedstetopcasinoer__card---mt {
	margin-top: 0.1rem;
}

.bedstetopcasinoer__card--top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
	position: relative;
	z-index: 0;
	height: 120px;
	border-radius: 10px;
	padding: 0;
}

.bedstetopcasinoer__card---right_ratin {
	display: flex;
	justify-content: space-between;
	flex: 0 1 135px;
}

@media (max-width: 991px) {
	.bedstetopcasinoer__card--top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		justify-content: center;
		height: 100%;
		gap: 0rem !important;
	}

	.bedstetopcasinoer__card-num_mob {
		display: flex;
		justify-content: center;
		flex-direction: row;
		align-items: center;
		gap: 0.5rem;
	}

	.bedstetopcasinoer__card---right_ratin {
		flex-direction: column;
		flex: 0 0 70px;
	}

	.bedstetopcasinoer__card--box_time {
		margin-bottom: 0.7rem;
	}
}

.bedstetopcasinoer__card-show {
	display: none !important;
}

.bedstetopcasinoer__card---left {
	-webkit-box-flex: 0;
	-ms-flex: 1 1 625px;
	flex: 1 1 625px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	gap: 0.5rem;
}

@media (max-width: 991px) {
	.bedstetopcasinoer__card---left {
		gap: 10px;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: 0 1 362px !important;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column !important;

		border-top-left-radius: 38px;
		border-bottom-left-radius: 38px;
	}

	.bedstetopcasinoer__card-show {
		display: flex !important;
	}
}

.bedstetopcasinoer__card---wrapper_img {
	-webkit-box-flex: 1;
	-ms-flex: 0 1 245px;
	flex: 0 1 245px;
	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;
	background-color: var(--color-bg-secondary);
	border-radius: 16px;
	position: relative;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.bedstetopcasinoer__card---wrapper_img::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #5433ff, #20bdff, #2abf6a);
	border-radius: 16px;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	padding: 1px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.bedstetopcasinoer__card--info {
	display: flex;
	flex: 1 1 765px;
	position: relative;
	padding: 0.25rem 2.5rem;
	background-color: var(--color-bg-secondary);
	gap: 1rem;
	justify-content: space-between;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.bedstetopcasinoer__card--info::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #5433ff, #20bdff, #2abf6a);
	border-radius: 16px;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	padding: 1px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.bedstetopcasinoer-img_show {
	display: none !important;
}

.bedstetopcasinoer__card-show-limit {
	display: none !important;
}

@media (max-width: 991px) {
	.bedstetopcasinoer__card---wrapper_img {
		-webkit-box-flex: 0;
		-ms-flex: 1 1 200px !important;
		flex: 1 1 200px !important;
		border-radius: 10px;
		width: 100%;
		flex-direction: column;
		justify-content: space-around;
		gap: 0rem;
		background-image: none;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
	}

	.bedstetopcasinoer__card--limit::after {
		display: none;
	}

	.bedstetopcasinoer-img_hide,
	.bedstetopcasinoer__card-hide-limit {
		display: none !important;
	}

	.bedstetopcasinoer-img_show,
	.bedstetopcasinoer__card-show-limit {
		display: flex !important;
	}
}

.bedstetopcasinoer__card---img {
	max-width: 180px;
	width: 100%;
	height: auto;
	padding: 0 0.5rem;
	position: relative;
	z-index: 3;
}
.bedstetopcasinoer__card--relative {
	position: relative;
}

.bedstetopcasinoer__card--limit {
	display: flex;
	align-items: center;
	top: 0.875rem;
	left: -0.875rem;
	justify-content: center;
	position: absolute;
	gap: 0.5rem;
	font-size: 0.75rem;
	font-family: var(--font-main-title);
	line-height: 120%;
	font-weight: 700;
	color: var(--color-white);
	padding: 0.3rem 0.5rem;
	max-width: 120px;
	width: 100%;
	text-align: center;
	background: linear-gradient(90deg, #5433ff 0%, #20bdff 50%, #2abf6a 100%);
	z-index: 2;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;

	position: relative;
	overflow: visible;
}
.bedstetopcasinoer__card--limit::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0px 14px;
	border-color: #7be9dc transparent transparent transparent; /* цвет левой части градиента */
}

.bedstetopcasinoer__card--blue {
	background-color: #000066 !important;
}

.bedstetopcasinoer__card--numeric {
	left: -0.5%;
	top: -5%;
	position: absolute;
	font-size: 0.7rem;
	font-family: var(--font--bold-i);
	line-height: 10px;
	color: #fff;
	padding: 0.3rem;
	border-radius: 3px;
	background: linear-gradient(180deg, #f64e05 0%, #902e03 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	z-index: 2;
}

@media (max-width: 1080px) {
	.bedstetopcasinoer__card---descr {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 200px;
		flex: 0 1 200px;
		width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: flex-start;
		gap: 0.7rem;
	}
}
@media (max-width: 991px) {
	.bedstetopcasinoer__card---img {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50px;
		flex: 0 1 50px;
		flex-direction: column;
		gap: 0.4rem;
		display: flex;
		align-items: center;
	}

	.bedstetopcasinoer-luna {
		height: 100px;
	}

	.bedstetopcasinoer__card--limit {
		position: relative !important;
		margin-inline: auto;
		left: 0;
	}

	.bedstetopcasinoer__card---descr {
		gap: 0 !important;
	}

	.bedstetopcasinoer__card---payments {
		max-width: 180px !important;
		width: 100%;
	}

	.bedstetopcasinoer__card---right {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 362px !important;
		flex: 0 1 362px !important;

		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
	}

	.bedstetopcasinoer__card---right::before {
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
	}
}

@media (max-width: 500px) {
	.bedstetopcasinoer__card---img {
		max-width: 180px;
		height: 100%;
	}
}

.bedstetopcasinoer__card---right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 254px;
	flex: 0 0 254px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	gap: 1rem;
	background-color: var(--color-bg-secondary);
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	position: relative;
	z-index: 999;
}

.bedstetopcasinoer__card---right::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #5433ff, #20bdff, #2abf6a);
	border-radius: 16px;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	padding: 1px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	z-index: 1;
}

@media (max-width: 991px) {
	.bedstetopcasinoer__card---right {
		-webkit-box-flex: 0;
		-ms-flex: 1 1 362px !important;
		flex: 1 1 362px;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}

	.bedstetopcasinoer__casino---items__btn {
		max-width: 250px !important;
		width: 100% !important;
	}

	.bedstetopcasinoer__card---wrapper-ratings {
		padding: 0.7rem 0 !important;
	}

	.bedstetopcasinoer__card---wrapper_img {
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
		padding: 0.25rem 0.5rem;
	}
	.bedstetopcasinoer__card---wrapper_img::before {
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}

	.bedstetopcasinoer__card---right {
		justify-content: space-between;
		gap: 1.5rem;
		padding: 0;
	}

	.bedstetopcasinoer__card-num-title {
		margin-bottom: 0.5rem;
	}
}

.bedstetopcasinoer__card---right-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 224px;
	flex: 0 1 224px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	position: relative;
	z-index: 3;
}

@media (max-width: 991px) {
	.bedstetopcasinoer__card---right-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 200px;
		flex: 0 1 200px;
		padding: 1rem 0.5rem;
	}
}

.bedstetopcasinoer__card---bottom-text {
	font-size: 0.85rem;
	line-height: 20px;
	color: #fff;
	font-family: var(--font--text);
	font-weight: 700;
}

.bedstetopcasinoer__card---descr {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 208px;
	flex: 0 0 208px;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 0.25rem;
	position: relative;
	z-index: 3;
}

.bedstetopcasinoer__card-rating {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 208px;
	flex: 0 0 208px;
	align-items: center !important;
}

.bedstetopcasinoer--icon-ratbox {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 0.4rem;
	justify-content: center;
}

.bedstetopcasinoer__show-bonus {
	display: none;
}

@media (max-width: 991px) {
	.bedstetopcasinoer__card---descr {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 1 50px !important;
		flex: 0 1 50px !important;
	}

	.bedstetopcasinoer__card---descr_first {
		flex: 0 0 20px !important;
	}

	.bedstetopcasinoer__hide-info {
		display: none;
	}

	.bedstetopcasinoer__show-bonus {
		display: flex;
	}
}

.bedstetopcasinoer__card-num-title {
	color: #fff;
	font-size: 0.75rem;
	line-height: 12px;
	font-family: var(--font--regular-i);
	text-align: center;
}

.bedstetopcasinoer__card---name {
	color: #fff;
	font-size: 0.75rem;
	line-height: 100%;
	font-family: var(--font--inter-m);
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}

.bedstetopcasinoer__card-num {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	text-align: center;
	align-items: center;
	width: 100%;
}

.bedstetopcasinoer__card-rat {
	font-size: 1.875rem;
	line-height: 120%;
	font-family: var(--font-main-title);
	color: var(--color-white);
	text-transform: uppercase;
	text-align: center;
}

.bedstetopcasinoer__card---title {
	font-size: 1rem;
	line-height: 130%;
	font-family: var(--font-text);
	text-align: center;
	color: var(--color-text-gray);
}

.bedstetopcasinoer__card---name_sub {
	font-size: 1rem;
	line-height: 120%;
	font-family: var(--font-sub-title);
	text-align: center;
	font-weight: 900;
	color: var(--color-white);
}

@media (max-width: 991px) {
	.bedstetopcasinoer__card---name_shrink {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}
}

.bedstetopcasinoer__card---wrapper-ratings {
	display: flex;
	padding: 1rem 0;
	flex-direction: column;
	align-items: center;
	gap: 0.7rem;
	max-width: 167px;
	width: 100%;
}

@media (max-width: 991px) {
	.bedstetopcasinoer__card---wrapper-ratings {
		-webkit-box-flex: 0;
		-ms-flex: 1 1 180px;
		flex: 1 1 180px;
		width: 100%;
		padding: 0.2rem 0 1rem 0 !important;
	}
}

.bedstetopcasinoer__card---rating {
	color: #fff;
	font-family: var(--font--black);
	font-size: 2rem;
	line-height: 38.73px;
	text-align: center;
}

@media (max-width: 991px) {
	.bedstetopcasinoer__card---rating {
		text-align: left;
	}
}

.bedstetopcasinoer__card---right_lists {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	flex: 0 0 232px;
	position: relative;
}

.bedstetopcasinoer__card---right__box {
	display: flex;
	align-items: center;
	gap: 0.7rem;
}

.bedstetopcasinoer__card---right__elem {
	font-size: 1rem;
	line-height: 100%;
	font-family: var(--font-text);
	color: var(--color-text-gray);
	font-weight: 400;
}

.bedstetopcasinoer--icon--hand {
	background-image: url(/bedstetopcasinoer-components/bedstetopcasinoer-image/bedstetopcasinoer-casino/bedstetopcasinoer-icon-hand-right.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 28px;
	width: 100%;
	height: 28px;
}

@media (max-width: 991px) {
	.bedstetopcasinoer__card---link {
		min-width: 0;
		width: 100%;
	}
}

.bedstetopcasinoer__casino-info {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 0.5rem;
	color: #ffffffcc;
	font-size: 0.85rem;
	line-height: 20px;
	text-align: center;
	font-family: var(--font--regular-i);
}

.bedstetopcasinoer__casino---items__btn {
	max-width: 189px;
	width: 100%;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1e1e1e;
	cursor: pointer;
	background: #4de3e9;
	border: none;
	font-size: 1rem;
	line-height: 130%;
	font-family: var(--font-main-title);
	border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	-ms-border-radius: 11px;
	-o-border-radius: 11px;
	transition: all 0.3s ease;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.bedstetopcasinoer__casino---items__btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	background: rgba(196, 26, 26, 0.5);
	opacity: 0;
	border-radius: 100%;
	transform: scale(1, 1) translate(-50%, -50%);
	transform-origin: 50% 50%;
}
.bedstetopcasinoer__casino---items__btn:hover {
	background: #3acfd6;
	transform: scale(1.02);
	box-shadow: 0 2px 10px rgba(77, 227, 233, 0.5);
}

.bedstetopcasinoer__casino---items__btn:hover::after {
	animation: ripple 0.6s ease-out;
}

@keyframes ripple {
	0% {
		transform: scale(0, 0);
		opacity: 0.5;
	}
	100% {
		transform: scale(20, 20);
		opacity: 0;
	}
}

.bedstetopcasinoer__card---payments {
	max-width: 190px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0.2rem;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
}

.bedstetopcasinoer__card---payments img {
	max-width: 30px;
	width: 100%;
	height: 30px;
	animation: glowPulse 2.5s infinite;
}

@keyframes glowPulse {
	0%,
	100% {
		filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.3));
	}
	50% {
		filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.7));
	}
}
.bedstetopcasinoer__card---bottom {
	padding: 0.5rem;
}

/* Benefits */
.bedstetopcasinoer--benefits-box {
	padding: 0.675rem 0 3.75rem;
}

.bedstetopcasinoer--benefits--container {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.bedstetopcasinoer--benefits---title {
	font-family: var(--font-main-title);
	font-weight: 700;
	color: var(--color-white);
	font-size: 1.875rem;
	line-height: 40px;
	text-align: center;
}

.bedstetopcasinoer--benefits---cards {
	display: flex;
	gap: 1.5rem;
}

.bedstetopcasinoer--benefits----card {
	background-color: var(--color-bg-secondary);
	max-width: 628px;
	width: 100%;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	position: relative;
}

.bedstetopcasinoer--benefits----card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #5433ff, #20bdff, #2abf6a);
	border-radius: 16px;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	padding: 1px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	z-index: 1;
}

.bedstetopcasinoer--benefits----card_diamond {
	background-image: url(/bedstetopcasinoer-components/bedstetopcasinoer-image/bedstetopcasinoer-benefits/bedstetopcasinoer-icon-diamond.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 107px;
	width: 100%;
	height: 107px;
	margin-inline: auto;
}

.bedstetopcasinoer--benefits----card_gift {
	background-image: url(/bedstetopcasinoer-components/bedstetopcasinoer-image/bedstetopcasinoer-benefits/bedstetopcasinoer-icon-gift.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 107px;
	width: 100%;
	height: 107px;
	margin-inline: auto;
	position: relative;
	z-index: 3;
}

.bedstetopcasinoer--benefits----card_info {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.bedstetopcasinoer--benefits_subtitle {
	font-family: var(--font-main-title);
	font-weight: 700;
	font-size: 1.25rem;
	color: var(--color-white);
	line-height: 25px;
	text-align: center;
	position: relative;
	z-index: 3;
}

.bedstetopcasinoer--benefits_subtext {
	font-family: var(--font-text);
	font-weight: 400;
	font-size: 1rem;
	color: var(--color-text-gray);
	line-height: 130%;
	text-align: center;
	position: relative;
	z-index: 3;
}

/* Tips */
.bedstetopcasinoer--gap-one {
	flex-direction: column;
	gap: 1rem !important;
}

.bedstetopcasinoer-pad-two {
	padding: 2rem !important;
	max-width: 620px !important;
	width: 100%;
	gap: 1.3rem;
}

.bedstetopcasinoer-row {
	display: flex;
	gap: 2.5rem !important;
}

.bedstetopcasinoer-tips---elem {
	text-align: left;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.bedstetopcasinoer-tips--lists {
	display: flex;
	gap: 1.3rem;
	flex-direction: column;
	position: relative;
	z-index: 3;
}

.bedstetopcasinoer-icon-open::before {
	content: url(/bedstetopcasinoer-components/bedstetopcasinoer-image/bedstetopcasinoer-tips/bedstetopcasinoer-icon-open-gift.svg);
	vertical-align: middle;
	max-width: 50px;
	width: 100%;
	height: 50px;
	position: relative;
	z-index: 3;
}

.bedstetopcasinoer-icon-bag::before {
	content: url(/bedstetopcasinoer-components/bedstetopcasinoer-image/bedstetopcasinoer-tips/bedstetopcasinoer-icon-diamond-bag.svg);
	vertical-align: middle;
	max-width: 50px;
	width: 100%;
	height: 50px;
	position: relative;
	z-index: 3;
}

/* Footer */
.bedstetopcasinoer__footer--box {
	width: 100%;
	padding: 2.5rem 0;
	background-color: var(--color-bg-secondary);
}

.bedstetopcasinoer__footer-container {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.bedstetopcasinoer--footer--age {
	background-image: url("/bedstetopcasinoer-components/bedstetopcasinoer-image/bedstetopcasinoer-footer/bedstetopcasinoer-icon-age.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 80px;
	width: 100%;
	height: 62px;
	margin-inline: auto;
}

.bedstetopcasinoer--footer--disclaimer {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.bedstetopcasinoer--footer--lists {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.bedstetopcasinoer--footer----item {
	text-align: left;
}
.bedstetopcasinoer--footer---info {
	display: flex;
	gap: 1.5rem;
}

.bedstetopcasinoer--footer----elem {
	max-width: 608px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.bedstetopcasinoer--footer----elem h3,
.bedstetopcasinoer--footer----elem p {
	text-align: left !important;
}

.bedstetopcasinoer--footer---parthers {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
}

.bedstetopcasinoer--footer----gamble {
	max-width: 168px;
	width: 100%;
	height: 30px;
}
.bedstetopcasinoer--footer----stop {
	max-width: 90px;
	width: 100%;
	height: 46px;
}

.bedstetopcasinoer--footer----cfl {
	max-width: 74px;
	width: 100%;
	height: 58px;
}

.bedstetopcasinoer--footer----rofus {
	max-width: 231px;
	width: 100%;
	height: 28px;
}

.bedstetopcasinoer--footer----gamcare {
	max-width: 95px;
	width: 100%;
	height: 30px;
}

.bedstetopcasinoer--footer----gt {
	max-width: 75px;
	width: 100%;
	height: 63px;
}

.bedstetopcasinoer--footer-navigation-box {
	display: flex;
	justify-content: center;
}

.bedstetopcasinoer--footer--navigation {
	display: flex;
	align-items: center;
	gap: 2rem;
	justify-content: center;
	flex-wrap: wrap;
}
.bedstetopcasinoer--footer---link a {
	font-family: var(--font-sub-title);
	font-weight: 900;
	font-size: 1rem;
	color: var(--color-white);
	line-height: 100%;
	padding-block: 0.5rem;
	border-bottom: 1px solid transparent;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.bedstetopcasinoer--footer---link a:hover {
	border-bottom: 1px solid #fff;
}

.bedstetopcasinoer--footer--disclaimer h2 {
	text-align: left;
}

/* Privacy Page */
.bedstetopcasinoer__privacy__top {
	margin: 4rem 0;
}

.bedstetopcasinoer__privacy-head {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}

.bedstetopcasinoer__privacy h1 {
	text-align: center;
	font-size: 2.4rem;
	font-family: var(--font-main-title);
	margin-bottom: 2.5rem;
	color: #fff;
	word-spacing: 0.3rem;
	line-height: 120%;
}
.bedstetopcasinoer__privacy h2 {
	font-size: 2rem;
	font-family: var(--font-sub-title);
	margin-bottom: 0.5rem;
	color: #fff;
	word-spacing: 0.3rem;
}

.bedstetopcasinoer__privacy p {
	font-size: 1rem;
	font-weight: 400;
	font-family: var(--font-text);
	color: #fff;
	word-spacing: 0.3rem;
}

/* Cookies Modal */
.bedstetopcasinoer__fixed-cookie {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 20;
}

.bedstetopcasinoer__cookie--box {
	max-width: 800px;
	width: 100%;
}

#bedstetopcasinoerCookiePopup {
	z-index: 15;
	background: var(--color-bg-main);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
	position: fixed;
	right: 0rem;
	bottom: 0rem;
	font-size: 1rem;
	width: 100% !important;
	max-width: 500px !important;
	font-family: var(--font--text);
	text-align: justify;
	line-height: 1.8em;
	padding: 2rem 1.4rem;
	transition: all 0.5s ease-in;
	z-index: 20;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border: 1px solid #fff;
}

.bedstetopcasinoer__cookie--container {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	flex-direction: column;
}

.bedstetopcasinoer__cookie-title {
	font-size: 2rem;
	font-family: var(--font-main-title);
	color: #fff;
	line-height: 120%;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.bedstetopcasinoer__cookie-text {
	font-family: var(--font-text);
	color: #fff;
	line-height: 130%;
	font-size: 1rem;
	text-align: center;
}
.bedstetopcasinoer__cookie-btn {
	max-width: 220px;
	width: 100%;
	height: 41px;
	background: var(--color-bg-secondary);
	border: none;
	font-family: var(--font-sub-title);
	font-size: 1rem;
	line-height: 130%;
	color: #fff;
	text-transform: uppercase;
	padding: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.bedstetopcasinoer__cookie--btn-w {
	position: relative;
	cursor: pointer;
	display: flex;
	max-width: 220px;
	width: 100%;
	height: 41px;
	justify-content: center;
	align-items: center;
	font-family: var(--font-sub-title);
	font-size: 1rem;
	line-height: 130%;
	background: transparent;
	padding: 0.3rem 0;
	border: 1px solid #fff;
	text-align: center;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	color: #fff !important;
	transition: opacity 0.2s ease-in-out;
	border-radius: 10px;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.bedstetopcasinoer__btn--box_cookie {
	max-width: 474px;
	width: 100%;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	align-items: flex-end;
	height: 100%;
}

.bedstetopcasinoer__hide {
	visibility: hidden;
	bottom: 0;
	right: 2em;
}
.bedstetopcasinoer__show {
	visibility: visible;
	bottom: 0em;
	right: 2em;
}

/* Other Styles */
.bedstetopcasinoer--left {
	text-align: left;
}

.bedstetopcasinoer--pad {
	padding: 1rem 0;
}

.bedstetopcasinoer--privacy-lists {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.bedstetopcasinoer--privacy--item {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.bedstetopcasinoer--sublists-privacy li {
	list-style-type: disc;
	margin-left: 1.25rem;
}

.bedstetopcasinoer--show-rat {
	display: none;
}

/* Mobile */
@media screen and (max-width: 1320px) {
	.bedstetopcasinoer__page--container {
		padding: 0 1rem;
	}

	.bedstetopcasinoer__card---right {
		flex: 0 0 200px;
	}

	.bedstetopcasinoer__card-rating {
		flex: 0 0 165px;
	}

	.bedstetopcasinoer__card--info {
		padding: 0.25rem 1rem;
	}
}
@media screen and (max-width: 1080px) {
	.bedstetopcasinoer__card---right_lists {
		display: none;
	}

	.bedstetopcasinoer__card--info {
		flex: 1 1 550px;
		padding: 0.25rem 2rem;
	}

	.bedstetopcasinoer__card---right {
		flex: 0 0 254px;
	}
}

@media screen and (max-width: 991px) {
	.bedstetopcasinoer--hide-rat {
		display: none;
	}

	.bedstetopcasinoer--show-rat {
		display: flex;
		padding-bottom: 1rem;
	}

	.bedstetopcasinoer__casino---items__rating-num_img {
		max-width: 24px;
		width: 100%;
		height: 24px;
	}

	.bedstetopcasinoer__card---payments img {
		max-width: 24px;
		width: 100%;
		height: 24px;
	}
}
@media screen and (max-width: 960px) {
	.bedstetopcasinoer-row,
	.bedstetopcasinoer--benefits---cards,
	.bedstetopcasinoer--footer---info {
		flex-direction: column;
		align-items: center;
	}

	.bedstetopcasinoer--footer----elem {
		max-width: 100%;
		width: 100%;
	}

	.bedstetopcasinoer--footer---parthers {
		gap: 1.5rem;
	}
}

@media screen and (max-width: 700px) {
	.bedstetopcasinoer__welcome--advantages {
		flex-wrap: wrap;
		justify-content: center;
	}

	.bedstetopcasinoer__welcome--text {
		display: none;
	}

	.bedstetopcasinoer-pad-two {
		padding: 1rem !important;
	}

	.bedstetopcasinoer__welcome--title {
		font-size: 1.875rem;
	}

	.bedstetopcasinoer__welcome---elem {
		font-size: 0.675rem;
	}

	.bedstetopcasinoer__welcome---icon-slot,
	.bedstetopcasinoer__welcome---icon-cup,
	.bedstetopcasinoer__welcome---icon-hand {
		max-width: 18px;
		width: 100%;
		height: 18px;
	}

	.bedstetopcasinoer__welcome-container {
		padding: 0.6rem;
	}
	.bedstetopcasinoer__welcome---elem {
		flex: 0 0 auto;
	}

	#bedstetopcasinoerCookiePopup {
		padding: 1rem;
	}

	.bedstetopcasinoer__btn--box_cookie {
		flex-direction: column;
		align-items: center;
	}

	.bedstetopcasinoer__card-rat {
		font-size: 1.25rem;
	}

	.bedstetopcasinoer-luna {
		max-width: 80px;
		width: 100%;
		height: 90px;
		position: absolute;
		top: 0;
		left: 25%;
	}

	.bedstetopcasinoer__card---name_sub {
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 359px) {
	.bedstetopcasinoer__card---payments img {
		max-width: 20px;
		width: 100%;
		height: 20px;
	}
}
