.omtp-promo,
.omtp-promo *{box-sizing:border-box}
.omtp-promo[hidden]{display:none!important}
.omtp-promo{
  position:fixed;
  z-index:2147483000;
  bottom:18px;
  width:min(520px,42vw);
  aspect-ratio:3/2;
  opacity:0;
  transform:translateY(18px) scale(.975);
  transition:opacity .28s ease,transform .32s cubic-bezier(.2,.8,.2,1);
  filter:drop-shadow(0 22px 48px rgba(8,2,20,.46));
}
.omtp-promo.omtp-right{right:18px}
.omtp-promo.omtp-left{left:18px}
.omtp-promo.omtp-visible{opacity:1;transform:translateY(0) scale(1)}
.omtp-promo.omtp-leaving{opacity:0;transform:translateY(12px) scale(.985)}
.omtp-visual-link{
  display:block;
  width:100%;
  height:100%;
  border-radius:22px;
  overflow:hidden;
  text-decoration:none;
  outline:none;
  background:#0b0714;
  box-shadow:0 0 0 1px rgba(226,184,91,.22),0 16px 48px rgba(0,0,0,.34);
}
.omtp-visual-link:focus-visible{box-shadow:0 0 0 3px #f2cb70,0 16px 48px rgba(0,0,0,.34)}
.omtp-visual-link picture{display:block;width:100%;height:100%}
.omtp-visual{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border:0;
}
.omtp-close{
  position:absolute;
  z-index:3;
  top:10px;
  right:10px;
  width:34px;
  height:34px;
  border:1px solid rgba(247,217,143,.55);
  border-radius:999px;
  background:rgba(9,5,18,.86);
  color:#f7d98f;
  font:400 25px/30px Arial,sans-serif;
  text-align:center;
  padding:0 0 2px;
  cursor:pointer;
  box-shadow:0 4px 16px rgba(0,0,0,.35);
  backdrop-filter:blur(8px);
}
.omtp-close:hover,.omtp-close:focus-visible{background:#1c0e2d;color:#fff3c5;outline:none}
@media(max-width:767px){
  .omtp-promo{
    width:min(92vw,68vh);
    aspect-ratio:1/1;
    bottom:12px;
  }
  .omtp-promo.omtp-right,.omtp-promo.omtp-left{left:50%;right:auto;transform:translate(-50%,18px) scale(.975)}
  .omtp-promo.omtp-visible{transform:translate(-50%,0) scale(1)}
  .omtp-promo.omtp-leaving{transform:translate(-50%,12px) scale(.985)}
  .omtp-visual-link{border-radius:18px}
  .omtp-close{top:8px;right:8px;width:32px;height:32px;font-size:23px;line-height:28px}
}
@media(max-width:1024px) and (min-width:768px){
  .omtp-promo{width:min(480px,48vw)}
}
@media(max-height:520px){
  .omtp-promo{width:min(88vw,72vh)}
}
@media(prefers-reduced-motion:reduce){
  .omtp-promo{transition:none}
}
