@import "https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap";

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

img {
	max-width: 100%;
	border: none
}

ol,
ul {
	list-style: none
}

iframe {
	position: absolute;
	display: none;
	width: 0 !important;
	height: 0 !important;
	border: none !important
}

a {
	text-decoration: none;
	cursor: pointer !important
}

img {
	max-width: 100%;
	height: auto
}

body {
	font-family: Poppins, Arial, sans-serif;
	color: #17265D;
	background: #FBFFFD
}

html {
	min-height: 600px
}

html,
body,
.wrapper {
	height: 100%
}

body {
	position: relative
}

body:before,
body:after {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	width: 100%;
	height: 20%;
	transform: scale(-1)
}

body::before {
	top: 0;
	background: url(../images/bg-dark.svg) top center/cover no-repeat
}

body:after {
	bottom: 0;
	background: url(../images/bg-light.svg) top center/cover no-repeat
}

.wrapper {
	display: flex;
	position: relative;
	flex-direction: column;
	min-height: 100%;
	padding: 15% 0
}

.center {
	max-width: 950px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center
}

.logo {
	position: absolute;
	top: 15px;
	left: 30px
}

.step-block {
	display: flex;
	align-items: center;
	flex-grow: 1
}

.step-item {
	display: none;
	width: 100%;
	max-width: 1292px;
	margin: 0 auto;
	text-align: center
}

.step-item.visible {
	display: flex;
	flex-direction: column;
	height: 100%
}

.step-item-img {
	flex-basis: 300px
}

.step-item-1 .step-item-img {
	background: url(../images/1.png) center/contain no-repeat
}

.step-item-2 .step-item-img {
	background: url(../images/2.png) center/contain no-repeat
}

.step-item-3 .step-item-img {
	background: url(../images/3.png) center/contain no-repeat
}

.step-title {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 0.8em
}

.underlined {
	position: relative;
	display: block
}

.underlined:not(:last-child) {
	margin-right: 0.3em
}

.underlined:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: -0.01em;
	height: 0.7em;
	width: 110%;
	left: -5%;
	background: #55FDEC
}

.step-text {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 1em;
	max-width: 780px
}

.page-button {
	display: inline-flex;
	justify-content: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.1;
	padding: 12px 40px;
	align-items: center;
	text-transform: uppercase;
	background: #569AFF;
	border-radius: 18px;
	color: rgba(255, 255, 255, 0.9);
	transition: background 0.3s
}

.page-button:hover {
	background: rgba(86, 154, 255, 0.8)
}

@media screen and (min-width: 374px) {
	.step-text {
		font-size: 15px
	}
}

@media screen and (min-width: 769px) {

	body:before,
	body:after {
		height: 30%;
		transform: scale(-1, 1)
	}

	body::before {
		background: url(../images/bg-light.svg) bottom center/cover no-repeat
	}

	body:after {
		background: url(../images/bg-dark.svg) top center/cover no-repeat
	}

	.wrapper {
		padding: 3% 0
	}

	.logo {
		top: 30px;
		left: 60px;
		width: 100px;
		height: 100px
	}

	.logo img {
		width: 100%
	}

	.step-item-img {
		margin: 0 30px;
		flex: 1 1 auto
	}

	.step-item-1 .step-item-img {
		background: url(../images/1-pc.png) center/contain no-repeat
	}

	.step-item-2 .step-item-img {
		background: url(../images/2-pc.png) center/contain no-repeat
	}

	.step-item-3 .step-item-img {
		background: url(../images/3-pc.png) center/contain no-repeat
	}

	.step-title {
		font-size: 32px
	}

	.step-text {
		font-size: 18px
	}

	.page-button {
		font-size: 22px;
		padding: 16px 37px;
		border-radius: 50px;
		min-width: 260px;
		cursor: pointer
	}
}

@media screen and (min-width: 1023px) {
	.step-text {
		font-size: 26px
	}
}

@media all and (-ms-high-contrast:none) {
	.center {
		max-width: 100%
	}
}