* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  font-family: "Michroma", sans-serif;
	color: #121212;
}

html {
	height: 100%;
}

body {
	position: relative;
	overflow-x: hidden;
	padding-bottom: 153px;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
}

.banner {
	object-position: center;
	object-fit: cover;
	min-height: 200px;
}

@media (max-width: 1200px) {
	body {
		padding-bottom: 94px;
	}
}

@media (max-width: 768px) {
	body {
		padding-bottom: 152px;
	}
}

a {
	text-decoration: none;
}

main table td {
  padding: 6px;
  vertical-align: middle;
	border: 1px solid black;
}

table {
	margin-bottom: 40px;
	margin: auto auto 10px; border: 2px;
	 border-radius: 5px;
	 border-collapse: collapse;
	 width: 100%;
	 text-align: center;
	 height: 72px;
}

tr,td {
	margin: auto auto 15px;
	 border: 2px;
	  border-radius: 5px;
	padding: 8px 5px;
}

header {
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 200;
}

.header_right {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}

.buttons {
	display: flex;
	gap: 25px;
}

.buttons > a {
	border-radius: 10px;
	color: #1095b5;
	font-weight: bold;
	padding: 12px 19px;
	background: #f0f9fb;
	border-color: #f0f9fb;
}

.buttons > a:last-of-type {
	color: #fff;
	background: linear-gradient(180deg, #ff9e2c, #ffb72c), #ff9e2c;
	border-color: linear-gradient(180deg, #ff9e2c, #ffb72c), #ff9e2c;
}

.footer img {
	width: 200px;
}

.footer_p {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}

header > div:first-of-type {
	margin: 0 auto;
	width: 90%;
	justify-content: space-between;
	display: flex;
	align-items: center;
}

@media (max-width: 768px) {
	.header__logo {
		max-width: 100%;
	}
}

ol ul {
	list-style-type: lower-alpha;
	margin: 0 0 0 30px !important;
}

.center_image {
	margin-bottom: 20px;
	position: relative;
	left: 50%;
	width: 70%;
	transform: translateX(-50%);
}

.container {
	padding: 50px 90px;
	background-color: #f0f5f8;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.container {
		padding: 40px 20px 20px;
	}
}

.table_container {
	overflow: auto;
	margin-bottom: 15px;
}

main {
	margin-top: 40px;
	width: 100%;
	order: 3;
	margin-bottom: 30px;
	margin-top: 30px;
}

ul, ol {
	padding-left: 20px;
}

ul li {
	margin-bottom: 9px;
}

.footer {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #191a1f;
	padding: 40px calc((100% - 1170px) / 2);
}

@media (max-width: 1200px) {
	.footer {
		padding: 10px 20px;
	}
}

p {
	font-size: 18px;
	line-height: 32px;
	color: #434656;
	margin: 0 0 40px;
}
ul {
	font-size: 18px;
	line-height: 25px;
	color: #434656;
	margin: 0 0 40px;
}
ol {
	font-size: 18px;
	line-height: 25px;
	color: #434656;
	margin: 0 0 40px;
}
h1 {
	color: #434656;
	font-weight: 700;
	margin-bottom: 40px;
	font-size: 30px;
}

h1 {
	margin-bottom: 45px;
	font-size: 36px;
}

@media (max-width: 768px) {
	h1 {
		font-size: 34px;
	}
}

img {
	max-width: 100%;
	height: auto;
}

h1, h2, h3, li::marker {
	color: #1095b5;
}

h2, h3 {
	margin-bottom: 20px
}

h2 {
	font-weight: 700;
	font-size: 21px;
	padding: 22px 100px;
	line-height: 1.143;
	margin: clamp(1rem, .5em, 2.5rem) auto clamp(1rem, .25em, 2rem);
	background-color: #1095b5;
	color: #fff;
	text-align: center;
	position: relative;
	right: 90px;
	width: calc(100% + 180px);
}

@media (max-width: 1200px) {
	h2 {
		width: calc(100% + 110px);
	}
}

@media (max-width: 720px) {
	header > div:first-of-type {
		flex-direction: column;
		padding: 15px 0;
	}

	.center_image {
		width: 100%;
	}

	.footer {
		flex-direction: column;
	}
}