


@media screen and (max-width: 900px) {
	html {
		font-size: 1.2vw;
	}

	.main {
		padding: 3rem 4rem;
	}
	.footer {
		padding: 2rem;
	}
}


@media screen and (max-width: 700px) {
	html {
		font-size: 1.9vw;
	}
	body {
		background: #000 url('../img/bg-mob.webp') no-repeat center center / cover;
	}

	.header__logo {
		width: auto;
		max-width: 240px;
	}
	.main {
		position: relative;
		padding: 0px 15px 70px 15px;
	}
	.text {
		margin-top: auto;
		margin-bottom: 32px;
		font-size: 3rem;
		max-width: 100%;
		text-shadow: -1px 0 #FED402, 0 1px #FED402, 1px 0 #FED402, 0 -1px #FED402;
	}
	.text br {
		display: none;
	}
	.text-var1 {
		display: block;
	}
	.title {
		margin-bottom: 360px;
		text-shadow: none;
		font-size: 6rem;
		line-height: 1;
	}
	.subtitle {
		font-size: 4.3rem;
		text-shadow: none;
	}

	.button {
		width: 95%;
		padding: 30px 20px;
		height: auto;
		min-width: auto;
		font-size: 3.3rem;
		z-index: 1;
		line-height: 1;
	}


	.footer__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer ul{
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.footer li{
		height: 25px;
		margin: 10px;
	}
	.footer__crypto{
		margin: 10px 0 0 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer__crypto span {
		font-size: 12px;
		margin: 0;
	}
}
