.ios-home-band{
  width:100%;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  background:#0b1411;
}
.ios-home-band__inner{
  width:min(calc(100% - 80px),1440px);
  min-height:84px;
  margin:0 auto;
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  color:#f3f4ef;
}
.ios-home-band__inner:hover .ios-home-band__meta{color:#b9ffcb}
.ios-home-band__phone{
  position:relative;
  width:24px;
  height:38px;
  border:1px solid rgba(185,255,203,.65);
  border-radius:7px;
}
.ios-home-band__phone:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:3px;
  width:3px;
  height:3px;
  transform:translateX(-50%);
  border-radius:50%;
  background:#b9ffcb;
}
.ios-home-band__copy small{
  display:block;
  margin-bottom:5px;
  color:rgba(185,255,203,.72);
  font-size:10px;
  letter-spacing:.16em;
}
.ios-home-band__copy b{
  display:block;
  font-size:16px;
  line-height:1.45;
  font-weight:520;
}
.ios-home-band__meta{
  display:flex;
  align-items:center;
  gap:16px;
  color:rgba(243,244,239,.66);
  font-size:13px;
  white-space:nowrap;
}
.ios-home-band__meta i{font-style:normal;color:#b9ffcb}

#b2t-space .b2t-space__input--ios{
  border-color:rgba(185,255,203,.58);
  background:linear-gradient(110deg,rgba(17,35,27,.9),rgba(5,10,8,.68));
  box-shadow:0 0 0 1px rgba(185,255,203,.04),0 18px 48px rgba(0,0,0,.15);
}
#b2t-space .b2t-space__input--ios:hover,
#b2t-space .b2t-space__input--ios:focus-visible{border-color:rgba(185,255,203,.9)}
#b2t-space .b2t-space__input--ios b{font-size:19px}
#b2t-space .b2t-space__input--ios small{color:rgba(185,255,203,.7)}
.b2t-space__input-ico--phone{position:relative}
.b2t-space__input-ico--phone:before{
  content:"";display:block;width:15px;height:25px;border:1px solid currentColor;border-radius:4px;
}
.b2t-space__input-ico--phone:after{
  content:"";position:absolute;left:50%;bottom:9px;width:3px;height:3px;transform:translateX(-50%);
  border-radius:50%;background:currentColor;
}
@media(max-width:700px){
  .ios-home-band__inner{
    width:calc(100% - 40px);
    min-height:92px;
    grid-template-columns:34px minmax(0,1fr);
    gap:12px;
  }
  .ios-home-band__phone{width:21px;height:34px}
  .ios-home-band__copy b{font-size:14px;line-height:1.4}
  .ios-home-band__meta{
    grid-column:2;
    margin-top:-4px;
    font-size:11px;
  }
  #b2t-space .b2t-space__input--ios b{font-size:17px}
  #b2t-space .b2t-space__input--ios small{font-size:11px}
}
