*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	position: relative;
}
.spasiboPageWrapper {
	background-color: rgb(198, 216, 235);
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.spasiboPage{
	max-width: 830px;
	width:100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.spasiboPage .logo{
	margin-top: 156px;
	margin-bottom: 55px;
}
.spasiboPage h1{
	font-size: 72px;
	font-family: "Geometria";
	color: rgb(24, 52, 80);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 40px;
}
.spasiboPage h4{
	font-size: 54px;
	font-family: "Geometria";
	color: rgb(24, 52, 80);
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 300;
	margin-bottom: 30px;
	text-align: center;
}
.spasiboPage p{
	font-size: 30px;
	font-family: "Roboto";
	color: rgb(94, 94, 94);
	line-height: 1.2;
	margin-bottom: 70px;
	text-align: center;
}
.spasiboPage .button{
	border-radius: 37px;
	background-color: rgb(166, 188, 25);
	width: 326px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 175px;
}
.spasiboPage .button a{
	font-size: 22px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-shadow: 0px 0px 8.01px rgba(82, 83, 86, 0.04);
	text-decoration: none;
}
@media screen and (max-width: 600px) {
.spasiboPage .logo{
	margin-top: 50px;
	margin-bottom: 20px;
}
.spasiboPage h1{
	font-size: 30px;
}
.spasiboPage h4{
	font-size: 24px;
}
.spasiboPage p{
	font-size: 14px;
}
.spasiboPage .button{
	margin-bottom: 50px;
}