html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
:active, :focus, :hover {
	outline: 0;
	-webkit-tap-highlight-color: transparent
}
a {
	background-color: transparent
}
img {
	border-style: none
}
button {
	padding: 0;
	border: none;
	font: inherit;
	color: inherit;
	background-color: transparent;
	cursor: pointer
}
button {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button {
	overflow: visible
}
button {
	text-transform: none
}
button {
	-webkit-appearance: button
}
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}
button:-moz-focusring {
	outline: 1px dotted ButtonText
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
button {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	background: none;
	line-height: 1
}
::-webkit-search-decoration {
	display: none
}
::selection {
	color: inherit;
	background: inherit;
	text-shadow: inherit
}
::-webkit-selection {
	color: inherit;
	background: inherit;
	text-shadow: inherit
}
::-moz-selection {
	color: inherit;
	background: inherit;
	text-shadow: inherit
}
@font-face {
	font-family: icomoon;
	src: url(fonts/src/icon-fonts/icomoon.eot);
	src: url(fonts/src/icon-fonts/icomoon.eot) format("embedded-opentype"), url(fonts/src/icon-fonts/icomoon.ttf) format("truetype"), url(fonts/src/icon-fonts/icomoon.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: block
}
body, html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden
}
@media screen and (max-width:479.9px) {
	body, html {
		min-height: 100%;
		overflow-y: hidden
	}
}
* {
	box-sizing: border-box
}
body {
	position: relative;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	color: #fff;
	background: url(img/background.webp) 50%/cover no-repeat
}
@media screen and (max-width:919.9px) {
	body {
		background: url(img/background-mobile.webp) 50%/cover no-repeat
	}
}
.main {
	height: 100vh;
	overflow-x: hidden;
	box-sizing: border-box
}
.main__container {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	padding: 0 22vh;
	margin: 0 auto;
	box-sizing: border-box;
	height: 100%
}
@media screen and (max-width:1919.9px) {
	.main__container {
		-webkit-justify-content: center;
		justify-content: center;
		padding: 0 8.3vh
	}
}
@media screen and (max-width:1199.9px) {
	.main__container {
		padding: 0 1vh
	}
}
@media screen and (max-width:1023.9px) {
	.main__container {
		padding: 0 22vh
	}
}
@media screen and (max-width:919.9px) {
	.main__container {
		-webkit-align-items: center;
		align-items: center;
		padding: 3vh 4vh 6vh
	}
}
@media screen and (max-width:479.9px) {
	.main__container {
		padding: 7vw 3vw 9vw;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		height: auto
	}
}
@media screen and (orientation:landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
	.main__container {
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-justify-content: center;
		justify-content: center;
		padding: 0 22vh
	}
}
.main__wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 2
}
@media screen and (max-width:919.9px) {
	.main__wrapper {
		-webkit-flex-grow: 1;
		flex-grow: 1;
		-webkit-justify-content: flex-start;
		justify-content: flex-start
	}
}
@media screen and (max-width:479.9px) {
	.main__wrapper {
		width: 100%
	}
}
@media screen and (orientation:landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
	.main__wrapper {
		margin: 0;
		-webkit-flex-grow: 0;
		flex-grow: 0
	}
}
.main__buttons {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 5vh
}
@media screen and (max-width:919.9px) {
	.main__buttons {
		-webkit-align-items: flex-end;
		align-items: flex-end;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-grow: 1;
		flex-grow: 1
	}
}
@media screen and (orientation:landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
	.main__buttons {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-grow: 0;
		flex-grow: 0
	}
}
.main__btn {
	width: 100%;
	max-width: 44.6vh;
	background: linear-gradient(180deg, #ffe600, #fab545);
	padding: 2.87vh 1vh;
	border-radius: 25px;
	font-size: 3.7vh;
	font-weight: 700;
	font-family: Roboto, sans-serif;
	color: #000;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	position: relative
}
@media screen and (max-width:1919.9px) {
	.main__btn {
		border-radius: 14px
	}
}
@media screen and (max-width:919.9px) {
	.main__btn {
		font-size: 2.7vh;
		border-radius: 25px;
		padding: 1.87vh 2vh;
		max-width: 52vh
	}
}
@media screen and (max-width:767.9px) {
	.main__btn {
		border-radius: 14px
	}
}
@media screen and (max-width:479.9px) {
	.main__btn {
		font-size: 7.7vw;
		padding: 4.4vw 2vw;
		border-radius: 18px
	}
}
@media screen and (orientation:landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
	.main__btn {
		max-width: 44.6vh;
		padding: 2.87vh 1vh;
		border-radius: 25px;
		font-size: 3.7vh
	}
}
.main__btn:after {
	content: "";
	-webkit-animation: button-pulse 1.6s ease-out .5s infinite;
	animation: button-pulse 1.6s ease-out .5s infinite;
	position: absolute;
	border-radius: 23px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(.7, .5);
	transform: translate(-50%, -50%) scale(.7, .5);
	background: linear-gradient(180deg, #ffe600, #fab545);
	z-index: -1;
	transition: opacity .2s ease-in-out, -webkit-transform .5s linear;
	transition: transform .5s linear, opacity .2s ease-in-out;
	transition: transform .5s linear, opacity .2s ease-in-out, -webkit-transform .5s linear;
	width: calc(100% + 20px);
	height: calc(100% + 20px)
}

@-webkit-keyframes button-pulse {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(.7, .5);
		transform: translate(-50%, -50%) scale(.7, .5);
		opacity: 0
	}
	12% {
		opacity: 1
	}
	34% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1)
	}
	38% {
		opacity: 0
	}
	40% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0
	}
	to {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0
	}
}
@keyframes button-pulse {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(.7, .5);
		transform: translate(-50%, -50%) scale(.7, .5);
		opacity: 0
	}
	12% {
		opacity: 1
	}
	34% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1)
	}
	38% {
		opacity: 0
	}
	40% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0
	}
	to {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0
	}
}
.header {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 7vh
}
@media screen and (max-width:919.9px) {
	.header {
		margin-bottom: 5vh
	}
}
@media screen and (max-width:479.9px) {
	.header {
		margin-bottom: 11vw
	}
}
.header__logo {
	display: -webkit-flex;
	display: flex;
	cursor: pointer;
	width: 20.4vh
}
@media screen and (max-width:919.9px) {
	.header__logo {
		width: 14.7vh
	}
}
@media screen and (max-width:479.9px) {
	.header__logo {
		width: 29.3vw
	}
}
@media screen and (orientation:landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
	.header__logo {
		width: 19.7vh
	}
}
.header__logo-img {
	width: 100%
}
.decor-items {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none
}
.decor-items__item {
	position: absolute;
	-webkit-animation: bounceAnimation 4s ease-in-out infinite;
	animation: bounceAnimation 4s ease-in-out infinite
}
.decor-items__container {
	width: 100%;
	height: 100%;
	position: relative
}
.decor-items__1 {
	width: 54.89vh;
	top: -6.31vh;
	left: 10.81vh
}
@media screen and (max-width:1199.9px) {
	.decor-items__1 {
		width: 42vh
	}
}
@media screen and (max-width:1023.9px) {
	.decor-items__1 {
		width: 54.89vh
	}
}
@media screen and (max-width:919.9px) {
	.decor-items__1 {
		top: 3.69vh;
		left: -21.19vh;
		width: 44vh
	}
}
@media screen and (max-width:479.9px) {
	.decor-items__1 {
		top: 6.69vw;
		left: -41.19vw;
		width: 87vw
	}
}
@media screen and (orientation:landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
	.decor-items__1 {
		width: 54.89vh;
		top: -6.31vh;
		left: 10.81vh
	}
}
.decor-items__2 {
	width: 46.11vh;
	left: -5.19vh;
	bottom: -5.48vh
}
@media screen and (max-width:1199.9px) {
	.decor-items__2 {
		width: 34vh
	}
}
@media screen and (max-width:1023.9px) {
	.decor-items__2 {
		width: 46.11vh
	}
}
@media screen and (max-width:919.9px) {
	.decor-items__2 {
		z-index: 2;
		left: -6.19vh;
		bottom: -14.48vh;
		width: 36vh
	}
}
@media screen and (max-width:479.9px) {
	.decor-items__2 {
		left: -15.19vw;
		bottom: -34.48vw;
		width: 71vw
	}
}
@media screen and (orientation:landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
	.decor-items__2 {
		width: 46.11vh;
		left: -5.19vh;
		bottom: -5.48vh
	}
}
.decor-items__3 {
	width: 45.11vh;
	right: 46.81vh;
	bottom: 3.52vh;
	z-index: 1
}
@media screen and (max-width:1199.9px) {
	.decor-items__3 {
		right: 34vh
	}
}
@media screen and (max-width:1023.9px) {
	.decor-items__3 {
		right: 46.81vh
	}
}
@media screen and (max-width:919.9px) {
	.decor-items__3 {
		right: -16vh;
		bottom: auto;
		top: 3vh;
		width: 32vh;
		-webkit-transform: rotate(34deg);
		transform: rotate(34deg)
	}
}
@media screen and (max-width:479.9px) {
	.decor-items__3 {
		right: -31vw;
		top: 3vw;
		width: 62vw
	}
}
@media screen and (orientation:landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
	.decor-items__3 {
		width: 45.11vh;
		right: 46.81vh;
		bottom: 3.52vh;
		-webkit-transform: none;
		transform: none;
		top: auto
	}
}
.decor-items__4 {
	display: none
}
@media screen and (max-width:919.9px) {
	.decor-items__4 {
		display: block;
		width: 100%;
		height: 23vh;
		bottom: 0;
		z-index: 1
	}
}
@media screen and (max-width:479.9px) {
	.decor-items__4 {
		height: 46vw;
		z-index: 1
	}
}
@media screen and (orientation:landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
	.decor-items__4 {
		display: none
	}
}
.decor-items__phone {
	right: 15.06vh;
	bottom: -25.35vh;
	width: 51.67vh
}
@media screen and (max-width:1199.9px) {
	.decor-items__phone {
		right: 4vh
	}
}
@media screen and (max-width:1023.9px) {
	.decor-items__phone {
		right: 15.06vh
	}
}
@media screen and (max-width:919.9px) {
	.decor-items__phone {
		width: 38vh;
		right: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: -16vh
	}
}
@media screen and (max-width:479.9px) {
	.decor-items__phone {
		width: 72vw;
		bottom: -21vw
	}
}
@media screen and (max-width:392.9px) {
	.decor-items__phone {
		width: 65vw
	}
}
@media screen and (orientation:landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
	.decor-items__phone {
		right: 15.06vh;
		bottom: -25.35vh;
		width: 51.67vh;
		-webkit-transform: none;
		transform: none;
		left: auto
	}
}
.title-block {
	text-align: center
}
.title-block__bonus {
	width: 67.4vh;
	margin: 0 0 3vh
}
@media screen and (max-width:919.9px) {
	.title-block__bonus {
		width: 52vh
	}
}
@media screen and (max-width:479.9px) {
	.title-block__bonus {
		width: 66vw;
		margin-bottom: 3vw
	}
}
.title-block__text {
	font-family: Inter, sans-serif;
	font-style: italic;
	font-weight: 600;
	font-size: 3.7vh;
	text-transform: uppercase
}
@media screen and (max-width:919.9px) {
	.title-block__text {
		font-size: 3vh
	}
}
@media screen and (max-width:479.9px) {
	.title-block__text {
		font-size: 5vw
	}
}


