*, *:after, *:before {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

body {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #293686;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.045em;
	background: #FFFFFF;
	width: 100%;
	min-width: 320px;
	height: 100%;
	margin: 0;
	padding: 177px 0 0 0;
	font-style: normal;
	text-align: center;
	position: relative;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

.header-toxin {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 79px 30px 0 30px;
	border-top: solid 12px #293686;
	background: #FFFFFF;
	z-index: 99999999;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.wrapper {
	width: 100%;
	max-width: 1190px;
	margin: 0 auto;
	position: relative;
	padding: 0;
	text-align: left;
}

.logo {
	display: block;
	width: 322px;
	padding: 0 91px 34px 91px;
	float: left;
	margin: 0;
	line-height: 1em;
	position: relative;
}

.logo:after {
	content: "";
	display: block;
	width: 2px;
	height: 70px;
	transform: rotate(35deg);
	position: absolute;
	top: -10px;
	right: 0;
	background: #293686;
}

.logo a {
	display: inline-block;
	width: 140px;
	height: 47px;
	overflow: hidden;
	text-indent: -6000px;
	background: url(../img/toxin-logo-small.svg) no-repeat;
	background-size: 140px auto;
}

.logo-decription {
	width: 190px;
	position: absolute;
	top: 5px;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	left: -142px;
}

.header-menu {
	display: block;
	position: absolute;
	top: 5px;
	left: 380px;
	right: 0;
}

.header-menu h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 0;
	color: #293686;
	margin: 22px 0 0 0;
}

a, a:link, a:visited {
	color: #293686;
	text-decoration: underline;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

section {
	display: block;
	width: 100%;
	position: relative;
	color: #FFFFFF;
	overflow: hidden;
	background: #293686 url(../img/maximus-nav.jpg) no-repeat 50% 50%;
	background-size: cover;
	z-index: 999;
	padding: 30px;
	height: calc(100vh - 177px);
}

.confirmation {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: fit-content;
	height: fit-content;
}

.button, .button:visited {
	display: inline-block;
	line-height: 1em;
	padding: 10px 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #1b2458;
	color: #FFFFFF !important;
	border: none;
	outline: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	cursor: pointer;
	text-decoration: none !important;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.button-white, .button-white:visited {
	background: #FFFFFF;
	color: #293686 !important;
	border: solid 1px #293686;
}

.button-white:hover {
	background: #1b2458;
	color: #FFFFFF !important;
	border: solid 1px #1b2458;
}

table {
	margin: 10px auto;
	padding-top: 10px;
}

.svg{
	width: 100px;
	fill: white;
	display: block;
	margin: 10px auto;
}