html.v344-guest-locked,
body.v344-guest-locked{
  overflow:hidden !important;
  background:#f4f5f9 !important;
}
.v344-guest-gate{
  position:fixed;
  inset:0;
  z-index:2147483600;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding:72px 18px 110px;
  box-sizing:border-box;
  background:#f4f5f9;
  overflow:auto;
}
.v344-guest-card{
  width:min(100%,760px);
  min-height:430px;
  background:#fff;
  border-radius:18px;
  box-shadow:0 8px 30px rgba(28,42,64,.06);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:42px 36px;
  box-sizing:border-box;
  text-align:center;
}
.v344-guest-logo{
  width:104px;
  height:104px;
  border-radius:50%;
  background:#ff5933;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:24px;
}
.v344-guest-logo::after{
  content:"";
  width:43px;
  height:43px;
  border-radius:50%;
  background:#fff;
}
.v344-guest-title{
  font-size:32px;
  line-height:1.25;
  font-weight:800;
  color:#223043;
}
.v344-guest-sub{
  margin-top:20px;
  font-size:18px;
  line-height:1.65;
  color:#8792a3;
}
.v344-login-btn{
  appearance:none;
  border:0;
  width:min(100%,500px);
  height:68px;
  margin-top:38px;
  border-radius:8px;
  background:#f5463f;
  color:#fff;
  font-size:22px;
  font-weight:700;
  cursor:pointer;
}
.v344-login-btn:active{transform:scale(.99);}
.v344-guest-bottom{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:2147483601;
  height:82px;
  background:#fff;
  border-top:1px solid #e8edf2;
  display:flex;
  align-items:center;
  justify-content:space-around;
}
.v344-guest-nav{
  appearance:none;
  border:0;
  background:transparent;
  width:50%;
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  color:#929aa7;
  font-size:14px;
}
.v344-guest-nav .ico{font-size:25px;line-height:1;}
.v344-guest-nav.active{color:#ef4a43;font-weight:700;}
@media (max-width:600px){
  .v344-guest-gate{padding:28px 14px 92px;}
  .v344-guest-card{min-height:390px;border-radius:15px;padding:34px 22px;}
  .v344-guest-logo{width:92px;height:92px;margin-bottom:20px;}
  .v344-guest-logo::after{width:38px;height:38px;}
  .v344-guest-title{font-size:27px;}
  .v344-guest-sub{font-size:16px;margin-top:16px;}
  .v344-login-btn{height:58px;font-size:20px;margin-top:30px;}
  .v344-guest-bottom{height:72px;}
}
