html, body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  min-height: 100%;
}

body {
  box-sizing: border-box;
}
body * {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}
body a:link, body a:visited {
  color: #000;
}
body a:active, body a:hover {
  text-decoration: underline;
}
body .wrapper {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}
body header {
  padding: 30px;
}
body header figure {
  line-height: 0;
  width: fit-content;
  margin:auto;
}
@media (max-width: 640px) {
  body header figure {
    width: 100%;
    text-align: center;	
  }
}
body header figure img {
  width: 185px;
  height: auto;

}
@media (max-width: 640px) {
  body header figure img {
    width: 140px;
  }
}
body section {
  display: flex;
  padding: 0 30px;
}
@media (max-width: 640px) {
  body section {
    padding: 0;
  }
}
body section figure {
  line-height: 0;
  width: fit-content;
  margin: 0;
}
body section figure img {
  width: 100%;
  height: auto;
}
body footer {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  font-size: 14px;
  font-weight:600;
}
@media (max-width: 1260px) {
  body footer {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body footer {
    flex-direction: column;
  }
}
body footer p {
  margin: 0;
}
body footer > * {
  width: 33%;
}
@media (max-width: 767px) {
  body footer .footer_left {
    width: 100%;
    order: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
body footer .footer_center {
  display: flex;
  gap: 20px;
  justify-content: center;
}
body footer .footer_center > * {
  margin-top: auto;
  margin-bottom: auto;
}
body footer .footer_center a:link, body footer .footer_center a:visited {
  opacity: 0.7;
}
body footer .footer_center a:active, body footer .footer_center a:hover {
  text-decoration: none;
  opacity: 1;
}
@media (max-width: 767px) {
  body footer .footer_center {
    width: 100%;
    order: 2;
    text-align: center;
  }
}
@media (max-width: 640px) {
  body footer .footer_center {
    padding-top: 30px;
    gap: 50px;
  }
}
body footer .footer_right {
  display: flex;
  flex-direction: column;
  text-align: right;
}
@media (max-width: 767px) {
  body footer .footer_right {
    width: 100%;
    order: 1;
    text-align: center;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=main.css.map */
