#hk-studio-root .hk-footer{
  position:relative;
  width:100%;
  margin:0;
  padding:0;
  background:#ededeb !important;
  color:#151515 !important;
}

#hk-studio-root .hk-footer__inner{
  position:relative;
  min-height:270px;
  padding:42px 58px 28px;
  box-sizing:border-box;
  background:#ededeb !important;
  color:#151515 !important;
  font-family:Arial, Helvetica, sans-serif;
}

.hk-footer a{
  color:inherit;
  text-decoration:none;
}

.hk-footer__contact{
  position:absolute;
  left:58px;
  top:20px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.hk-footer__email{
  font-size:clamp(26px,2.25vw,38px);
  line-height:1.05;
  font-weight:700;
  letter-spacing:-0.04em;
}

.hk-footer__phone{
  color:#6f6f6f !important;
  font-size:clamp(22px,1.95vw,32px);
  line-height:1.05;
  font-weight:700;
  letter-spacing:-0.035em;
}

.hk-footer__nav{
  position:absolute;
  left:58px;
  top:150px;
  bottom:auto;
  display:flex;
  flex-direction:column;
  gap:16px;
  font-size:14px;
  line-height:1;
}

.hk-footer__nav a:hover,
.hk-footer__social a:hover,
.hk-footer__legal a:hover{
  opacity:.65;
}
.hk-footer__brand{
  position:absolute;
  left:50%;
  top:auto;
  bottom:20px;
  transform:translateX(-50%);
  width:300px;
  text-align:center;
}

.hk-footer__brand img{
  display:block;
  width:133px !important;
  max-width:133px !important;
  height:auto;
  margin:0 auto 9px;
  filter:none;
}

.hk-footer__brand p{
  margin:0;
  color:#666;
  font-size:12px;
  line-height:1.35;
  white-space:nowrap;
}

.hk-footer__social{
  position:absolute;
  right:58px;
  top:150px;
  transform:none;
  font-size:14px;
  line-height:1;
  letter-spacing:.02em;
}
.hk-footer__legal{
  position:absolute;
  right:58px;
  bottom:20px;
  display:flex;
  gap:14px;
  color:#666;
  font-size:12px;
  line-height:1.2;
}

.hk-legal{
  min-height:100vh;
  margin:0;
  padding:0 24px 80px;
  box-sizing:border-box;
  background:#ededeb;
  color:#151515;
  font-family:Arial, Helvetica, sans-serif;
}

.hk-legal__topbar{
  width:min(980px,100%);
  margin:0 auto;
  padding:28px 0 44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.hk-legal__topbar img{
  width:165px;
  height:auto;
}

.hk-legal__back{
  color:#111;
  text-decoration:none;
  font-size:14px;
}

.hk-legal__document{
  width:min(820px,100%);
  margin:0 auto;
}

.hk-legal__document h1{
  margin:0 0 14px;
  font-size:38px;
  line-height:1.1;
  letter-spacing:-.04em;
}

.hk-legal__date{
  margin:0 0 42px;
  color:#777;
  font-size:12px;
  line-height:1.6;
}

.hk-legal__intro{
  margin:0 0 48px;
  font-size:16px;
  line-height:1.8;
}
.hk-legal__section{
  padding:28px 0;
  border-top:1px solid rgba(0,0,0,.12);
}

.hk-legal__section h2{
  margin:0 0 14px;
  font-size:18px;
  line-height:1.4;
  letter-spacing:-.02em;
}

.hk-legal__section p{
  margin:0 0 12px;
  color:#333;
  font-size:14px;
  line-height:1.85;
}

.hk-legal__section a{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;
}

.hk-legal__contact{
  margin-top:16px !important;
}
@media(max-width:760px){
  #hk-studio-root .hk-footer__inner{
    min-height:470px;
    padding:32px 24px 24px;
  }

  .hk-footer__contact{
    position:absolute;
    left:24px;
    top:16px;
    gap:9px;
  }

  .hk-footer__email{
    font-size:24px;
  }

  .hk-footer__phone{
    font-size:21px;
  }

  .hk-footer__nav{
    left:24px;
    top:114px;
    bottom:auto;
    gap:16px;
    font-size:14px;
  }

  .hk-footer__social{
    top:114px;
    right:24px;
    bottom:auto;
    transform:none;
    font-size:14px;
  }
  .hk-footer__brand{
    left:24px;
    right:24px;
    top:16px;
    bottom:auto;
    width:auto;
    transform:none;
  }

  .hk-footer__brand img{
    width:112px !important;
    max-width:112px !important;
  }

  .hk-footer__brand p{
    font-size:11px;
    white-space:normal;
  }

  .hk-footer__legal{
    right:24px;
    top:114px;
    bottom:auto;
    max-width:58%;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:8px 12px;
    font-size:11px;
  }

  .hk-legal{
    padding:0 20px 64px;
  }
  .hk-legal__topbar{
    padding:22px 0 34px;
  }

  .hk-legal__topbar img{
    width:138px;
  }

  .hk-legal__document h1{
    font-size:30px;
  }

  .hk-legal__intro{
    margin-bottom:36px;
    font-size:15px;
  }

  .hk-legal__section{
    padding:24px 0;
  }

  .hk-legal__section h2{
    font-size:17px;
  }

  .hk-legal__section p{
    font-size:13px;
  }
}
