@charset "utf-8";

:root {
	font-size: 16px;
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/roboto-v49-latin-200.eot');
	src: url('../fonts/roboto-v49-latin-200.eot?#iefix') format('embedded-opentype'),
		url('../fonts/roboto-v49-latin-200.woff2') format('woff2'),
		url('../fonts/roboto-v49-latin-200.woff') format('woff'),
		url('../fonts/roboto-v49-latin-200.ttf') format('truetype'),
		url('../fonts/roboto-v49-latin-200.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v49-latin-regular.eot');
	src: url('../fonts/roboto-v49-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/roboto-v49-latin-regular.woff2') format('woff2'),
		url('../fonts/roboto-v49-latin-regular.woff') format('woff'),
		url('../fonts/roboto-v49-latin-regular.ttf') format('truetype'),
		url('../fonts/roboto-v49-latin-regular.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/roboto-v49-latin-600.eot');
	src: url('../fonts/roboto-v49-latin-600.eot?#iefix') format('embedded-opentype'),
		url('../fonts/roboto-v49-latin-600.woff2') format('woff2'),
		url('../fonts/roboto-v49-latin-600.woff') format('woff'),
		url('../fonts/roboto-v49-latin-600.ttf') format('truetype'),
		url('../fonts/roboto-v49-latin-600.svg#Roboto') format('svg');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #fff;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 0 auto;
	overflow: hidden;
	background: #05597B;
	background: linear-gradient(180deg, rgba(5, 89, 123, 1) 0%, rgba(61, 107, 140, 1) 38%, rgba(134, 153, 177, 1) 50%, rgba(255, 255, 255, 1) 89%);
	border: 1px solid #ccc;
}

h1 {
	text-align: center;
	margin: 26px 0;
	font-weight: normal;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	text-align: center;
}

h3 {
	font-weight: normal;
	font-size: 18px;
	margin: 50px -50px 16px;
}

h4 {
	font-style: italic;
	font-size: 17px;
	margin-top: 50px;
}

h5 {
	font-size: 19px;
	color: #fff;
}

h5 span {
	color: #EE1D25;
	font-style: italic;
}

.section-title {
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	padding: 10px 0;
}

.section-title::before,
.section-title::after {
	content: "";
	flex: 1;
	height: 2px;
	background-color: white;
	margin: 0 10px;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 .625rem;
}

ul {
	list-style: none;
	margin: 0 0 0.625rem;
	padding: 0;
}

ul li {
	padding-left: 1.375rem
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.375rem;
	font-size: 1.375em;
	line-height: 1;
}

header {
	padding: 30px 0 50px;
}

article {
	padding: 0 40px 40px;
}

footer {
	position: relative;
	background: url(../images/mann.png) no-repeat bottom left 10%;
	background-size: contain;
	text-align: right;
	color: #02587A;
	padding: 370px 30px 50px;
}

.web {
	color: #EE1D25;
	font-style: italic;
	font-size: 18px;
}

aside {
	position: absolute;
	right: -2px;
	top: 30px;
	border: 2px dashed #EE1D25;
	padding: 15px 5px 5px 20px;
	text-align: left;
	width: 240px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden
}

aside p {
	color: #EE1D25;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 16px 0;
	column-gap: 10px;
}

aside p span {
	width: 64%;
}

aside img {
	max-width: 50px;
}

@media only screen and (max-width: 799px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		padding: 1rem 0;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 1rem;
	}

	h3 {
		font-weight: normal;
		font-size: 18px;
		margin: 16px -20px;
	}

	h4 {
		margin-top: 20px;
	}

	header {
		padding: 0 0 20px;
	}

	article {
		padding: 0 16px 16px;
	}
}

@media only screen and (max-width: 668px) {
	#wrapper {
		background: linear-gradient(180deg, rgba(5, 89, 123, 1) 0%, rgba(61, 107, 140, 1) 38%, rgba(134, 153, 177, 1) 65%, rgba(255, 255, 255, 1) 89%);
		border: 1px solid #ccc;
	}

	h1 {
		font-size: 24px;
	}

	footer {
		background: none;
		background-size: contain;
		text-align: center;
		color: #02587A;
		padding: 20px 16px 10px;
	}

	footer > p br {
		display: block;
	}

	br {
		display: none;
	}

	aside {
		position: static;
		padding: 16px;
		margin-bottom: 20px;
		width: auto;
		border-radius: 10px;
	}

	aside p {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 16px 0;
		column-gap: 10px;
		text-align: left;
	}

	aside p span {
		width: 90%;
	}

	aside img {
		width: 60%;
	}
}