﻿@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v30-latin-regular.eot');
	src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v30-latin-700.eot');
	src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

body {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #144D7E;
	font-weight: 400;
}

#wrapper {
	max-width: 800px;
	margin: 0.75rem auto;
	border: solid 2px #144D7E;
	overflow: hidden;
	position: relative;
}

strong {
	font-weight: 700;
}

header {
	position: absolute;
	top: 16px;
	left: 20px;
}

article {
	padding: 0 0 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 16px;
}

footer {
	padding: 16px 20px 5px;
	background: #144D7E;
	position: relative;
}

footer div {
	position: absolute;
	top: 16px;
	right: 16px;
}

footer p {
	color: #fff;
}

section {
	padding: 85px 0 0;
	position: relative;
}

section div {
	border: #ED203A 1px solid;
	border-radius: 100%;
	width: 152px;
	height: 152px;
	position: absolute;
	bottom: 45px;
	right: -46px;
	background: #fff;
}

section div p {
	width: 140px;
	height: 140px;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	margin: 5px;
	background: #ED203A;
	padding: 40px 0 0;
	-ms-transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}

section div p span {
	display: block;
	font-size: 11px;
}

h1 {
	font-size: 27px;
	margin: 16px 0 30px;
	line-height: 34px;
	font-weight: 700;
}

h1 span {
	font-size: 12px;
	font-weight: 400;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

p:not(:last-child) {
	margin-bottom: 12px;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

ul {
	margin: 40px 0 0;
	list-style: none;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
}

ul li {
	padding-left: 15px;
	margin-bottom: 10px;
}

li:before {
	text-indent: -15px;
	content: "+";
	color: #144D7E;
	float: left;
	font-size: 18px;
}

@media screen and (max-width:799px) {
	#wrapper {
		border: none;
		margin: 0;
		hyphens: auto;
	}
	h1 {
		margin-bottom: 0;
	}
	header {
		position: static;
		padding: 20px;
	}
	section {
		width: 55%;
		padding: 0;
	}
	:is(section, h1) br {
		display: none;
	}
	section div br {
		display: inline;
	}
}
@media screen and (max-width:760px) {
	section div {
		position: static;
		margin-bottom: 16px;
	}
}
@media screen and (max-width:660px) {
	article {
		flex-direction: column;
		align-items: center;
		padding: 0 20px;
	}
	section {
		width: 100%;
	}
	section div {
		margin: auto;
	}
}
@media screen and (max-width:545px) {
	footer div {
		position: static;
	}
	footer {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 16px 20px;
	}
	footer p {
		text-align: center;
	}
}