.logo {
  grid-column: 1 / 3;
}

.site-info {
  margin-top: 80px;
}
.site-info a {
  font-size: 18px;
  color: #333;
  display: block;
  /* margin-top: 8px; */
  line-height: 32px;
}
.site-info a:hover {
  color: var(--accent);
}
.badges__wrapper {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.site-info p {
  line-height: 32px;
}
.socials {
  display: flex;
  gap: 25px;
  align-items: end;
}
.links {
  grid-column: 5 / 6;
}
.address {
  grid-column: 7 / 9;
  max-width: 280px;
  margin: 0 auto;
}
.address {
  margin-top: -5px;
}
.address p {
  margin-top: 0;
}
.contacts {
  grid-column: 10 / 12;
  display: flex;
  flex-direction: column;
  margin-top: -5px;
}
.contacts a {
  text-decoration: none;
}
.contacts a:hover {
  text-decoration: underline;
}
.footer__bottom {
  padding-top: 30px;
  margin-top: 60px;
  border-top: 1px solid #dfdfdf;
}
.footer__bottom,
.footer__bottom a {
  font-size: 14px;
}
.copyright {
  grid-column: 1 / 5;
  white-space: nowrap;
}
.info__links {
  grid-column-start: -1;
  grid-column-end: -8;
  display: inline-flex;
  gap: 8px;
  justify-content: end;
  min-width: 630px;
}
.info__links a {
  text-decoration: none;
  color: #333;
}
.info__links a:hover {
  text-decoration: underline;
}
/* 1440px */
@media screen and (max-width: 90.032em) {
  .logo {
    grid-column: 1 / 4;
  }
  .logo svg {
    width: 100%;
  }
  .address {
    grid-column: 7 / 10;
  }
  .contacts {
    grid-column: 10 / 13;
  }
}
/* 1440px */
/* 1080px */
@media screen and (max-width: 67.5em) {
  .footer__bottom {
    row-gap: 14px !important;
  }
  .links {
    grid-column: 4 / 6;
  }
  .info__links {
    grid-column-start: 1;
    grid-column-end: 9;
    justify-content: start;
  }
  .copyright {
    grid-row: 2;
  }
}
/* 1080px */
/* 900 */
@media screen and (max-width: 56.25em) {
  .address,
  .logo {
    grid-column: 1 / 4;
  }
  .contacts,
  .links {
    grid-column: 5 / 7;
  }
  .site-info {
    row-gap: 60px !important;
  }
  .info__links {
    grid-column-start: 1;
    grid-column-end: 13;
    justify-content: space-between;
  }
}
/* 768 */
@media screen and (max-width: 56.25em) {
  .contacts,
  .links {
    grid-column: 5 / 7;
    min-width: 212px;
  }
  .info__links {
    grid-column: 1/7;
    flex-wrap: wrap;
    white-space: normal;
    min-width: 100%;
    justify-content: center;
  }
	.badges__wrapper {
		flex-direction: column;
	}
  .copyright {
    text-align: center;
    white-space: normal;
    grid-column: 1 / 7;
  }
}
/* 768 */
/* 542 */
@media screen and (max-width: 33.875em) {
  .address,
  .logo,
  .contacts,
  .links {
    grid-column: 1;
  }
  .address {
    grid-row: 4;
  }
  .socials {
    justify-content: center;
  }
  .site-info a,
  .address {
    text-align: center;
  }
  .site-info {
    row-gap: 15px !important;
  }
  .info__links {
    grid-column: 1;
  }

  .copyright {
    grid-column: 1;
    text-align: center;
  }
}
/* 542 */
