.site-footer{
  background:#2b2f36;
  padding:40px 24px 24px;
  color:rgba(255,255,255,.78);
}
.site-footer .footer-memory{
  max-width:1280px;
  margin:0 auto 18px;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.site-footer .footer-memory-copy{max-width:680px}
.site-footer .footer-memory-main{
  font-family:'Unbounded',sans-serif;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#fff;
}
.site-footer .footer-memory-sub{
  margin-top:5px;
  font-size:12px;
  line-height:1.6;
  color:rgba(255,255,255,.56);
}
.site-footer .footer-memory-kpi{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
}
.site-footer .footer-memory-kpi span{
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(255,255,255,.78);
  padding:6px 10px;
  border:1px solid rgba(255,255,255,.15);
}
.site-footer .f-main{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);
  gap:28px;
  padding:0 0 24px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.site-footer .f-brand,
.site-footer .f-contacts-col{
  min-width:0;
  display:flex;
  flex-direction:column;
}
.site-footer .f-logo{
  font-family:'Unbounded',sans-serif;
  font-size:20px;
  font-weight:900;
  letter-spacing:.1em;
  color:#fff;
  text-decoration:none;
}
.site-footer .f-logo span{color:#e81a2e}
.site-footer .f-tag{
  margin-top:12px;
  font-size:12px;
  line-height:1.6;
  color:rgba(255,255,255,.4);
  max-width:320px;
}
.site-footer .f-phone-main{
  margin-top:16px;
  font-family:'Unbounded',sans-serif;
  font-size:18px;
  color:#fff;
  text-decoration:none;
}
.site-footer .f-phone-main:hover{color:#fff}
.site-footer .f-accordion,
.site-footer .f-contacts-col{min-width:0}
.site-footer .f-accordion summary{
  list-style:none;
  cursor:pointer;
}
.site-footer .f-accordion summary::-webkit-details-marker{display:none}
.site-footer .f-col-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:0 0 14px;
  font-size:10px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(255,255,255,.28);
}
.site-footer .f-acc-icon{
  width:9px;
  height:9px;
  border-right:1.5px solid rgba(255,255,255,.56);
  border-bottom:1.5px solid rgba(255,255,255,.56);
  transform:rotate(45deg) translateY(-1px);
  transform-origin:center;
  transition:transform .2s ease;
  flex:0 0 auto;
}
.site-footer .f-accordion[open] .f-acc-icon{transform:rotate(225deg)}
.site-footer .f-acc-panel{padding:0}
.site-footer .f-links{
  list-style:none;
  display:grid;
  gap:8px;
  padding:0;
  margin:0;
}
.site-footer .f-links a{
  font-size:13px;
  line-height:1.5;
  color:rgba(255,255,255,.58);
  text-decoration:none;
}
.site-footer .f-links a:hover{color:#fff}
.site-footer .f-links a.f-tg-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff;
}
.site-footer .tg-plane{
  width:16px;
  height:16px;
  border-radius:999px;
  background:#fff;
  color:#2b2f36;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
  font-weight:900;
  line-height:1;
  transform:translateY(-.5px);
}
.site-footer .f-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.site-footer .f-btn-red,
.site-footer .f-btn-out{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  padding:0 16px;
  text-decoration:none;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.site-footer .f-btn-red{background:#e81a2e;color:#fff}
.site-footer .f-btn-red:hover{background:#cf1628}
.site-footer .f-btn-out{
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
}
.site-footer .f-btn-out:hover{
  border-color:rgba(255,255,255,.32);
  color:#fff;
}
.site-footer .f-btn-call{display:none}
.site-footer .f-bottom{
  max-width:1280px;
  margin:0 auto;
  padding-top:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.site-footer .f-copy{
  font-size:11px;
  color:rgba(255,255,255,.28);
}
.site-footer .f-meta{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.site-footer .f-privacy{
  font-size:11px;
  color:rgba(255,255,255,.52);
  text-decoration:none;
}
.site-footer .f-privacy:hover{color:#fff}
@media(max-width:1024px){
  .site-footer .f-main{grid-template-columns:1.2fr 1fr 1fr}
  .site-footer .f-contacts-col{
    grid-column:1/-1;
    max-width:520px;
  }
}
@media(max-width:720px){
  .site-footer{padding:28px 18px 20px}
  .site-footer .footer-memory{
    margin-bottom:16px;
    padding:12px;
    gap:10px;
  }
  .site-footer .footer-memory-main{font-size:11px}
  .site-footer .footer-memory-sub{font-size:11px}
  .site-footer .footer-memory-kpi span{
    font-size:9px;
    padding:5px 8px;
  }
  .site-footer .f-main{
    grid-template-columns:1fr;
    gap:12px;
    padding-bottom:18px;
  }
  .site-footer .f-brand{order:1}
  .site-footer .f-contacts-col{
    order:2;
    grid-column:auto;
    max-width:none;
  }
  .site-footer .f-services{order:3}
  .site-footer .f-company{order:4}
  .site-footer .f-col-title{margin-bottom:0}
  .site-footer .f-contacts-col .f-col-title{margin-bottom:12px}
  .site-footer .f-accordion summary{padding:12px 0}
  .site-footer .f-acc-panel{padding:10px 0 2px}
  .site-footer .f-actions{
    flex-direction:column;
    gap:8px;
  }
  .site-footer .f-btn-red,
  .site-footer .f-btn-out{width:100%}
  .site-footer .f-btn-discuss{display:none}
  .site-footer .f-btn-call{display:inline-flex}
  .site-footer .f-bottom{
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
  }
}
@media(min-width:721px){
  .site-footer .f-accordion summary{cursor:default}
  .site-footer .f-acc-icon{display:none}
}
