﻿@font-face {
	font-display: swap;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/ubuntu-v21-latin-regular.eot');
	src: url('../fonts/ubuntu-v21-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-v21-latin-regular.woff2') format('woff2'), url('../fonts/ubuntu-v21-latin-regular.woff') format('woff'), url('../fonts/ubuntu-v21-latin-regular.ttf') format('truetype'), url('../fonts/ubuntu-v21-latin-regular.svg#Ubuntu') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/ubuntu-v21-latin-700.eot');
	src: url('../fonts/ubuntu-v21-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-v21-latin-700.woff2') format('woff2'), url('../fonts/ubuntu-v21-latin-700.woff') format('woff'), url('../fonts/ubuntu-v21-latin-700.ttf') format('truetype'), url('../fonts/ubuntu-v21-latin-700.svg#Ubuntu') format('svg');
}

:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

body {
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #31397F;
	font-weight: 400;
}

#wrapper {
	max-width: 790px;
	margin: 1rem auto;
	border: solid thin #242021;
	overflow: hidden;
	position: relative;
	background: url('../images/background.jpg') no-repeat;
}

strong {
	font-weight: 700;
}

header div.logo {
	position: absolute;
	top: 13px;
	right: 17px;
}

header div.box-qr {
	position: absolute;
	top: 85px;
	right: 0;
	opacity: 0;
}

article {
	padding: 110px 0 52px 42px;
}

footer div.blue {
	margin: 0;
	padding: 6px 16px;
	background: #5EAADE;
}

footer section p {
	padding-bottom: 10px;
}

footer p {
	color: #fff;
	font-size: 20px;
	line-height: 27px;
}

footer div.blue p {
	text-align: center;
	font-size: 19px;
	line-height: 24px;
}

footer section {
	padding: 30px 40px 30px 20px;
	background: #2F387E;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

footer section div:nth-of-type(2) {
	border-left: #fff 1px solid;
	padding: 4px 0 0 18px;
}

h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #5EADE0;
}

h1 span {
	display: block;
	font-weight: 400;
}

h2 {
	font-size: 20px;
	margin: 10px 0 4px 16px;
	line-height: 24px;
	font-weight: 700;
}

h3 {
	font-size: 25px;
	margin: 0 0 10px;
	line-height: 29px;
	font-weight: 400;
	color: #fff;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

ul {
	margin: 0 0 0 25px;
	list-style: none;
}

ul li {
	padding-left: 17px;
}

li:before {
	text-indent: -17px;
	content: "\2022";
	color: #31397F;
	float: left;
	margin: 0;
	font-size: 17px;
}

@media screen and (max-width:788px) {
	#wrapper {
		border: none;
		margin: 0;
		background: #2F387E;
	}

	:is(p, ul) {
		hyphens: auto;
		text-wrap: pretty;
	}

	header div.logo {
		padding: 16px;
	}

	header div.logo, header div.box-qr {
		position: static;
		opacity: 1;
		display: flex;
		justify-content: center;
	}

	article {
		padding: 16px;
		background: #fff;
	}

	article br {
		display: none;
	}

	footer span {
		white-space: nowrap;
	}

	h1 {
		text-align: center;
	}
}

@media screen and (max-width:748px) {
	footer section {
		flex-direction: column;
		align-items: center;
		padding: 16px;
	}

	footer :is(h3, p) {
		text-align: center;
	}

	footer section div:nth-of-type(2) {
		border-left: none;
		padding-left: 0;
	}
}

@media screen and (max-width:368px) {
	footer div.blue p {
		font-size: 17px;
	}
}