#hero{display:flex;align-items:center;background:linear-gradient(180deg, #EBF0FF 0%, rgba(235, 240, 255, 0) 100%);overflow:hidden;z-index:1}#hero .hero__mark{position:absolute;z-index:0}#hero .hero__mark.--1{top:0;left:50%;transform:translateX(-50%);width:100vw}#hero .hero__mark.--1 svg{width:100vw}#hero .hero__mark.--2{top:0;left:0;width:100vw}#hero .hero__mark.--2 svg{width:100vw}#hero .container{padding-top:0;justify-content:center}#hero .col-wrap{gap:12px 0}#hero .hero-wrap{align-items:flex-end;position:relative}#hero .hero-info-wrap{display:flex;flex-direction:column;justify-content:center;gap:var(--sp-24-80)}#hero .hero-info-wrap .doc-info-wrap{display:flex;flex-direction:row;align-items:center;gap:16px;flex-wrap:wrap}#hero .hero-info-wrap .features-wrap{display:flex;flex-direction:column;gap:8px}#hero .hero-info-wrap .features-wrap .features-box{display:flex;flex-direction:row;gap:12px;align-items:center}#hero .hero-info-wrap .features-wrap .features-box .features-box__icon{width:24px;height:24px;object-fit:contain}#hero .hero-info-wrap .button-wrap{align-items:center}#hero .hero-info-wrap .services-menu-wrap .services-menu__main{min-width:255px}#hero .hero-img-wrap{display:flex;flex-direction:column;justify-content:flex-end}#hero .hero-img-wrap .img-holder img{height:100%;max-height:620px;object-fit:contain}#hero .purchase-info-wrap{position:absolute;width:fit-content;bottom:0;right:0}#hero .purchase-info-wrap .purchase-info-box{box-shadow:0px 2px 9px 0px #0000001A;border-radius:6px;background:#fff;opacity:1;transition:opacity 300ms ease;display:flex;flex-direction:row;gap:16px;align-items:flex-start;position:absolute;width:100%;padding:12px;width:fit-content;position:absolute;right:0;bottom:48px;min-width:340px}#hero .purchase-info-wrap .purchase-info-box:before{content:"Powiadomienie";font-weight:600;font-size:10px;background:#E1FCF2;color:#0AB579;height:22px;position:absolute;top:-22px;right:22px;display:flex;align-items:center;justify-content:center;padding:2px 12px;border-radius:8px 8px 0 0}#hero .purchase-info-wrap .purchase-info-box .purchase-info-box__img{aspect-ratio:1;width:34px;height:34px;object-fit:contain;border:1px solid var(--color-headings--light);border-radius:4px;padding:4px}#hero .purchase-info-wrap .purchase-info-box .purchase-info-box__desc{margin-bottom:2px}#hero .purchase-info-wrap .purchase-info-box .purchase-info-box__product{white-space:nowrap}#hero .marketing-features-container .marketing-features-wrap{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:var(--sp-12-24)}@media (max-width:992px){#hero .hero-img-wrap{display:none}}