@import "https://fonts.googleapis.com/css2?family=Rubik:ital,wght@1,700&display=swap";
*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.banner {
	margin: 0 auto;
	min-width: 280px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0a0a0a;
	font-size: 0.9vw;
	font-family: "Rubik", sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.banner div {
	position: absolute;
}
.banner img {
	position: absolute;
}
.main-wrapper {
	width: 46.875em;
	height: 56.25em;
	top: 50%;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(15.5%, -50%);
	z-index: 11;
}
.logo-wrapper {
	width: 46.875em;
	height: 10.4166666667em;
	top: 50%;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(-50%, -268%);
	z-index: 20;
}
.logo {
	position: absolute;
	width: 25.78125em;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.btn-wrapper {
	width: 36.4583333333em;
	height: 10.4166666667em;
	top: 50%;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(-102%, 167%);
	z-index: 20;
}
.btn {
	font-size: 1.9em;
	width: 10.5em;
	height: 2.4em;
	box-shadow:
		0 0.1em 0.2em 0 rgba(0, 0, 0, 0.3),
		0 0.2em 1em 0 rgba(255, 188, 0, 0.2);
	background: linear-gradient(180deg, #ffd800 0%, #ae4e00 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	text-decoration: none;
	transform: translate(-50%, -50%) skew(-13deg);
	border-radius: 0.1em;
	cursor: pointer;
}
.btn::after {
	content: "";
	border-radius: 0.04em;
	width: calc(100% - 0.2em);
	height: calc(100% - 0.2em);
	background: linear-gradient(0deg, #ff7b00 0%, #ffb300 100%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.banner.noanimation .btn-wrapper .btn {
	animation: btn-pulse 3s infinite linear;
}
@keyframes btn-pulse {
	from,
	.00001%,
	30%,
	50%,
	70%,
	90%,
	to {
		transform: translate(-50%, -50%) skew(-13deg) scale(1);
	}
	40%,
	60%,
	80% {
		transform: translate(-50%, -50%) skew(-13deg) scale(1.08);
	}
}
.btn-txt {
	font-size: 1em;
	position: relative;
	color: #212121;
	transform: skew(13deg);
	z-index: 12;
}
.wrapper {
	width: 100em;
	height: 56.25em;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}
.txt-1-wrapper {
	width: 100%;
	height: 18.2291666667em;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -53%);
	text-shadow: 0px 0px 0.7102272727em rgba(16, 12, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
	cursor: default;
}
.txt-1-wrapper .txt-1 {
	font-size: 1.75em;
	width: 100%;
	position: relative;
}
.txt-1-wrapper .txt-1 .second {
	font-size: 1.3em;
	display: block;
	color: #ffbc00;
}
.bg {
	font-size: 1vw;
	width: 100em;
	height: 62.5em;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../img/bg.jpg) no-repeat center center/contain;
}
.title {
	width: 33.8541666667em;
	height: 12.0833333333em;
	top: 50%;
	left: 50%;
	transform: translate(-54%, -150%);
	background: url(../img/title.png) no-repeat center center/contain;
}
.fire-1 {
	width: 6.6666666667em;
	height: 2.65625em;
	top: 50%;
	left: 50%;
	transform: translate(-550.5%, 274%);
	background: url(../img/fire.png) no-repeat center center/contain;
	opacity: 0;
}
.fire-2 {
	width: 6.6666666667em;
	height: 2.65625em;
	top: 50%;
	left: 50%;
	transform: translate(-411.5%, 274%);
	background: url(../img/fire.png) no-repeat center center/contain;
	opacity: 0;
}
.fire-3 {
	width: 6.6666666667em;
	height: 2.65625em;
	top: 50%;
	left: 50%;
	transform: translate(-271.5%, 274%);
	background: url(../img/fire.png) no-repeat center center/contain;
	opacity: 0;
}
.fire-4 {
	width: 6.6666666667em;
	height: 2.65625em;
	top: 50%;
	left: 50%;
	transform: translate(-132.5%, 274%);
	background: url(../img/fire.png) no-repeat center center/contain;
	opacity: 0;
}
.light-1 {
	width: 11.09375em;
	height: 23.4375em;
	top: 50%;
	left: 50%;
	transform: translate(-348.5%, -53%);
	background: url(../img/light.png) no-repeat center center/contain;
	opacity: 0;
}
.light-2 {
	width: 11.09375em;
	height: 23.4375em;
	top: 50%;
	left: 50%;
	transform: translate(-265.5%, -53%);
	background: url(../img/light.png) no-repeat center center/contain;
	opacity: 0;
}
.light-3 {
	width: 11.09375em;
	height: 23.4375em;
	top: 50%;
	left: 50%;
	transform: translate(-182.5%, -53%);
	background: url(../img/light.png) no-repeat center center/contain;
	opacity: 0;
}
.light-4 {
	width: 11.09375em;
	height: 23.4375em;
	top: 50%;
	left: 50%;
	transform: translate(-98.5%, -53%);
	background: url(../img/light.png) no-repeat center center/contain;
	opacity: 0;
}
.chicken {
	width: 24.21875em;
	height: 20.46875em;
	top: 50%;
	left: 50%;
	transform: translate(-60%, 25%);
	background: url(../img/chicken-img.png) no-repeat center center/contain;
}
.game-main {
	width: 97.1875em;
	height: 47.8645833333em;
	top: 50%;
	left: 50%;
	transform: translate(-67.3%, -43.5%);
}
.game-bg {
	background: url(../img/game-bg.png) no-repeat center center/contain;
}
.game-border {
	background: url(../img/game-border.png) no-repeat center center/contain;
}
.coins__wrapper {
	width: 55.1041666667em;
	height: 13.125em;
	top: 50%;
	left: 50%;
	transform: translate(-75.6%, -83%);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 22;
}
.coins__item {
	width: 7.3958333333em;
	height: 7.6041666667em;
	position: relative !important;
	margin: 0 1.0416666667em;
	transform-style: preserve-3d;
	perspective: 300px;
	will-change: transform;
}
.coins__item div {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.coins__item_1 .coin-win {
	background: url(../img/win-coin-1.png) no-repeat center center/contain;
}
.coins__item_1 .coin-base {
	background: url(../img/base-coin-1.png) no-repeat center center/contain;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.coins__item_2 .coin-win {
	background: url(../img/win-coin-2.png) no-repeat center center/contain;
}
.coins__item_2 .coin-base {
	background: url(../img/base-coin-2.png) no-repeat center center/contain;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.coins__item_3 {
	margin: 0 0.8333333333em 0 1.0416666667em;
}
.coins__item_3 .coin-win {
	background: url(../img/win-coin-3.png) no-repeat center center/contain;
}
.coins__item_3 .coin-base {
	background: url(../img/base-coin-3.png) no-repeat center center/contain;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.coins__item_4 {
	margin: 0 0 0 1.0416666667em;
}
.coins__item_4 .coin-win {
	background: url(../img/win-coin-4.png) no-repeat center center/contain;
}
.coins__item_4 .coin-base {
	background: url(../img/base-coin-4.png) no-repeat center center/contain;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.coins__item_egg {
	width: 11.6145833333em;
	height: 13.125em;
	margin: 0;
	transform: translateX(-4%);
}
.coins__item_egg .egg-win {
	background: url(../img/win-egg.png) no-repeat center center/contain;
	position: absolute !important;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 9;
}
.coins__item_egg .golden-win {
	background: url(../img/base-egg.png) no-repeat center center/contain;
}
.banner.animation .light-4 {
	animation: light-4 7.3s forwards;
}
.banner.animation .light-3 {
	animation: light-3 7.3s forwards;
}
.banner.animation .light-2 {
	animation: light-2 7.3s forwards;
}
.banner.animation .light-1 {
	animation: light-1 7.3s forwards;
}
.banner.animation .fire-3 {
	animation: fire-3 7.3s forwards;
}
.banner.animation .fire-2 {
	animation: fire-2 7.3s forwards;
}
.banner.animation .fire-1 {
	animation: fire-1 7.3s forwards;
}
.banner.animation .popup-confeti::before {
	animation: popup-confeti 7.3s forwards linear;
}
.banner.animation .popup__inner-body {
	animation: popup-body 7.3s forwards linear;
}
.banner.animation .popup-wrapper {
	animation: popup-wrapper 7.3s forwards;
}
.banner.animation .coins__item_egg .golden-win {
	animation: golden-egg 7.3s forwards;
}
.banner.animation .coins__item_egg .egg-win {
	animation: win-egg 7.3s forwards;
}
.banner.animation .coins__item_4 .coin-base {
	animation: coins-4-base 7.3s forwards;
}
.banner.animation .coins__item_4 {
	animation: coins-4 7.3s forwards linear;
}
.banner.animation .coins__item_3 .coin-base {
	animation: coins-3-base 7.3s forwards;
}
.banner.animation .coins__item_3 {
	animation: coins-3 7.3s forwards linear;
}
.banner.animation .coins__item_2 .coin-base {
	animation: coins-2-base 7.3s forwards;
}
.banner.animation .coins__item_2 {
	animation: coins-2 7.3s forwards linear;
}
.banner.animation .coins__item_1 .coin-base {
	animation: coins-1-base 7.3s forwards;
}
.banner.animation .coins__item_1 {
	animation: coins-1 7.3s forwards linear;
}
.banner.animation .game-chicken::before {
	animation: game-chicken 7.3s forwards linear;
}
.banner.animation .btn-wrapper .btn {
	animation: btn 7.3s forwards;
}
@keyframes light-4 {
	from,
	42% {
		opacity: 0;
	}
	43.4%,
	to {
		opacity: 1;
	}
}
@keyframes light-3 {
	from,
	32.2%,
	39.2%,
	to {
		opacity: 0;
	}
	33.6%,
	37.8% {
		opacity: 1;
	}
}
@keyframes light-2 {
	from,
	23.8%,
	30.8%,
	to {
		opacity: 0;
	}
	25.2%,
	29.4% {
		opacity: 1;
	}
}
@keyframes light-1 {
	from,
	14%,
	21%,
	to {
		opacity: 0;
	}
	15.4%,
	19.6% {
		opacity: 1;
	}
}
@keyframes fire-1 {
	from,
	29.4%,
	35%,
	to {
		opacity: 0;
	}
	32.2% {
		opacity: 1;
	}
}
@keyframes fire-2 {
	from,
	44.8%,
	50.4%,
	to {
		opacity: 0;
	}
	47.6% {
		opacity: 1;
	}
}
@keyframes fire-3 {
	from,
	15.4%,
	21%,
	to {
		opacity: 0;
	}
	18.2% {
		opacity: 1;
	}
}
@keyframes popup-wrapper {
	from,
	56% {
		z-index: -9999;
		opacity: 0;
	}
	57.4%,
	to {
		opacity: 1;
		z-index: 9999;
	}
}
@keyframes popup-confeti {
	from,
	56% {
		transform: translateY(0);
	}
	to {
		transform: translateY(90%);
	}
}
@keyframes popup-body {
	from,
	56%,
	68.6%,
	81.2%,
	93.8%,
	to {
		transform: translate(0, 0) scale(1) rotate(0);
		opacity: 1;
	}
	60.2%,
	72.8%,
	85.4% {
		transform: translate(6%, -5%) scale(1.1) rotate(-2deg);
		opacity: 1;
	}
	64.4%,
	77%,
	89.6% {
		transform: translate(3%, -5%) scale(1.02) rotate(2deg);
		opacity: 1;
	}
}
@keyframes golden-egg {
	from,
	50.4% {
		opacity: 1;
	}
	54.6%,
	to {
		opacity: 0;
	}
}
@keyframes win-egg {
	from,
	50.4% {
		opacity: 0;
	}
	54.6%,
	to {
		opacity: 1;
	}
}
@keyframes coins-1 {
	from,
	11.2% {
		transform: rotateY(0);
	}
	16.8%,
	19.6% {
		transform: rotateY(180deg);
	}
	23.8%,
	to {
		transform: rotateY(360deg);
	}
}
@keyframes coins-1-base {
	from,
	16.8% {
		opacity: 1;
	}
	16.9%,
	to {
		opacity: 0;
	}
}
@keyframes coins-2 {
	from,
	21% {
		transform: rotateY(0);
	}
	26.6%,
	28% {
		transform: rotateY(180deg);
	}
	33.6%,
	to {
		transform: rotateY(360deg);
	}
}
@keyframes coins-2-base {
	from,
	26.6% {
		opacity: 1;
	}
	26.7%,
	to {
		opacity: 0;
	}
}
@keyframes coins-3 {
	from,
	30.8% {
		transform: rotateY(0);
	}
	35%,
	37.8% {
		transform: rotateY(180deg);
	}
	42%,
	to {
		transform: rotateY(360deg);
	}
}
@keyframes coins-3-base {
	from,
	35% {
		opacity: 1;
	}
	35.1%,
	to {
		opacity: 0;
	}
}
@keyframes coins-4 {
	from,
	39.2% {
		transform: rotateY(0);
	}
	43.4%,
	47.6% {
		transform: rotateY(180deg);
	}
	51.8%,
	to {
		transform: rotateY(360deg);
	}
}
@keyframes coins-4-base {
	from,
	43.4% {
		opacity: 1;
	}
	43.5%,
	to {
		opacity: 0;
	}
}
@keyframes btn {
	from,
	.00001%,
	11.2%,
	to {
		transform: translate(-50%, -50%) scale(1) skew(-13deg);
	}
	5.6% {
		transform: translate(-50%, -50%) scale(0.9) skew(-13deg);
	}
}
@keyframes game-chicken {
	from,
	9.8% {
		transform: translate(0, 0);
		opacity: 0;
	}
	11.2% {
		transform: translate(0, 0);
		opacity: 1;
	}
	13.3% {
		transform: translate(45%, -24%);
		opacity: 1;
	}
	15.4%,
	19.6% {
		transform: translate(106%, -6%);
		opacity: 1;
	}
	22.4% {
		transform: translate(166%, -24%);
		opacity: 1;
	}
	25.2%,
	29.4% {
		transform: translate(226%, -6%);
		opacity: 1;
	}
	32.2% {
		transform: translate(285.5%, -24%);
		opacity: 1;
	}
	35%,
	37.8% {
		transform: translate(345%, -6%);
		opacity: 1;
	}
	40.6% {
		transform: translate(405%, -24%);
		opacity: 1;
	}
	43.4%,
	46.2% {
		transform: translate(464%, -6%);
		opacity: 1;
	}
	49% {
		transform: translate(524%, -24%);
		opacity: 1;
	}
	51.8%,
	54.6%,
	60.2%,
	65.8%,
	71.4%,
	77%,
	82.6%,
	88.2%,
	93.8%,
	98%,
	to {
		transform: translate(581%, -6%);
		opacity: 1;
	}
	57.4%,
	63%,
	68.6%,
	74.2%,
	79.8%,
	85.4%,
	91%,
	96% {
		transform: translate(581%, -24%);
		opacity: 1;
	}
}
.coin-win {
	transform: rotateY(180deg);
}
.coin-golden {
	background: url(../img/gold-coin.png) no-repeat center center/contain;
	position: absolute;
	transform: rotateY(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.game-chicken {
	width: 7.8125em;
	height: 8.4375em;
	top: 50%;
	left: 50%;
	transform: translate(-580%, 18%);
}
.game-chicken::before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	background: url(../img/chicken.png) no-repeat center center/contain;
}
.popup-wrapper {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	will-change: transform;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	z-index: -9999;
}
.popup__body {
	width: 25.4166666667em;
	height: 22.8125em;
	top: 50%;
	left: 50%;
	transform: translate(-132%, -42%);
	position: absolute;
	z-index: 5;
}
.popup .popup__inner-body {
	background: url(../img/popup-body.png) no-repeat center center/contain;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	top: 0;
	left: 0;
}
.popup__txt {
	font-size: 2.3em;
	cursor: default;
	position: relative !important;
	text-shadow: 0 0.2em 0.3em rgba(16, 12, 0, 0.6);
	padding: 2.2em 0 0 0.65em;
	margin-bottom: 0.25em;
}
.popup__sum {
	font-size: 2.6em;
	cursor: default;
	position: relative !important;
	margin-left: 0.2em;
	margin-bottom: 0.4em;
	color: #ffbc00;
	text-shadow:
		0px 0px 0.6em rgba(16, 12, 0, 0.6),
		0px 0px 0.6em rgba(255, 188, 0, 0.5);
}
.popup__sum span {
	font-size: 1.3em;
}
.popup__btn-wrapper {
	font-size: 0.88em;

	width: 100%;
	height: 3.6458333333em;
	font-weight: 700;
	position: relative !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup__btn-txt {
	font-size: 1.2em;
	position: relative !important;
	color: #212121;
}
.popup__btn-link {
	background: none !important;
	box-shadow: none;
}
.popup__btn-link::before,
.popup__btn-link::after {
	display: none;
}
.popup .btn {
	font-size: 1.25em;
	width: 10.5em;
	height: 2.4em;
	box-shadow: 0 0.2em 0.5em 0 rgba(0, 0, 0, 0.3);
	background: linear-gradient(180deg, #ffd800 0%, #ae4e00 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	text-decoration: none;
	transform: translate(-50%, -50%) skew(-13deg);
	border-radius: 0.1em;
	cursor: pointer;
}
.popup .btn::after {
	content: "";
	border-radius: 0.04em;
	width: calc(100% - 0.2em);
	height: calc(100% - 0.2em);
	background: linear-gradient(0deg, #ff7b00 0%, #ffb300 100%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.popup .btn span {
	position: relative;
	color: #212121;
	transform: skew(13deg);
	z-index: 12;
}
.popup-confeti {
	width: 101.3541666667em;
	height: 67.2916666667em;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -134%);
	z-index: 2;
}
.popup-confeti::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/confeti.png) repeat-y center center/contain;
}
@media screen and (max-aspect-ratio: 1366/1024) and (min-aspect-ratio: 1000/999) {
	.bg {
		font-size: 1.32em;
		transform: translate(-58%, -50%);
	}
	.chicken {
		font-size: 1.1em;
		transform: translate(-53%, 34%);
	}
	.title {
		transform: translate(-54%, -171%);
	}
	.main-wrapper {
		font-size: 1.05em;
		transform: translate(14.5%, -50%);
	}
	.btn-wrapper {
		transform: translate(-102%, 201%);
	}
}
@media screen and (min-aspect-ratio: 740/360) {
	.banner {
		font-size: 0.85vw;
	}
}
@media screen and (orientation: portrait) {
	.popup-confeti {
		font-size: 1.55em;
		transform: translate(-31%, -143%);
	}
	.popup__body .btn {
		font-size: 1.25em;
	}
	.popup__body {
		font-size: 1.5em;
		width: 25.4166666667em;
		height: 22.8125em;
		top: 50%;
		left: 50%;
		transform: translate(-52%, -10%);
		position: absolute;
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		align-items: center;
	}
	.chicken {
		font-size: 1.6em;
		transform: translate(-150%, 129%);
	}
	.title {
		font-size: 0.98em;
		transform: translate(-50%, -359%);
	}
	.txt-1-wrapper {
		transform: translate(-50%, -176%);
	}
	.txt-1-wrapper .txt-1 {
		font-size: 2.6em;
	}
	.main-wrapper {
		width: 100em;
		height: 130em;
		transform: translate(-50%, -50%);
	}
	.btn {
		font-size: 3.4em;
	}
	.btn-wrapper {
		height: 20em;
		transform: translate(-50%, 185%);
	}
	.logo-wrapper {
		transform: translate(-50%, -555%);
	}
	.logo {
		width: 44em;
	}
	.game-wrapper {
		font-size: 1.39em;
		transform: translate(-31.5%, -35%);
	}
	.bg {
		font-size: 1vw;
		width: 100em;
		height: 146.484375em;
		background: url(../img/bg-p.jpg) no-repeat center center/contain;
	}
	.banner {
		font-size: calc(0.43vw + 0.43vh);
	}
}
@media screen and (max-aspect-ratio: 320/481) {
	.chicken {
		font-size: 1.6em;
		transform: translate(-100%, 135%);
	}
	.btn {
		font-size: 3.8em;
	}
	.btn-wrapper {
		height: 20em;
		transform: translate(-50%, 132%);
	}
	.game-wrapper {
		font-size: 1.2em;
		transform: translate(-31.5%, -42%);
	}
	.txt-1-wrapper {
		transform: translate(-50%, -211%);
	}
	.title {
		font-size: 1.15em;
		transform: translate(-50%, -369%);
	}
	.logo-wrapper {
		transform: translate(-50%, -672%);
	}
	.bg {
		font-size: 1vw;
		width: 100em;
		height: 296.875em;
		background: url(../img/bg-320.jpg) no-repeat center center/contain;
	}
	.popup__body {
		font-size: 1.5em;
		transform: translate(-52%, -35%);
	}
}
@media screen and (max-aspect-ratio: 520/1024) {
	.popup-confeti {
		font-size: 1.35em;
		transform: translate(-31%, -185%);
	}
	.popup__body {
		font-size: 1.3em;
		transform: translate(-52%, -39%);
	}
	.chicken {
		font-size: 1.6em;
		transform: translate(-100%, 135%);
	}
	.btn {
		font-size: 3.8em;
	}
	.btn-wrapper {
		height: 20em;
		transform: translate(-50%, 132%);
	}
	.game-wrapper {
		font-size: 1.2em;
		transform: translate(-31.5%, -42%);
	}
	.txt-1-wrapper {
		transform: translate(-50%, -211%);
	}
	.title {
		font-size: 1.15em;
		transform: translate(-50%, -369%);
	}
	.logo-wrapper {
		transform: translate(-50%, -672%);
	}
	.bg {
		font-size: 1vw;
		width: 100em;
		height: 229.4685990338em;
		background: url(../img/bg-414.jpg) no-repeat center center/contain;
	}
}
