@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  font-family: "Roboto", serif;
  background-color: rgb(48, 48, 48);
  color: #fff;
}
.wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
h1, h2 {
  margin-bottom: 30px;
}
header {
  margin-bottom: 30px;
  margin-top: 30px;
}
.header {
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.logo-block img {
  max-width: 80px;
}
.header-btn-grup {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-btn-grup a {
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: rgb(220, 151, 49);
  max-width: 280px;
  width: 100%;
  text-align: center;
}

.header-btn-grup a:first-child {
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: rgb(154, 116, 58);
  max-width: 280px;
  width: 100%;
  text-align: center;
}
.header-btn-grup a:hover {
  background-color: rgb(239, 148, 12);
}
.main-text {
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 30px 15px;
  margin-top: 30px;
}
.main-text p {
  margin-bottom: 30px;
}
.main-text ul {
  margin-bottom: 30px;
}
.main-text ul li {
  margin-bottom: 20px;
}
.main-text ol {
  margin-bottom: 30px;
}
.main-text ol li {
  margin-bottom: 20px;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 30px 15px;
  margin-bottom: 30px;
}
.footer-logo {
  max-width: 80px;
}