@font-face {
	font-family: Lato;
	src: url(Lato-Regular.woff2) format("woff2");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Lato;
	src: url(Lato-Bold.woff2) format("woff2");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: Metropolis;
	src: url(Metropolis-Bold.woff2) format("woff2");
	font-weight: 700;
	font-style: normal
}

body {
	min-width: 320px;
	-webkit-overflow-scrolling: touch;
	line-height: 1;
	font-family: Lato, Arial, sans-serif;
	background-color: #f7f8f9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

a {
	color: #6666FF;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	color: #0B002E;
}

@supports (overflow:overlay) {
	body {
		overflow-y: overlay
	}
}

.wrapper {
	height: 100%
}

main {
	position: relative;
	min-height: 100%;
	padding: 80px 64px 64px
}

@media only screen and (max-width:600px) {
	main {
		padding: 0 20px 48px
	}
}

@media only screen and (max-width:600px),
only screen and (min-width:601px) and (max-width:900px) {
	main {
		padding: 0 20px 48px
	}
}


.header._body {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	justify-content: flex-start;
	align-items: center;
	padding: 0 32px;
	height: 80px;
	z-index: 150
}

@media only screen and (max-width:600px) {
	.header._body {
		position: fixed;
		grid-template-columns: 52px 1fr 52px;
		padding: 0 20px;
		height: 52px;
		background-color: #fff;
		box-shadow: 0 1px 0 rgba(52, 53, 70, .04), 0 0 32px rgba(0, 0, 0, .08)
	}
}

@media only screen and (max-width:600px),
only screen and (min-width:601px) and (max-width:900px) {
	.header._body {
		position: fixed;
		grid-template-columns: 52px 1fr 52px;
		padding: 0 20px;
		height: 52px;
		background-color: #fff;
		box-shadow: 0 1px 0 rgba(52, 53, 70, .04), 0 0 32px rgba(0, 0, 0, .08)
	}
}

.header._body .header__logo {
	display: block;
	grid-column: 1/2;
	width: 70px;
	height: 20px;
	background: url(logo.svg) no-repeat 0 50%;
	transition: opacity .2s
}


.container {
	margin: 0 auto;
	padding: 0;
	max-width: 892px
}

.section {
	padding: 0
}

.section__header {
	position: -webkit-sticky;
	position: sticky;
	display: flex;
	top: 0;
	align-items: center;
	margin-bottom: 20px;
	padding: 20px 0;
	box-sizing: content-box;
	min-height: 40px;
	animation: fadeIn .2s ease-in-out;
	z-index: 100
}

@media only screen and (max-width:600px) {
	.section__header {
		position: relative;
		margin-bottom: 24px
	}
}

@media only screen and (max-width:600px),
only screen and (min-width:601px) and (max-width:900px) {
	.section__header {
		position: relative;
		margin-bottom: 24px
	}
}

.section__inner {
	position: relative;
	padding: 48px 60px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 6px 8px rgba(52, 53, 70, .04), 0 2px 4px rgba(0, 0, 0, .02);
	animation: fadeIn .2s ease-in-out
}

@media only screen and (max-width:600px) {
	.section__inner {
		padding: 32px
	}
}

@media only screen and (max-width:600px),
only screen and (min-width:601px) and (max-width:900px) {
	.section__inner {
		padding: 32px
	}
}

.section__inner._clean {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none
}

.center-info {
	margin: auto;
	width: 540px;
	text-align: center
}

.center-info__image {
	margin: 0 auto;
	width: 360px;
	height: 220px;
	background-image: url(ill-maintenance.svg)
}

.center-info__title {
	margin-top: 48px
}

.center-info__actions,
.center-info__desc {
	margin-top: 24px
}


.h1._promo,
h1._promo {
	font-family: Metropolis, Arial, sans-serif;
	font-size: 36px;
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700
}

@media only screen and (max-width:600px) {

	.h1._promo,
	h1._promo {
		line-height: 1;
		font-size: 28px
	}
}

@media only screen and (max-width:600px),
only screen and (min-width:601px) and (max-width:900px) {

	.h1._promo,
	h1._promo {
		line-height: 1;
		font-size: 28px
	}
}

.paragraph,
p {
	font-family: Lato, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
	font-weight: unset
}

.paragraph,
p {
	margin-bottom: 0
}
