:root {
	--dark-blue: #2b1234;
	--blue: #182d4d;
	--yellow: #fac60a;
	--green: #7dc72e;
	--red: #df2642;
	--light-blue: #6d839e;
	--mobile-app-hover-blue: #364c6b;
	--blue-300: #9ea8b5;
	--orange: #fa860a;
	--banners-blue: #021229;

	--colors-white-400: #b8b8b8;
	--colors-white-100: #fdfdfd;
	--colors-white-50: #fff;

	--colors-red-500: #ec453c;

	--colors-orange-500: #ff8800;
	--colors-orange-600: #e07800;

	--list-bg: #606060;
}

* {
	font-family: 'Poppins', sans-serif;
}

a {
	text-decoration: none !important;
	color: var(--colors-white-100) !important;
}

body {
	background-color: #000;
}

@media (min-width: 1200px) {
	.container {
		width: 1240px;
		max-width: calc(100vw - 30px);
	}
}

/* helpers */
.margin-right-10 {
	margin-right: 10px;
}

.max-width-100 {
	max-width: 100%;
}

.margin-bottom-24 {
	margin-bottom: 24px;
}

.margin-bottom-12 {
	margin-bottom: 12px;
}

.font-size-20 {
	font-size: 20px;
}

h1,
h2,
h3,
p {
	margin: 0;
}

/* helpers end */

/* Button with white hover border */

.button-border-hover span {
	padding: 0 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 34px;
	border-radius: 5px;
	color: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 600;
}

.button-border-hover:hover {
	text-decoration: none;
}

.button-border-hover {
	border-radius: 5px;
}

/* .button-border-hover:hover span {
	border-color: #fff;
}

.button-border-hover--green {
	border: 1px solid #fa860a;
} */

.button-border-hover--green span {
	background: #fa860a;
	border: 3px solid #fa860a;
}

.button-border-hover--red {
	border: 1px solid var(--red);
}

.button-border-hover--red span {
	background: var(--red);
	border: 3px solid var(--red);
}

.button-border-hover--orange {
	border: 1px solid var(--orange);
}

.button-border-hover--orange span {
	background: var(--orange);
	border: 3px solid var(--orange);
}

/* Button with white hover border end */

