body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
}
.aapknb {
	background: linear-gradient(180deg, #01719a 0%, #1e0e64 98.5%);
}

.aapkne {
	background: linear-gradient(to right, #016477, #00d7ff);
}

.aapknd {
	background: linear-gradient(304deg, #ffbe14 0%, #ff981e 100%);
}

.aapknc {
	max-width: 300px !important;
	margin-bottom: 60px !important;
}
.aapknb {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 999;
	width: 100%;
	padding: 15px;
	display: flex;
	overflow: hidden;
	height: calc(100dvh + 2px);
}

.aapknb.is--loaded {
	display: none;
}

.aapknc {
	margin-bottom: 35px;
	width: 100%;
	max-width: 400px;
}

.aapknd {
	width: 100%;
	height: 28px;
	max-width: 340px;
	padding: 4px;
	border-radius: 100px;
	position: relative;
}

.aapknd::before {
	position: absolute;
	content: '';
	left: 4px;
	top: 4px;
	border-radius: 100px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background-color: #fff;
}

.aapkne {
	position: relative;
	z-index: 2;
	width: 0;
	height: 100%;
	border-radius: 100px;
	transition: width 0.5s ease;
}

@media (max-width: 767px) {
	.aapknd {
		max-width: 220px;
	}
}
.bottom__section-button-text {
	white-space: nowrap;
}
.bonuses-wrapper {
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	z-index: 999;
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.bonuses-wrapper.is--active {
	display: flex;
}

.bonuses-wrapper h3 {
	font-size: 35px;
	padding: 5px;
	text-align: center;
}

.bonuses-wrapper img {
	width: 275px;
	height: 275px;
	margin-bottom: 45px;
	contain: paint;
	isolation: isolate;
	backface-visibility: hidden;
	will-change: auto;
	transform: none !important;
}

.display-none {
	display: none;
}

.bonus-inline {
	border-radius: 50px;
	height: 60px;
	min-width: 350px;
	position: absolute;
	bottom: 10px;
	left: -200%;
	z-index: 99;
	background: linear-gradient(to right, #fb121b, #49d915);
	padding: 6px;
}

.bonus-inline.is--active {
	left: 100%;
	transform: translate(calc(-100% - 10px), 0);
	transition: left 1s ease-out;
}

.bonus-inline.is--hidden {
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
}

.bonus-inline img {
	width: 90px;
	min-width: 90px;
	height: 90px;
	position: relative;
	top: -20px;
	contain: paint;
	isolation: isolate;
	backface-visibility: hidden;
	will-change: auto;
}

.bonus-inline p {
	background: linear-gradient(90deg, #2a9e00 0%, #49d915 100%);
	white-space: nowrap;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 22px;
	text-align: center;
}

.bonus-inline .clickable-inline-box-element {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.bonus-inline__wrapper {
	background: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 50px;
	padding: 0 15px 0 0;
	height: calc(60px - 12px);
}

.bonus-inline__arrows {
	width: 36px;
	min-width: 36px;
	margin-left: 10px;
}

.bonus-inline__arrows svg {
	animation: arrow-left 1s infinite;
	float: left;
}

.bonus-inline__arrows svg:nth-child(1) {
	animation-delay: -0.2s;
}

.bonus-inline__arrows svg:nth-child(2) {
	animation-delay: -0.1s;
}

@keyframes arrow-left {
	0% {
		opacity: 0;
		transform: translate(-0px, -0px);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translate(0px, 0px);
	}
}

@media (max-width: 768px) {
	.bonus-inline.is--active {
		left: 50%;
		transform: translate(-50%, 0);
	}
}

@media (max-width: 768px) {
	.bonuses-wrapper img {
		width: 175px;
		height: 175px;
		margin-bottom: 25px;
	}
}

/*@media (max-height: 741px) {*/
/*    .bonus-inline {*/
/*        left: unset;*/
/*        right: 65px;*/
/*        bottom: 200%;*/
/*        transform: unset;*/
/*        min-width: 255px;*/
/*    }*/
/*    .bonus-inline.is--active {*/
/*        left: unset;*/
/*        right: 65px;*/
/*        transform: rotate(90deg);*/
/*        transform-origin: bottom right;*/
/*        bottom: 10px;*/
/*        transition: bottom 1s ease-out*/
/*    }*/
/*    .bonus-inline img {*/
/*        transform: rotate(-90deg);*/
/*        top: 0;*/
/*    }*/
/*    .bonuses-wrapper img {*/
/*        width: 190px;*/
/*        height: 190px;*/
/*        margin-bottom: 25px;*/
/*    }*/
/*}*/
.social-widgets {
	position: var(--social-widgets-position, fixed);
	z-index: var(--social-widgets-z-index, 100);
	display: flex;
	flex-direction: column;
	gap: 4px;
	pointer-events: none;
	max-width: calc(100% - 32px);
}

.social-widgets--top-left {
	top: 2px;
	left: 2px;
	align-items: flex-start;
}

.social-widgets--top-right {
	top: 2px;
	right: 2px;
	align-items: flex-end;
}

.social-widgets--bottom-left {
	bottom: 2px;
	left: 2px;
	align-items: flex-start;
	flex-direction: column-reverse;
}

.social-widgets--bottom-right {
	bottom: 2px;
	right: 2px;
	align-items: flex-end;
	flex-direction: column-reverse;
}

.social-widgets__inner {
	font-size: 12px;
	opacity: 1;
}

.social-widget {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 6px 12px;
	border-radius: 6px;
	line-height: 1.2;
	white-space: nowrap;
	pointer-events: auto;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: rgba(26, 26, 26, 0.2);
	color: #ffffff;
	font-weight: 600;
	font-family: inherit;
	opacity: 1;
}

[data-js='is--modal-open'] .social-widget,
.is--modal-open .social-widget {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.social-widget--online-count .social-widget__dot {
	position: relative;
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #4ade80;
	z-index: 2;
}

.social-widget--online-count .social-widget__dot::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #4ade80;
	opacity: 0.4;
	animation: social-widget-online-count-pulse 2s ease-in-out infinite;
}

.social-widget--online-count .social-widget__value {
	font-variant-numeric: tabular-nums;
}

@keyframes social-widget-online-count-pulse {
	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.9);
	}
}
