*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

ol[class],
ul[class] {
	padding: 0;
	list-style: none
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
	margin: 0
}

body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto
}

img {
	max-width: 100%;
	display: block
}

article>*+* {
	margin-top: 1em
}

button,
input,
select,
textarea {
	font: inherit
}

@media (prefers-reduced-motion:reduce) {
	* {
		-webkit-animation-duration: 0s !important;
		animation-duration: 0s !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		-webkit-transition-duration: 0s !important;
		-o-transition-duration: 0s !important;
		transition-duration: 0s !important;
		scroll-behavior: auto !important
	}
}

a {
	color: var(--accent);
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

img {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
}

:root {
	--bgColor: #fff;
	--fontColor: #fff;
	--accent: #f00;
	--accentHover: #c70101;
}

html {
	font-size: 10px;
	background-color: var(--bgColor);
	font-family: 'Gilroy', sans-serif;
	color: var(--fontColor);
	overflow-x: hidden;
}

.wrapper {
	--max-width: 1300px;
	--padding-side: 16px;

	width: min(var(--max-width), 100% - (var(--padding-side) * 2));
	margin-inline: auto;
}

@media (hover: hover) {
	:is(a, button):hover {
		color: var(--accentHover);
	}

	input:is(:hover, :focus) {
		color: var(--accentHover);
	}
}

.main_first,
.main_second {
	background-color: var(--bgColor);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100vh;
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
	transition: opacity 0.4s ease-out, -webkit-transform 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
	transition: opacity 0.4s ease-out, transform 0.4s ease-out;
	transition: opacity 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;

	background-image: url('../img/background.png');
}

.main_second {
	background-image: url('../img/background-2.png');
}

.main_second::before {
	background-image: url('../img/zvezdochki.png');
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-animation: starsTwinkle 5s ease-in-out infinite;
	animation: starsTwinkle 5s ease-in-out infinite;
	z-index: 0;
}

.main_first.screen-exit {
	opacity: 0;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	pointer-events: none;
}

.main-image {
	position: absolute;
	bottom: -30px;
	right: -35px;
	width: 870px;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: right;
	object-position: right;
	z-index: 1;
	-webkit-animation: princessLevitation 3.5s ease-in-out infinite;
	animation: princessLevitation 3.5s ease-in-out infinite;
}

.oblaka-image {
	position: absolute;
	bottom: -40px;
	right: -30px;
	width: 1240px;
	height: 430px;
	z-index: 1;
	-webkit-animation: cloudDrift 5.5s ease-in-out infinite;
	animation: cloudDrift 5.5s ease-in-out infinite;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.main_second .main-image {
	height: 100vh;
	width: 1440px;
	bottom: 0;
	right: 50px;
	-webkit-animation: rubakBreathing 3s ease-in-out infinite;
	animation: rubakBreathing 3s ease-in-out infinite;
}


.main_first_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 75px;
	margin-top: 60px;
	margin-left: 90px;
	position: relative;
	z-index: 2;
}

.main_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;

	letter-spacing: -1px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 90px;
}

.main_content_logo {
	width: 390px;
	height: 200px;
}

.main_content_logo img,
.main_sloted_logo img,
.main_second_content_logo img {
	width: 100%;
	height: 100%;
}

