/* Подвал и база из homepage.css дизайн-пакета directory_hubs.
   Целиком homepage.css (38 КБ) на хабах не нужен — там правила секций главной. */
*,*::before,*::after{box-sizing:border-box}
.lp-foot-1{
  box-sizing:border-box;
  max-width:1200px;
  margin:0 auto;
  padding:56px 24px 34px;
}
.lp-foot-2{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:32px;
}
.lp-foot-3{
  font-size:12px;
  font-weight:600;
  letter-spacing:.9px;
  color:#fff;
  margin-bottom:13px;
}
.lp-foot-4{
  display:flex;
  flex-direction:column;
  gap:10px;
  font-size:14.5px;
  color:#fff;
}
.lp-foot-5{
  cursor:pointer;
  text-decoration-color:transparent;
  text-underline-offset:4px;
  transition:text-decoration-color .12s ease;
}
.lp-foot-5:hover{
  text-decoration:underline;
  text-decoration-color:rgba(255,255,255,.8);
}
.lp-foot-6{
  margin-top:38px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.2);
  display:flex;
  flex-wrap:wrap;
  gap:10px 20px;
  font-size:14px;
  color:#fff;
}
.lp-foot-7{
  font-weight:600;
}
.lp-foot-8{
  margin-top:22px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.2);
  display:flex;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
}
.lp-foot-9{
  width:88px;
  height:30px;
  position:relative;
  top:-6px;
  filter:brightness(0) invert(1);
}
.lp-foot-10{
  font-size:13.5px;
  color:#fff;
}
.lp-foot-11{
  margin-left:auto;
  display:flex;
  gap:20px;
  font-size:13.5px;
  color:#fff;
}
.lp-foot-12{
  position:fixed;
  right:28px;
  bottom:28px;
  z-index:90;
  display:flex;
  align-items:center;
  justify-content:center;
  width:50px;
  height:50px;
  border-radius:999px;
  background:var(--lp-green-link);
  box-shadow:0 10px 26px rgba(17,24,39,.26);
  cursor:pointer;
  transition:background-color .14s ease;
}
.lp-foot-12:hover{
  background:#186044;
}