:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

@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');
}

html {
	min-height: 100%;
}

body {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
}

#wrapper {
	max-width: 1000px;
	margin: 16px auto;
	border: 1px solid #000;
	background: #fff url('../images/background.jpg') no-repeat right bottom;
	overflow: hidden;
	position: relative;
}

article {
	padding: 35px 520px 10px 40px;
}

footer {
	width: 350px;
	position: absolute;
	z-index: 3;
	right: 75px;
	top: 26.5%;
}

.box {
	padding: 40px 40px 10px;
	background: #009bd9 url('../images/backgroundright.jpg') no-repeat 0 0;
	border-radius: 30px 30px 0 0;
}

.image {
	border-radius: 0 0 30px 30px;
	overflow: hidden;
}

p {
	margin: 0 0 29px;
}

strong {
	font-weight: 700;
}

h1 {
	padding: 30px 40px;
	font-weight: 700;
	font-size: 58px;
	line-height: 62px;
	background: #184286;
	color: #fff;
}


h2 {
	padding: 6px 40px;
	text-align: right;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	background: #b8a996;
}

h2 a {
	color: #184286 !important;
}

h3 {
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #009bd9;
	text-transform: uppercase;
}

h4 {
	margin: 0 0 15px;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
}

h5 {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 23px;
	line-height: 28px;
	color: #fff;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}

ul {
	padding: 0 0 30px 6px;
	list-style: none;
}

ul li {
	padding-left: 32px;
	position: relative;
}

li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #009bd9;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 10px;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.color {
	color: #184286;
	font-size: 17px;
}

.box :is(p, a) {
	color: #184286 !important;
}

h1 small {
	display: block;
	font-weight: 400;
	font-size: 40px;
	line-height: 44px;
}

h1 span {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
}


h1 spann {
	font-weight: normal;
	font-size: 35px;
	 
}

.logo {
	padding: 40px 40px 60px;
	display: flex;
	justify-content: flex-end;
}

@media all and (max-width:999px) {
	#wrapper {
		margin: 0;
		border: none;
	}

	:is(ul, p) {
		hyphens: auto;
	}

	article {
		padding: 16px 390px 16px 16px;
	}

	footer {
		right: 16px;
	}

	h1 {
		padding: 16px;
		font-size: 40px;
		line-height: 44px;
	}

	h1 :is(small, span) {
		font-size: 28px;
		line-height: 34px;
	}

	h2 {
		font-size: 26px;
		line-height: 32px;
		padding: 6px 16px;
	}

	h3 {
		margin: 0 0 20px;
		font-size: 20px;
		line-height: 24px;
	}

	:is(h4, h5) {
		margin-bottom: 15px;
	}


	p {
		margin-bottom: 15px;
	}

	ul li {
		padding-left: 15px;
	}

	.box {
		padding: 16px;
		background: #009bd9 url('../images/backgroundright.jpg') no-repeat 0 0;
		background-size: cover;
	}
}

@media all and (max-width:767px) {
	article {
		padding: 16px;
	}

	ul {
		padding: 0 0 20px;
	}

	:is(.box, .image) {
		border-radius: 0;
	}

	.image {
		display: flex;
		justify-content: center;
		background: #009bd9;
		padding: 0 16px 16px;
	}

	header > h2{
		font-size: 20px !important;
	}

	footer {
		width: auto;
		position: static;
	}

	footer :is(h3, p){
		padding: 0 20px;
	}
}

@media all and (max-width:350px) {
	.image {
		padding: 0;
	}
}