body {
	background-color:  linear-gradient(180deg, rgba(250, 250, 250, 0.5) 0%, rgba(193, 215, 220, 0.5) 100%);
	background: url(../images/karta-1.png);
	background-repeat:no-repeat;
	background-position: center;
	color: #262626;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto", Arial, Helvetica, sans-serif;

	padding: 0;
	margin: 0;
	padding-bottom: 80px;
}

h1 {
	font-size: 36px;
	color:;
}

h2 {

	font-size: 22px;
	font-weight: normal;
	text-decoration:underline;
}

h3 {
	font-size: 18px;
	font-family: Roboto;
	font-weight: normal;
	line-height: 1.2;
}

h4 {
	font-size: 16px;
	font-family: Roboto;
	font-weight: normal;
	line-height: 1.2;
}

a {
	color: #262626;
	text-decoration: none;
}

img {
	margin-top: 20px;
}

li {
	list-style: none;
}

.head {
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.gerb {
	text-align: center;
}



.center {
	text-align:center;
}

.container {
	width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
}
.goverment {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 40px;
}

.goverment-item {
	width: 300px;
  height: 160px;
  background: linear-gradient(90.23deg, #D9D9D9 0.16%, rgba(59, 132, 149, 0.25) 0.17%, rgba(59, 132, 149, 0.05) 99.76%);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 20px;

  padding: 20px;
  padding-bottom: 40px;
  margin-top: 30px;
  margin-right: 10px;
}

.president {
	width: 300px;
  height: 170px;
  background: linear-gradient(90.23deg, #D9D9D9 0.16%, rgba(59, 132, 149, 0.25) 0.17%, rgba(59, 132, 149, 0.05) 99.76%);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 20px;

  padding: 20px;
  display: block;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

footer {
	font-size: 14px;
	padding: 30px;
	padding-top: 120px;
	text-align: center;
	color: #150141;
	text-decoration: underline;
}