.banner-page{font-family:'Onest',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:#111;background-color:#f8f9fa;margin-top:100px;padding-bottom:60px;line-height:1.5;box-sizing:border-box}.banner-page *,.banner-page *::before,.banner-page *::after{box-sizing:border-box}.banner-page__container{max-width:1140px;margin:0 auto;padding:0 20px}.banner-page__section{padding:50px 0}.banner-page__section--white{background-color:#fff;border-radius:24px;box-shadow:0 10px 30px rgba(0,0,0,.03);margin:30px auto;padding:50px 30px}.banner-page__section-title{font-size:32px;font-weight:800;color:#1a1a2e;text-align:center;margin:0 0 16px 0;line-height:1.25}.banner-page__section-subtitle{font-size:18px;color:#555;text-align:center;max-width:800px;margin:0 auto 36px auto;line-height:1.6}.banner-page__anchor{scroll-margin-top:120px}.banner-page__hero{padding:40px 0 30px 0;text-align:center}.banner-page__hero-badge{display:inline-block;background:rgba(252,78,86,.1);color:#fc4e56;font-weight:700;font-size:14px;padding:6px 16px;border-radius:50px;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.banner-page__hero-title{font-size:42px;font-weight:800;color:#1a1a2e;line-height:1.2;margin:0 0 20px 0;max-width:960px;margin-left:auto;margin-right:auto}.banner-page__hero-subtitle{font-size:19px;color:#444;max-width:860px;margin:0 auto 24px auto;line-height:1.55}.banner-page__hero-usp{display:inline-block;background:#fff;border:2px solid #e9ecef;padding:12px 24px;border-radius:12px;font-size:17px;font-weight:700;color:#fc4e56;margin-bottom:32px;box-shadow:0 4px 15px rgba(0,0,0,.04)}.banner-page__hero-actions{display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:40px}.banner-page__btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 32px;font-size:17px;font-weight:700;border-radius:14px;text-decoration:none;border:none;cursor:pointer;transition:all .25s ease;text-align:center}.banner-page__btn--primary{background:linear-gradient(90deg,#fc4e56,#ff974f);color:#fff;box-shadow:0 8px 25px rgba(252,78,86,.3)}.banner-page__btn--primary:hover,.banner-page__btn--primary:focus-visible{transform:translateY(-2px);box-shadow:0 12px 30px rgba(252,78,86,.45);outline:none}.banner-page__btn--secondary{background-color:#fff;color:#1a1a2e;border:2px solid #2676bb;box-shadow:0 4px 15px rgba(0,0,0,.05)}.banner-page__btn--secondary:hover,.banner-page__btn--secondary:focus-visible{background-color:#2676bb;color:#fff;transform:translateY(-2px);outline:none}.banner-page__hero-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;max-width:960px;margin:0 auto;text-align:left}.banner-page__hero-feature{background:#fff;padding:16px 20px;border-radius:14px;display:flex;align-items:center;gap:12px;border:1px solid #e9ecef;box-shadow:0 4px 12px rgba(0,0,0,.03)}.banner-page__hero-feature-icon{width:24px;height:24px;flex-shrink:0;color:#27c93f}.banner-page__hero-feature-text{font-size:15px;font-weight:600;color:#222}.banner-page__services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.banner-page__service-card{background:#fff;padding:30px 24px;border-radius:20px;border:1px solid #e9ecef;box-shadow:0 6px 20px rgba(0,0,0,.04)}.banner-page__service-icon-wrapper{width:56px;height:56px;background:rgba(38,118,187,.1);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.banner-page__service-icon-svg{width:30px;height:30px;fill:#2676bb}.banner-page__service-title{font-size:20px;font-weight:700;color:#1a1a2e;margin:0 0 12px 0}.banner-page__service-desc{font-size:15px;color:#555;line-height:1.6;margin:0}.banner-page__portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.banner-page__portfolio-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e9ecef;box-shadow:0 6px 20px rgba(0,0,0,.04);display:flex;flex-direction:column}.banner-page__portfolio-thumb-btn{position:relative;width:100%;padding:0;border:none;background:#f1f1f1;cursor:pointer;overflow:hidden;display:block;text-align:left}.banner-page__portfolio-thumb-btn:focus-visible{outline:3px solid #fc4e56;outline-offset:2px}.banner-page__portfolio-img{width:100%;height:240px;object-fit:cover;display:block;transition:transform .3s ease}.banner-page__portfolio-thumb-btn:hover .banner-page__portfolio-img{transform:scale(1.05)}.banner-page__portfolio-zoom-icon{position:absolute;top:12px;right:12px;width:36px;height:36px;background:rgba(0,0,0,.6);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:.85}.banner-page__portfolio-info{padding:16px 20px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.banner-page__portfolio-tag{display:inline-block;font-size:13px;font-weight:700;color:#2676bb;text-transform:uppercase;margin-bottom:6px}.banner-page__portfolio-card-title{font-size:16px;font-weight:600;color:#222;margin:0;line-height:1.4}.banner-page__lightbox{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .25s ease , visibility .25s ease}.banner-page__lightbox--open{opacity:1;visibility:visible}.banner-page__lightbox-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);backdrop-filter:blur(4px)}.banner-page__lightbox-dialog{position:relative;z-index:1;max-width:90vw;max-height:90vh;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.5);display:flex;flex-direction:column;align-items:center}.banner-page__lightbox-close-btn{position:absolute;top:12px;right:12px;width:44px;height:44px;background:rgba(0,0,0,.6);color:#fff;border:none;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:background .2s}.banner-page__lightbox-close-btn:hover,.banner-page__lightbox-close-btn:focus-visible{background:#fc4e56;outline:none}.banner-page__lightbox-img{max-width:85vw;max-height:75vh;object-fit:contain;display:block}.banner-page__lightbox-caption{padding:16px 24px;background:#fff;color:#111;font-size:16px;font-weight:600;text-align:center;width:100%}.banner-page__pricing-box{background:linear-gradient(135deg,#fff 0%,#f3f7ff 100%);border:2px solid #2676bb;border-radius:24px;padding:40px 30px;text-align:center;max-width:860px;margin:0 auto}.banner-page__pricing-badge{display:inline-block;background:#2676bb;color:#fff;font-size:15px;font-weight:700;padding:6px 20px;border-radius:50px;margin-bottom:20px}.banner-page__pricing-main-price{font-size:32px;font-weight:800;color:#fc4e56;margin-bottom:16px}.banner-page__pricing-text{font-size:17px;color:#444;line-height:1.6;margin-bottom:28px;max-width:720px;margin-left:auto;margin-right:auto}.banner-page__req-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:30px}.banner-page__req-item{background:#fff;padding:16px 20px;border-radius:14px;border:1px solid #e9ecef;display:flex;align-items:center;gap:14px}.banner-page__req-num{width:32px;height:32px;background:#2676bb;color:#fff;border-radius:50%;font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.banner-page__req-text{font-size:16px;font-weight:600;color:#222}.banner-page__req-tip{background:rgba(38,118,187,.08);border-left:4px solid #2676bb;padding:16px 20px;border-radius:0 12px 12px 0;font-size:16px;font-weight:600;color:#1a1a2e;text-align:center}.banner-page__steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.banner-page__step-card{background:#fff;padding:24px 20px;border-radius:18px;border:1px solid #e9ecef;position:relative;box-shadow:0 4px 15px rgba(0,0,0,.03)}.banner-page__step-badge{font-size:14px;font-weight:800;color:#fc4e56;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.banner-page__step-title{font-size:18px;font-weight:700;color:#1a1a2e;margin:0 0 10px 0}.banner-page__step-desc{font-size:14px;color:#555;line-height:1.5;margin:0}.banner-page__why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.banner-page__why-card{background:#fff;padding:18px 20px;border-radius:14px;border:1px solid #e9ecef;display:flex;align-items:center;gap:14px;box-shadow:0 2px 10px rgba(0,0,0,.02)}.banner-page__why-check{width:24px;height:24px;color:#27c93f;flex-shrink:0}.banner-page__why-text{font-size:15px;font-weight:600;color:#222}.banner-page__materials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.banner-page__material-card{background:#fff;padding:24px;border-radius:16px;border:1px solid #e9ecef;box-shadow:0 4px 15px rgba(0,0,0,.03)}.banner-page__material-title{font-size:18px;font-weight:700;color:#1a1a2e;margin:0 0 10px 0}.banner-page__material-desc{font-size:14px;color:#555;line-height:1.6;margin:0}.banner-page__faq-list{display:flex;flex-direction:column;gap:16px;max-width:900px;margin:0 auto}.banner-page__faq-item{background:#fff;border:1px solid #e9ecef;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.03);transition:border-color .2s ease}.banner-page__faq-item[open]{border-color:#2676bb}.banner-page__faq-question{padding:20px 24px;font-size:18px;font-weight:700;color:#1a1a2e;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;user-select:none}.banner-page__faq-question::-webkit-details-marker{display:none}.banner-page__faq-question::after{content:'▼';font-size:12px;color:#2676bb;transition:transform .25s ease;margin-left:16px}.banner-page__faq-item[open] .banner-page__faq-question::after{transform:rotate(180deg)}.banner-page__faq-answer{padding:0 24px 20px 24px;font-size:16px;color:#555;line-height:1.6}.banner-page__faq-answer p{margin:0}.banner-page__calc-box{background:#fff;border-radius:24px;padding:40px;box-shadow:0 15px 40px rgba(0,0,0,.06);border:1px solid #e9ecef;max-width:960px;margin:0 auto}.banner-page__messengers-grid{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:36px}.banner-page__messenger-card{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;border-radius:14px;text-decoration:none;font-weight:700;font-size:16px;color:#fff;transition:transform .2s , box-shadow .2s;min-height:48px}.banner-page__messenger-card:hover,.banner-page__messenger-card:focus-visible{transform:translateY(-2px);outline:none}.banner-page__messenger-card--telegram{background-color:#24a1de;box-shadow:0 4px 15px rgba(36,161,222,.3)}.banner-page__messenger-card--viber{background-color:#7360f2;box-shadow:0 4px 15px rgba(115,96,242,.3)}.banner-page__messenger-card--whatsapp{background-color:#25d366;box-shadow:0 4px 15px rgba(37,211,102,.3)}.banner-page__messenger-card--phone{background-color:#1a1a2e;box-shadow:0 4px 15px rgba(26,26,46,.3)}.banner-page__messenger-icon{width:22px;height:22px}.banner-page__form-title{font-size:22px;font-weight:800;color:#1a1a2e;text-align:center;margin:0 0 24px 0}.banner-page__form{display:flex;flex-direction:column;gap:20px}.banner-page__form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.banner-page__form-group{display:flex;flex-direction:column;gap:8px;text-align:left}.banner-page__form-label{font-size:14px;font-weight:700;color:#222}.banner-page__form-input,.banner-page__form-select,.banner-page__form-textarea{width:100%;padding:14px 16px;font-size:15px;font-family:inherit;border:1.5px solid #dcdcdc;border-radius:12px;background-color:#fff;color:#111;transition:border-color .2s;min-height:48px}.banner-page__form-textarea{min-height:90px;resize:vertical}.banner-page__form-input:focus,.banner-page__form-select:focus,.banner-page__form-textarea:focus{border-color:#fc4e56;outline:none;box-shadow:0 0 0 3px rgba(252,78,86,.15)}.banner-page__form-status{padding:16px;border-radius:12px;font-size:15px;font-weight:600;display:none;text-align:center}.banner-page__form-status--success{background-color:#e6f9ed;color:#0e8335;border:1px solid #a3e8b7}.banner-page__form-status--error{background-color:#fde8e8;color:#c81e1e;border:1px solid #f8b4b4}.banner-page__honeypot{display:none!important;opacity:0;position:absolute;left:-9999px}@media (max-width:768px){.banner-page{margin-top:80px}.banner-page__section{padding:36px 0}.banner-page__section--white{padding:30px 16px;margin:20px 0;border-radius:16px}.banner-page__hero-title{font-size:28px}.banner-page__hero-subtitle{font-size:16px}.banner-page__hero-usp{font-size:15px;padding:10px 16px}.banner-page__section-title{font-size:24px}.banner-page__section-subtitle{font-size:15px}.banner-page__btn{width:100%;min-height:48px}.banner-page__hero-actions{flex-direction:column;width:100%}.banner-page__portfolio-grid{grid-template-columns:1fr}.banner-page__portfolio-img{height:220px}.banner-page__calc-box{padding:24px 16px}.banner-page__messenger-card{width:100%;justify-content:center}}@media (max-width:430px){.banner-page__container{padding:0 12px}.banner-page__hero-title{font-size:24px}.banner-page__hero-feature{padding:12px}}