@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/dm-sans.woff2") format("woff2");
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #fff;
  color: #333536;
  font-family: "DM Sans", Arial, sans-serif;
}
.site-header {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1700px, calc(100% - 40px));
  z-index: 1;
}
.site-header a {
  display: block;
  width: 16%;
  max-width: 265px;
}
.site-header img {
  display: block;
  width: 100%;
  height: auto;
}
main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 190px 20px 10px;
  font-size: 20px;
  line-height: 1.4;
}
h1,
h2,
h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
h1 {
  margin: 0 0 14px;
}
h2 {
  margin: 32px 0 20px;
}
h3 {
  margin: 22px 0 20px;
}
p {
  margin: 0 0 14px;
}
ul {
  margin: 0 0 24px;
  padding-left: 40px;
}
a {
  color: #0d3a4b;
}
a:hover {
  text-decoration: underline;
}
.site-footer {
  background: #dee3e3;
  text-align: center;
}
.footer-inner {
  padding: 55px 10px 25px;
}
.site-footer img {
  width: auto;
  max-width: 100%;
  height: 93px;
  object-fit: contain;
  display: block;
  margin: 0 auto 18px;
}
address {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
address a {
  color: inherit;
  text-decoration: none;
}
.copyright {
  margin: 0;
  border-top: 1px solid #c8d0d0;
  padding: 35px 10px;
  color: #808588;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 600px) {
  .site-header {
    top: 14px;
    width: calc(100% - 28px);
  }
  .site-header a {
    width: 165px;
  }
  main {
    padding: 130px 20px 10px;
    font-size: 17px;
  }
  h1,
  h2,
  h3 {
    font-size: 18px;
  }
  .site-footer img {
    height: 55px;
  }
}
