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;
}

/*# sourceMappingURL=header-footer.css.map */