.falling-items__set {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.falling-items__item {
	position: absolute;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.falling-items__item img {
	pointer-events: none;
	display: block
}
.falling-items__item--1 {
	left: 4%;
	-webkit-animation: animate 15s linear infinite;
	animation: animate 15s linear infinite;
	-webkit-animation-delay: -7s;
	animation-delay: -7s;
	z-index: 1
}
@media screen and (max-width:479.9px) {
	.falling-items__item--1 {
		left: -12%
	}
}
@media screen and (orientation:landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
	.falling-items__item--1 {
		left: 4%
	}
}
.falling-items__item--1 img {
	width: 13vh
}
@media screen and (max-width:919.9px) {
	.falling-items__item--1 img {
		width: 15vh
	}
}
@media screen and (max-width:479.9px) {
	.falling-items__item--1 img {
		width: 40vw
	}
}
@media screen and (orientation:landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
	.falling-items__item--1 img {
		width: 13vh
	}
}
.falling-items__item--2 {
	left: 0;
	-webkit-animation: animate 20s linear infinite;
	animation: animate 20s linear infinite;
	-webkit-animation-delay: -5s;
	animation-delay: -5s
}
@media screen and (max-width:919.9px) {
	.falling-items__item--2 {
		display: none
	}
}
@media screen and (orientation:landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
	.falling-items__item--2 {
		left: 0;
		display: block
	}
}
.falling-items__item--2 img {
	width: 13vh
}
.falling-items__item--3 {
	right: 5%;
	-webkit-animation: animate 25s linear infinite;
	animation: animate 25s linear infinite;
	z-index: 1
}
@media screen and (max-width:767.9px) {
	.falling-items__item--3 {
		right: -8%
	}
}
@media screen and (max-width:479.9px) {
	.falling-items__item--3 {
		right: -14%
	}
}
@media screen and (orientation:landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
	.falling-items__item--3 {
		right: 5%
	}
}
.falling-items__item--3 img {
	width: 16vh
}
@media screen and (max-width:479.9px) {
	.falling-items__item--3 img {
		width: 31vw
	}
}
@media screen and (orientation:landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
	.falling-items__item--3 img {
		width: 16vh
	}
}
.falling-items__item--4 {
	right: 40%;
	-webkit-animation: animate 15s linear infinite;
	animation: animate 15s linear infinite;
	-webkit-animation-delay: -5s;
	animation-delay: -5s
}
@media screen and (max-width:919.9px) {
	.falling-items__item--4 {
		display: none
	}
}
@media screen and (orientation:landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
	.falling-items__item--4 {
		right: 40%;
		display: block
	}
}
.falling-items__item--4 img {
	width: 10vh
}
.falling-items__item--5 {
	right: 45%;
	-webkit-animation: animate 18s linear infinite;
	animation: animate 18s linear infinite;
	-webkit-animation-delay: -10s;
	animation-delay: -10s
}
@media screen and (max-width:919.9px) {
	.falling-items__item--5 {
		display: none
	}
}
@media screen and (orientation:landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
	.falling-items__item--5 {
		right: 45%;
		display: block
	}
}
.falling-items__item--5 img {
	width: 15vh
}
.falling-items__item--6 {
	right: 49%;
	-webkit-animation: animate 12s linear infinite;
	animation: animate 12s linear infinite;
	-webkit-animation-delay: -7s;
	animation-delay: -7s;
	z-index: 1
}
@media screen and (max-width:919.9px) {
	.falling-items__item--6 {
		display: none
	}
}
@media screen and (orientation:landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
	.falling-items__item--6 {
		right: 49%;
		display: block
	}
}
.falling-items__item--6 img {
	width: 13vh
}
.falling-items__item--7 {
	right: 5%;
	-webkit-animation: animate 23s linear infinite;
	animation: animate 23s linear infinite;
	-webkit-animation-delay: -7s;
	animation-delay: -7s;
	z-index: 1
}
@media screen and (max-width:919.9px) {
	.falling-items__item--7 {
		display: none
	}
}
@media screen and (orientation:landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
	.falling-items__item--7 {
		right: 5%;
		display: block
	}
}
.falling-items__item--7 img {
	width: 10vh
}
.falling-items__item--8 {
	right: -3%;
	-webkit-animation: animate 11s linear infinite;
	animation: animate 11s linear infinite;
	-webkit-animation-delay: -7s;
	animation-delay: -7s;
	z-index: 1
}
@media screen and (max-width:919.9px) {
	.falling-items__item--8 {
		display: none
	}
}
@media screen and (orientation:landscape) and (max-height:420px) and (min-aspect-ratio:13/9) {
	.falling-items__item--8 {
		right: -3%;
		display: block
	}
}
.falling-items__item--8 img {
	width: 22vh
}
@-webkit-keyframes animate {
	0% {
		opacity: 0;
		top: -10%;
		-webkit-transform: translateX(20px) rotate(0deg);
		transform: translateX(20px) rotate(0deg)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px) rotate(45deg);
		transform: translateX(-20px) rotate(45deg)
	}
	40% {
		-webkit-transform: translateX(-20px) rotate(90deg);
		transform: translateX(-20px) rotate(90deg)
	}
	60% {
		-webkit-transform: translateX(-20px) rotate(135deg);
		transform: translateX(-20px) rotate(135deg)
	}
	80% {
		-webkit-transform: translateX(-20px) rotate(180deg);
		transform: translateX(-20px) rotate(180deg)
	}
	to {
		top: 110%;
		-webkit-transform: translateX(-20px) rotate(225deg);
		transform: translateX(-20px) rotate(225deg)
	}
}
@keyframes animate {
	0% {
		opacity: 0;
		top: -10%;
		-webkit-transform: translateX(20px) rotate(0deg);
		transform: translateX(20px) rotate(0deg)
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px) rotate(45deg);
		transform: translateX(-20px) rotate(45deg)
	}
	40% {
		-webkit-transform: translateX(-20px) rotate(90deg);
		transform: translateX(-20px) rotate(90deg)
	}
	60% {
		-webkit-transform: translateX(-20px) rotate(135deg);
		transform: translateX(-20px) rotate(135deg)
	}
	80% {
		-webkit-transform: translateX(-20px) rotate(180deg);
		transform: translateX(-20px) rotate(180deg)
	}
	to {
		top: 110%;
		-webkit-transform: translateX(-20px) rotate(225deg);
		transform: translateX(-20px) rotate(225deg)
	}
}