html {
	font-size: 62.5%;
}

body {
	width: 100%;
	min-width: 320px;
	padding: 0;
	margin: 0 auto;
	font-family: Roboto, Roboto Local, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	background: #194068;
}

a {
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0;
	padding-left: 40px;
}

ul li,
ol li {
	color: #fff;
}

section {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	margin-bottom: 5px;
}

h1 {
	color: #fff;
}

h2 {
	margin: 0 0 10px;
	text-align: center;
	color: #fff;
}

h3 {
	font-size: 1.5em;
	margin: 0 0 20px;
	text-align: center;
	color: #fff;
}

p {
	color: #fff;
}

.flex-center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-col {
	-ms-flex-direction: column;
	flex-direction: column;
}

.mask {
	cursor: pointer;
	position: fixed;
	width: 0;
	height: 0;
	top: -70px;
	left: 0;
	bottom: 0;
	right: 0;
	padding-bottom: 70px;
	-webkit-transform: translateY(70px);
	-ms-transform: translateY(70px);
	transform: translateY(70px);
	opacity: 0;
	background: rgba(0, 0, 0, .8);
	z-index: -1;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

.wrap {
	text-align: left;
	padding: 0;
	margin: 0 auto;
	margin: 0 9px;
	height: 100%;
	position: relative;
	background: #003266;
	border: 1px solid #fa5300;
	padding: 15px;
}

.wrap h1, .wrap h2 {
	text-align: center;
}

.greeting {
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 76px 0 0;
	overflow: hidden;
	position: relative;
}

.greeting .wrap {
	background: 0 0;
	border: 0;
}

.greeting h1 {
	font-weight: 900;
	font-style: normal;
	font-size: 85px;
	color: #fff;
	margin: 45px 0;
	margin-top: 0;
}

.btn-reg {
	background-color: #fa5300;
	color: #fff;
	text-transform: uppercase;
	padding: 26px 41px;
	font-size: 29px;
	border-radius: 40px;
	box-shadow: inset 0 50px 25px -25px #fa5300;
	transition: background-color .3s ease, border .3s ease, box-shadow .3s ease !important;
	font-weight: 700;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: auto;
	height: 60px;
	padding: 0 15px;
	background-color: #003266;
	border-bottom: 1px solid #fa5300;
	box-sizing: border-box;
	z-index: 99;
	transition: transform .3s;
	display: block;
}

.header-wrap {
	height: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	transform: translateZ(0);
	transition: transform .3s;
	box-sizing: border-box;
	color: #fefefe;
}

.header-logo {
	flex: 0 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	min-width: 170px;
	height: 100%;
	transition: .3s ease;
	overflow: hidden;
	margin-left: 10px;
}

.menu-btn-box {
	display: -ms-flexbox;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
}

.btn-m-reg {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0 15px;
	height: 30px;
	line-height: 24px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	background-color: #fa5300;
	cursor: pointer;
	vertical-align: bottom;
	box-sizing: border-box;
	box-shadow: inset 0 50px 25px -25px #fa5300;
	transition: background-color .3s ease, border .3s ease, box-shadow .3s ease !important;
	border-radius: 15px;
}

.bonus100 {
	display: none;
}

.bonus100 b {
	display: inline-block;
	font-size: 20px;
	vertical-align: top;
}

.bonus100:hover {
	background-color: #fa5300;
	box-shadow: none;
}

.bonus100::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

@media screen and (max-width:659px) {
	.greeting h1 {
		font-size: 45px;
	}

	.greeting {
		padding: 0;
	}
}

@media screen and (max-width:449px) {
	.bonus100 {
		position: fixed;
		bottom: 0;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #fa5300;
		font-family: Roboto Condensed, Roboto Condensed Local;
		line-height: 10px;
		padding: 0 20px;
		text-align: center;
		text-transform: uppercase;
		box-shadow: inset 0 50px 25px -25px #fa5300;
		transition: background-color .3s ease, box-shadow .3s ease;
		vertical-align: bottom;
		box-sizing: border-box;
		font-size: 10px;
		color: #fff;
		height: 40px;
		right: 0;
		border-top-left-radius: 20px;
		overflow: hidden;
	}
}

@media screen and (max-width:94em) {
	body {
		font-size: 14px;
	}
}

table, td {
	border: 1px solid white;
	border-collapse: collapse;
	padding: 5px;
	margin: auto;
}

.marginauto {
	margin: 10px auto 20px;
	display: block;
}

border-top-left-radius: 20px;
        overflow: hidden;
}
}

@media screen and (max-width:94em) {
body {
	font-size: 14px;
}
}

table, td {
	border: 1px solid white;
	border-collapse: collapse;
	padding: 5px;
	margin: auto;
}

.marginauto {
	margin: 10px auto 20px;
	display: block;
}