
.sa-legal-footer{
  background:#1E1C1A;
  color:#F7F2EA;
  padding:42px 4.5vw 34px;
  font-family:"Manrope",sans-serif;
}
.sa-legal-footer__top{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:48px;
  padding-bottom:28px;
  border-bottom:1px solid rgba(247,242,234,.16);
}
.sa-legal-footer__brand{
  font-family:'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size:34px;
  letter-spacing:-.02em;
}
.sa-legal-footer__brand span{color:#F3F0F1}
.sa-legal-footer__note{
  margin-top:10px;
  max-width:560px;
  color:rgba(247,242,234,.58);
  font-size:11px;
  line-height:1.7;
}
.sa-legal-footer__links{
  display:flex;
  flex-wrap:wrap;
  gap:10px 20px;
  align-content:start;
  justify-content:flex-end;
}
.sa-legal-footer__links a{
  color:#F7F2EA;
  text-decoration:none;
  font-size:10px;
  line-height:1.5;
  border-bottom:1px solid rgba(216,191,147,.38);
  padding-bottom:2px;
}
.sa-legal-footer__links a:hover{border-color:#F3F0F1}
.sa-legal-footer__bottom{
  display:grid;
  grid-template-columns:1fr auto;
  gap:30px;
  padding-top:24px;
  color:rgba(247,242,234,.62);
  font-size:9px;
  line-height:1.7;
}
.sa-legal-footer__details strong{
  color:#F7F2EA;
  font-weight:500;
}
.sa-legal-footer__contacts{
  text-align:right;
}
.sa-legal-footer__contacts a{color:#F7F2EA;text-decoration:none}
.sa-legal-footer__draft{
  margin-top:18px;
  padding:12px 14px;
  border:1px solid rgba(216,191,147,.34);
  border-radius:12px;
  color:#F3F0F1;
  font-size:9px;
  line-height:1.55;
}
@media(max-width:760px){
  .sa-legal-footer{padding:34px 18px 26px}
  .sa-legal-footer__top,.sa-legal-footer__bottom{grid-template-columns:1fr;gap:22px}
  .sa-legal-footer__links{justify-content:flex-start}
  .sa-legal-footer__contacts{text-align:left}
}
