.hb-main-header{
  width:min(96vw, 1660px);
  margin:20px auto 16px;
  border-radius:8px;
  background:#fff;
  box-shadow:0 4px 14px rgba(34,12,43,.14);
  position:relative;
  z-index:50;
  transition:box-shadow .28s ease;
}
.hb-main-header::before,
.hb-main-header::after{
  content:"";
  position:absolute;
  left:22px;
  width:calc(100% - 44px);
  height:100%;
  border-radius:8px;
  pointer-events:none;
  z-index:-1;
  transition:all .32s ease;
}
.hb-main-header::before{top:6px;background:rgba(255,255,255,.62)}
.hb-main-header::after{top:12px;left:44px;width:calc(100% - 88px);background:rgba(255,255,255,.42)}
.hb-main-header:hover{box-shadow:0 8px 18px rgba(34,12,43,.18)}
.hb-main-header:hover::before,
.hb-main-header:hover::after{
  top:0;
  left:0;
  width:100%;
}

.hb-top-header{
  background:#980700;
  border-radius:6px 6px 0 0;
}
.hb-top-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 24px;
}
.hb-social,
.hb-phones,
.hb-nav{
  list-style:none;
  margin:0;
  padding:0;
}
.hb-social,
.hb-phones{
  display:flex;
  align-items:center;
  gap:14px;
}
.hb-top-inner a{
  color:#fff;
  text-decoration:none;
  font-size:13px;
  line-height:1.2;
  opacity:.95;
}
.hb-icon-link{
  width:18px;
  height:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.hb-icon-link svg{
  width:18px;
  height:18px;
  fill:currentColor;
}
.hb-top-inner a:hover{opacity:1;text-decoration:underline}

.hb-navbar-wrap{padding:0 18px}
.hb-navbar{
  display:flex;
  align-items:center;
  gap:16px;
  min-height:92px;
}
.hb-brand{
  width:380px;
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
}
.hb-brand-logo{
  display:block;
  max-width:100%;
  max-height:50px;
  width:auto;
  height:auto;
}

.hb-nav{
  display:flex;
  align-items:center;
  gap:0;
  margin-right:auto;
}
.hb-item a{
  display:flex;
  align-items:center;
  text-decoration:none;
  color:#101737;
  padding:34px 20px;
  font-weight:500;
  font-size:15px;
  transition:.2s;
}
.hb-item a:hover,
.hb-item a.is-active{
  color:#980700;
}

.hb-controls{display:flex;align-items:center}
.hb-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  background:#980700;
  border:1px solid #980700;
  color:#fff;
  border-radius:10px;
  padding:13px 18px;
  font-size:14px;
  font-weight:700;
}
.hb-btn:hover{background:#7f0500;border-color:#7f0500}

@media (max-width:1200px){
  .hb-main-header{width:100%;border-radius:0;margin:0 0 12px}
  .hb-main-header::before,.hb-main-header::after{display:none}
}
@media (max-width:980px){
  .hb-top-inner{flex-direction:column;align-items:flex-start;padding:10px 14px}
  .hb-social,.hb-phones{flex-wrap:wrap;gap:10px}
  .hb-navbar{flex-wrap:wrap;gap:8px;padding:8px 0 10px;min-height:auto}
  .hb-brand{width:auto;max-width:250px}
  .hb-brand-logo{max-height:28px}
  .hb-nav{order:3;width:100%;flex-wrap:wrap}
  .hb-item a{padding:8px 10px;font-size:16px}
  .hb-controls{margin-left:auto}
  .hb-top-inner a{font-size:14px}
}
