* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	overflow: hidden;
}

body::after,
body::before {
	content: '';
	display: block;
	position: fixed;
	width: 1115px;
	height: 1023px;
	background: url(img/blot.svg) no-repeat;
}

body::after {
	transform: rotate(-57deg);
	bottom: -285px;
	left: -605px;
}

body::before {
	transform: rotate(140deg);
	top: -221px;
	right: -422px;
}

.page_wrapper {
	padding-top: 75px;
	width: 100%;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	height: 100%;
}

.logo-block {
	text-align: center;
}

.text {
	color: #3233FF;
	font-family: 'Helvetica', sans-serif;
	font-size: 84px;
	line-height: 74px;
	margin-left: -46px;
	margin-top: 33px;
}

.content-wrapper {
	margin-top: 204px;
	display: flex;
	width: auto;
	width: 1118px;
	margin: 204px auto;
	position: relative;
}

.circles {
	position: absolute;
	transform: rotate(200deg);
	right: 41px;
	bottom: 98px;
}

.triangles {
	position: absolute;
	transform: rotate(-20deg);
	top: -96px;
	left: -72px;
}

@media (max-width: 1799px) {

	body::after,
	body::before {
		width: 728px;
		height: 668px;
		background-size: 728px;
	}

	body::after {
		transform: rotate(96deg);
		bottom: -179px;
		left: -347px;
	}

	body::before {
		transform: rotate(133deg);
		top: -83px;
		right: -159px;
	}

	.page_wrapper {
		padding-top: 70px;
	}

	.logo {
		width: 156px;
	}

	.squirrel {
		width: 431px;
	}

	.text {
		font-size: 64px;
		line-height: 56px;
		margin-left: -37px;
		margin-top: 0;
	}

	.content-wrapper {
		width: 804px;
		margin-top: 156px;
	}

	.triangles {
		width: 115px;
		top: -70px;
		left: -91px;
	}

	.circles {
		width: 124px;
		right: 10px;
		bottom: -48px;
	}
}

@media (max-width: 1299px) {
	body::after {
		transform: rotate(88deg);
		bottom: -222px;
		left: -406px;
	}

	body::before {
		width: 602px;
		height: 552px;
		background-size: 602px;
		top: -84px;
    right: -250px;

	}

	.page_wrapper {
		padding-top: 46px;
	}

	.logo {
		width: 114px;
	}

	.squirrel {
		width: 324px;
	}

	.text {
		font-size: 45px;
		line-height: 40px;
		margin-left: -27px;
		margin-top: 4.5px;
	}

	.content-wrapper {
		width: 587px;
		margin-top: 132px;
	}

	.triangles {
		width: 85px;
		top: -75px;
		left: -50px;
	}

	.circles {
		width: 80px;
		right: -40px;
		bottom: -59px;
	}
}

@media (max-width: 750px) {
	body::after {
		width: 275px;
		height: 252px;
		background-size: 275px;
		transform: rotate(-56deg);
		bottom: -118px;
		left: -127px;
	}

	body::before {
		width: 317px;
		height: 291px;
		background-size: 317px;
		transform: rotate(116deg);
		top: 27px;
		right: -151px;
	}

	.page_wrapper {
		padding-top: 24px;
	}

	.logo {
		width: 81px;
	}

	.squirrel {
		width: 252px;
	}

	.text {
		font-size: 32px;
		line-height: 29px;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 30px;
	}

	.content-wrapper {
		width: 256px;
		margin-top: 113px;
		flex-direction: column-reverse;
	}

	.triangles {
		width: 53px;
		top: -73px;
		left: auto;
		right: 33px;
	}

	.circles {
		width: 64px;
		bottom: -59px;
		right: auto;
		left: 33px;
	}
}
