@font-face {
	font-family: 'Russo One';
	src: url('../fonts/russo-one/russo-one-regular.eot');
	src: local('Russo One'), local('Russo-One'),
		url('../fonts/russo-one/russo-one-regular.eot?#iefix') format("embedded-opentype"),
		url('../fonts/russo-one/russo-one-regular.woff') format("woff"),
		url('../fonts/russo-one/russo-one-regular.woff2') format("woff2"),
		url('../fonts/russo-one/russo-one-regular.ttf') format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Bold/roboto-700.eot');
	src: local('Roboto Bold'), local('Roboto-Bold'),
		url('../fonts/Roboto-Bold/roboto-700.eot?#iefix') format("embedded-opentype"),
		url('../fonts/Roboto-Bold/roboto-700.woff') format("woff"),
		url('../fonts/Roboto-Bold/roboto-700.woff2') format("woff2"),
		url('../fonts/Roboto-Bold/roboto-700.ttf') format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

body {
	width: 100%;
	height: auto;
	min-height: 100vh;
	background: #000 url('../img/sports_inr.jpg') no-repeat center left / cover;
	font-family: 'Russo One', sans-serif, Helvetica;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	word-wrap: break-word;
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

body:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 400px;
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);

}

.content {
	max-width: 1660px;
	margin: auto;
	padding: 0 15px;
}

.header {
	text-align: center;
	padding-top: 5vh;
}

.header__logo {
	display: inline-block;
	max-width: 298px;
}

.header__logo img {
	max-height: 14vh;
}

.main {
	padding: 2vh 2vw 5vh;
	position: relative;
	z-index: 1;
	text-align: center;
}

.main__title {
	font-size: 70px;
	text-transform: uppercase;
	text-shadow: 7px 7px 12px #000;
	letter-spacing: 1.5px;
}

.main__title-row {
	display: block;
}

.main__title-row:nth-child(2) {
	margin: 18px 0 28px;
}

.main__title-gradient {
	background: -webkit-linear-gradient(180deg, #FF007A 8.89%, #FFFFFF 38.87%, rgba(255, 247, 235, 0.992818) 17.8%, rgba(255, 0, 122, 0.910226) 75.83%);;
	background: -moz-linear-gradient(180deg, #FF007A 8.89%, #FFFFFF 38.87%, rgba(255, 247, 235, 0.992818) 17.8%, rgba(255, 0, 122, 0.910226) 75.83%);;
	background: -o-linear-gradient(180deg, #FF007A 8.89%, #FFFFFF 38.87%, rgba(255, 247, 235, 0.992818) 17.8%, rgba(255, 0, 122, 0.910226) 75.83%);;
	background: linear-gradient(180deg, #FF007A 8.89%, #FFFFFF 38.87%, rgba(255, 247, 235, 0.992818) 17.8%, rgba(255, 0, 122, 0.910226) 75.83%);;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: none;
	filter: drop-shadow(7px 7px 12px #000);
}

.main__title-deposit {
	font-size: 120px;
}

.main__button {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 45px;
	padding: 5px;
	margin-top: 47px;
	-webkit-animation: button 1.2s ease-in-out infinite alternate;
	-moz-animation: button 1.2s ease-in-out infinite alternate;
	-ms-animation: button 1.2s ease-in-out infinite alternate;
	-o-animation: button 1.2s ease-in-out infinite alternate;
	animation: button 1.2s ease-in-out infinite alternate;
	text-align: center;
}

.main__button span {
	display: inline-block;
	position: relative;
	z-index: 1;
	background: -webkit-linear-gradient(180deg, #FF00D6 -17.93%, rgba(255, 6, 140, 0.98839) 9.67%, rgba(255, 247, 251, 0.37) 29.48%, rgba(255, 255, 255, 0.5) 46.91%, #FF2372 92.46%);
	background: -moz-linear-gradient(180deg, #FF00D6 -17.93%, rgba(255, 6, 140, 0.98839) 9.67%, rgba(255, 247, 251, 0.37) 29.48%, rgba(255, 255, 255, 0.5) 46.91%, #FF2372 92.46%);
	background: -o-linear-gradient(180deg, #FF00D6 -17.93%, rgba(255, 6, 140, 0.98839) 9.67%, rgba(255, 247, 251, 0.37) 29.48%, rgba(255, 255, 255, 0.5) 46.91%, #FF2372 92.46%);
	background: linear-gradient(180deg, #FF00D6 -17.93%, rgba(255, 6, 140, 0.98839) 9.67%, rgba(255, 247, 251, 0.37) 29.48%, rgba(255, 255, 255, 0.5) 46.91%, #FF2372 92.46%);
	padding: 26px 85px 22px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.main__button span:hover {
	background: #FF007A;
}

.main__button:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #FF007A;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

@-webkit-keyframes button {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@-moz-keyframes button {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-moz-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@-o-keyframes button {
	0% {
		-o-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@keyframes button {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.footer {
	padding-bottom: 3vh;
	position: relative;
	z-index: 1;
}

.footer__icons {
	margin-bottom: 7px;
	text-align: center;
}

.footer__icons img {
	display: inline-block;
	vertical-align: middle;
}

.footer__icons img+img {
	margin-left: .4%;
}

.footer__icons img:nth-child(4),
.footer__icons img:nth-child(5) {
	margin-left: 0;
}

.footer__text {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #E1E1E1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: -.5px;
	line-height: 1.4;
}

.footer__text img {
	margin-right: 27px;
}