@font-face {
	font-family: "Gilroy";
	src:
		url("fonts/Gilroy-Regular.eot") format("eot"),
		url("fonts/Gilroy-Regular.woff") format("woff"),
		url("fonts/Gilroy-Regular.ttf") format("truetype");
	font-weight: 400;
}
@font-face {
	font-family: "Gilroy";
	src:
		url("fonts/Gilroy-SemiBold.eot") format("eot"),
		url("fonts/Gilroy-SemiBold.woff") format("woff"),
		url("fonts/Gilroy-SemiBold.ttf") format("truetype");
	font-weight: 600;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Gilroy", sans-serif;
	color: #fff;
}
body {
	background: radial-gradient(50% 50% at 50% 50%, #914795 25.96%, #972080 100%);
	background-size: cover !important;
	background-repeat: no-repeat;
	min-height: 100vh;
}

.content {
	position: relative;
	z-index: 1;
	min-height: 100dvh;
}
.content__title {
	display: flex;
	flex-direction: column;
	color: #fff;
	margin-top: 48px;
	margin-right: -20px;
	text-align: right;
	font-size: 43px;
	font-weight: 400;
	line-height: 100%; /* 43px */
}
.content__title b {
	font-size: 64px;
	margin-right: auto;
	font-weight: 600;
	margin-left: -53px;
}
.content__column {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: inherit;
	padding-top: 42px;
	padding-bottom: 80px;
}
.content__text {
	padding: 18px;
	text-align: center;
	font-size: 21px;
	width: 100%;
	font-weight: 600;
	margin-top: 48px;
	line-height: 100%; /* 21px */
}
.content__text--big {
	font-size: 25px;
	margin-top: 32px;
	max-width: 254px;
	padding: 0px;
	margin-bottom: auto;
}
.content__row {
	display: flex;
	justify-content: space-between;
	padding: 14px;
	margin-top: auto;
	width: 100%;
}
.content-social {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	gap: 16px;
	align-items: center;
}
.content-social__icon {
	width: 80px;
	height: 80px;
}
.content-social__title {
	color: #fff;
	text-align: center;
	font-size: 21px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}
.container {
	width: 100%;
	max-width: 390px;
	padding: 0px 10px;
	min-height: inherit;
	margin: 0 auto;
}
.content-decor {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}
