/* CSS Reset Section */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 22px
}

p {
	padding-bottom: 20px
}

p:last-child {
	padding-bottom: 0
}

p strong {
	font-weight: 700
}

h1, h2, h3, h4, h5, h6 {
	font-family: anzeigen-grotesk, sans-serif;
	text-transform: uppercase;
	font-size: 35px;
	padding-bottom: 15px;
	-webkit-font-smoothing: antialiased
}

/* HEADER */
header {
	background: #333 url(../images/background.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	background-size: auto 100%;
	text-align: center;
	color: #fff;
	display: table;
	width: 100%
}

header article {
	display: table-cell;
	width: calc(100% - 55px)
}

header article div {
	width: 90%;
	max-width: 1440px;
	margin: auto;
	padding: 0 0 70px 0
}

header article div img {
	width: 90%;
	max-width: 250px;
	padding: 50px 0
}

header aside {
	background: #085CF7;
	width:55px;
	height: 100%;
	display: table-cell;
	vertical-align: top;
	padding-top: 50px
}

header aside ul li {
	padding-bottom: 12px
}

header aside ul li img {
	width: 25px
}

header h1 {
	font-size: 50px;
	padding-bottom: 20px;
	line-height: 43px
}

header h1 strong {
	color: #085CF7
}

/* LAYOUT */
section {
	width: 100%;
	padding: 50px 0;
}

section div {
	width: 90%;
	max-width: 1400px;
	margin: auto
}

section.blue {
	color: #fff;
	background: #085CF7;
	text-align: center	
}

section.grey {
	background: #9CA7B0;
	text-align: center;
	color: #fff
}


/* FORM */
form {
	width: 90%;
	max-width: 750px;
	margin: auto;
	padding: 70px 0;
	text-align: center;
	overflow: hidden
}

form input, form textarea {
	width: 100%;
	float: left
}

form input[type="text"], form input[type="tel"], form input[type="email"], textarea {
	border: 2px solid #9CA7B0;
	background: #fff;
	font-size: 22px;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 10px;
	outline: none
}

form input[type="text"]:focus, form input[type="tel"]:focus, form input[type="email"]:focus, textarea:focus {
	background: #efefef
}

textarea {
	height: 200px
}

form input[type="submit"] {
	border: none;
	background: #9BA8B0 url(../images/button.svg) no-repeat right center;
	color: #fff;
	font-size: 22px;
	padding: 20px 60px 20px 0;
	cursor: pointer
}

::placeholder {
	font-family: "Inter", sans-serif;
}


/* BENEFITS */
ul.benefits {
	width: 90%;
	max-width: 1080px;
	margin: auto;
	padding: 50px 0;
	overflow: hidden
}

ul.benefits li {
	width: calc(100%);
	float: left;
	background: #085CF7 url(../images/tick.svg) no-repeat;
	background-position: left center;
	background-size: 25px auto;
	background-position-x: 15px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 50px;
	box-sizing: border-box;
	color: #fff;
}

ul.benefits li:last-child {
	margin-bottom: 0
}


footer {
	background: #333 url(../images/background.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	background-size: auto 100%;
	color: #fff;
	text-align: center
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer article {

}

footer article.contacts {
	margin-bottom: 30px
}

footer div.bluefooter {
	background: #085CF7;
	padding: 20px 0;
	font-size: 16px;
}

footer div.bluefooter p {
	padding-bottom: 0
}

footer img {
	max-width: 250px
}


/* DESKTOP */
@media screen and (min-width: 890px) {
	
	
body {
	font-size: 22px;
	line-height: 27px
}


header article div img {
	max-width: 320px;
	padding: 50px 0
}

header article p {
	max-width: 850px;
	margin: auto
}

header article div {
	max-width: 1080px;
}

header h1 {
	font-size: 90px;
	padding-bottom: 35px;
	line-height: 80px
}


h1, h2, h3, h4, h5, h6 {
	font-size: 60px;
	padding-bottom: 30px;
}
	
	
/* BENEFITS */
ul.benefits li {
	width: calc(50% - 15px);
	margin-bottom: 30px;
	padding: 20px 20px 20px 50px;
	font-size: 22px;
	line-height: 25px
}

ul.benefits li:last-child {
	margin-bottom: 0
}	
	
ul.benefits li:nth-of-type(2), ul.benefits li:nth-of-type(4) {
	margin-left: 30px;
}

ul.benefits li:nth-of-type(3) {
	clear: left;
	margin-bottom: 0
}


/* FORM */

form input[type="text"], form input[type="tel"], form input[type="email"], textarea {
	margin-bottom: 20px
}

form input[type="submit"] {
	width: 300px;
	float: none;
	margin: auto
}



/* FOOTER */

footer {
	overflow: hidden
}

footer section article {
	float: left;
	overflow: hidden;
	width: 50%;
	text-align: left;
	padding-bottom: 50px
}

footer section article:last-child {
	text-align: right
}

footer section article:last-child p {
	width: 400px;
	float: right;
	padding-bottom: 90px
}

footer section article:last-child img {
	float: right;
	clear: right
}

footer div.bluefooter {
	width: 100%;
	float: left
}

footer div.bluefooter article {
	width: 90%;
	max-width: 1400px;
	margin: auto;
	float: none
}

footer div.bluefooter article p {
	display: block;
	width: 50%;
	float: left;
	text-align: left
}
	
footer div.bluefooter article p:last-child {
	text-align: right
}	


/* LAYOUT */
section {
	width: 100%;
	padding: 100px 0;
}

section.blue {
	padding: 60px 0;
}

section.grey p strong {
	font-size: 25px;
	display: block;
	max-width: 1000px;
	margin: auto
}
	
}













