body {
  margin: 0;
  font-family:
    "Onest",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
}

/* .hero {
  background-image: url("./imgs/img-vg-bg.png");
  min-block-size: 70vh;
  background-size: cover;
  background-position: center;
} */

.site{
  inline-size: 100%;
}
.footer {
  background: #f5f5f5;
  padding: 5rem  0;
  background-color: #051f40;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5.8rem;
  align-items: flex-start;
  row-gap: 2rem
  ;
}

.container-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-qr {
  text-align: center;
  margin: 0;
}

.qr-caption {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #666;
}
.qr-code{
  max-inline-size: 386px;
  inline-size: 100%;
}
.footer-contacts {
  flex: 1;
  min-width: 300px;
  margin-block-start: -20px;
}

.footer-title {
  color: #fff;
  font-family: Onest;
  font-size: 40px;
  font-style: normal;
  font-variation-settings: "wght" 700;
  line-height: 29.143px; /* 72.857% */
  text-transform: uppercase;
  margin-block-end: 26px;
}

.contacts-personnel {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
}

.contact-person {
  display: flex;
  gap: 0.5rem;
  padding-inline-start: 5px;
}

.person-name {
  color: #fff;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-variation-settings: "wght" 600;
  line-height: 24.286px; /* 121.429% */
}

.person-position {
  color: #fff;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-variation-settings: "wght" 400;
  line-height: 24.286px; /* 134.921% */
}

.person-phone {
  color: #fff;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-variation-settings: "wght" 400;
  line-height: 24.286px; /* 134.921% */
}

.person-phone a {
  color: #fff;
  text-decoration: none;
}

.person-phone a:hover {
  text-decoration: underline;
}

.contact-icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

.contacts-address {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.contacts-address img {
  width: 35px;
  block-size: 35px;
}
.contacts-address address {
  font-style: normal;
  margin: 0;
  display: flex;
  color: #fff;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-variation-settings: "wght" 700;
  line-height: 34px; /* 170% */
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  row-gap: 0;
}

.contacts-address strong {
  display: block;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
  }

  .footer-qr {
    order: 2;
  }

  .footer-contacts {
    order: 1;
  }
}