.main_content_title {
	margin-top: 20px;
	font-family: 'DrukCyr', sans-serif;
	font-size: 170px;
	letter-spacing: -2px;

	background: -o-linear-gradient(212.29deg, rgba(0, 216.75, 255, 1), rgba(117.16773986816406, 164.94488525390625, 236.61058044433594, 1) 100%);

	background: linear-gradient(237.71deg, rgba(0, 216.75, 255, 1), rgba(117.16773986816406, 164.94488525390625, 236.61058044433594, 1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
}

.main_content_description {
	margin-top: 30px;
	font-size: 42px;
	text-shadow: 0 4px 8px #000000;
}

.main_content_button {
	margin-top: 70px;
}

.main_content_button.mobile-button {
	display: none;
}

.main_content_button_button {
	font-size: 42px;
	line-height: 1.5;
	font-weight: 800;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.75);
	border-radius: 54px;
	-webkit-box-shadow: 0px 8.78px 19.0302677154541px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 8.78px 19.0302677154541px 0px rgba(0, 0, 0, 0.75);
	background: -o-linear-gradient(212.29deg, rgba(0, 216.75, 255, 1), rgba(117.16773986816406, 164.94488525390625, 236.61058044433594, 1) 100%);
	background: linear-gradient(237.71deg, rgba(0, 216.75, 255, 1), rgba(117.16773986816406, 164.94488525390625, 236.61058044433594, 1) 100%);
	background-clip: padding-box, border-box;
	padding: 15px 120px;
	border: 2px solid #fff;

	-webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	-o-transition: transform 0.15s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: transform 0.15s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: transform 0.15s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	cursor: pointer;
	-webkit-animation: magicPulse 2.2s ease-in-out infinite;
	animation: magicPulse 2.2s ease-in-out infinite;
}

.main_content_button_button:disabled {
	opacity: 0.55;
	cursor: not-allowed;
	pointer-events: none;
	-webkit-animation: none;
	animation: none;
}

.main_content_button_button:hover {
	-webkit-animation: magicPulseHover 2.2s ease-in-out infinite;
	animation: magicPulseHover 2.2s ease-in-out infinite;
	color: #000;
	-webkit-box-shadow: 0px 9px 30px 0px rgba(117, 164, 236, 0.8), 0 0 20px rgba(0, 216, 255, 0.6);
	box-shadow: 0px 9px 30px 0px rgba(117, 164, 236, 0.8), 0 0 20px rgba(0, 216, 255, 0.6);
}

.main_content_button_button:active {
	-webkit-animation: none;
	animation: none;
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

.main_sloted {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
}

.main_sloted_logo {
	width: 400px;
	height: 250px;
}

.main_second_content {
	border: 10px solid rgba(29, 226, 255, 1);
	border-radius: 28px;
	background-color: #1DE2FF33;
}

.slot {
	width: 1240px;
	height: 820px;
	padding: 0 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	overflow-y: hidden;
	background-image: url('../img/slots.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.slot_row {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin: 60px 0;
	overflow-y: clip;
	max-height: 720px;
}

.slot_row_track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	will-change: transform;
	-webkit-transform: translateY(-470px);
	-ms-transform: translateY(-470px);
	transform: translateY(-470px);
}

.slot_row_track.idle {
	-webkit-animation: slotIdle 2s ease-in-out infinite;
	animation: slotIdle 2s ease-in-out infinite;
}

.slot_row:nth-child(1) .slot_row_track.idle {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.slot_row:nth-child(2) .slot_row_track.idle {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.slot_row:nth-child(3) .slot_row_track.idle {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.slot_row:nth-child(4) .slot_row_track.idle {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.slot_row:nth-child(5) .slot_row_track.idle {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.slot_row:nth-child(6) .slot_row_track.idle {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.slot_row_track--spinning {
	-webkit-filter: blur(1px);
	filter: blur(1px);
	opacity: 0.85;
}

.slot_row_track--dropping {
	--drop-duration: 5s;
	-webkit-animation: avalancheDrop var(--drop-duration) ease-out forwards;
	animation: avalancheDrop var(--drop-duration) ease-out forwards;
}

.slot_row_track--clearing {
	-webkit-animation: avalancheClear 0.5s ease-in forwards;
	animation: avalancheClear 0.5s ease-in forwards;
}

.slot_row_item {
	width: 150px;
	height: 150px;
	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;
	-webkit-transition: -webkit-transform 0.25s ease;
	transition: -webkit-transform 0.25s ease;
	-o-transition: transform 0.25s ease;
	transition: transform 0.25s ease;
	transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.slot_row_item img {
	width: 150px;
	height: 150px;
	-o-object-fit: contain;
	object-fit: contain;
	pointer-events: none;
}

.slot_row_item--win {
	-webkit-animation: scatterPulse 1.4s ease-in-out infinite;
	animation: scatterPulse 1.4s ease-in-out infinite;
}

.main_second {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;

	opacity: 0;
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
	pointer-events: none;
	visibility: hidden;
	padding: 240px 0px 190px 180px;
}

.main_second.screen-enter {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	pointer-events: all;
	visibility: visible;
}

.main-image-second {
	/* width: 1240px;
	height: calc(100% - 20px); */
	width: 46vw;
    height: 55vw;
	max-height: calc(100% - 20px);;
	max-width: 1240px;
	position: absolute;
	bottom: -15px;
	right: 60px;
	z-index: 5;
	-webkit-animation: princessVictoryFloat 3s ease-in-out infinite;
	animation: princessVictoryFloat 3s ease-in-out infinite;
	pointer-events: none;
}

/* @media (max-width: 1920px) {
	.main-image-second {
		width: 30vw;
		height: 55vw;
	}
} */

.oblaka-image-second {
	width: 1440px;
	height: 530px;
	position: absolute;
	bottom: -30px;
	right: -20px;
	z-index: 2;
	-webkit-animation: cloudsSway 9s ease-in-out infinite;
	animation: cloudsSway 9s ease-in-out infinite;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	pointer-events: none;
}

.main_second_content {
	padding: 90px 120px;
	z-index: 5;
	position: relative;
	letter-spacing: -1px;
	width: 85%;
	max-width: 2000px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.main_second_content:before {
	content: '';
	position: absolute;
	top: -160px;
	left: -140px;
	width: 280px;
	height: 320px;
	background-image: url('../img/star.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
}

.main_second_content:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	z-index: 1;
	border-radius: 20px;
}


.main_second_content_inner {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-shadow: 0 19px 40px rgba(0, 0, 0, 0.75);
	position: relative;
	z-index: 2;
}

.main_second_content_title {
	margin-top: 10px;
	color: #fff;
	font-family: 'DrukCyr', sans-serif;
	font-size: 200px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -4px;
	text-shadow: 0 8px 17px rgba(0, 0, 0, 0.75);
}

.main_second_content_description,
.main_second_content_description-sub,
.main_second_content_button_button {
	font-size: 50px;
}

.main_second_content_description {
	text-transform: uppercase;
	font-weight: 700;
}

.main_second_content_description-sub {
	font-weight: 500;
}

.main_second_content_button {
	margin-top: 40px;
	position: relative;
}

.main_second_content_button_button {
	line-height: 1.5;
	border-radius: 20px;
	font-weight: 800;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.75);
	border-radius: 54px;
	-webkit-box-shadow: 0px 8.78px 19.0302677154541px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 8.78px 19.0302677154541px 0px rgba(0, 0, 0, 0.75);
	background: -o-linear-gradient(212.29deg, rgba(0, 216.75, 255, 1), rgba(117.16773986816406, 164.94488525390625, 236.61058044433594, 1) 100%);
	background: linear-gradient(237.71deg, rgba(0, 216.75, 255, 1), rgba(117.16773986816406, 164.94488525390625, 236.61058044433594, 1) 100%);
	background-clip: padding-box, border-box;
	padding: 15px 120px;
	border: 2px solid #fff;
	color: #000;
	text-shadow: none;
	-webkit-animation: magicPulse 2.2s ease-in-out infinite;
	animation: magicPulse 2.2s ease-in-out infinite;
	display: block;
}

.main_second_content_button_button:hover {
	color: #000;
	-webkit-box-shadow: 0px 10px 28px 0px rgba(255, 255, 255, 0.5), 0 0 18px rgba(255, 255, 255, 0.4);
	box-shadow: 0px 10px 28px 0px rgba(255, 255, 255, 0.5), 0 0 18px rgba(255, 255, 255, 0.4);
}

.main_second_content_button_button:active {
	-webkit-animation: none;
	animation: none;
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

@-webkit-keyframes scatterPulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: drop-shadow(0 0 0 rgba(255, 247, 148, 0.9));
		filter: drop-shadow(0 0 0 rgba(255, 247, 148, 0.9));
	}

	50% {
		-webkit-transform: scale(1.18);
		transform: scale(1.18);
		-webkit-filter: drop-shadow(0 0 20px rgba(255, 247, 148, 0.9));
		filter: drop-shadow(0 0 20px rgba(255, 247, 148, 0.9));
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: drop-shadow(0 0 0 rgba(255, 247, 148, 0.9));
		filter: drop-shadow(0 0 0 rgba(255, 247, 148, 0.9));
	}
}

@keyframes scatterPulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: drop-shadow(0 0 0 rgba(255, 247, 148, 0.9));
		filter: drop-shadow(0 0 0 rgba(255, 247, 148, 0.9));
	}

	50% {
		-webkit-transform: scale(1.18);
		transform: scale(1.18);
		-webkit-filter: drop-shadow(0 0 20px rgba(255, 247, 148, 0.9));
		filter: drop-shadow(0 0 20px rgba(255, 247, 148, 0.9));
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-filter: drop-shadow(0 0 0 rgba(255, 247, 148, 0.9));
		filter: drop-shadow(0 0 0 rgba(255, 247, 148, 0.9));
	}
}

@-webkit-keyframes rubakFloat {
	0% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
	}

	25% {
		-webkit-transform: translateY(-6px) rotate(-1.5deg);
		transform: translateY(-6px) rotate(-1.5deg);
	}

	50% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
	}

	75% {
		-webkit-transform: translateY(6px) rotate(1.5deg);
		transform: translateY(6px) rotate(1.5deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
	}
}

@keyframes rubakFloat {
	0% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
	}

	25% {
		-webkit-transform: translateY(-6px) rotate(-1.5deg);
		transform: translateY(-6px) rotate(-1.5deg);
	}

	50% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
	}

	75% {
		-webkit-transform: translateY(6px) rotate(1.5deg);
		transform: translateY(6px) rotate(1.5deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
	}
}

@-webkit-keyframes magicPulse {

	0%,
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-box-shadow: 0px 8.78px 19.0302677154541px 0px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 8.78px 19.0302677154541px 0px rgba(0, 0, 0, 0.75);
	}

	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-box-shadow: 0px 10px 25px 0px rgba(0, 216, 255, 0.6), 0 0 15px rgba(117, 164, 236, 0.5);
		box-shadow: 0px 10px 25px 0px rgba(0, 216, 255, 0.6), 0 0 15px rgba(117, 164, 236, 0.5);
	}
}

@keyframes magicPulse {

	0%,
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-box-shadow: 0px 8.78px 19.0302677154541px 0px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 8.78px 19.0302677154541px 0px rgba(0, 0, 0, 0.75);
	}

	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-box-shadow: 0px 10px 25px 0px rgba(0, 216, 255, 0.6), 0 0 15px rgba(117, 164, 236, 0.5);
		box-shadow: 0px 10px 25px 0px rgba(0, 216, 255, 0.6), 0 0 15px rgba(117, 164, 236, 0.5);
	}
}

