.ok--main, .page--wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

*, ::after, ::before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	line-height: 1.5;
}

body, html {
	height: 100%;
	width: 100%;
	background-color: #fcfcfc;
	color: #170229
}

a {
	text-decoration-skip: ink;
	color: inherit;
	position: relative;
}
h1 {
	margin-bottom: 30px;
	line-height: 1.1;
}

h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

p, h1, h2, h3 ,h4 {
	word-wrap: break-word;
	overflow-wrap: break-word;
	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page--wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px;
	min-height: 100%;
	width: 100%;
}

.ok--main {
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ok--main-content {
	max-width: 600px;
	width: 100%;
	padding: 40px 0;
}

.ok--main-content h2 {
	margin: 20px 0;
}

.ok--orna {
	font-weight: 700;
	color: #aaa;
	display: block;
	padding: 24px 0;
	font-size: 2em;
}

.ok--main-logo {
	font-size: 5em;
	font-weight: 700;
	margin-left: 0.2em;
	position: relative;
	max-width: 200px;
	height: auto;
}

.ok--main-logo svg {
	width: 100%;
	height: auto
}

.ok--main-logo::before {
	background-color: rgba(23, 2, 41, .35);
	border-radius: 50%;
	color: #fff;
	content: attr(data-message);
	font-size: 0.12em;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	top: -3.25em;
	right: -4.5em;
	height: 5.125em;
	width: 5.125em;
	padding: 1.75em 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transform: rotate(30deg) scale(1);
	-ms-transform: rotate(30deg) scale(1);
	transform: rotate(30deg) scale(1);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.ok--main-logo::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 100px 100px;
	border-color: transparent transparent #007bff;
}

.ok--top-bar {
	max-width: 350px;
}

.ok--bottom-bar, .ok--top-bar {
	font-size: 1.125em;
	text-align: center;
}

.ok--link, .ok--number {
	display: block;
	padding: 10px 0;
}

.ok--link:last-of-type {
	display: inline-block;
}

@media screen and (max-height: 320px) {
	.ok--main-logo::before {
		display: none;
	}
}

@media screen and (min-width: 600px) and (min-height: 400px) {
	.ok--top-bar {
		max-width: 600px;
	}
	
	.ok--main-logo {
		font-size: 8em;
		width: 301px;
		height: auto;
		max-width: none;
	}
	
	.ok--link, .ok--number {
		display: inline-block;
		padding: 0;
	}
}
