header {
  height: 170px;
  background-color: white;
  color: rgb(106, 103, 103);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .header-content {
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-content .logo {
  width: 120px;
  height: 120px;
  margin-right: 10px;
  flex-shrink: 0;
}
header .header-content .logo img {
  max-width: 100%;
  max-height: 100%;
}
header .header-content .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-content .menu ul {
  list-style: none;
  display: flex;
  padding-left: 0;
  gap: 40px;
}
header .header-content .menu ul li {
  margin-bottom: 10px;
}
header .header-content .menu ul li a {
  text-decoration: none;
  color: #777;
  font-size: 20px;
  font-weight: 700;
}
header .header-content .menu ul li a.active {
  color: #3848c6;
}

footer {
  height: 300px;
  width: 100%;
  margin-top: 100px;
}
footer .footer-upper-part {
  height: 75%;
  background-color: #222;
  display: flex;
  justify-content: center;
}
footer .footer-upper-part .footer-menu, footer .footer-upper-part .footer-contacts {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
footer .footer-upper-part .footer-menu h6, footer .footer-upper-part .footer-contacts h6 {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}
footer .footer-upper-part .footer-menu p, footer .footer-upper-part .footer-contacts p {
  color: #BBB;
  font-size: 19px;
  font-weight: 400;
}
footer .footer-upper-part .footer-menu ul {
  list-style: none;
}
footer .footer-upper-part .footer-menu ul a {
  text-decoration: none;
  color: #BBB;
  font-size: 19px;
  font-weight: 400;
  line-height: 40px;
}
footer .footer-upper-part .footer-contacts {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .footer-upper-part .footer-contacts p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}
footer .footer-upper-part .footer-contacts img {
  max-width: 100%;
  max-height: 100%;
}
footer .footer-lower-part {
  height: 25%;
  background-color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-lower-part p {
  margin-top: 0;
  margin-bottom: 0;
  color: white;
}

body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: "ui-sans-serif", system-ui, sans-serif;
}
body .stripe {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-bottom: 70px;
}
body .page-width {
  width: 960px;
  margin: 0 auto;
  height: 100%;
}
body .page-width .graphic-image {
  display: flex;
  justify-content: start;
  height: 606px;
  width: 100%;
  overflow: hidden;
}
body .page-width .graphic-image img {
  height: 100%;
  object-fit: contain;
}
body .page-width h1 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #444;
  font-weight: 600;
}
body .page-width h2 {
  color: #444;
}
body .page-width p {
  color: #777;
  font-size: 17px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  text-align: justify;
}
body .page-width .container-about-us {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .page-width .container-about-us .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .page-width h6 {
  margin-top: 20px;
  color: #444;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
body main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

/*# sourceMappingURL=onas.css.map */
