.home-clean-wrap {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.home-clean-footer {
  background: #10282f;
  color: #d9e8eb;
}

.home-clean-footer a {
  color: #f5fbfc;
  text-decoration: none;
}

.home-clean-footer a:hover,
.home-clean-footer a:focus {
  color: #fff;
  text-decoration: underline;
}

.home-clean-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(150px, .75fr));
  gap: 30px;
  padding: 46px 0;
}

.home-clean-footer__brand img {
  display: block;
  width: 174px;
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.home-clean-footer__brand p,
.home-clean-footer__col p,
.home-clean-footer__bottom {
  color: #b8ccd1;
  font-size: 14px;
  line-height: 1.6;
}

.home-clean-footer__brand p {
  max-width: 390px;
  margin: 0;
}

.home-clean-footer__col h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.home-clean-footer__col ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-clean-footer__col li,
.home-clean-footer__col p {
  margin: 0;
}

.home-clean-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.home-clean-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.home-clean-footer__bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

@media (max-width: 980px) {
  .home-clean-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .home-clean-wrap {
    width: min(100% - 28px, 1180px);
  }

  .home-clean-footer__top {
    grid-template-columns: 1fr;
    padding: 34px 0;
  }
}