/* app button */
.app-button {
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 36px;
	border-radius: 8px;
	color: #fff;
	background: var(--blue);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.app-button svg {
	margin-right: 12px;
}

.app-button:hover {
	text-decoration: none;
	color: #fff;
	background: var(--mobile-app-hover-blue);
}

/* Header Styles start */
.header {
	background: linear-gradient(#242424, #000);
	padding: 0.75rem, 10px;
	height: 90px;
}

.logo {
	margin-right: 0px;
}

.logo img {
	max-width: 180px;
}

.menu {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.promotions-button {
	background: var(--blue);
	border-color: var(--blue);
	margin-right: 24px;
	color: #fff;
}

.promotions-button:hover {
	background: var(--mobile-app-hover-blue);
	color: #fff;
	text-decoration: none;
}

.header-button-img {
	height: 100%;
	-webkit-transform: scale(1.55);
	-ms-transform: scale(1.55);
	transform: scale(1.55);
}

.free-money-button {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#fac60a),
		to(#fac60a)
	);
	background: -o-linear-gradient(left, #fac60a 0%, #fac60a 100%);
	background: linear-gradient(90deg, #fac60a 0%, #fac60a 100%);
	border-color: var(--yellow);
	color: var(--blue);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.free-money-button:hover {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#fac60a),
		to(#e37e20)
	);
	background: -o-linear-gradient(left, #fac60a 0%, #e37e20 100%);
	background: linear-gradient(90deg, #fac60a 0%, #e37e20 100%);
	color: var(--blue);
	text-decoration: none;
}

.free-money-button svg path {
	stroke: var(--blue);
}

.free-money-button .header-button-img {
	position: relative;
	top: 4px;
	-webkit-transform: scale(1.95);
	-ms-transform: scale(1.95);
	transform: scale(1.95);
}

.menu-bottom-row {
	margin-top: 10px;
}

.navigation-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin: 0px !important;
	list-style-type: none;
	padding: 0px;
}

.navigation-list-item {
	font-size: 0.875rem;
	font-weight: 400;

	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.navigation-tag {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -12px;
	right: -15px;

	border-radius: 5px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: var(--colors-red-500);
}

.navigation-tag-text {
	color: var(--colors-white-100);
	font-size: 8.5pt;
	line-height: 1.25;
}

.header-button-group {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header-button {
	font-size: 1.2rem;
	padding: 10px 10px;
	border-radius: 5px;

	background-color: var(--colors-orange-500);
}

.header-button:hover {
	background-color: var(--colors-orange-600);
}

.header-button-text {
	margin: 0 4px;
	font-weight: 600;
	color: var(--colors-white-100) !important;
}

.button-base {
	display: inline-block;
	font-size: 1.2rem;
	padding: 10px 10px;
	border-radius: 5px;

	background-color: var(--colors-orange-500);
	margin: 0 4px;
	font-weight: 600;
	color: var(--colors-white-100) !important;
}

.bottom-menu-button {
	position: relative;
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 36px;
	border-radius: 8px;
	color: #fff;
	background: var(--blue);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-left: 30px;
}

.bottom-menu-button:before {
	content: '...';
	position: absolute;
	left: 0;
	padding-right: 10px;
	-webkit-transform: translateX(-100%) translateY(-4px);
	-ms-transform: translateX(-100%) translateY(-4px);
	transform: translateX(-100%) translateY(-4px);
}

.bottom-menu-button svg {
	margin-right: 12px;
}

.bottom-menu-button:hover {
	text-decoration: none;
	color: #fff;
	background: var(--mobile-app-hover-blue);
}

.bottom-menu-button-wrap {
	position: relative;
}

.hidden-menu {
	position: absolute;
	padding: 20px;
	background: var(--dark-blue);
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	z-index: 2;
	border-radius: 5px;
}

.hidden-menu ul {
	margin: 0;
	padding: 0;
}

.hidden-menu ul li {
	margin-bottom: 12px;
}

.hidden-menu ul li:last-child {
	margin-bottom: 0;
}

.hidden-menu ul a {
	color: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hidden-menu ul a svg path.lines {
	fill: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.hidden-menu ul a:hover {
	color: var(--light-blue);
	text-decoration: none;
}

.hidden-menu ul a:hover svg path.lines {
	fill: var(--light-blue);
}

.bottom-menu-button-margin-right {
	margin-right: 20px;
}

.lang-switch-wrap {
	position: relative;
}

.lang-switch-wrap img {
	width: 25px;
	height: 25px;
}

.lang-switch {
	cursor: pointer;
	padding: 0 8px;
	height: 36px;
	background: var(--blue);
	border-radius: 18px;
}

.lang-switch .chevron {
	margin-left: 11px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.lang-switch-wrap.open .lang-switch .chevron {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.lang-switch-list-wrap {
	display: none;
	position: absolute;
	top: calc(100% + 12px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

.lang-switch-wrap.open .lang-switch-list-wrap {
	display: block;
}

.lang-switch-list {
	position: relative;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.03);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.03);
	list-style: none;
	border-radius: 8px;
}

.lang-switch-list::before {
	position: absolute;
	left: 50%;
	top: -5px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 5px solid #fff;
}

.lang-switch-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px;
	color: var(--dark-blue);
	font-weight: 600;
	cursor: pointer;
}

.lang-switch-list li a:hover {
	text-decoration: none;
}

.lang-switch-list li a svg {
	margin-right: 12px;
}

/* Header Styles end */

/* Banner Styles start */

.banner {
	background-color: #000000;
}

.banner .carousel-item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.banner .carousel-item .slider-img {
	min-height: 530px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.banner .carousel-indicators {
	position: static;
	margin-bottom: 0;
}

.banner .carousel-navigation {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 15;
}

.banner .carousel-indicators .indicator {
	width: 8px;
	height: 8px;
	border-radius: 100%;
}

.banner .carousel-navigation a {
	display: block;
	position: static;
	min-width: 24px;
	height: 24px;
	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;
	border-radius: 12px;
	background: rgba(242, 243, 246, 0.2);
	opacity: 1;
}

.banner .carousel-info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.corousel-info-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.corousel-info-left {
	width: 50%;
}

.corousel-button {
}
.banner .carousel-info h2 {
	color: #fff;
	font-size: 34px;
	font-weight: 700;
}

.banner .carousel-info p {
	color: #fff;
	margin-top: 15px;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 15px;
}

/* Banner Styles end */

/* welcome-bonus section */
.welcome {
	margin-top: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.welcome .welcome--wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex: 0 1 48%;
	width: 100%;
	gap: 20px;
}

.left-block--wrapper {
	.welcome--block {
		padding: 40px;
	}
}

.right-block--wrapper {
	img {
		height: 225px;
	}
	.card-content {
		margin-top: 20px;
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding: 20px;
		background-color: #170404;
	}
	.card-content--item {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		gap: 10px;
		color: #fff;
		font-size: 14px;

		h3 {
			text-transform: uppercase;
			font-weight: 700;
			font-size: 14px;
		}
		p {
			font-weight: 400;
			font-size: 14px;
		}
	}
}

.welcome .welcome--block {
	height: 100%;
	background-size: cover;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	color: #fff;
	h2 {
		font-size: 55px;
		color: #cecece;
		line-height: 70px;
		margin-bottom: 25px;
		text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
		text-align: center;
	}
	p {
		font-size: 14px;
		line-height: 17px;
	}
}

/* welcome-bonus end */

/*game-block section*/

.game-block {
	margin-top: 48px;
}

.game-block .game-block--border {
	border: 2px solid #f2f3f6;
	border-radius: 36px;
	padding: 44px;
}

.game-block-mini {
	padding: 16px 16px 24px;
	background-color: var(--list-bg);
	border-radius: 24px;
	display: block;
	margin-bottom: 10px;
}

.game-block-mini:hover {
	text-decoration: none;
}

.game-block-mini--heading .game-block-mini--heading-h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.game-block-mini .game-block-mini--background-img {
	border-radius: 100%;
	height: 58px;
	width: 58px;
}

.game-block-mini .game-block-mini--background-im .game-block-mini--img {
	width: 34px;
	height: 34px;
}

.game-block-mini .game-block-mini--p {
	font-size: 16px;
	color: var(--blue-300);
}

/*game-block end*/

/*advantages section*/
.advantages {
	margin-top: 48px;
	color: #fff;
}

.advantages .advantages--border {
}

.advantages .advantages--h {
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	margin-bottom: 25px;
	color: #fff;
}

.advantages .advantages--list {
	margin-bottom: 24px;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.advantages .advantages--list-items {
	background-color: var(--list-bg);
	width: 100%;
	padding: 4px 24px 4px 4px;
	margin-bottom: 10px;
}

.advantages .advantages--list-items:nth-child(2n) {
	background-color: #000;
}

.advantages .advantages--list-items:last-child {
	margin-bottom: 0;
}

.advantages .advantages--list-items .advantages-list-items--background-img {
	min-width: 56px;
	height: 56px;
	background: #fff;
	border-radius: 100%;
	margin-right: 10px;
}

.advantages
	.advantages-list-items---background-img
	.advantages-list-items--img {
	width: 24px;
	height: 24px;
}

.advantages .advantages--text-h3 {
	font-size: 20px;
	font-weight: 700;
	padding: 10px;
}

.advantages .advantages--text-p {
	font-size: 16px;
	padding: 10px;

	a {
		color: #fa860a !important;
	}
}

.advantages .button-border-hover span {
	height: 54px;
}

/* how to sign up */
.how-to-sign-up {
	margin-top: 44px;
}

.how-tosign-up--wrapper {
}

.how-to-sign-up h2 {
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.how-to-sign-up .how-to-sign-up--accordion-card {
	position: relative;
	background: rgba(242, 243, 246, 0.1);
	padding-left: 90px;
	margin-bottom: 20px;
}

.how-to-sign-up .how-to-sign-up--accordion-button {
	display: flex;
	align-items: center;
	min-height: 64px;
	overflow: hidden;
	width: 100%;
	text-align: left;
	border: none;
	cursor: pointer;
	background: none;
}

.how-to-sign-up .how-to-sign-up--accordion-button:focus {
	outline: none;
}

.how-to-sign-up .how-to-sign-up--accordion-button--step {
	position: absolute;
	top: 0;
	left: 0;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 50px;
	height: 50px;
	background-color: var(--list-bg);
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.how-to-sign-up .how-to-sign-up--accordion-button--step.ok {
	padding-top: 16px;
}

.how-to-sign-up .how-to-sign-up--accordion-button--text-top {
	color: #fff;
	font-size: 20px;

	a {
		color: var(--orange) !important;
	}
}

.how-to-sign-up .how-to-sign-up--accordion-button--text-bottom {
	margin-top: 8px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.how-to-sign-up .how-to-sign-up--accordion-list {
	list-style: none;
	padding-top: 16px;
	margin-bottom: 0;
	padding-left: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 34px;
}

.how-to-sign-up .how-to-sign-up--accordion-list li {
	padding-left: 36px;
	position: relative;
}

.how-to-sign-up .how-to-sign-up--accordion-list li:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 100px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.how-to-sign-up .button-border-hover span {
	height: 54px;
}

/* rating block */
.rating {
	margin-top: 44px;
}

.rating .rating--background {
	border-radius: 36px;
	-webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.03);
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.03);
	padding: 44px;
	background-image: url(../img/rating_bg.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: contain;
	border: 1px solid #fff;
}

.rating .rating--background h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 46px;
}

.rating .rating-row {
	border-radius: 100px;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#f5f8fc),
		color-stop(76%, #fcfdff)
	);
	background: -o-linear-gradient(left, #f5f8fc 0%, #fcfdff 76%);
	background: linear-gradient(90deg, #f5f8fc 0%, #fcfdff 76%);
	padding: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 8px;
	border: 1px solid #f2f3f6;
}

.rating .rating-row:last-child {
	margin-bottom: 0;
}

.rating .rating-row-left {
	border-radius: 100px;
	padding: 4px 16px 4px 16px;
	background: #fff;
	-webkit-box-shadow: 0px 10px 20px 0px #0000001a;
	box-shadow: 0px 10px 20px 0px #0000001a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
}

.rating .rating-row p {
	font-size: 16px;
	font-weight: 600;
	margin-left: 8px;
}

.rating .rating-row-left img {
	margin-left: 8px;
}

.rating .rating-right-column {
	padding-top: 16px;
}

.rating .rating-right-column img {
	width: 54px;
	margin-bottom: 8px;
}

.rating .rating-right-column h3 {
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
}

.rating .rating-right-column h4 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.rating .rating-right-column .button-border-hover span {
	height: 54px;
}

/* info block */

.info {
	margin-top: 44px;
}

.info .info-inner {
	color: #fff !important;
}

.info .info-inner h2 {
	font-size: 22px;
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
}

.info .info-table {
	margin-top: 15px;
}

.info .info-table-row {
}

.info-table-row:nth-child(2n) {
	background-color: var(--list-bg);
}

.info-table-row-left {
	width: 50%;
	padding: 10px;
}

.info-table-row-right {
	width: 50%;
	padding: 10px;
}

.info-table-row-left h6,
.info-table-row-right p {
	color: #fff !important;
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
}

/* casino block */

.casino {
	margin-top: 44px;
}

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

.pagination {
	display: flex;
	align-items: center;
	gap: 0.5rem;

	.view-all-button {
		color: #fff;
		font-size: 0.75rem;
		padding-left: 0.75rem;
		padding-right: 0.625rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background-color: #fa860a;
		border-radius: 9999px;
	}

	.pagination-button {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fa860a;
		border-radius: 9999px;
		padding: 0.375rem;
		width: 2rem;
		height: 2rem;
		cursor: pointer;
		border: none;

		.icon-small {
			width: 1.5rem;
			height: 1.5rem;
			fill: #fff;
		}
	}
}

.casino-inner {
	display: flex;
	flex-direction: column;
	gap: 1rem;

	.casino--title {
		display: flex;
		align-items: center;
		gap: 0.25rem;

		svg {
			width: 1.5rem;
			height: 1.5rem;
			fill: #fa860a;
		}

		h2 {
			font-size: 22px;
			color: #fff;
			font-weight: 700;
			text-transform: uppercase;
			line-height: 29px;
		}
	}
}

.casino--game-cards::-webkit-scrollbar {
	display: none;
}

.casino--game-cards {
	display: flex;
	gap: 1rem;
	overflow-x: auto;
	align-items: center;
	scrollbar-width: none;

	.game-card {
		width: 144px;
		height: 144px;
		border-radius: 0.5rem;
		cursor: pointer;
		object-fit: cover;
	}
}

.view-all-games {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1rem;

	.view-all-text {
		color: #ffffff;
		font-size: 0.875rem;
	}

	.see-more-button {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #e0e0e0;
		border-radius: 50%;
		width: 2rem;
		height: 2rem;

		.icon-small {
			width: 1.5rem;
			height: 1.5rem;
			fill: #fa860a;
		}
	}
}

/* our-bonuses block */

.our-bonuses {
	margin-top: 44px;
	padding: 20px 0;
	background-color: #1a1a1a; /* Dark background to make the content stand out */
}

.our-bonuses-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	color: #fff;
}

.our-bonuses-inner h2 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}

.bonus-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
}

.bonus {
	background-color: var(--list-bg);
	width: calc(33.333% - 20px); /* Three columns */
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 15px;
	color: #fff;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bonus h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.bonus p {
	font-size: 14px;
	line-height: 1.6;
}

.bonus:hover {
	transform: translateY(-10px); /* Lift the card on hover */
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Кнопка как ссылка */
.bonus-btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #fa860a !important; /* Белый фон */
	color: #fff !important; /* Оранжевый текст */
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 700;
	margin-top: auto; /* Размещаем кнопку внизу */
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.bonus-btn:hover {
	transform: translateY(-5px); /* Поднимем кнопку при наведении */
}

/* Media Queries for responsiveness */
@media (max-width: 1024px) {
	.bonus {
		width: calc(50% - 20px); /* Two columns on tablets */
	}
}

@media (max-width: 768px) {
	.bonus {
		width: 100%; /* Full width on mobile */
	}

	.our-bonuses-inner h2 {
		font-size: 24px; /* Smaller title on mobile */
	}
}

/* faq block */

.faq {
	margin-top: 44px;
}

.faq .faq-inner {
}

.faq .faq-inner h2 {
	font-size: 22px;
	text-transform: uppercase;
	line-height: 25px;
	font-weight: 700;
	color: #fff;
}

.faq .faq-question-block {
	margin-top: 15px;
	position: relative;
	display: flex;
	gap: 30px;

	.question-wrapper {
		display: flex;
		flex-direction: column;
	}
}

.faq .faq-question-block:last-child {
	margin-bottom: 0;
}

.faq .faq-question-block h6 {
	font-size: 16px;
	line-height: 17px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;

	a {
		color: var(--orange) !important;
	}
}

.faq .faq-question-block p {
	font-size: 16px;
	line-height: 17px;
	font-weight: 400;
	color: #fff;

	a {
		color: var(--orange) !important;
	}
}

.faq-question-block-number {
	color: #fff;
	height: 30px;
	width: 30px;
	min-width: 30px; /* Минимальная ширина */
	min-height: 30px; /* Минимальная высота */
	border-radius: 50%; /* Радиус скругления */
	background: var(--list-bg);
	display: flex; /* Использование flexbox для выравнивания */
	align-items: center; /* Вертикальное выравнивание */
	justify-content: center; /* Горизонтальное выравнивание */
	font-size: 14px;
	font-weight: 700;
}

/* bonuses block */

.bonuses {
	margin-top: 44px;
}

.bonuses .bonuses-inner {
}

.bonuses .bonuses-inner h2 {
	font-size: 22px;
	line-height: 25px;
	font-weight: 700;
	margin-bottom: 32px;
	color: #fff;
	text-transform: uppercase;
}

.bonuses .bonuses-inner .bonuses--block {
	background: var(--dark-blue);
	background-image: url(../img/our-bonuses-block-bg.png);
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 22px;
	position: relative;
	border-radius: 24px;
	margin-bottom: 20px;
}

.bonuses .bonuses-inner .bonuses--block .bonuses-block--game-border {
	border: 1px solid #f2f3f6;
	border-radius: 20px;
	padding: 15px;
	position: relative;
}

.bonuses
	.bonuses-inner
	.bonuses--block
	.bonuses-block--game-border
	.bonuses-block--game-icon {
	position: absolute;
	right: 50%;
	-webkit-transform: translateX(50%) translateY(-50%);
	-ms-transform: translateX(50%) translateY(-50%);
	transform: translateX(50%) translateY(-50%);
	height: 44px;
	border-radius: 100%;
	top: 0;
}

.bonuses .bonuses-inner .bonuses--block .bonuses-block--game {
	padding: 20px;
	background: -o-linear-gradient(
		351.62deg,
		rgba(54, 76, 107, 0.5) 0.66%,
		rgba(105, 147, 209, 0.025) 99.97%
	);
	background: linear-gradient(
		98.38deg,
		rgba(54, 76, 107, 0.5) 0.66%,
		rgba(105, 147, 209, 0.025) 99.97%
	);
	border-radius: 16px;
}

.bonuses .bonuses-inner .bonuses-block--game h3 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}

.bonuses .bonuses-inner .bonuses-block--game p {
	font-size: 16px;
	font-weight: 500;
	color: #9ea8b5;
	margin-bottom: 10px;
	text-align: center;
}

.bonuses .bonuses-inner .button-border-hover--green span {
	height: 54px;
}

/* bonuses block end */

/* download block */

.download {
	margin-top: 44px;
}

.download-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	/* padding: 30px 20px;
  background: linear-gradient(
    180deg,
    rgba(25, 30, 39, 0.6) 0%,
    rgba(33, 38, 49, 0.6) 100%
  );
  box-shadow: 8px 0 14px rgba(0, 0, 0, 0.19), inset 0 1px 4px #fff;
  border-radius: 28px; */
}

.download .logo-download img {
	width: 200px;
	max-width: 100%;
}
.download--block-button {
	display: flex;
	gap: 10px !important;

	img {
		width: 24px;
		height: 24px;
	}
}

/* download block end*/

.general-information {
	margin-top: 44px;
	margin-bottom: 44px;

	a {
		color: var(--orange) !important;
	}

	.button-base {
		color: #fff !important;
	}

	ul {
		li {
			color: #fff;
			font-weight: 300;
		}
	}

	table {
		color: #fff;
	}
}

.general-information .general-information--border {
	/* padding: 30px 20px;
	background: linear-gradient(
		180deg,
		rgba(25, 30, 39, 0.6) 0%,
		rgba(33, 38, 49, 0.6) 100%
	); */
	/* box-shadow: 8px 0 14px rgba(0, 0, 0, 0.19), inset 0 1px 4px #fff; */
	/* border-radius: 28px; */
}

.general-information h1 {
	font-size: 28px;
	line-height: 34px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-top: 15px;

	a {
		color: var(--orange) !important;
	}
}

.general-information h2 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-top: 15px;

	a {
		color: var(--orange) !important;
	}
}

.general-information h3 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	color: var(--orange);
	text-transform: uppercase;
	margin-top: 15px;

	a {
		color: var(--orange) !important;
	}
}

.general-information h1:first-child,
.general-information h2:first-child,
.general-information h3:first-child,
.general-information p:first-child {
	margin-top: 0;
}

.general-information p {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	margin-top: 15px;

	strong {
		font-weight: 800;
	}
}

/* footer style */

footer {
	margin-top: 44px;
	color: #fff;
	padding-top: 20px;
	border-top: 1px solid gray;
}

.footer-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.sponsors-images {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
}

.footer-text {
	max-width: 540px;
	text-align: center;
	color: #fff;
}

.footer-navigation-links {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.5rem;
	padding-top: 1rem;
	text-decoration-line: underline;
}

.social--wrapper {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	color: #fff;
	list-style-type: none;
	margin: 0px;
	padding: 0px;

	.social-icon {
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 0.125rem;
		background-color: #5a5a5a;
		padding: 0.5rem;
	}
}

.footer-copyright {
	text-align: center;
	font-size: 1rem;
	line-height: 1.5;
}

/* second footer */

.app-button.app-button-second-footer {
	height: 52px;
	margin-bottom: 8px;
	margin-right: 0;
}

.app-button.app-button-second-footer span {
	font-size: 14px;
	color: var(--light-blue);
}

.app-button.app-button-second-footer .bottom-text {
	font-size: 16px;
	margin-bottom: 0;
}

.app-button.app-button-second-footer svg {
	width: 24px;
	height: 24px;
}

.app-button.app-button-second-footer img {
	width: 28px;
}

.second-footer .second-footer-right-column {
	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: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/* footer card block */

.footer-card {
	margin-top: 44px;
}

.footer-card .social {
	width: 40px;
	height: 40px;
	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;
	border: 1px solid var(--blue);
	border-radius: 100px;
	margin-right: 14px;
}

.footer-card .social:last-child {
	margin-right: 0;
}

.footer-card .social img {
	max-width: 18px;
}

.footer-card .brands {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer-card .brands img {
	max-height: 38px;
}

.footer-card .brands img.h-20 {
	max-height: 20px;
}

.footer-card .brands img.h-25 {
	max-height: 20px;
}

.footer-card .brands .img-wrap {
	margin-right: 22px;
}

.footer-card .brands .img-wrap:last-child {
	margin-right: 0;
}

.footer-card .brands-full-row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-card .brands-full-row img {
	margin-right: 0;
}

.footer-card .copyright p {
	font-size: 12px;
	font-weight: 400;
	color: var(--light-blue);
	margin-bottom: 0;
}

.footer-card .verification img {
	height: 56px;
}

.footer-card .verification img:last-child {
	margin-left: 16px;
}

.mobile-header {
	display: none;
}

.mobile-header {
	-webkit-box-shadow: 0px 10px 20px 0px #00000008;
	box-shadow: 0px 10px 20px 0px #00000008;
	background: linear-gradient(#242424, #000);
	padding: 15px 0;
}

.burger-button {
	margin-left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 36px;
	width: 36px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
}

.burger-button span {
	width: 20px;
	height: 4px;
	background: #fff;
}

.mobile-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: linear-gradient(#242424, #000);
	padding: 15px;
	z-index: 2;
}

.mobile-menu-inner {
	padding-top: 60px;
}

.mobile-menu-inner .promotions-button {
	width: 240px;
	margin-bottom: 22px;
}

.mobile-menu-inner .free-money-button {
	width: 190px;
}

.mobile-menu-inner .border {
	border: 1px solid var(--light-blue);
	margin: 30px 0;
}

.mobile-menu-inner .navigation-list li {
	margin-bottom: 24px;
}

.footer-card .brands.brands-full-row {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}

.footer-card .brands-full-row .img-wrap {
	display: inline-block;
	margin-right: 0;
}

.footer-card .brands-full-row .img-wrap img {
	height: auto;
	max-height: 31px;
	width: auto;
	max-width: 100%;
}

.HomePage__games {
	margin-top: 16px;
}

.GameList__more {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 28px;
}

.GameList__list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(188px, 1fr));
	grid-auto-rows: 1fr;
	column-gap: 16px;
	row-gap: 16px;
}

.GameCard {
	display: block;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}

.GameCard:before {
	content: '';
	display: block;
	height: 0;
	width: 0;
	padding-bottom: 115.5963302752%;
}

.GameCard__cover {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
}

.GameCard__cover img {
	width: 100%;
}

.GameCard__play {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 8px;
	padding: 16px;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.GameCard:hover .GameCard__play {
	opacity: 1;
}

.GameCard__play:hover {
	background: #ff000080;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

.GameCard__play_real {
	background: #3156eb;
	border: none;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.GameCard__play_btn {
	font-size: 14px;
	line-height: 130%;
	font-weight: 600;
	width: 100%;
	height: 51px;
	color: #fff;
	cursor: pointer;
}

.GameCard__play_demo {
	border-radius: 8px;
	background: transparent;
	border: 1px solid #fff;
}

.GameCard__play_demo:hover {
	background: transparent;
	/*border: 1px solid #fff;*/
}

.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
}

.modal-content {
	position: relative;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	width: 90%;
	max-width: 1200px;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.Button__primary {
	background: #7dc72e;
	border: none;
	color: #fff;
}

.Button__primary:hover {
	background: var(--hoverPrimary);
}

.Button__primary.Button__disabled {
	background: var(--light-blue);
}

.Button__primary svg,
.Button__primary path,
.Button__primary rect {
	fill: var(--white);
}

.Button {
	display: flex;
	width: 100%;
	border-radius: 8px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	font-size: 14px;
	line-height: 130%;
	font-weight: 600;
	height: 52px;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.GameList__list {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 8px;
		row-gap: 8px;
	}

	.GameList__list .GameCard:nth-child(15) {
		display: none;
	}

	header .custom-logo-link img {
		max-width: 70px;
	}

	.category-options {
		margin-bottom: 10px;
	}
}

.GameCard__cover {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0px;
	left: 0px;
}

.GameCard__cover {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0px;
	left: 0px;
}

.GameCard__cover img {
	width: 100%;
}

.GameCard__name {
	position: absolute;
	width: 90%;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(-50%);
	text-align: center;
	top: 58%;
	height: 40%;
}

.GameCard__name {
	position: absolute;
	width: 90%;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(-50%);
	text-align: center;
	top: 58%;
	height: 40%;
}

.GameCard__name span {
	font-size: 18px;
	line-height: 120%;
	font-weight: 700;
	color: var(--white);
}

@media (max-width: 1180px) {
	.GameCard__name span {
		font-size: 12px;
		line-height: 16px;
		font-weight: 700;
	}
}

@media (max-width: 1180px) {
	.GameCard__name span {
		font-size: 12px;
		line-height: 16px;
		font-weight: 700;
	}
}

.GameCard__loading {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.GameCard__loading {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.GameCard__play {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	inset: 0px;
	background: var(--gameCardGradient);
	border-radius: 8px;
	padding: 16px;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(2px);
}

.GameCard__play {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	inset: 0px;
	background: var(--gameCardGradient);
	border-radius: 8px;
	padding: 16px;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(2px);
}

.GameCard__play {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	inset: 0px;
	background: var(--gameCardGradient);
	border-radius: 8px;
	padding: 16px;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(2px);
}

.GameCard__play {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	inset: 0px;
	background: var(--gameCardGradient);
	border-radius: 8px;
	padding: 16px;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(2px);
}

.GameCard__play {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	inset: 0px;
	background: var(--gameCardGradient);
	border-radius: 8px;
	padding: 16px;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(2px);
}

@media (max-width: 1180px) {
	.GameCard__play {
		padding: 8px;
	}
}

@media (max-width: 1180px) {
	.GameCard__play {
		padding: 8px;
	}
}

.GameCard__play_btn {
	font-size: 14px;
	line-height: 130%;
	font-weight: 600;
	width: 100%;
	height: 51px;
	color: var(--white);
	cursor: pointer;
}

.GameCard__play_btn {
	font-size: 14px;
	line-height: 130%;
	font-weight: 600;
	width: 100%;
	height: 51px;
	color: var(--white);
	cursor: pointer;
}

@media (max-width: 1180px) {
	.GameCard__play_btn {
		font-size: 10px;
		line-height: 130%;
		font-weight: 600;
		height: 32px;
	}
}

@media (max-width: 1180px) {
	.GameCard__play_btn {
		font-size: 10px;
		line-height: 130%;
		font-weight: 600;
		height: 32px;
	}
}

.GameCard__play_real {
	background: var(--primary);
	border: none;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.GameCard__play_real {
	background: var(--primary);
	border: none;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.GameCard__play_real {
	background: var(--primary);
	border: none;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.GameCard__play_real svg {
	margin-left: 4px;
}

.GameCard__play_demo {
	border-radius: 8px;
	background: transparent;
	border: 1px solid var(--white);
}

.GameCard__play_demo {
	border-radius: 8px;
	background: transparent;
	border: 1px solid var(--white);
}

@media (max-width: 1370px) {
	.GameList__list {
		grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	}
}

@media (max-width: 1180px) {
	.GameList__list {
		gap: 16px 8px;
		grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	}
}

@media (max-width: 768px) {
	.GameList__list {
		grid-template-columns: repeat(auto-fill, minmax(107px, 1fr));
	}
}

@media (max-width: 1370px) {
	.GameList__list_tournament {
		grid-template-columns: repeat(auto-fill, minmax(208px, 1fr));
	}
}

@media (max-width: 1180px) {
	.GameList__list_tournament {
		gap: 16px 8px;
		grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	}
}

@media (max-width: 768px) {
	.GameList__list_tournament {
		grid-template-columns: repeat(auto-fill, minmax(107px, 1fr));
	}
}

.GameList__more {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 28px;
}

.GameList__more {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 28px;
}

.GameList__list_empty {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 104px;
}

@media (max-width: 1180px) {
	.GameList__list_empty {
		margin-top: 80px;
	}
}

@media (max-width: 1180px) {
	.GameList__list_empty {
		margin-top: 80px;
	}
}

@media (max-width: 576px) {
	.GameList__list_empty {
		margin-top: 58px;
	}
}

@media (max-width: 576px) {
	.GameList__list_empty {
		margin-top: 58px;
	}
}

.GameList__list_empty_icon {
	margin-bottom: 12px;
}

.GameList__list_empty_title {
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
}

@media (max-width: 1180px) {
	.GameList__list_empty_title {
		font-size: 14px;
		line-height: 130%;
		font-weight: 400;
	}
}

@media (max-width: 1180px) {
	.GameList__list_empty_title {
		font-size: 14px;
		line-height: 130%;
		font-weight: 400;
	}
}

@media (max-width: 768px) {
	.modal-content {
		width: 100%;
		height: 100%;
		margin: 0;
		border-radius: 0;
	}

	.game-frame {
		height: 100%;
	}

	.modal-footer {
		padding: 0px;
	}

	.close {
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 40px;
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	}
}

@media (max-width: 480px) {
	.modal-content {
		width: 100%;
		height: 100%;
	}

	.game-frame {
		height: calc(100% - 50px);
	}

	.button-action {
		font-size: 23px;
		padding: 18px 40px;
	}
}

.loading-spinner {
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	border-top: 8px solid #3498db;
	width: 60px;
	height: 60px;
	animation: spin 2s linear infinite;
	position: fixed;
	top: 50%;
	left: 48.5%;
	transform: translate(-50%, -50%);
	z-index: 1100;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media (max-width: 768px) {
	.loading-spinner {
		width: 50px;
		height: 50px;
		left: 45%;
	}
}

@media (max-width: 480px) {
	.loading-spinner {
		width: 40px;
		height: 40px;
	}
}

.close {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 45px;
	font-weight: bold;
	cursor: pointer;
	color: red;
	z-index: 1001;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.close {
	cursor: pointer;
}

.game-frame {
	width: 100%;
	height: 600px;
	border: none;
}

.modal-footer {
	text-align: center;
	padding: 15px;
	background-color: #f1f1f1;
}

.button-action {
	padding: 22px 80px;
	background-color: #28a745;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	font-size: 30px;
}

.button-action:hover {
	background-color: #218838;
}

.GameCard {
	width: 100%;
	max-width: 350px;
	margin: 20px auto;
	text-align: center;
}

.GameCard__cover img {
	width: 100%;
	border-radius: 10px;
	transition: transform 0.3s ease;
}

.GameCard__cover img:hover {
	transform: scale(1.05);
}

.GameCard__play_btn {
	padding: 10px 20px;
	margin: 5px;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	transition: background-color 0.3s ease;
}

.GameCard__play_btn:hover {
	background-color: #00b374;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
}

.modal-content {
	position: relative;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	width: 90%;
	max-width: 1200px;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.close {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 45px;
	font-weight: bold;
	cursor: pointer;
	color: red;
	z-index: 1001;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.close {
	cursor: pointer;
}

.game-frame {
	width: 100%;
	height: 600px;
	border: none;
}

.modal-footer {
	text-align: center;
	padding: 15px;
	background-color: #f1f1f1;
}

.button-action {
	padding: 22px 80px;
	background-color: #28a745;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	font-size: 30px;
}

.button-action:hover {
	background-color: #218838;
}

@media (max-width: 768px) {
	.modal-content {
		width: 100%;
		height: 100%;
		margin: 0;
		border-radius: 0;
	}

	.game-frame {
		height: 100%;
	}

	.modal-footer {
		padding: 0px;
	}

	.close {
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 40px;
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	}
}

@media (max-width: 480px) {
	.modal-content {
		width: 100%;
		height: 100%;
	}

	.game-frame {
		height: calc(100% - 50px);
	}

	.button-action {
		font-size: 23px;
		padding: 18px 40px;
	}
}

.loading-spinner {
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	border-top: 8px solid #3498db;
	width: 60px;
	height: 60px;
	animation: spin 2s linear infinite;
	position: fixed;
	top: 50%;
	left: 48.5%;
	transform: translate(-50%, -50%);
	z-index: 1100;
}

.destaques {
	br {
		display: none;
	}
}

.destaques__title {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	color: #a0aec0;
	font-weight: bold;
}

.destaques__icon {
	width: 1.5rem;
	height: 1.5rem;
	fill: #ff9800;
}

.destaques__cards {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	overflow-x: auto;
	padding: 1rem;
	margin-bottom: 1rem;
	scrollbar-width: none; /* Скрываем полосу прокрутки в Firefox */
}

.destaques__cards::-webkit-scrollbar {
	display: none; /* Скрываем полосу прокрутки в Webkit-браузерах */
}

.destaques__card {
	width: 80%;
	max-width: 18.5rem;
	height: 24.625rem;
	border-radius: 1.25rem;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
}

.destaques__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.destaques__info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1rem;
	margin: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(10px);
	border-radius: 1.25rem;
	color: #e2e8f0;
}

.destaques__game-title {
	font-size: 1.125rem;
	font-weight: 600;
}

.destaques__icon-img {
	width: 48px;
	height: 48px;
	color: transparent;
}

/* Медиазапросы для адаптации под разные размеры экрана */

/* Маленькие экраны (меньше 768px) */
@media (max-width: 767px) {
	.destaques__cards {
		padding: 0.5rem;
	}

	.destaques__card {
		width: 90%;
		height: 20rem;
	}

	.destaques__game-title {
		font-size: 1rem;
	}

	.destaques__icon-img {
		width: 40px;
		height: 40px;
	}
}

/* Средние экраны (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
	.destaques__cards {
		padding: 1rem;
		gap: 0.75rem;
	}

	.destaques__card {
		width: 85%;
		height: 22rem;
	}

	.destaques__game-title {
		font-size: 1.05rem;
	}

	.destaques__icon-img {
		width: 44px;
		height: 44px;
	}
}

/* Большие экраны (1024px и больше) */
@media (min-width: 1024px) {
	.destaques__cards {
		gap: 1rem;
	}

	.destaques__card {
		width: 70%;
		max-width: 20rem;
		height: 24.625rem;
	}

	.destaques__game-title {
		font-size: 1.125rem;
	}

	.destaques__icon-img {
		width: 48px;
		height: 48px;
	}
}

/* app start */
.app-hero {
	.app-hero--inner {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;

		img {
			width: 100%;
			height: 500px;
		}

		.app-text {
			display: flex;
			flex-direction: column;
			justify-content: center;
			gap: 10px;
			color: #fff;
			text-align: center;

			h2 {
				font-size: 59px;
				font-weight: 600;
				line-height: 55px;
			}
			p {
				font-size: 1rem;
			}
		}
	}
}
/* app end */


