﻿@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: 20px;
	color: #242021;
	font-weight: 400;
}

#wrapper {
	max-width: 995px;
	margin: 1rem auto;
	border: solid thin #242021;
	overflow: hidden;
	position: relative;
}

strong {
	font-weight: 700;
}

header {
	padding: 0 220px 0 0;
	display: flex;
	gap: 20px;
}

header div {
	flex: 1 1 0;
}

article {
	padding: 20px;
}

article p strong {
	color: #68A74B;
}

footer {
	padding: 16px;
	color: #68A74B;
	background: #ECF3E7;
	width: 202px;
	position: absolute;
	top: 0;
	right: 0;
}

footer ul {
	font-weight: 700;
}

footer ul li {
	background: url('../images/iconlist.jpg') left 4px no-repeat;
}

footer ul li:before {
	content: "";
}

footer p:nth-of-type(1) {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
}

section {
	margin: 0 0 0 -120px;
	padding: 16px;
	background: #68A74B;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

h1 {
	font-size: 19px;
	line-height: 25px;
	font-weight: 700;
}

h2 {
	font-size: 34px;
	margin: 16px 0;
	line-height: 1.2;
	font-weight: normal;
	color: #68A74B;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
}

h3 {
	font-size: 44px;
	margin: 16px 0;
	line-height: 1;
	font-weight: 700;
}

img {
	max-width: 100%;
}

p:not(:last-child) {
	margin-bottom: 16px;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #68A74B;
	text-decoration: none;
	white-space: nowrap;
}

ul {
	margin: 0 0 16px;
	list-style: none;
}

ul + p + p {
	font-size: 24px;
	line-height: 1.1;
	color: #68A74B;
}

ul li {
	padding-left: 34px;
	margin-bottom: 10px;
}

li:before {
	text-indent: -20px;
	content: "\25A0";
	color: #68A74B;
	float: left;
	font-size: 11px;
}

@media screen and (max-width:993px) {
	#wrapper {
		border: none;
		margin: 0;
	}

	:is(p, ul) {
		hyphens: auto;
		text-wrap: pretty;
	}

	h2 {
		font-size: 30px;
		text-align: center;
	}

	h3 {
		font-size: 40px;
	}
}

@media screen and (max-width:883px) {
	footer {
		position: static;
		width: auto;
	}

	header {
		padding-right: 0;
	}
}

@media screen and (max-width:680px) {
	header {
		flex-direction: column;
		align-items: center;
		gap: 0;
	}

	section {
		width: 100%;
		margin-left: 0;
	}

	footer p {
		text-align: center;
	}

	footer ul {
		width: 240px;
		margin: 0 auto;
	}

	footer ul li {
		background: url(../images/iconlist.jpg) left 0 no-repeat;
		padding: 5px 0 5px 33px;
	}

	h3 {
		font-size: 31px;
	}
}

@media screen and (max-width:480px) {
	ul li {
		padding-left: 20px;
	}
}