@font-face {
	font-family: 'montserrat-web';
	font-weight: 400;
	font-style: normal;
	src: url('fonts/Montserrat-Regular.eot') format('embedded-opentype'),
	     url('fonts/Montserrat-Regular.woff2') format('woff2'),
	     url('fonts/Montserrat-Regular.woff') format('woff');
}
@font-face {
	font-family: 'montserrat-web';
	font-weight: 500;
	font-style: normal;
	src: url('fonts/Montserrat-Medium.eot') format('embedded-opentype'),
	     url('fonts/Montserrat-Medium.woff2') format('woff2'),
	     url('fonts/Montserrat-Medium.woff') format('woff');
}
@font-face {
	font-family: 'montserrat-web';
	font-weight: 900;
	font-style: normal;
	src: url('fonts/Montserrat-Black.eot') format('embedded-opentype'),
	     url('fonts/Montserrat-Black.woff2') format('woff2'),
	     url('fonts/Montserrat-Black.woff') format('woff');
}
header, footer, section, div, h1, h2, h3, h4, h5, p, ul, ol, li, img, svg, form, input, button {
	border: 0;
	box-sizing: border-box;
	display: block;
	list-style: none;
	margin: 0;
	outline: none;
	padding: 0;
	vertical-align: top;
}
input, button {
	border-radius: 0;
	color: #363636;
	font: 16px/20px 'montserrat-web', sans-serif;
	font-weight: 500;
	-moz-appearance: none;
	-webkit-appearance: none;
}
input::-webkit-input-placeholder {
	color: #363636 !important;
}
input::-moz-placeholder {
	color: #363636 !important;
}
input:-ms-input-placeholder {
	color: #363636 !important;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover,
.button:hover,
.popup-close:hover,
#cookies-button:hover {
	opacity: .5;
}
em, i {
	font-style: normal;
}
strong, b {
	font-weight: 900;
}
body {
	background: #FFF;
	color: #363636;
	font: 16px/20px 'montserrat-web', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
.body-popup {
	overflow: hidden;
}
h1, h2, h3, h4, h5 {
	font-size: inherit;
	font-weight: 400;
	line-height: inherit;
}
img {
	height: auto;
	width: 100%;
}
.container {
	margin: auto;
	max-width: 1200px;
	padding: 0 40px;
	position: relative;
}
header .container {
	height: 100%;
}
section .container {
	max-width: 980px;
	padding-bottom: 60px;
	padding-top: 120px;
}
footer .container {
	padding-bottom: 60px;
	padding-top: 60px;
}
header {
	background: #000 url('img/header.jpg') 65% center no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 20px;
	height: 100vh;
	min-height: 50vw;
	position: relative;
}
.header-logo {
	background: center no-repeat;
	height: 62px;
	line-height: 400px;
	overflow: hidden;
	position: absolute;
	width: 159px;
}
.header-title {
	background: center no-repeat;
	background-size: contain;
	height: 161px;
	margin: auto;
	max-height: 25%;
	max-width: 516px;
	overflow: hidden;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.header-title span {
	display: none;
}
.header-button {
	cursor: pointer;
	display: block;
	font-weight: 500;
	position: absolute;
}
section {
	position: relative;
	text-align: center;
}
section:before {
	content: '';
	display: block;
	height: 101px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 198px;
}
.section-title {
	color: #E9500E;
	font-size: 32px;
	font-weight: 900;
	line-height: 1em;
}
.section-items {
	background: calc(50% - 32px) top no-repeat;
	color: #E9500E;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2em;
	margin: auto;
	position: relative;
}
.section-item {
	position: relative;
}
.section-item:before {
	background: center top no-repeat;
	background-size: contain;
	content: '';
	display: block;
	position: absolute;
}
.section-item-1:before {
	height: 221px;
	width: 202px;
}
.section-item-2:before {
	height: 236px;
	width: 192px;
}
.section-item-3:before {
	height: 131px;
	width: 216px;
}
.section-item-4:before {
	height: 310px;
	width: 260px;
}
.section-text {
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 40px;
	margin-top: 40px;
}
.section-button {
	background: #E9500E;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: 900;
	height: 60px;
	line-height: 60px;
	margin: auto;
	max-width: 400px;
	text-transform: uppercase;
}
.section-link {
	color: rgb(24, 119, 242);
	font-size: 20px;
	font-weight: 900;
	line-height: 24px;
	padding-top: 50px;
	text-transform: uppercase;
}
footer {
	background: #000;
	color: #fff;
}
.footer-logo {
	background: center no-repeat;
	display: block;
	height: 62px;
	width: 159px;
}
.popup {
	background: rgba(0, 0, 0, .7);
	display: none;
	height: 100%;
	left: 0;
	overflow: scroll;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.body-popup .popup {
	display: block;
}
.form {
	background: #000;
	color: #fff;
	margin: auto;
	max-width: 560px;
	min-height: 100%;
	padding: 60px 20px;
}
.form-container {
	margin: auto;
	max-width: 400px;
}
.form-logo {
	background: center no-repeat;
	display: block;
	height: 62px;
	width: 159px;
}
.form-text {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.25em;
	margin: 40px 0;
}
.form strong {
	display: block;
}
.form-input {
	height: 50px;
	margin-top: 20px;
	padding: 0 15px;
	width: 100%;
}
.form-checkbox-text {
	margin-top: 20px;
	position: relative;
}
p.form-checkbox-text {
	font-weight: 900;
	margin-top: 40px;
}
li.form-checkbox-text {
	line-height: 20px;
	padding-left: 25px;
}
.form-radio-text {
	display: inline-block;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
	padding-left: 25px;
	position: relative;
}
.form-radio-text + .form-radio-text {
	margin-left: 30px;
}
.form-agreement-text {
	font-size: 12px;
	line-height: 16px;
	margin-top: 40px;
	padding-left: 25px;
	position: relative;
}
.form-agreement-text + .form-agreement-text {
	margin-top: 20px;
}
.form-agreement-text a {
	text-decoration: underline;
}
.form-radio {
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
	height: 18px;
	left: 0;
	position: absolute;
	width: 18px;
}
.form-radio::after {
	background: #E9500E;
	border-radius: 100%;
	content: '';
	height: 10px;
	left: 4px;
	overflow: hidden;
	position: absolute;
	top: 4px;
	visibility: hidden;
	width: 10px;
}
.form-radio:active::after {
	opacity: .5;
	visibility: visible;
}
.form-radio:checked::after {
	visibility: visible;
}
.form-checkbox {
	background: #fff;
	cursor: pointer;
	height: 16px;
	left: 0;
	position: absolute;
	width: 16px;
}
.form-checkbox-text .form-checkbox {
	margin-top: 1px;
}
.form-checkbox::after {
	border: solid #E9500E;
	border-width: 0 3px 3px 0;
	content: '';
	height: 12px;
	left: 6px;
	position: absolute;
	top: -2px;
	transform: rotate(45deg);
	visibility: hidden;
	width: 6px;
}
.form-checkbox:active::after {
	opacity: .5;
	visibility: visible;
}
.form-checkbox:checked::after {
	visibility: visible;
}
.form-submit {
	background: #E9500E;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 20px;
	font-weight: 900;
	height: 60px;
	line-height: 60px;
	margin: 40px auto 0 auto;
	max-width: 200px;
	text-transform: uppercase;
	width: 100%;
}
.form-submit:disabled,
.form-submit[disabled=disabled] {
	cursor: default;
	opacity: .3;
}
.form-hidden {
	display: none;
}
.input-company {
	display: none;
}
.input-company + .input-company {
	margin-bottom: 40px;
}
.popup-close {
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 100%;
	box-shadow: 0 0 1px #000;
	cursor: pointer;
	display: block;
	height: 30px;
	left: 20px;
	position: fixed;
	top: 20px;
	width: 30px;
}
#cookies {
	bottom: 0;
	font-size: 14px;
	right: 0;
	padding: 15px;
	max-width: 540px;
	position: fixed;
	z-index: 200;
}
#cookies p {
	background: #000;
	color: #fff;
	margin-left: auto;
	padding: 20px 20px 24px 20px;
}
#cookies a {
	text-decoration: underline;
	white-space: nowrap;
}
.cookies-more {
	display: block;
	margin-top: 20px;
	text-align: right;
}
#cookies-button {
	cursor: pointer;
	font-weight: 900;
	text-transform: uppercase;
}
@media all and (max-width: 759px) {
	.header-logo {
		left: 50%;
		top: 60px;
		transform: translateX(-50%);
	}
	.header-button {
		bottom: 80px;
		left: 50%;
		transform: translateX(-50%);
	}
	section .container {
		max-width: 640px;
	}
	.section-items {
		background: none !important;
		max-width: 280px;
	}
	.section-item {
		margin-top: 20px;
	}
	.section-item-1 {
		padding-top: 150px;
	}
	.section-item-2 {
		padding-top: 160px;
	}
	.section-item-3 {
		padding-top: 100px;
	}
	.section-item-4 {
		padding-top: 210px;
	}
	.section-item:before {
		left: 50%;
		transform: translateX(-50%) scale(.6);
		transform-origin: center top;
		top: 0;
	}
	.section-item-4:before {
		margin-left: 25px;
	}
	footer {
		text-align: center;
	}
	.footer-logo {
		margin: auto;
	}
	.footer-privacy,
	.footer-copy {
		margin-top: 30px;
	}
	.form-logo {
		margin: auto;
	}
}
@media all and (max-width: 859px) and (min-aspect-ratio: 16/10) {
	.header-logo {
		top: 30px;
	}
	.header-button {
		bottom: 50px;
	}
}
@media all and (min-width: 760px) {
	header:after {
		bottom: 60px;
		content: '';
		display: block;
		height: 113px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		width: 46px;
	}
	.header-logo {
		top: 80px;
	}
	.header-button {
		right: 40px;
		top: 100px;
	}
	section .container {
		padding-bottom: 100px;
	}
	.section-title {
		font-size: 48px;
		margin-bottom: 40px;
	}
	.section-items {
		font-size: 36px;
		padding-top: 980px;
	}
	.section-item:nth-child(-n+3) {
		position: absolute;
	}
	.section-item-1 {
		left: 100px;
		padding-top: 220px;
		top: 0;
		width: 240px;
	}
	.section-item-2 {
		padding-top: 360px;
		right: 70px;
		top: 0;
		width: 280px;
	}
	.section-item-3 {
		left: 0;
		top: 650px;
		width: 340px;
	}
	.section-item-4 {
		margin: auto;
		width: 500px;
	}
	.section-item-1:before {
		left: 100px;
		top: -10px;
	}
	.section-item-2:before {
		right: 130px;
		top: 80px;
	}
	.section-item-3:before {
		left: 120px;
		top: -190px;
	}
	.section-item-4:before {
		right: -70px;
		top: -370px;
	}
	.section-text {
		font-size: 36px;
		margin-bottom: 80px;
		margin-top: 80px;
	}
	.section-link {
		padding-top: 90px;
	}
	.footer-logo {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.footer-privacy {
		float: left;
		margin-left: 240px;
		margin-right: 40px;
		margin-top: 1.25em;
	}
	.footer-copy {
		text-align: right;
	}
	.form-text {
		font-size: 24px;
		margin-top: 60px;
	}
	.form {
		padding-bottom: 80px;
		padding-top: 80px;
	}
	.form-submit {
		margin-top: 60px;
	}
	.popup-close {
		left: 30px;
		top: 30px;
	}
	#cookies {
		padding: 30px;
	}
}
@media all and (min-width: 760px) and (max-width: 979px) {
	.section-items {
		background: none !important;
		max-width: 680px;
	}
	.section-item-2:before {
		right: -40px;
	}
	.section-item-3:before {
		left: 60px;
	}
}