@-webkit-keyframes magicPulseHover {

	0%,
	100% {
		-webkit-transform: scale(1.07);
		transform: scale(1.07);
	}

	50% {
		-webkit-transform: scale(1.10);
		transform: scale(1.10);
	}
}

@keyframes magicPulseHover {

	0%,
	100% {
		-webkit-transform: scale(1.07);
		transform: scale(1.07);
	}

	50% {
		-webkit-transform: scale(1.10);
		transform: scale(1.10);
	}
}

@-webkit-keyframes princessLevitation {

	0%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
	}
}

@keyframes princessLevitation {

	0%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
	}
}

@-webkit-keyframes cloudDrift {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(-9px);
		transform: translateX(-9px);
	}
}

@keyframes cloudDrift {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(-9px);
		transform: translateX(-9px);
	}
}


@-webkit-keyframes avalancheClear {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(500px);
		transform: translateY(500px);
	}
}


@keyframes avalancheClear {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(500px);
		transform: translateY(500px);
	}
}


@-webkit-keyframes avalancheDrop {
	0% {
		-webkit-transform: translateY(-11000px);
		transform: translateY(-11000px);
	}

	70% {
		-webkit-transform: translateY(calc(var(--final-y) + 15px));
		transform: translateY(calc(var(--final-y) + 15px));
	}

	/* 85% {
		-webkit-transform: translateY(calc(var(--final-y) - 8px));
		transform: translateY(calc(var(--final-y) - 8px));
	} */

	/* 95% {
		-webkit-transform: translateY(calc(var(--final-y) + 4px));
		transform: translateY(calc(var(--final-y) + 4px));
	} */

	100% {
		-webkit-transform: translateY(var(--final-y));
		transform: translateY(var(--final-y));
	}
}


