









.site-footer{
  border-top:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgb(18 145 181) 0%,rgb(48 123 217) 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}
.site-footer .site-footer__links{
  padding:12px 0;
  background:linear-gradient(180deg,rgba(255,255,255,.01) 0%,rgba(255,255,255,0) 100%);
}
.site-footer .footer-inner{
  display:flex;
  justify-content:center;
  align-items:center;
}
.site-footer .site-footer__nav{width:100%}
.site-footer .footer-menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
  align-items:center;
}
.site-footer .footer-menu__item{margin:0;padding:0}
.site-footer .footer-menu a,
.site-footer .footer-menu__disabled{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:40px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(120,193,255,.82);
  background:linear-gradient(180deg,rgba(255,255,255,.03) 0%,rgba(255,255,255,.01) 100%);
  color:#bfe3ff;
  font-weight:700;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 6px 14px rgba(0,0,0,.10);
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.site-footer .footer-menu a:hover{
  background:linear-gradient(180deg,rgba(47,127,224,.16) 0%,rgba(31,99,190,.10) 100%);
  border-color:#8ecfff;
  color:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 8px 16px rgba(14,46,96,.16);
  transform:translateY(-1px);
}
.site-footer .footer-menu__disabled{opacity:.58;cursor:default}
.site-footer .footer-menu__icon{
  flex:0 0 auto;
  width:17px;
  height:17px;
  color:currentColor;
}
.site-footer .footer-menu__label{line-height:1.2}
.site-copyright{
  position:relative;
  padding:7px 0;
  color:rgba(219,232,248,.86);
  background:linear-gradient(180deg,rgb(47 119 211) 0%,rgba(20,58,111,.96) 100%);
  border-top:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),inset 0 10px 18px rgba(255,255,255,.02);
}
.site-copyright::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 18% 20%,rgba(88,167,255,.10),transparent 28%),radial-gradient(circle at 82% 18%,rgba(88,167,255,.08),transparent 24%);
  opacity:.9;
}
.site-copyright .container{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
}
.site-copyright__content{
  width:100%;
  font-size:12px;
  line-height:1.55;
  letter-spacing:.1px;
}
.site-copyright__content p{margin:0}
.site-copyright__content p+p{margin-top:4px}
.site-copyright__content a{
  color:#d9ecff;
  text-decoration:none;
  font-weight:700;
  transition:color .2s ease,opacity .2s ease,text-decoration-color .2s ease;
}
.site-copyright__content a:hover{color:#fff;text-decoration:underline;text-underline-offset:2px}
@media(max-width:767px){
  .site-footer .footer-menu{gap:8px}
  .site-footer .footer-menu a,.site-footer .footer-menu__disabled{min-height:38px;padding:7px 12px;gap:6px}
  .site-footer .footer-menu__icon{width:16px;height:16px}
}
@media(max-width:560px){
  .site-copyright{padding:7px 0}
  .site-copyright__content{font-size:11px;line-height:1.5}
}

 
.site-footer .footer-menu__copy{display:grid;gap:1px;min-width:0;text-align:left}
.site-footer .footer-menu__subtitle{display:block;max-width:180px;color:rgba(220,239,255,.72);font-size:9px;font-weight:600;line-height:1.25;white-space:normal}
.site-footer .footer-menu a:hover .footer-menu__subtitle{color:rgba(255,255,255,.84)}
@media(max-width:767px){.site-footer .footer-menu__subtitle{font-size:8px;max-width:150px}}