@keyframes avalancheDrop {
	0% {
		-webkit-transform: translateY(-11000px);
		transform: translateY(-11000px);
	}

	70% {
		-webkit-transform: translateY(calc(var(--final-y) + 15px));
		transform: translateY(calc(var(--final-y) + 15px));
	}

	/* 85% {
		-webkit-transform: translateY(calc(var(--final-y) - 8px));
		transform: translateY(calc(var(--final-y) - 8px));
	} */

	/* 95% {
		-webkit-transform: translateY(calc(var(--final-y) + 4px));
		transform: translateY(calc(var(--final-y) + 4px));
	} */

	100% {
		-webkit-transform: translateY(var(--final-y));
		transform: translateY(var(--final-y));
	}
}

@-webkit-keyframes rubakBreathing {

	0%,
	100% {
		-webkit-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	50% {
		-webkit-transform: scale(1.015) rotate(0.5deg);
		transform: scale(1.015) rotate(0.5deg);
	}
}

@keyframes rubakBreathing {

	0%,
	100% {
		-webkit-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	50% {
		-webkit-transform: scale(1.015) rotate(0.5deg);
		transform: scale(1.015) rotate(0.5deg);
	}
}

@-webkit-keyframes fishBobbing {

	0%,
	100% {
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
	}

	50% {
		-webkit-transform: translateY(-3px) scale(1.03);
		transform: translateY(-3px) scale(1.03);
	}
}

@keyframes fishBobbing {

	0%,
	100% {
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
	}

	50% {
		-webkit-transform: translateY(-3px) scale(1.03);
		transform: translateY(-3px) scale(1.03);
	}
}

@-webkit-keyframes princessVictoryFloat {

	0%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-18px);
		transform: translateY(-18px);
	}
}

@keyframes princessVictoryFloat {

	0%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-18px);
		transform: translateY(-18px);
	}
}

@-webkit-keyframes starsTwinkle {

	0%,
	100% {
		opacity: 0.4;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	25% {
		opacity: 0.7;
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	75% {
		opacity: 0.7;
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes starsTwinkle {

	0%,
	100% {
		opacity: 0.4;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	25% {
		opacity: 0.7;
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	50% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	75% {
		opacity: 0.7;
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@-webkit-keyframes cloudsSway {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(12px);
		transform: translateX(12px);
	}
}

@keyframes cloudsSway {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(12px);
		transform: translateX(12px);
	}
}

@-webkit-keyframes bonusButtonPulse {

	0%,
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.75);
	}

	50% {
		-webkit-transform: scale(1.06);
		transform: scale(1.06);
		-webkit-box-shadow: 0px 12px 30px 0px rgba(255, 200, 0, 0.8), 0 0 25px rgba(255, 135, 1, 0.6);
		box-shadow: 0px 12px 30px 0px rgba(255, 200, 0, 0.8), 0 0 25px rgba(255, 135, 1, 0.6);
	}
}

@keyframes bonusButtonPulse {

	0%,
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.75);
	}

	50% {
		-webkit-transform: scale(1.06);
		transform: scale(1.06);
		-webkit-box-shadow: 0px 12px 30px 0px rgba(255, 200, 0, 0.8), 0 0 25px rgba(255, 135, 1, 0.6);
		box-shadow: 0px 12px 30px 0px rgba(255, 200, 0, 0.8), 0 0 25px rgba(255, 135, 1, 0.6);
	}
}

@-webkit-keyframes bonusButtonPulseHover {

	0%,
	100% {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	50% {
		-webkit-transform: scale(1.12);
		transform: scale(1.12);
	}
}

@keyframes bonusButtonPulseHover {

	0%,
	100% {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	50% {
		-webkit-transform: scale(1.12);
		transform: scale(1.12);
	}
}

@-webkit-keyframes slotIdle {

	0%,
	100% {
		-webkit-transform: translateY(-470px);
		transform: translateY(-470px);
	}

	50% {
		-webkit-transform: translateY(-500px);
		transform: translateY(-500px);
	}
}

@keyframes slotIdle {

	0%,
	100% {
		-webkit-transform: translateY(-470px);
		transform: translateY(-470px);
	}

	50% {
		-webkit-transform: translateY(-500px);
		transform: translateY(-500px);
	}
}

@media (max-width: 1920px) {
	.main_first_inner {
		gap: 40px;
	}

	.main_content_logo {
		width: 300px;
		height: 150px;
	}

	.main_content_title {
		font-size: 128px;
	}

	.main_content_description {
		font-size: 32px;
	}

	.main_content_button {
		margin-top: 50px;
	}

	.main_content_button_button {
		font-size: 32px;
		padding: 17px 90px;
	}


	.main-image {
		width: 840px;
		right: 0;
	}

	.main_sloted_logo {
		width: 300px;
		height: 185px;
	}

	.slot {
		width: 930px;
		height: 620px;
		gap: 30px;
		padding: 0 30px;
	}

	.slot_row {
		max-height: 550px;
		margin-top: 44px;
		margin-bottom: 0;
	}

	.slot_row_item,
	.slot_row_item img {
		width: 110px;
		height: 110px;
	}

	.slot_row_track {
		-webkit-transform: translateY(-230px);
		-ms-transform: translateY(-230px);
		transform: translateY(-230px);
	}

	.slot_row_track {
		-webkit-transform: translateY(-370px);
		-ms-transform: translateY(-370px);
		transform: translateY(-370px);
	}

	@-webkit-keyframes slotIdle {

		0%,
		100% {
			-webkit-transform: translateY(-370px);
			transform: translateY(-370px);
		}

		50% {
			-webkit-transform: translateY(-400px);
			transform: translateY(-400px);
		}
	}

	@keyframes slotIdle {

		0%,
		100% {
			-webkit-transform: translateY(-370px);
			transform: translateY(-370px);
		}

		50% {
			-webkit-transform: translateY(-400px);
			transform: translateY(-400px);
		}
	}

	/* .main-image-second {
		width: 930px;
	} */

	.oblaka-image-second {
		width: 1000px;
		height: 400px;
	}

	.main_second_content {
		max-width: 1400px;
	}

	.main_second_content_title {
		font-size: 150px;
	}

	.main_second_content_description,
	.main_second_content_description-sub,
	.main_second_content_button_button {
		font-size: 38px;
	}

	.main_second_content:before {
		top: -120px;
		left: -100px;
		width: 210px;
		height: 240px;
	}
}

@media (max-width: 1530px) {
	.main_first_inner {
		margin: 60px 20px 0 20px;
	}

	.main_sloted {
		gap: 0;
	}

	.slot {
		width: 840px;
		height: 565px;
		gap: 15px;
		padding: 0 24px;
	}

	.slot_row_item,
	.slot_row_item img {
		width: 95px;
		height: 95px;
	}

	.slot_row {
		max-height: 496px;
	}

	.slot_row_track {
		-webkit-transform: translateY(-325px);
		-ms-transform: translateY(-325px);
		transform: translateY(-325px);
	}

	@-webkit-keyframes slotIdle {

		0%,
		100% {
			-webkit-transform: translateY(-325px);
			transform: translateY(-325px);
		}

		50% {
			-webkit-transform: translateY(-350px);
			transform: translateY(-350px);
		}
	}

	@keyframes slotIdle {

		0%,
		100% {
			-webkit-transform: translateY(-325px);
			transform: translateY(-325px);
		}

		50% {
			-webkit-transform: translateY(-350px);
			transform: translateY(-350px);
		}
	}
}
@media (max-width: 1600px) {
	.main-image-second{
		z-index: 2;
	}
}
@media (max-width: 1300px) {
	.main_first_inner {
		gap: 30px;
	}

	.main_content_logo {
		width: 192px;
		height: 96px;
	}

	.main_content_title {
		font-size: 84px;
	}

	.main_content_description {
		font-size: 20px;
	}

	.main_content_button {
		margin-top: 35px;
	}

	.main_content_button_button {
		font-size: 20px;
		padding: 8px 60px;
	}

	.main-image {
		width: 635px;
		-o-object-fit: fill;
		object-fit: fill;
		right: 0;
	}

	.main_sloted_logo {
		width: 188px;
		height: 116px;
	}

	.slot {
		width: 580px;
		height: 390px;
		gap: 16px;
		padding: 0 17px;
	}

	.main_second_content {
		border-width: 6px;
		border-radius: 16px;
	}

	.slot_row_item,
	.slot_row_item img {
		width: 75px;
		height: 75px;
	}

	.slot_row {
		margin-top: 30px;
		max-height: 345px;
	}

	.slot_row:not(:last-child)::after {
		width: 21px;
		right: -21px;
	}

	.slot_row_track {
		gap: 13px;
		-webkit-transform: translateY(-175px);
		-ms-transform: translateY(-175px);
		transform: translateY(-175px);
	}

	@-webkit-keyframes slotIdle {

		0%,
		100% {
			-webkit-transform: translateY(-175px);
			transform: translateY(-175px);
		}

		50% {
			-webkit-transform: translateY(-190px);
			transform: translateY(-190px);
		}
	}

	@keyframes slotIdle {

		0%,
		100% {
			-webkit-transform: translateY(-175px);
			transform: translateY(-175px);
		}

		50% {
			-webkit-transform: translateY(-190px);
			transform: translateY(-190px);
		}
	}

	.main_second {
		padding: 100px 90px;
	}

	.main_second_content {
		padding: 100px 60px;
		width: 100%;
		max-width: 100%;
	}

	.main_second_content_title {
		font-size: 112px;
		letter-spacing: normal;
	}

	.main_second_content_description,
	.main_second_content_description-sub,
	.main_second_content_button_button {
		font-size: 28px;
	}

	.main_second_content_button_button {
		padding: 12px 85px;
	}

	.main-image-second {
		width: 590px;
		height: 750px;
		right: -15px;
		z-index: 2;
	}

	.oblaka-image-second {
		width: 655px;
		height: 260px;
	}

	.main_second_content:after {
		border-radius: 9px;
	}
}

@media (max-width: 1024px) {
	.main_content_logo {
		width: 165px;
		height: 82px;
	}

	.main_content_title {
		font-size: 72px;
		/* text-shadow: 0 6px 22px #000000; */
	}

	.main_content_description {
		font-size: 18px;
		margin-top: 20px;
		text-shadow: 0 1.5px 3px #000000;
	}

	.main_content_button {
		margin-top: 30px;
	}

	.main_content_button_button {
		font-size: 18px;
		padding: 6px 45px;

	}

	.main_sloted_logo {
		width: 160px;
		height: 105px;
	}

	.main-image {
		width: 560px;
		bottom: 0;
	}

	.slot {
		width: 500px;
		height: 330px;
		gap: 5px;
		padding: 0 15px;
	}

	.slot_row_item,
	.slot_row_item img {
		width: 65px;
		height: 65px;
	}

	.slot_row {
		margin-top: 24px;
		max-height: 292px;
	}

	.slot_row_track {
		-webkit-transform: translateY(-220px);
		-ms-transform: translateY(-220px);
		transform: translateY(-220px);
	}

	@-webkit-keyframes slotIdle {

		0%,
		100% {
			-webkit-transform: translateY(-220px);
			transform: translateY(-220px);
		}

		50% {
			-webkit-transform: translateY(-230px);
			transform: translateY(-230px);
		}
	}

	@keyframes slotIdle {

		0%,
		100% {
			-webkit-transform: translateY(-220px);
			transform: translateY(-220px);
		}

		50% {
			-webkit-transform: translateY(-230px);
			transform: translateY(-230px);
		}
	}


	.main_second_content_title {
		font-size: 96px;
		letter-spacing: normal;
	}

	.main_second_content_description,
	.main_second_content_description-sub,
	.main_second_content_button_button {
		font-size: 24px;
	}

	.main_second_content_button_button {
		padding: 12px 75px;
	}

	.main-image-second {
		width: 500px;
		height: 640px;
		right: -15px;
	}

	.oblaka-image-second {
		width: 560px;
		height: 200px;
	}

	.main_second_content .main_content_logo {
		width: 190px;
		height: 95px;
	}

	.main_second_content:before {
		top: -100px;
		left: -80px;
		width: 180px;
		height: 200px;
	}
}

@media (max-width: 820px) {
	.main_first_inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 40px;
	}

	.main_content {
		margin-top: 0;
	}

	.main_content_logo.main_content_logo--first {
		width: 206px;
		height: 36px;
	}

	.main_content_title {
		letter-spacing: normal;
		font-size: 90px;
		margin-top: 0;
	}

	.main_content_description {
		font-size: 24px;
		margin-top: 15px;
	}


	.main-image {
		width: 300px;
		height: 380px;
	}

	.oblaka-image {
		width: 400px;
		height: 140px;
		bottom: -15px;
		right: -15px;
	}

	.main_content_button_button {
		font-size: 26px;
		padding: 10px 65px;
	}

	.main_content_button.desktop-button {
		display: none;
	}

	.main_content_button.mobile-button {
		display: block;
	}

	.main_content_button {
		margin: 0 auto;
	}

	.slot_row_track {
		-webkit-transform: translateY(-220px);
		-ms-transform: translateY(-220px);
		transform: translateY(-220px);
		gap: 8px;
	}

	@-webkit-keyframes slotIdle {

		0%,
		100% {
			-webkit-transform: translateY(-220px);
			transform: translateY(-220px);
		}

		50% {
			-webkit-transform: translateY(-245px);
			transform: translateY(-245px);
		}
	}

	@keyframes slotIdle {

		0%,
		100% {
			-webkit-transform: translateY(-220px);
			transform: translateY(-220px);
		}

		50% {
			-webkit-transform: translateY(-245px);
			transform: translateY(-245px);
		}
	}
}

@media (max-width: 690px) {
	.main_second {
		padding: 75px 15px;
	}

	.main_second_content {
		border-width: 4px;
		border-radius: 40px;
		padding: 60px 25px;
	}

	.main_second_content_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.main_second_content .main_content_logo {
		width: 170px;
		height: 85px;
	}

	.main_second_content_title {
		font-size: 86px;
	}

	.main_second_content_description,
	.main_second_content_description-sub,
	.main_second_content_button_button {
		font-size: 22px;
	}

	.main_second_content_button_button {
		padding: 9px 65px;
	}

	.main-image-second {
		width: 100%;
		max-width: 450px;
		height: 490px;
		right: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: -20px;
	}

	@-webkit-keyframes princessVictoryFloat {

		0%,
		100% {
			-webkit-transform: translateY(0) translateX(-50%);
			transform: translateY(0) translateX(-50%);
		}

		50% {
			-webkit-transform: translateY(-18px) translateX(-50%);
			transform: translateY(-18px) translateX(-50%);
		}
	}

	@keyframes princessVictoryFloat {

		0%,
		100% {
			-webkit-transform: translateY(0) translateX(-50%);
			transform: translateY(0) translateX(-50%);
		}

		50% {
			-webkit-transform: translateY(-18px) translateX(-50%);
			transform: translateY(-18px) translateX(-50%);
		}
	}

	.oblaka-image-second {
		width: 100%;
		height: 150px;
		bottom: -5px;
		right: -10px;
	}

	@-webkit-keyframes avalancheDrop {
		0% {
			-webkit-transform: translateY(-5000px);
			transform: translateY(-5000px);
		}

		70% {
			-webkit-transform: translateY(calc(var(--final-y) + 15px));
			transform: translateY(calc(var(--final-y) + 15px));
		}

		100% {
			-webkit-transform: translateY(var(--final-y));
			transform: translateY(var(--final-y));
		}
	}

	@keyframes avalancheDrop {
		0% {
			-webkit-transform: translateY(-5000px);
			transform: translateY(-5000px);
		}

		70% {
			-webkit-transform: translateY(calc(var(--final-y) + 15px));
			transform: translateY(calc(var(--final-y) + 15px));
		}

		100% {
			-webkit-transform: translateY(var(--final-y));
			transform: translateY(var(--final-y));
		}
	}
}

@media (max-width: 500px) {
	.slot {
		width: 100%;
		max-width: 400px;
		height: 270px;
	}

	.slot_row_item,
	.slot_row_item img {
		width: 50px;
		height: 50px;
	}

	.slot_row {
		margin-top: 20px;
		max-height: 238px;
	}

	.slot_row_track {
		-webkit-transform: translateY(-170px);
		-ms-transform: translateY(-170px);
		transform: translateY(-170px);
		gap: 8px;
	}

	@-webkit-keyframes slotIdle {

		0%,
		100% {
			-webkit-transform: translateY(-170px);
			transform: translateY(-170px);
		}

		50% {
			-webkit-transform: translateY(-185px);
			transform: translateY(-185px);
		}
	}

	@keyframes slotIdle {

		0%,
		100% {
			-webkit-transform: translateY(-170px);
			transform: translateY(-170px);
		}

		50% {
			-webkit-transform: translateY(-185px);
			transform: translateY(-185px);
		}
	}

	.main_sloted_logo {
		display: none;
	}

	.main_second_content_button {
		margin-top: 10px;
	}

	@-webkit-keyframes avalancheDrop {
		0% {
			-webkit-transform: translateY(-3000px);
			transform: translateY(-3000px);
		}

		70% {
			-webkit-transform: translateY(calc(var(--final-y) + 15px));
			transform: translateY(calc(var(--final-y) + 15px));
		}

		100% {
			-webkit-transform: translateY(var(--final-y));
			transform: translateY(var(--final-y));
		}
	}

	@keyframes avalancheDrop {
		0% {
			-webkit-transform: translateY(-3000px);
			transform: translateY(-3000px);
		}

		70% {
			-webkit-transform: translateY(calc(var(--final-y) + 15px));
			transform: translateY(calc(var(--final-y) + 15px));
		}

		100% {
			-webkit-transform: translateY(var(--final-y));
			transform: translateY(var(--final-y));
		}
	}
}

@media (max-width: 430px) {
	.slot {
		max-width: 300px;
		height: 200px;
		padding: 0 10px;
	}

	.slot_row_item,
	.slot_row_item img {
		width: 38px;
		height: 38px;
	}

	.slot_row {
		margin-top: 13px;
		max-height: 178px;
	}

	.slot_row_track {
		-webkit-transform: translateY(-135px);
		-ms-transform: translateY(-135px);
		transform: translateY(-135px);
		gap: 8px;
	}

	@-webkit-keyframes slotIdle {

		0%,
		100% {
			-webkit-transform: translateY(-135px);
			transform: translateY(-135px);
		}

		50% {
			-webkit-transform: translateY(-145px);
			transform: translateY(-145px);
		}
	}

	@keyframes slotIdle {

		0%,
		100% {
			-webkit-transform: translateY(-135px);
			transform: translateY(-135px);
		}

		50% {
			-webkit-transform: translateY(-145px);
			transform: translateY(-145px);
		}
	}

	.main_content_button_button {
		font-size: 20px;
		padding: 7px 50px;
	}

	.main_first_inner {
		margin-top: 60px;
		gap: 10px;
	}

	.main_content_title {
		font-size: 70px;
	}

	.main_content_description {
		font-size: 18px;
		margin-top: 5px;
	}

	.main_second_content_title {
		font-size: 66px;
	}

	.main_second_content_description,
	.main_second_content_description-sub,
	.main_second_content_button_button {
		font-size: 16px;
	}

	.main_second_content_description {
		margin-top: 10px;
	}

	.main_second_content .main_content_logo {
		width: 130px;
		height: 65px;
	}

	.main_second_content {
		padding: 50px 5px;
	}

	.main_second_content:before {
		top: -70px;
		left: -55px;
		width: 140px;
		height: 150px;
	}
}

@media (max-width: 400px) {
	.slot_row {
		margin-top: 18px;
		max-height: 172px;
	}
}