:root{--admin-sidebar-w: 260px;--admin-primary: #FF5C04;--admin-primary-hover: #e05200;--admin-dark: #1f2937;--admin-dark-light: #374151;--admin-text: #1f2937;--admin-muted: #6b7280;--admin-bg: #f3f4f6;--admin-card-bg: #ffffff;--admin-border: #e5e7eb;--admin-topbar-h: 64px}.admin-wrapper{display:flex;min-height:100vh}.admin-sidebar{width:var(--admin-sidebar-w);background:var(--admin-dark);color:#fff;display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:1040;transition:transform .25s ease}.admin-sidebar-logo{padding:1.5rem 1.25rem 1rem;border-bottom:1px solid var(--admin-dark-light);display:flex;align-items:center;gap:.75rem}.admin-sidebar-logo img{height:32px;width:auto}.admin-sidebar-logo span{font-weight:700;font-size:1.1rem;letter-spacing:.5px}.admin-sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.admin-nav-section{padding:0 .75rem;margin-bottom:.5rem}.admin-nav-section-title{font-size:.7rem;text-transform:uppercase;letter-spacing:1px;color:#9ca3af;padding:.5rem .5rem .25rem;margin:0}.admin-nav-link{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;border-radius:8px;color:#d1d5db;text-decoration:none;font-size:.9rem;transition:all .15s}.admin-nav-link:hover{background:var(--admin-dark-light);color:#fff}.admin-nav-link.active{background:var(--admin-primary);color:#fff;font-weight:600}.admin-nav-link svg{width:20px;height:20px;flex-shrink:0;opacity:.8}.admin-nav-link.active svg{opacity:1}.admin-nav-dropdown-toggle{width:100%;background:none;border:none;text-align:left;cursor:pointer;font-family:inherit}.admin-nav-dropdown-menu{padding:.25rem 0 .25rem .5rem}.admin-nav-sublink{display:block;padding:.4rem .75rem .4rem 2.25rem;border-radius:6px;color:#9ca3af;text-decoration:none;font-size:.82rem;transition:all .15s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-nav-sublink:hover{color:#d1d5db;background:var(--admin-dark-light)}.admin-nav-sublink.active{color:#fff;background:#ff5c0440;font-weight:600}.admin-sidebar-footer{padding:1rem 1.25rem;border-top:1px solid var(--admin-dark-light)}.admin-user-info{display:flex;align-items:center;gap:.75rem}.admin-user-avatar{width:36px;height:36px;border-radius:50%;background:var(--admin-primary);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;flex-shrink:0}.admin-user-meta{flex:1;min-width:0}.admin-user-name{font-size:.85rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-user-role{font-size:.7rem;color:#9ca3af;text-transform:capitalize}.admin-logout-btn{background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;border-radius:6px;transition:all .15s}.admin-logout-btn:hover{color:#ef4444;background:#ef44441a}.admin-main{flex:1;margin-left:var(--admin-sidebar-w);display:flex;flex-direction:column;min-height:100vh}.admin-topbar{height:var(--admin-topbar-h);background:var(--admin-card-bg);border-bottom:1px solid var(--admin-border);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;position:sticky;top:0;z-index:1030}.admin-topbar-title{font-size:1.15rem;font-weight:700;color:var(--admin-text);margin:0}.admin-topbar-breadcrumb{font-size:.8rem;color:var(--admin-muted)}.admin-content{flex:1;padding:1.5rem;background:var(--admin-bg)}.admin-burger{display:none;background:none;border:none;color:var(--admin-text);padding:4px;cursor:pointer}.admin-burger svg{width:24px;height:24px}.admin-sidebar-overlay{display:none}@media (max-width: 991.98px){.admin-sidebar{transform:translate(-100%)}.admin-sidebar.open{transform:translate(0)}.admin-sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1039}.admin-sidebar-overlay.open{display:block}.admin-main{margin-left:0}.admin-burger{display:block}}.admin-card{background:var(--admin-card-bg);border-radius:12px;border:1px solid var(--admin-border);padding:1.5rem}.admin-stat-card{text-align:center}.admin-stat-value{font-size:2rem;font-weight:800;color:var(--admin-text);line-height:1.2}.admin-stat-label{font-size:.85rem;color:var(--admin-muted);margin-top:.25rem}.admin-stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.admin-stat-icon svg{width:24px;height:24px}.admin-stat-icon.orange{background:#ff5c041a;color:var(--admin-primary)}.admin-stat-icon.blue{background:#3b82f61a;color:#3b82f6}.admin-stat-icon.green{background:#22c55e1a;color:#22c55e}.admin-stat-icon.purple{background:#8b5cf61a;color:#8b5cf6}.admin-table-wrap{background:var(--admin-card-bg);border-radius:12px;border:1px solid var(--admin-border);overflow:hidden}.admin-table-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--admin-border);flex-wrap:wrap;gap:.75rem}.admin-table-title{font-size:1rem;font-weight:700;margin:0;color:var(--admin-text)}.admin-search{width:260px;max-width:100%;padding:.45rem .75rem;border:1px solid var(--admin-border);border-radius:8px;font-size:.85rem;outline:none;transition:border-color .15s}.admin-search:focus{border-color:var(--admin-primary)}.admin-table{width:100%;border-collapse:collapse}.admin-table th{background:#f9fafb;padding:.65rem 1.5rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:var(--admin-muted);font-weight:600;text-align:left;border-bottom:1px solid var(--admin-border)}.admin-table td{padding:.75rem 1.5rem;font-size:.875rem;color:var(--admin-text);border-bottom:1px solid var(--admin-border);vertical-align:middle}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover{background:#f9fafb}.admin-badge{display:inline-block;padding:.2rem .6rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:capitalize}.admin-badge.admin{background:#ff5c041a;color:var(--admin-primary)}.admin-badge.manager{background:#3b82f61a;color:#3b82f6}.admin-badge.draft{background:#6b72801a;color:var(--admin-muted)}.admin-badge.published{background:#22c55e1a;color:#22c55e}.admin-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600;border:none;cursor:pointer;transition:all .15s;text-decoration:none}.admin-btn svg{width:18px;height:18px}.admin-btn-primary{background:var(--admin-primary);color:#fff}.admin-btn-primary:hover{background:var(--admin-primary-hover);color:#fff}.admin-btn-secondary{background:#f3f4f6;color:var(--admin-text)}.admin-btn-secondary:hover{background:#e5e7eb}.admin-btn-danger{background:#ef44441a;color:#ef4444}.admin-btn-danger:hover{background:#ef4444;color:#fff}.admin-btn-icon{padding:.4rem;border-radius:6px;background:transparent;border:none;cursor:pointer;color:var(--admin-muted);transition:all .15s}.admin-btn-icon:hover{color:var(--admin-text);background:#f3f4f6}.admin-btn-icon.danger:hover{color:#ef4444;background:#ef44441a}.admin-form-group{margin-bottom:1rem}.admin-form-label{display:block;font-size:.8rem;font-weight:600;color:var(--admin-text);margin-bottom:.35rem}.admin-form-input{width:100%;padding:.55rem .75rem;border:1px solid var(--admin-border);border-radius:8px;font-size:.875rem;outline:none;transition:border-color .15s}.admin-form-input:focus{border-color:var(--admin-primary);box-shadow:0 0 0 3px #ff5c041a}.admin-form-select{width:100%;padding:.55rem .75rem;border:1px solid var(--admin-border);border-radius:8px;font-size:.875rem;outline:none;background:#fff;cursor:pointer}.admin-form-textarea{width:100%;padding:.55rem .75rem;border:1px solid var(--admin-border);border-radius:8px;font-size:.875rem;outline:none;resize:vertical;min-height:120px;transition:border-color .15s}.admin-form-textarea:focus{border-color:var(--admin-primary);box-shadow:0 0 0 3px #ff5c041a}.admin-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1050;display:flex;align-items:center;justify-content:center;padding:1rem}.admin-modal{background:#fff;border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000026}.admin-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--admin-border)}.admin-modal-title{font-size:1.1rem;font-weight:700;margin:0}.admin-modal-close{background:none;border:none;color:var(--admin-muted);cursor:pointer;padding:4px;border-radius:6px}.admin-modal-close:hover{color:var(--admin-text);background:#f3f4f6}.admin-modal-body{padding:1.5rem}.admin-modal-footer{display:flex;gap:.5rem;justify-content:flex-end;padding:1rem 1.5rem;border-top:1px solid var(--admin-border)}.admin-alert{padding:.75rem 1rem;border-radius:8px;font-size:.85rem;margin-bottom:1rem}.admin-alert-error{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2)}.admin-alert-success{background:#22c55e1a;color:#16a34a;border:1px solid rgba(34,197,94,.2)}.admin-empty{text-align:center;padding:3rem 1rem;color:var(--admin-muted)}.admin-empty svg{width:48px;height:48px;margin-bottom:.75rem;opacity:.4}.admin-empty p{margin:0;font-size:.9rem}.admin-login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--admin-bg);padding:1rem}.admin-login-card{width:100%;max-width:420px;background:#fff;border-radius:16px;padding:2.5rem 2rem;box-shadow:0 4px 24px #0000000f}.admin-login-logo{text-align:center;margin-bottom:2rem}.admin-login-logo img{height:40px}.admin-login-title{text-align:center;font-size:1.5rem;font-weight:800;margin-bottom:.25rem;color:var(--admin-text)}.admin-login-subtitle{text-align:center;color:var(--admin-muted);font-size:.9rem;margin-bottom:1.5rem}.hero{position:relative;min-height:825px;overflow:hidden;background:none}.hero:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;transform:none;background:url(/prod/images/hero.png) center bottom / auto 100% no-repeat;z-index:0}.hero .container{position:relative;z-index:1}.hero h1{color:#0e213a;font-size:clamp(28px,3vw,48px)}.hero-lead{font-size:clamp(18px,2vw,36px);line-height:1.15;color:#ff5c04;font-weight:400}.hero-note{background:#ffffffbd;padding:20px;border-radius:14px;width:436px;height:140px;margin-top:405px;margin-left:55px}.hero-stats{background:#fff;border-bottom:1px solid #DADADA;padding:50px 0}.hero-stats .row{display:flex;width:100%}.hero-stats .row>div{flex:1}.hero-stats .value{font-weight:800;color:#1f2a37;font-size:clamp(22px,1.8vw,36px)}.hero-stats .label{color:#3a3a3a;font-size:clamp(12px,1vw,14px);font-style:normal;font-weight:400;line-height:22px}@media (max-width: 767.98px){.hero-stats-marquee{overflow:hidden;padding:24px 0}.hero-stats-track{display:flex;width:max-content;animation:hero-stats-marquee 25s linear infinite}.hero-stats-track:hover{animation-play-state:paused}.hero-stats-line{display:flex;align-items:center;gap:2rem;flex-shrink:0;padding:0 1.5rem}.hero-stats-line .stat-item{flex-shrink:0;text-align:center;white-space:nowrap}.hero-stats-line .stat-item .value{margin-bottom:2px}}#about{background:#fff}#products{background:#f0f4fa}#news-teasers{background:#fff}.cities-list>div,.cities-list>a,.cities-list>button{color:#262626;font-family:Montserrat,Arial,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:1.5;text-decoration:none}.cities-list>button{background:none;border:none;padding:0;cursor:pointer;text-align:left}.cities-list>a:hover,.cities-list>button:hover{color:#2982d0}.cities-list>button.is-active{color:#2982d0;font-weight:700}@media (max-width: 991.98px){.cities-list-section{padding-left:20px;padding-right:20px;position:relative}.cities-list-section .cities-list-wrapper{overflow:hidden;max-height:140px;transition:max-height .5s cubic-bezier(.4,0,.2,1);position:relative}.cities-list-section .cities-list-wrapper:after{content:"";position:absolute;left:0;right:0;bottom:0;height:100px;background:linear-gradient(to top,rgba(255,255,255,.98),transparent);pointer-events:none;transition:opacity .35s ease}.cities-list-section.revealed .cities-list-wrapper{max-height:5000px}.cities-list-section.revealed .cities-list-wrapper:after{opacity:0}.cities-list-section .cities-list-toggle{width:100%;height:76px;margin-top:16px;margin-bottom:0;display:flex;transition:transform .25s ease,box-shadow .25s ease}.cities-list-section .cities-list-toggle:hover{transform:translateY(-1px)}.cities-list-search{width:100%;padding:12px 16px;margin-top:12px;margin-bottom:0;border:1px solid #e0e8f3;border-radius:10px;font-size:16px;font-family:Montserrat,Arial,sans-serif;opacity:0;visibility:hidden;max-height:0;overflow:hidden;transition:opacity .35s ease,visibility .35s ease,max-height .35s ease,margin .35s ease}.cities-list-section.revealed .cities-list-search{opacity:1;visibility:visible;max-height:60px;margin-top:12px;margin-bottom:12px}.map-section{padding:40px 0 50px}.map-container{padding:12px;border-radius:14px}.map-container svg{margin-top:-3em}.map-info-panel{margin-top:12px;padding:12px}.map-info-panel h3{font-size:18px}.map-info-panel p{font-size:14px}.cities-list{margin-top:24px;display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.cities-list>div,.cities-list>a,.cities-list>button{font-size:15px;line-height:1.3;padding:10px 14px;background:#f0f4f8;color:#262626;border-radius:10px;font-weight:500;text-decoration:none;text-align:center}.cities-list>a:hover,.cities-list>button:hover{color:#2982d0}.cities-list>button.is-active{background:#2982d0;color:#fff}}@media (max-width: 767.98px){.cities-list{margin-top:20px;gap:8px}.cities-list>div,.cities-list>a,.cities-list>button{font-size:14px;padding:10px 12px;border-radius:8px}}@media (max-width: 480px){.cities-list{gap:8px;margin-top:16px}.cities-list>div,.cities-list>a,.cities-list>button{font-size:13px;padding:9px 12px}}@media (min-width: 2560px){.hero-note{margin-top:340px!important;margin-left:240px!important}.hero:after{background-size:100% auto!important;background-position:center bottom!important}}@media (min-width: 1920px) and (max-width: 2559px){.hero:after{background-size:100% auto!important;background-position:center bottom!important}}@media (min-width: 1600px) and (max-width: 1920px){.home-page .btn-cta{font-size:clamp(16px,1.1vw,20px)!important;padding:.7rem 1.1rem!important}.home-page h2{font-size:clamp(44px,3.5vw,50px)!important}.home-page .hero h1{font-size:clamp(40px,2.8vw,44px)!important}.home-page .hero-lead{font-size:clamp(30px,1.8vw,32px)!important}.home-page .info-pill .info-text,.home-page p[style*="font-size:24px"],.home-page .section-text{font-size:clamp(20px,1.3vw,22px)!important}.home-page .btn-circle{width:175px!important;height:175px!important}.home-page .btn-cta[style*="width: 459px"],.home-page .btn-more-about-us,.home-page .btn-news-page{width:clamp(380px,24vw,420px)!important;height:clamp(70px,4.5vw,80px)!important;font-size:clamp(20px,1.3vw,22px)!important}.home-page .btn-cta[style*="width: 438px"],.home-page .contact-submit{width:clamp(360px,23vw,400px)!important;height:clamp(70px,4.5vw,78px)!important;font-size:clamp(18px,1.2vw,20px)!important}.home-page .btn-cta[style*="font-size: 32px"],.home-page .contact-submit{font-size:clamp(26px,1.7vw,28px)!important;padding:12px 30px!important}.home-page h2[style*="font-size: 64px"],.home-page .contact-title{font-size:clamp(52px,3.3vw,58px)!important}.home-page h2[style*="font-size: 56px"],.home-page .section-title{font-size:clamp(46px,2.9vw,52px)!important}.home-page p[style*="font-size: 36px"],.home-page .section-text--lg{font-size:clamp(30px,1.9vw,34px)!important}.home-page p[style*="font-size: 24px"],.home-page .section-text,.home-page .contact-text{font-size:clamp(20px,1.3vw,22px)!important}.home-page h5[style*="font-size: 36px"],.home-page .news-title{font-size:clamp(30px,1.9vw,34px)!important}.home-page a[style*="font-size: 20px"],.home-page .read-more-link{font-size:clamp(18px,1.2vw,20px)!important}.home-page .hero-note div{font-size:clamp(20px,1.3vw,22px)!important}.home-page .hero-note{width:clamp(380px,23vw,436px)!important;padding:18px!important}}@media (max-width: 1400px){.home-page .btn-cta{font-size:clamp(16px,1.5vw,22px)!important;padding:.7rem 1.2rem!important}.home-page h2{font-size:clamp(36px,4vw,48px)!important}.home-page .info-pill .info-text{font-size:clamp(18px,2vw,22px)!important}}@media (max-width: 1200px){.home-page .btn-cta{font-size:clamp(14px,1.8vw,20px)!important;padding:.6rem 1rem!important}.home-page h2{font-size:clamp(32px,4.5vw,44px)!important;line-height:1.2!important}.home-page .hero h1{font-size:clamp(24px,3.5vw,40px)!important}.home-page .hero-lead{font-size:clamp(16px,2.5vw,32px)!important}.home-page .hero-note{width:auto!important;max-width:400px!important;margin-top:300px!important;padding:16px!important}.home-page .hero-note div{font-size:clamp(18px,2vw,22px)!important}.home-page .info-pill .info-text{font-size:clamp(16px,2.2vw,20px)!important}.home-page p[style*="font-size:24px"],.home-page .section-text{font-size:clamp(18px,2.2vw,22px)!important}.home-page .btn-circle{width:clamp(120px,15vw,150px)!important;height:clamp(120px,15vw,150px)!important;margin-top:60px!important}}@media (max-width: 992px){.home-page .btn-cta{font-size:clamp(14px,2vw,18px)!important;padding:.6rem 1rem!important}.home-page h2{font-size:clamp(28px,5vw,40px)!important}.home-page .hero h1{font-size:clamp(22px,4vw,36px)!important}.home-page .hero-lead{font-size:clamp(14px,3vw,28px)!important}.home-page .hero-note{margin-top:200px!important;padding:14px!important}.home-page .hero-note div{font-size:clamp(16px,2.5vw,20px)!important}.home-page .info-pill .info-text{font-size:clamp(14px,2.5vw,18px)!important}.home-page p[style*="font-size:24px"],.home-page .section-text{font-size:clamp(16px,2.5vw,20px)!important}.home-page .btn-circle{width:clamp(100px,18vw,130px)!important;height:clamp(100px,18vw,130px)!important;margin-top:40px!important}.home-page .btn-cta[style*="width: 459px"],.home-page .btn-more-about-us,.home-page .btn-news-page{width:100%!important;max-width:400px!important;height:auto!important;padding:12px 24px!important;font-size:clamp(16px,2.5vw,20px)!important}.home-page .btn-cta[style*="width: 438px"],.home-page .contact-submit{width:100%!important;max-width:350px!important;height:auto!important;padding:12px 24px!important;font-size:clamp(16px,2.5vw,20px)!important}.home-page .btn-cta[style*="font-size: 32px"],.home-page .contact-submit{font-size:clamp(18px,3vw,24px)!important;padding:14px 28px!important}.home-page h2[style*="font-size: 64px"],.home-page .contact-title{font-size:clamp(32px,6vw,48px)!important;line-height:1.2!important}.home-page h2[style*="font-size: 56px"],.home-page .section-title{font-size:clamp(28px,5.5vw,44px)!important;line-height:1.2!important}.home-page p[style*="font-size: 36px"],.home-page .section-text--lg{font-size:clamp(20px,3.5vw,28px)!important}.home-page p[style*="font-size: 24px"],.home-page .section-text,.home-page .contact-text{font-size:clamp(16px,2.5vw,20px)!important}.home-page h5[style*="font-size: 36px"],.home-page .news-title{font-size:clamp(24px,4vw,32px)!important}.home-page a[style*="font-size: 20px"],.home-page .read-more-link{font-size:clamp(16px,2.5vw,18px)!important}}@media (max-width: 768px){.home-page .btn-cta{font-size:clamp(14px,2.5vw,16px)!important;padding:.5rem .9rem!important}.home-page h2{font-size:clamp(24px,6vw,36px)!important}.home-page .hero h1{font-size:clamp(20px,5vw,32px)!important}.home-page .hero-lead{font-size:clamp(14px,4vw,24px)!important}.home-page .hero-note{margin-top:150px!important;padding:12px!important;width:100%!important;max-width:100%!important}.home-page .hero-note div{font-size:clamp(14px,3vw,18px)!important}.home-page .info-pill .info-text{font-size:clamp(14px,3vw,16px)!important}.home-page p[style*="font-size:24px"],.home-page .section-text{font-size:clamp(14px,3vw,18px)!important}.home-page .btn-circle{width:clamp(80px,20vw,110px)!important;height:clamp(80px,20vw,110px)!important;margin-top:30px!important}.home-page .btn-cta[style*="width: 459px"],.home-page .btn-more-about-us,.home-page .btn-news-page,.home-page .btn-cta[style*="width: 438px"],.home-page .contact-submit{width:100%!important;max-width:100%!important;height:auto!important;padding:12px 20px!important;font-size:clamp(14px,3vw,18px)!important}.home-page .btn-cta[style*="font-size: 32px"],.home-page .contact-submit{font-size:clamp(16px,4vw,20px)!important;padding:12px 24px!important}.home-page h2[style*="font-size: 64px"],.home-page .contact-title{font-size:clamp(28px,7vw,40px)!important}.home-page h2[style*="font-size: 56px"],.home-page .section-title{font-size:clamp(24px,6vw,36px)!important}.home-page p[style*="font-size: 36px"],.home-page .section-text--lg{font-size:clamp(18px,4.5vw,24px)!important}.home-page p[style*="font-size: 24px"],.home-page .section-text,.home-page .contact-text{font-size:clamp(14px,3vw,18px)!important}.home-page h5[style*="font-size: 36px"],.home-page .news-title{font-size:clamp(20px,5vw,28px)!important}.home-page a[style*="font-size: 20px"],.home-page .read-more-link{font-size:clamp(14px,3vw,16px)!important}.home-page .hero-stats{padding:30px 0!important}.home-page .hero-stats .value{font-size:clamp(18px,3vw,28px)!important}.home-page .hero-stats .label{font-size:clamp(11px,2vw,13px)!important}}@media (max-width: 576px){.home-page .btn-cta{font-size:clamp(12px,3vw,14px)!important;padding:.5rem .8rem!important}.home-page h2{font-size:clamp(20px,7vw,32px)!important}.home-page .hero h1{font-size:clamp(18px,6vw,28px)!important}.home-page .hero-lead{font-size:clamp(12px,5vw,20px)!important}.home-page .hero-note{margin-top:100px!important;padding:10px!important}.home-page .hero-note div{font-size:clamp(12px,4vw,16px)!important}.home-page .info-pill .info-text{font-size:clamp(12px,4vw,14px)!important}.home-page p[style*="font-size:24px"],.home-page .section-text{font-size:clamp(12px,4vw,16px)!important}.home-page .btn-circle{width:clamp(60px,25vw,90px)!important;height:clamp(60px,25vw,90px)!important;margin-top:20px!important}.home-page .btn-cta[style*="width: 459px"],.home-page .btn-more-about-us,.home-page .btn-news-page,.home-page .btn-cta[style*="width: 438px"],.home-page .contact-submit{width:100%!important;padding:10px 16px!important;font-size:clamp(12px,4vw,16px)!important}.home-page .btn-cta[style*="font-size: 32px"],.home-page .contact-submit{font-size:clamp(14px,5vw,18px)!important;padding:10px 20px!important}.home-page h2[style*="font-size: 64px"],.home-page .contact-title{font-size:clamp(24px,8vw,36px)!important}.home-page h2[style*="font-size: 56px"],.home-page .section-title{font-size:clamp(20px,7vw,32px)!important}.home-page p[style*="font-size: 36px"],.home-page .section-text--lg{font-size:clamp(16px,5.5vw,22px)!important}.home-page p[style*="font-size: 24px"],.home-page .section-text,.home-page .contact-text{font-size:clamp(12px,4vw,16px)!important}.home-page h5[style*="font-size: 36px"],.home-page .news-title{font-size:clamp(18px,6vw,26px)!important}.home-page a[style*="font-size: 20px"],.home-page .read-more-link{font-size:clamp(12px,4vw,14px)!important}.home-page .hero-stats{padding:20px 0!important}.home-page .hero-stats .value{font-size:clamp(16px,4vw,24px)!important}.home-page .hero-stats .label{font-size:clamp(10px,2.5vw,12px)!important}}@media (max-width: 991.98px){.home-page .hero-note{margin-top:0!important;margin-left:20px!important;padding-top:30px!important;padding-bottom:30px!important;min-height:150%!important}.home-page .btn-circle{width:97px!important;height:97px!important;margin-left:90px!important}.home-page .hero:after{background:url(/prod/images/hero-mobile.png)!important;background-position:center center!important}.home-page #products,.home-page #why,.home-page #reviews{background:#f0f4fa!important}.home-page .hideblockmobile{display:none}.home-page .btn-more-about-us,.home-page .btn-news-page{width:100%;height:76px;margin-top:10px!important}.home-page .news-card{background:#f0f4fa}.home-page .h2o-section{padding:20px!important}}@media (min-width: 1920px){.container{max-width:1720px;padding-left:0!important;padding-right:0!important}}.chipbar .chip{border:1px solid #edf0f4}.breadcrumbs{color:#9aa6b2;font-size:20px}.breadcrumbs a,.breadcrumbs .breadcrumb-pill{text-decoration:none}@media (min-width: 992px){.breadcrumbs{display:block!important}.breadcrumbs .breadcrumb-pill{display:inline;padding:0;border-radius:0;background:transparent!important;color:#9aa6b2;font-size:20px;text-decoration:none}.breadcrumbs .breadcrumb-pill:hover,.breadcrumbs .breadcrumb-pill.current{color:#2b394e}.breadcrumbs .breadcrumb-pill:not(:last-child):after{content:" / ";color:#9aa6b2}}@media (max-width: 991.98px){.catalog-head .container{padding-left:20px;padding-right:20px}.breadcrumbs{margin-left:0!important;margin-top:16px!important;display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:0}.breadcrumbs .breadcrumb-pill{display:inline-block;padding:8px 14px;border-radius:9999px;font-size:14px;font-weight:500;color:#6b7280;background:#e5e7eb;text-decoration:none}.breadcrumbs .breadcrumb-pill:hover{color:#374151}.breadcrumbs .breadcrumb-pill.current{background:#e5eef8;color:#2b394e;pointer-events:none}}.catalog-hero h1{color:#2b394e;font-family:Montserrat,Arial,sans-serif;font-size:64px;font-style:normal;font-weight:600;line-height:70px;margin:0}.catalog-hero .market-lead{color:#ff5c04;font-family:Montserrat,Arial,sans-serif;font-size:36px;font-style:normal;font-weight:500;line-height:1;margin-bottom:12px}@media (max-width: 991.98px){.catalog-hero{margin-top:16px;margin-bottom:24px!important}.catalog-hero .market-lead{font-size:18px;font-weight:500;color:#ff5c04;margin-bottom:8px}.catalog-hero h1{font-size:clamp(22px,5.5vw,32px)!important;line-height:1.25!important;margin-bottom:4px!important}}.whyfranmer-content-wrap .info-pill{background:#fff;width:fit-content}@media (max-width: 767.98px){.info-pill{display:none!important}}.whyfranmer-content-wrap{background:#fff;padding-top:24px;padding-bottom:48px}.whyfranmer-content-wrap>.container{display:flex;flex-direction:column;gap:90px}.whyfranmer-hero-card{border-radius:20px;background:#f6f6f6;padding:40px;display:flex;flex-direction:row;gap:40px;align-items:stretch;overflow:hidden}.whyfranmer-hero-image{flex:1 1 0;min-width:0}.whyfranmer-hero-image img,.whyfranmer-hero-image video{width:100%;height:100%;min-height:280px;object-fit:cover;border-radius:16px;display:block}.whyfranmer-hero-content{flex:1 1 0;min-width:0;display:flex;flex-direction:column;justify-content:center}.whyfranmer-hero-content p{color:#3a3a3a;font-size:20px;line-height:1.5;margin-bottom:14px}.whyfranmer-hero-content p:last-child{margin-bottom:0}.whyfranmer-hero-video-mobile{display:none}.whyfranmer-hero-video-mobile video{width:100%;display:block;border-radius:16px;object-fit:cover;min-height:200px;max-height:50vh}@media (max-width: 991.98px){.whyfranmer-content-wrap>.container{gap:60px}.whyfranmer-hero-card{padding:24px;flex-direction:column;gap:24px}.whyfranmer-hero-content p{font-size:16px;line-height:1.5}}@media (max-width: 767.98px){.whyfranmer-hero-video-mobile{display:block}.whyfranmer-hero-card .whyfranmer-hero-image{display:none!important}}.whyfranmer-block-card{padding:40px 0;overflow:hidden;background:transparent}.whyfranmer-block-card .block-title{color:#2b394e;font-family:Montserrat,Arial,sans-serif;font-size:clamp(28px,3.5vw,40px);font-weight:600;line-height:1.2;margin-bottom:20px}.whyfranmer-block-card .block-intro{color:#3a3a3a;font-size:18px;line-height:1.6;margin-bottom:28px}@media (max-width: 991.98px){.whyfranmer-block-card{padding:24px 0}}@media (max-width: 575.98px){.whyfranmer-block-card .block-title{font-size:22px;margin-bottom:16px;line-height:1.3}.whyfranmer-block-card .block-intro{font-size:16px}}.whyfranmer-stats-row{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:28px}.whyfranmer-stat{flex:1 1 180px;min-width:0}.whyfranmer-stat .stat-value{color:#ff5c04;font-size:22px;font-weight:700;margin-bottom:4px}.whyfranmer-stat .stat-label{color:#5f6978;font-size:14px;line-height:1.3}.whyfranmer-cards-row{margin-top:24px}.whyfranmer-feature-card{border-radius:16px;padding:24px;min-height:200px;display:flex;flex-direction:column;position:relative;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s}.whyfranmer-feature-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.whyfranmer-feature-card .card-arrow{position:absolute;top:16px;right:16px;width:32px;height:32px;color:#ff5c04}.whyfranmer-feature-card.blue{background:#2982d0;color:#fff}.whyfranmer-feature-card.blue .card-title{color:#fff}.whyfranmer-feature-card.blue .card-sub{color:#ffffffe6}.whyfranmer-feature-card.grey{background:#e8ecf0;color:#2b394e}.whyfranmer-feature-card .card-title{font-size:16px;font-weight:600;line-height:1.4;margin-bottom:12px;padding-right:36px}.whyfranmer-feature-card .card-sub{font-size:14px;font-weight:700;margin-top:auto}.whyfranmer-feature-card .card-sub.grey{color:#5f6978}.whyfranmer-feature-img-wrap{border-radius:16px;overflow:hidden;position:relative;min-height:220px;background:#e8ecf0}.whyfranmer-feature-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.whyfranmer-feature-img-badge{position:absolute;bottom:16px;left:16px;background:#fffffff2;border-radius:10px;padding:12px 16px;display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#2b394e}.whyfranmer-feature-img-badge .badge-icon{font-size:18px;color:#ff5c04}.whyfranmer-tech-title{color:#2b394e;font-size:16px;font-weight:600;margin-bottom:12px}.whyfranmer-factory-main{border-radius:16px;overflow:hidden;margin-bottom:16px}.whyfranmer-factory-main img{width:100%;height:100%;object-fit:cover;display:block}.whyfranmer-factory-badge{display:flex;align-items:center;gap:12px;font-size:14px;color:#5f6978}.whyfranmer-factory-badge .badge-icon{font-weight:700;font-size:18px;color:#2b394e}.whychoose-section-title{color:#2b394e;text-align:center;font-family:Montserrat,Arial,sans-serif;font-size:40px;font-weight:700;margin-bottom:32px}.whychoose-cards-dots{display:none;justify-content:center;gap:8px;margin-top:20px}.whychoose-cards-dots .carousel-dot{width:8px;height:8px;border-radius:50%;border:0;padding:0;background:#d1d5db;cursor:pointer;transition:background .2s}.whychoose-cards-dots .carousel-dot.active{background:#ff5c04}.whychoose-card--link{text-decoration:none;color:inherit;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.whychoose-card--link:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000002e;color:inherit}.whychoose-stats-row{display:flex;flex-wrap:wrap;gap:30px;margin-top:32px}.whychoose-stat-card{flex:1 1 0;min-width:220px;background:#f5f5f5;border-radius:16px;padding:28px 32px;display:flex;flex-direction:column;align-items:flex-start;gap:0}.whychoose-stat-header{display:flex;align-items:flex-start;gap:8px;flex-wrap:nowrap}.whychoose-stat-value{color:#2982d0;font-size:70px;font-weight:700;line-height:1;white-space:nowrap;letter-spacing:-.02em}.whychoose-stat-label-block{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;line-height:1.15;padding-top:4px}.whychoose-stat-label{color:#2982d0;font-size:20px;font-weight:600;line-height:1.2;display:block}.whychoose-stat-label-accent{font-size:28px;font-weight:600;line-height:1.15;margin-top:2px}.whychoose-stat-footnote{color:#2c3647;font-size:14px;line-height:1.4;margin-top:16px;max-width:100%}.whychoose-stat-card .whychoose-stat-footnote--muted{color:#5f6368;font-size:16px;line-height:1.45}@media (max-width: 767.98px){.whychoose-section-title{font-size:28px;margin-bottom:24px;line-height:1.25}.whychoose-cards-wrap{margin-bottom:0}.whychoose-stats-row{display:none!important}.whychoose-card-bg{flex:0 0 180px}.whychoose-stat-card{padding:18px 20px}.whychoose-cards-wrap{overflow:hidden;width:100vw;margin-left:calc(50% - 50vw)}.whychoose-cards-row{flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;gap:16px;padding-bottom:8px;padding-left:20px;padding-right:20px;-webkit-overflow-scrolling:touch}.whychoose-cards-row::-webkit-scrollbar{display:none}.whychoose-cards-row .whychoose-card{flex:0 0 85%;min-width:85%;scroll-snap-align:start}.whychoose-cards-dots{display:flex}}@media (max-width: 575.98px){.whychoose-section-title{font-size:24px;margin-bottom:20px}}@media (min-width: 768px){.whychoose-cards-dots{display:none!important}}.why-pools-section{padding-top:0;padding-bottom:0}.why-pools-kicker{color:#ff5c04;text-align:center;font-size:36px;font-weight:500;margin-bottom:4px}.why-pools-title{color:#2b394e;text-align:center;font-family:Montserrat,Arial,sans-serif;font-size:56px;font-weight:700;margin-bottom:32px}.why-pools-grid{display:flex;flex-wrap:wrap;gap:20px;align-items:stretch}.why-pools-col{flex:1 1 0;min-width:260px;display:flex;flex-direction:column;gap:20px;max-height:500px}.why-pools-col:first-child .why-pools-card,.why-pools-col:last-child .why-pools-card{flex:1;min-height:0}.why-pools-card{border-radius:20px;background:#f5f5f5;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:space-between;height:100%}.why-pools-card.blue{background:#2982d0}.why-pools-card.blue .why-pools-card-title,.why-pools-card.blue .why-pools-card-text{color:#fff}.why-pools-card-body{padding:24px 26px 16px;z-index:1}.why-pools-card-title{color:#2b394e;font-size:24px;font-weight:500;line-height:1.2;margin-bottom:8px}.why-pools-card-title .why-pools-card-accent{color:#ff5c04;font-weight:600}.why-pools-card.blue .why-pools-card-title .why-pools-card-accent{color:#fffffff2}.why-pools-card-subtitle{color:#2b394e;font-size:20px;font-weight:600;margin-bottom:12px}.why-pools-card.blue .why-pools-card-subtitle{color:#fff}.why-pools-card-list{list-style:none;padding:0;margin:0;font-size:14px;color:#3a3a3a;line-height:1.6}.why-pools-card.blue .why-pools-card-list{color:#ffffffe6}.why-pools-card-list li{position:relative;padding-left:16px;margin-bottom:4px}.why-pools-card-list li:before{content:"";position:absolute;left:0;top:8px;width:4px;height:4px;border-radius:50%;background:currentColor}.why-pools-card-text{color:#3a3a3a;font-size:14px;line-height:1.4;margin-bottom:0}.why-pools-card-img{margin-top:auto;width:100%;max-height:260px;object-fit:contain;display:block;padding:0 18px 18px}.why-pools-card--colors .why-pools-card-img--fan{position:absolute;right:0;bottom:0;width:72%;max-width:100%;max-height:85%;height:auto;margin:0;padding:0 12px 12px 0;object-fit:contain;object-position:right bottom;z-index:0}.why-pools-card--colors .why-pools-card-body{position:relative;z-index:1;padding:28px 26px 20px 28px}.why-pools-card--colors .why-pools-card-title--lines{color:#333;font-size:26px;font-weight:700;line-height:1.35;margin-bottom:16px;padding:0}.why-pools-card--colors .why-pools-card-text{font-size:14px;line-height:1.5;color:#3a3a3a}.why-pools-card--delivery{background:#f8f8f8}.why-pools-card--delivery .why-pools-card-body{flex:0 0 auto;padding:28px 24px 20px 28px}.why-pools-card--delivery .why-pools-card-title{color:#333;font-size:28px;font-weight:700;line-height:1.25;margin-bottom:6px}.why-pools-card--delivery .why-pools-card-accent{color:#ff6b00;font-weight:500;font-size:20px}.why-pools-card--delivery .why-pools-card-subtitle{color:#333;font-size:20px;font-weight:700;margin-bottom:14px}.why-pools-card--delivery .why-pools-card-list{color:#555;font-size:16px;line-height:10px;display:flex;flex-direction:column;gap:10px}.why-pools-card--delivery .why-pools-card-img-wrap{flex:1 1 60%;min-height:280px;position:relative;background-size:100% auto;background-position:center bottom;background-repeat:no-repeat}.why-pools-card--delivery .why-pools-card-img-wrap--mobile{display:none}.why-pools-card--delivery .why-pools-card-img-wrap:after{content:"";position:absolute;left:0;right:0;bottom:0;height:50%;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.45));pointer-events:none}.why-pools-arrow{position:absolute;right:0;bottom:0;width:50px;height:50px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:2}.why-pools-arrow img{width:19px;height:19px;object-fit:contain;display:block;max-width:none}.why-pools-arrow-bottom-left{right:auto;left:20px;top:auto;bottom:20px}.why-pools-card.blue .why-pools-arrow{background:#ffffff40}.why-pools-card.blue .why-pools-arrow img{filter:brightness(0) invert(1)}.why-pools-main-card{display:flex;flex-direction:row}.why-pools-main-card .why-pools-card-body{flex:0 0 48%}.why-pools-main-card .why-pools-card-img{flex:1 1 0;height:100%;object-fit:contain;padding:0 10px 10px;align-self:flex-end}.why-pools-main-cta{margin-top:16px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:16px 28px;border-radius:999px;background:#ff5c04;color:#fff;font-family:Montserrat,Arial,sans-serif;font-size:16px;font-weight:500;text-decoration:none;transition:background .2s}.why-pools-main-cta:hover{background:#e55203;color:#fff}.why-pools-main-cta img{width:18px;height:18px;flex-shrink:0;filter:brightness(0) invert(1)}.why-pools-col:nth-child(2) .why-pools-card:first-child .why-pools-card-img{max-height:220px}.why-pools-col:nth-child(2) .why-pools-card:last-child .why-pools-card-img{max-height:200px}.why-pools-col:nth-child(3) .why-pools-card .why-pools-card-img{max-height:240px;padding-bottom:10px}@media (max-width: 991.98px){.why-pools-section{padding-top:0;padding-bottom:0}.why-pools-kicker{font-size:28px;margin-bottom:4px}.why-pools-title{font-size:36px;margin-bottom:24px}.why-pools-grid{flex-direction:column}.why-pools-col{max-height:none}.why-pools-main-card{flex-direction:column}.why-pools-main-card .why-pools-card-body{flex:0 0 auto}.why-pools-main-card .why-pools-card-img{position:relative!important;scale:1!important;left:auto!important;bottom:auto!important;width:100%;height:auto;object-fit:cover;padding:0 18px 18px}.why-pools-card.blue .why-pools-card-img{position:relative!important;right:auto!important;bottom:auto!important;width:100%;height:auto;object-fit:cover;padding:0 18px 18px}.why-pools-card--colors .why-pools-card-img--fan{position:relative!important;right:auto!important;bottom:auto!important;width:100%;max-height:none;height:auto;object-fit:contain}.why-pools-card--delivery .why-pools-card-title{color:#454545}.why-pools-card--delivery .why-pools-card-accent{color:#ff5c04}.why-pools-card--delivery .why-pools-card-subtitle,.why-pools-card--delivery .why-pools-card-list{color:#454545}.why-pools-card--delivery .why-pools-card-img-wrap--desktop{display:none}.why-pools-card--delivery .why-pools-card-img-wrap--mobile{display:block;flex:1 1 60%;background-size:cover}}@media (max-width: 575.98px){.why-pools-kicker{font-size:22px}.why-pools-title{font-size:26px;margin-bottom:20px;line-height:1.2}}.lab-section{background:#fff;padding:0}.lab-card{background:#f6f6f6;border-radius:20px;padding:40px 48px}.lab-layout{display:flex;gap:32px;align-items:stretch}.lab-content{flex:1 1 0;min-width:0}.lab-title{color:#2b394e;font-family:Montserrat,Arial,sans-serif;font-size:40px;font-weight:700;margin-bottom:8px}.lab-subtitle{color:#6b7280;font-size:16px;line-height:1.4;margin-bottom:24px}.lab-list{display:grid;grid-template-columns:1fr 1fr;grid-auto-flow:column;grid-template-rows:repeat(5,auto);gap:24px 40px;padding:0;margin:0;list-style:none}.lab-list-item{display:flex;align-items:flex-start;font-size:18px;font-weight:500;line-height:1.5;color:#3a3a3a}.lab-list-num{display:inline-flex;align-items:center;gap:8px;color:#ff5c04;font-weight:600;font-size:24px;line-height:1;margin-top:3px;margin-right:12px;flex-shrink:0}.lab-list-num span{display:inline-block;width:28px;text-align:right;font-variant-numeric:tabular-nums}.lab-list-num i{font-style:normal;font-weight:300}.lab-image-wrap{flex:0 0 40%;border-radius:20px;overflow:hidden}.lab-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 991.98px){.lab-section{padding:0}.lab-title{font-size:32px;line-height:1.2}.lab-layout{flex-direction:column}.lab-list{grid-template-columns:1fr;grid-auto-flow:row;grid-template-rows:none}.lab-card{padding:24px 20px}.lab-image-wrap{flex:0 0 auto;margin-top:24px}}@media (max-width: 575.98px){.lab-title{font-size:26px;margin-bottom:6px}}.history-section{padding:0;background:#fff}.history-kicker{color:#ff5c04;text-align:center;font-size:20px;font-weight:500;margin-bottom:8px}.history-title{color:#2c3647;text-align:center;font-family:Montserrat,Arial,sans-serif;font-size:40px;font-weight:700;margin-bottom:40px}.history-timeline-wrap{position:relative;padding:0 56px}.history-timeline-line{display:none}.history-timeline-connector{flex:0 0 64px;height:107px;align-self:flex-start;margin-top:20px;position:relative;pointer-events:none}.history-timeline-connector:before{content:"";position:absolute;left:0;right:0;top:50%;margin-top:-1px;border-top:2px dashed #FF5C04}.history-timeline-track{position:relative;display:flex;justify-content:flex-start;gap:0;overflow-x:auto;scrollbar-width:none;padding:20px 0 40px;width:100%}.history-timeline-track::-webkit-scrollbar{display:none}.history-timeline-item{flex:0 0 200px;text-align:center;padding:0 6px}.history-timeline-icon{width:107px;height:107px;margin:0 auto 16px;flex-shrink:0;background:transparent;border:0;padding:0;cursor:pointer;display:block;border-radius:50%;transition:transform .25s ease,filter .25s ease}.history-timeline-icon:hover{transform:scale(1.06);filter:drop-shadow(0 6px 18px rgba(255,92,4,.35))}.history-timeline-icon:focus-visible{outline:2px solid #FF5C04;outline-offset:4px}.history-timeline-icon svg{width:100%;height:100%;display:block}.history-timeline-year{color:#2c3647;font-size:18px;font-weight:700;margin-bottom:8px}.history-timeline-desc{color:#2c3647;font-size:14px;line-height:1.4;margin:0}.history-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#2c3647;border:0;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background .2s}.history-nav:hover{background:#1a2332}.history-nav.prev{left:0}.history-nav.next{right:0}.history-nav svg{width:24px;height:24px}.history-dots{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:24px;width:100%}.history-dot{width:10px;height:10px;border-radius:50%;border:0;padding:0;background:#d1d5db;cursor:pointer;transition:background .2s}.history-dot.active{background:#ff5c04}@media (max-width: 991.98px){.history-section{padding:0}.history-kicker{font-size:18px;margin-bottom:6px}.history-title{font-size:32px;margin-bottom:32px;line-height:1.25}.history-timeline-wrap{padding:0 48px}.history-timeline-line{left:60px;right:60px;top:42px}.history-timeline-item{flex:0 0 180px;padding:0 6px}.history-timeline-connector{height:80px;margin-top:20px;flex:0 0 48px}.history-timeline-icon{width:80px;height:80px;margin-bottom:12px}.history-timeline-icon svg{width:80px;height:80px}}@media (max-width: 767.98px){.history-nav{display:none!important}.history-timeline-wrap{padding:0 16px}}@media (max-width: 575.98px){.history-kicker{font-size:16px}.history-title{font-size:26px;margin-bottom:24px}.history-timeline-wrap{padding:0 12px}}.about-more-section{padding:0;background:#fff}.about-more-title{font-size:40px;font-weight:700;color:#2c3647;text-align:center;margin-bottom:48px}.about-more-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:100%}.about-more-cards-dots{display:none;justify-content:center;gap:8px;margin-top:20px}.about-more-cards-dots .carousel-dot{width:8px;height:8px;border-radius:50%;border:0;padding:0;background:#d1d5db;cursor:pointer;transition:background .2s}.about-more-cards-dots .carousel-dot.active{background:#ff5c04}.about-more-card{background:#f8f8f8;border-radius:20px;padding:32px 28px 32px 32px;display:flex;flex-direction:column;min-height:436px;max-width:407px;width:100%;box-sizing:border-box}.about-more-card-icon{width:26px;height:26px;flex-shrink:0;margin-bottom:20px}.about-more-card-icon img,.about-more-card-icon svg{width:100%;height:100%;object-fit:contain}.about-more-card-title{font-size:20px;font-weight:700;color:#2c3647;line-height:1.3;margin:0 0 auto;padding-bottom:24px}.about-more-card-desc{font-size:15px;line-height:1.45;color:#6b7280;margin:0;padding-top:0}@media (min-width: 768px) and (max-width: 1199.98px){.about-more-cards{grid-template-columns:repeat(2,1fr)}.about-more-card{max-width:none}}@media (max-width: 767.98px){.about-more-cards-wrap{overflow:hidden;width:100vw;margin-left:calc(50% - 50vw)}.about-more-cards{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;gap:16px;padding-bottom:8px;padding-left:20px;padding-right:20px;-webkit-overflow-scrolling:touch}.about-more-cards::-webkit-scrollbar{display:none}.about-more-cards .about-more-card{flex:0 0 85%;min-width:85%;max-width:85%;scroll-snap-align:start}.about-more-cards-dots{display:flex}}@media (min-width: 768px){.about-more-cards-dots{display:none!important}}@media (max-width: 575.98px){.about-more-section{padding:0}.about-more-title{font-size:24px;margin-bottom:24px;line-height:1.25}.about-more-cards{grid-template-columns:1fr;gap:20px}.about-more-card{min-height:auto;padding:24px 20px}.about-more-card-title{font-size:18px;padding-bottom:16px}.about-more-card-desc{font-size:14px}}.map-section{background:#fff;padding:90px 0}.map-container{max-width:100%;margin:0 auto;background:#fff;padding:20px;border-radius:20px}.map-container svg{width:100%;height:auto;display:block;margin-top:-5em}.map-container svg path{cursor:pointer;transition:all .3s ease}.map-container svg path:hover{opacity:.8;filter:brightness(1.1)}.map-container svg path:active{opacity:.7;filter:brightness(.9)}.map-info-panel{margin-top:20px;padding:15px;background:#f6f6f6;border-radius:10px;min-height:50px;display:none}.map-info-panel.active{display:block}.map-info-panel h3{margin:0 0 10px;color:#2b394e;font-size:24px}.map-info-panel p{margin:0;color:#3a3a3a;font-size:16px}.cities-list{margin-top:40px;display:grid;grid-template-columns:repeat(8,1fr);gap:20px}.cities-list>div,.cities-list>a{color:#262626;font-family:Montserrat,Arial,sans-serif;font-size:18px;font-weight:500;line-height:1.5;text-decoration:none}.cities-list>a:hover{color:#2982d0}@media (max-width: 1400px){.cities-list{grid-template-columns:repeat(6,1fr)}}@media (max-width: 1200px){.cities-list{grid-template-columns:repeat(4,1fr)}}@media (max-width: 768px){.cities-list{grid-template-columns:repeat(3,1fr);gap:15px}}@media (max-width: 576px){.cities-list{grid-template-columns:repeat(2,1fr);gap:12px}.cities-list>div,.cities-list>a{font-size:16px}}@media (max-width: 991.98px){.cities-list-section{padding-left:20px;padding-right:20px;position:relative}.cities-list-section .cities-list-wrapper{overflow:hidden;max-height:140px;transition:max-height .5s cubic-bezier(.4,0,.2,1);position:relative}.cities-list-section .cities-list-wrapper:after{content:"";position:absolute;left:0;right:0;bottom:0;height:100px;background:linear-gradient(to top,rgba(255,255,255,.98),transparent);pointer-events:none;transition:opacity .35s ease}.cities-list-section.revealed .cities-list-wrapper{max-height:5000px}.cities-list-section.revealed .cities-list-wrapper:after{opacity:0}.cities-list-section .cities-list-toggle{width:100%;height:76px;margin-top:16px;margin-bottom:0;display:flex;transition:transform .25s ease,box-shadow .25s ease}.cities-list-section .cities-list-toggle:hover{transform:translateY(-1px)}.cities-list-search{width:100%;padding:12px 16px;margin-top:12px;border:1px solid #e0e8f3;border-radius:10px;font-size:16px;font-family:Montserrat,Arial,sans-serif;opacity:0;visibility:hidden;max-height:0;overflow:hidden;transition:opacity .35s ease,visibility .35s ease,max-height .35s ease,margin .35s ease}.cities-list-section.revealed .cities-list-search{opacity:1;visibility:visible;max-height:60px;margin-top:12px;margin-bottom:12px}.map-section{padding:40px 0 50px}.map-container{padding:12px;border-radius:14px}.map-container svg{margin-top:-3em}.map-info-panel{margin-top:12px;padding:12px}.map-info-panel h3{font-size:18px}.map-info-panel p{font-size:14px}.cities-list{margin-top:24px;display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.cities-list>div,.cities-list>a{font-size:15px;line-height:1.3;padding:10px 14px;background:#f0f4f8;color:#262626;border-radius:10px;font-weight:500;text-decoration:none}.cities-list>a:hover{color:#2982d0}}@media (min-width: 992px){.cities-list-section .cities-list-wrapper{max-height:none;overflow:visible}.cities-list-section .cities-list-wrapper:after{display:none}.cities-list-toggle,.cities-list-search{display:none!important}}@media (max-width: 767.98px){.cities-list{margin-top:20px;gap:8px}.cities-list>div,.cities-list>a{font-size:14px;padding:10px 12px;border-radius:8px}}@media (max-width: 480px){.cities-list{gap:8px;margin-top:16px}.cities-list>div,.cities-list>a{font-size:13px;padding:9px 12px}}@media (max-width: 991.98px){.topbar{padding-top:0!important;padding-bottom:0!important}.topbar>.container{height:auto}main.py-4{margin-top:0!important;padding-top:0!important;padding-bottom:0!important}}.history-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e0;display:none;align-items:center;justify-content:center;z-index:9999;padding:24px}.history-lightbox.active{display:flex}.history-lightbox-content{position:relative;max-width:min(1100px,92vw);max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:16px}.history-lightbox-content video,.history-lightbox-content img{max-width:100%;max-height:78vh;border-radius:16px;object-fit:contain;background:#000;display:block}.history-lightbox-caption{display:flex;flex-direction:column;align-items:center;gap:6px;color:#fff;text-align:center;max-width:90%}.history-lightbox-year{color:#ff5c04;font-size:24px;font-weight:700;letter-spacing:.04em}.history-lightbox-desc{color:#fff;font-size:16px;line-height:1.4;opacity:.9}.history-lightbox-close,.history-lightbox-nav{position:absolute;width:48px;height:48px;border-radius:50%;background:#ffffff26;color:#fff;border:0;cursor:pointer;font-size:22px;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:2}.history-lightbox-close{top:20px;right:24px}.history-lightbox-nav{top:50%;transform:translateY(-50%)}.history-lightbox-nav.prev{left:20px}.history-lightbox-nav.next{right:20px}.history-lightbox-close:hover,.history-lightbox-nav:hover{background:#ffffff4d}@media (max-width: 575.98px){.history-lightbox-nav{width:40px;height:40px;font-size:18px}.history-lightbox-nav.prev{left:8px}.history-lightbox-nav.next{right:8px}.history-lightbox-close{top:12px;right:12px}.history-lightbox-year{font-size:20px}.history-lightbox-desc{font-size:14px}}@media (max-width: 767.98px){.whyfranmer-page .container{padding-left:20px;padding-right:20px}.whyfranmer-page .catalog-hero{margin-top:32px!important;margin-bottom:0!important}.whyfranmer-page .catalog-head .container{padding-top:0;padding-bottom:0}.whyfranmer-page .catalog-hero .market-lead{font-size:15px!important;font-weight:500;line-height:18px;margin:0 0 10px!important}.whyfranmer-page .catalog-hero h1{font-size:26px!important;font-weight:600;line-height:28px!important;margin:0 0 20px!important}.whyfranmer-page .why-pools-kicker,.whyfranmer-page .history-kicker{font-size:15px;font-weight:500;line-height:18px;margin-bottom:10px}.whyfranmer-page .why-pools-title,.whyfranmer-page .history-title,.whyfranmer-page .whychoose-section-title,.whyfranmer-page .about-more-title{font-size:26px;line-height:28px;margin-bottom:20px}.whyfranmer-page .lab-title{font-size:20px;line-height:22px}.whyfranmer-page .lab-subtitle{font-size:14px;line-height:16px}.whyfranmer-page .whychoose-cards-row{gap:10px}.whyfranmer-page .whychoose-cards-row .whychoose-card{flex:0 0 231px;min-width:231px;height:318px}.whyfranmer-page .about-more-cards{gap:20px}.whyfranmer-page .about-more-cards .about-more-card{flex:0 0 100%;min-width:100%;max-width:100%;min-height:164px}}.colors-breadcrumbs-wrap{padding:24px 0 0;background:#fff}.colors-hero{background:#fff;padding:24px 0 60px}.colors-hero .hero-card{background:#f6f6f6;border-radius:24px;overflow:hidden;padding:clamp(32px,4vw,56px)}.colors-hero .hero-subtitle{color:#f60;font-size:30px;font-weight:400;margin-bottom:.5rem}.colors-hero h1{color:#2b394e;font-size:54px;font-weight:500;margin-bottom:1rem}.colors-hero .lead{color:#2b394e;font-size:clamp(15px,1.1vw,18px);line-height:1.6;margin-bottom:1.5rem}.colors-hero-img-wrap{border-radius:16px;overflow:hidden;height:100%;min-height:280px}.colors-hero-img{width:100%;height:100%;object-fit:cover;display:block}.btn-cta-colors{border-color:#ff5c04;color:#fff;line-height:1;letter-spacing:0;text-align:center;box-shadow:0 10px 22px #ff5c0440;width:350px;height:75px;justify-content:center;align-items:center;gap:16px;border-radius:15px;background:#fe4e03;display:flex;font-size:clamp(16px,1.1vw,20px)!important;padding:.7rem 1.1rem!important;font-weight:400;text-decoration:none}.btn-cta-colors:hover,.btn-cta-colors:focus{background:#ff6523;border-color:#e44f00;color:#fff}.colors-section{padding:48px 0;background:#fff}.colors-section h2{color:#2b394e;font-size:clamp(24px,2.2vw,36px);font-weight:600;margin-bottom:28px}.category-copy{color:#4f5968;max-width:1280px;margin-bottom:28px}.category-copy p{font-size:clamp(16px,1.1vw,18px);line-height:1.35;margin-bottom:12px}.category-copy p:last-child{margin-bottom:0}.category-copy strong{color:#2b394e;font-weight:700}.color-card{background:#f0f4fa;border-radius:20px;overflow:hidden;height:100%;display:flex;flex-direction:column;border:0;padding:20px}.color-card .swatches{display:flex;flex-direction:column;gap:0;border-bottom:0;border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;cursor:pointer}.color-card .swatch-top{height:230px;border:0;background-size:cover;background-position:center;border-radius:14px;transition:transform .25s ease}.color-card .swatches:hover .swatch-top{transform:scale(1.03)}.color-card .card-body{padding:16px 0 0;flex:1;display:flex;flex-direction:column}.color-card .card-title{font-weight:700;font-size:18px;color:#2b394e;line-height:1.2;margin-bottom:8px}.color-card .card-text{font-size:14px;color:#5f6978;line-height:1.4;margin-bottom:16px;flex:1}.color-card .btn-details{background:#ff5c04;border:0;color:#fff;border-radius:10px;padding:10px 20px;font-weight:500;font-size:14px;width:100%;text-align:center;text-decoration:none;display:block}.color-card .btn-details:hover{background:#e44f00;color:#fff}.color-card.color-card-compact{padding:16px;gap:14px;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform .2s ease}.color-card.color-card-compact:hover{transform:translateY(-3px);color:inherit}.color-card.color-card-compact .swatch-top{height:auto;aspect-ratio:4 / 3;border-radius:12px}.color-card-compact-name{color:#6b7280;font-size:18px;font-weight:400;line-height:1.2;margin:0;padding-bottom:4px}@media (max-width: 991.98px){.color-card.color-card-compact{padding:14px;gap:12px}.color-card-compact-name{font-size:16px}}@media (max-width: 767.98px){.color-card.color-card-compact{padding:12px;gap:10px}.color-card-compact-name{font-size:14px}}@media (min-width: 1900px){.colors-section .row.g-4{--bs-gutter-x: 0;--bs-gutter-y: 0;gap:30px;justify-content:flex-start}.colors-section .row.g-4>[class*=col-]{flex:0 0 407px;max-width:407px;padding-right:0;padding-left:0}.colors-section .color-card{width:407px;height:467px}}.color-modal-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:9999;overflow-y:auto;padding:40px 20px}.color-modal-overlay.active{display:flex;justify-content:center;align-items:flex-start}.color-modal{background:#fff;border-radius:24px;max-width:880px;width:100%;position:relative;overflow:hidden;margin:auto;animation:cmSlideIn .35s cubic-bezier(.16,1,.3,1);box-shadow:0 24px 80px #00000040}@keyframes cmSlideIn{0%{transform:translateY(50px) scale(.97);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.color-modal-close{position:absolute;top:16px;right:16px;width:44px;height:44px;border-radius:50%;border:none;background:#00000080;color:#fff;font-size:26px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:background .2s;line-height:1}.color-modal-close:hover{background:#000000bf}.color-modal-hero{width:100%;height:380px;overflow:hidden;position:relative}.color-modal-hero img{width:100%;height:100%;object-fit:cover;display:block}.color-modal-badge{position:absolute;bottom:16px;left:24px;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#2982d0;font-size:13px;font-weight:600;padding:7px 16px;border-radius:10px}.color-modal-content{padding:32px}.color-modal-title{font-size:clamp(26px,3vw,34px);font-weight:700;color:#2b394e;margin:0 0 8px}.color-modal-category-line{display:inline-block;background:#e5eef8;color:#2982d0;font-size:13px;font-weight:600;padding:5px 14px;border-radius:8px;margin-bottom:18px}.color-modal-desc{font-size:15px;color:#5f6978;line-height:1.75;margin-bottom:28px}.color-modal-gallery-title{font-size:18px;font-weight:600;color:#2b394e;margin-bottom:14px}.color-modal-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:28px}.color-modal-gallery-item{position:relative;border-radius:14px;overflow:hidden;cursor:pointer;aspect-ratio:4/3}.color-modal-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.color-modal-gallery-item:hover img{transform:scale(1.06)}.color-modal-gallery-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:14px;box-shadow:inset 0 0 0 1px #00000014;pointer-events:none}.color-modal-cta{width:100%!important;box-sizing:border-box}.color-modal-features{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:24px}.color-modal-feature{flex:1;min-width:140px;background:#f6f8fb;border-radius:12px;padding:14px 16px;text-align:center}.color-modal-feature-icon{font-size:22px;margin-bottom:4px}.color-modal-feature-text{font-size:12px;color:#5f6978;font-weight:500}.color-lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;z-index:10001;align-items:center;justify-content:center;cursor:zoom-out;padding:20px}.color-lightbox.active{display:flex}.color-lightbox img{max-width:92%;max-height:90vh;border-radius:16px;object-fit:contain;box-shadow:0 8px 40px #0006}.color-lightbox-close{position:absolute;top:20px;right:24px;width:48px;height:48px;border-radius:50%;border:none;background:#ffffff26;color:#fff;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center}.color-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:none;background:#ffffff26;color:#fff;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center}.color-lightbox-nav.prev{left:20px}.color-lightbox-nav.next{right:20px}.color-lightbox-nav:hover,.color-lightbox-close:hover{background:#ffffff4d}@media (max-width: 768px){.color-modal-overlay{padding:16px 10px}.color-modal-hero{height:240px}.color-modal-content{padding:20px}.color-modal-title{font-size:22px}.color-modal-gallery{grid-template-columns:repeat(2,1fr);gap:8px}.color-modal-features{gap:8px}.color-modal-feature{min-width:100px;padding:10px 8px}}.color-detail-page{background:#f6f6f6;padding:22px 0 70px}.color-detail-page--hero-full{padding-top:0}.color-detail-hero{position:relative;overflow:hidden;border-radius:14px;min-height:300px;background:#dce5ef;margin-bottom:48px}.color-detail-hero img{width:100%;height:100%;min-height:300px;object-fit:cover;display:block}.color-detail-hero-title{position:absolute;left:24px;bottom:20px;color:#fff;font-size:clamp(36px,4vw,52px);line-height:1;font-weight:500;margin:0;text-shadow:0 2px 6px rgba(0,0,0,.28)}.color-detail-hero--full{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-top:-180px;margin-bottom:40px;border-radius:0;min-height:clamp(420px,60vh,640px);overflow:hidden}.color-detail-hero--full img{width:100%;height:100%;min-height:clamp(420px,60vh,640px);object-fit:cover;display:block}.color-detail-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,#00000059,#0000 28%,#0000 55%,#00000059)}.color-detail-hero-inner{position:absolute;left:0;right:0;bottom:32px;padding-left:12px;padding-right:12px}.color-detail-hero--full .color-detail-hero-title{position:static;color:#fff;font-size:clamp(40px,5vw,72px);font-weight:600;line-height:1.05;text-shadow:0 2px 12px rgba(0,0,0,.45)}.color-detail-breadcrumbs{margin:14px 0 18px}.color-detail-category-title{color:#2b394e;font-size:clamp(34px,3vw,56px);line-height:1.12;font-weight:600;margin:0 0 20px;text-transform:lowercase}.color-detail-thumbs{display:flex;flex-wrap:wrap;gap:10px}.color-detail-thumb{width:48px;height:32px;border-radius:4px;overflow:hidden;display:block;border:1px solid rgba(43,57,78,.08)}.color-detail-thumb img{width:100%;height:100%;object-fit:cover;display:block}.color-detail-showcase{margin-top:22px}.color-detail-showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch}.color-detail-showcase-box{border-radius:14px;overflow:hidden;background:#d7dbe1;min-height:270px}.color-detail-showcase-box img{width:100%;height:100%;object-fit:cover;display:block}.color-detail-showcase-text{color:#4f5968;font-size:clamp(22px,1.55vw,34px);line-height:1.2;font-weight:400;margin:14px 0 0;max-width:95%}.color-detail-gallery{margin-top:24px}.color-detail-gallery-top{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px}.color-detail-gallery-bottom{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.color-detail-gallery-card{border-radius:14px;overflow:hidden;background:#d7dbe1;min-height:250px;cursor:pointer;border:0;padding:0}.color-detail-gallery-card.large{min-height:350px}.color-detail-gallery-card img{width:100%;height:100%;object-fit:cover;display:block}.color-detail-cta-section{background:#f6f6f6;padding:8px 0 40px}.color-detail-cta-wrap{display:flex;justify-content:center}.color-detail-cta-btn{position:relative;overflow:hidden;background:linear-gradient(135deg,#ff5c04,#ff7a1f);border-color:#ff5c04;color:#fff;border-radius:12px;padding:.8rem 1.4rem;font-size:clamp(18px,1.25vw,24px);line-height:1;text-align:center;text-decoration:none;box-shadow:0 16px 34px #ff5c045c,0 6px 14px #ff5c0447;font-weight:400;letter-spacing:.2px;width:459px;height:88px;display:inline-flex;justify-content:center;align-items:center;transition:transform .22s ease,box-shadow .22s ease}.color-detail-cta-btn:hover{transform:translateY(-3px);box-shadow:0 20px 40px #ff5c0473,0 10px 18px #ff5c044d;color:#fff}.gallery-lightbox .modal-content{background:transparent;border:0;box-shadow:none}.gallery-lightbox .modal-header{border:0;padding:0 0 10px;justify-content:flex-end}.gallery-lightbox .btn-close{filter:invert(1);opacity:.9}.gallery-lightbox .modal-body{padding:0;position:relative;display:flex;justify-content:center;align-items:center}.gallery-lightbox-image{width:100%;max-height:80vh;object-fit:contain;border-radius:12px;background:#0b0b0b}.gallery-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:0;background:#fff3;color:#fff;font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer}.gallery-lightbox-nav:hover{background:#ffffff59}.gallery-lightbox-prev{left:8px}.gallery-lightbox-next{right:8px}@media (max-width: 991.98px){.colors-hero .hero-card{padding:clamp(20px,3vw,32px)}.colors-hero h1{font-size:clamp(28px,7vw,42px)}.color-detail-page{padding-top:14px}.color-detail-page--hero-full{padding-top:0}.color-detail-hero{min-height:220px;margin-bottom:32px}.color-detail-hero img{min-height:220px}.color-detail-hero-title{left:16px;bottom:14px;font-size:clamp(28px,8vw,40px)}.color-detail-hero--full{min-height:clamp(280px,55vw,420px);margin-bottom:24px}.color-detail-hero--full img{min-height:clamp(280px,55vw,420px)}.color-detail-hero-inner{bottom:18px}.color-detail-hero--full .color-detail-hero-title{font-size:clamp(30px,8vw,48px)}.color-detail-category-title{font-size:clamp(30px,8vw,42px);margin-bottom:14px}.color-detail-showcase-grid{grid-template-columns:1fr}.color-detail-showcase-box{min-height:220px}.color-detail-showcase-text{font-size:clamp(18px,5.4vw,28px);max-width:100%}.color-detail-gallery-top,.color-detail-gallery-bottom{grid-template-columns:1fr}.color-detail-gallery-card,.color-detail-gallery-card.large{min-height:220px}.color-detail-cta-btn{width:100%;height:76px}}.pool-inq-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#0f172a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:24px 16px;overflow-y:auto}.pool-inq-modal{position:relative;width:100%;max-width:640px;background:#fff;border-radius:20px;padding:32px 36px;box-shadow:0 30px 80px #0f172a40;max-height:calc(100vh - 48px);overflow-y:auto;scrollbar-width:thin}.pool-inq-close{position:absolute;top:24px;right:24px;width:36px;height:36px;border:0;border-radius:50%;background:#ff5c04;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease;z-index:1}.pool-inq-close:hover{background:#e44f00}.pool-inq-title{margin:0 80px 24px 0;color:#2b394e;font-size:26px;font-weight:700;line-height:1.2}.pool-inq-title span{display:inline}.pool-inq-card{display:flex;gap:16px;background:#f6f6f6;border-radius:16px;padding:16px;margin-bottom:24px}.pool-inq-card-img{flex:0 0 220px;display:flex;align-items:center;justify-content:center;border-radius:10px;overflow:hidden;background:#fff}.pool-inq-card-img img{max-width:100%;max-height:140px;object-fit:contain;display:block}.pool-inq-card-body{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:10px}.pool-inq-card-name{margin:0;color:#2b394e;font-size:22px;font-weight:600}.pool-inq-card-dims{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.pool-inq-card-dims li{display:flex;gap:8px;font-size:14px;color:#2b394e}.pool-inq-card-dims li span{color:#5f6978;min-width:64px}.pool-inq-card-dims li b{font-weight:600;color:#2b394e}.pool-inq-section{margin-bottom:18px;display:flex;flex-direction:column;gap:10px}.pool-inq-section-title{margin:0 0 4px;color:#2b394e;font-size:17px;font-weight:700}.pool-inq-options{display:grid;grid-template-columns:1fr 1fr;gap:10px 28px}.pool-inq-check,.pool-inq-consent{display:flex;align-items:flex-start;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:14px;color:#2b394e;line-height:1.35}.pool-inq-check input,.pool-inq-consent input{position:absolute;opacity:0;pointer-events:none}.pool-inq-check-box{flex-shrink:0;width:20px;height:20px;border:1.5px solid #C7CDD7;border-radius:5px;background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#fff;transition:background .15s ease,border-color .15s ease;margin-top:1px}.pool-inq-check-box svg{opacity:0;transition:opacity .12s ease}.pool-inq-check.is-checked .pool-inq-check-box,.pool-inq-consent.is-checked .pool-inq-check-box{background:#ff5c04;border-color:#ff5c04}.pool-inq-check.is-checked .pool-inq-check-box svg,.pool-inq-consent.is-checked .pool-inq-check-box svg{opacity:1}.pool-inq-check-label{flex:1}.pool-inq-contact-row{display:grid;grid-template-columns:minmax(160px,200px) 1fr;gap:18px;align-items:center}.pool-inq-methods{display:flex;flex-direction:column;gap:10px}.pool-inq-radio{display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:14px;color:#2b394e}.pool-inq-radio input{position:absolute;opacity:0;pointer-events:none}.pool-inq-radio-dot{flex-shrink:0;width:18px;height:18px;border:1.5px solid #C7CDD7;border-radius:50%;background:#fff;position:relative;transition:border-color .15s ease}.pool-inq-radio.is-checked .pool-inq-radio-dot{border-color:#ff5c04}.pool-inq-radio.is-checked .pool-inq-radio-dot:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:#ff5c04}.pool-inq-radio-icon{width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#2982d0;color:#fff;flex-shrink:0}.pool-inq-phone-wrap{width:100%}.pool-inq-input{width:100%;box-sizing:border-box;background:#fff;border:1px solid #E1E5EC;border-radius:10px;padding:14px 16px;font-size:15px;color:#2b394e;line-height:1.3;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.pool-inq-input::placeholder{color:#9aa3b2}.pool-inq-input:focus{outline:none;border-color:#ff5c04;box-shadow:0 0 0 3px #ff5c041f}.pool-inq-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%232B394E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}.pool-inq-textarea{resize:vertical;min-height:90px}.pool-inq-consent{font-size:13px;color:#6b7280;align-items:flex-start;margin:6px 0 20px}.pool-inq-consent .pool-inq-check-box{width:18px;height:18px;margin-top:2px}.pool-inq-error{background:#fef2f2;color:#b91c1c;border:1px solid #FECACA;border-radius:10px;padding:10px 14px;font-size:14px;margin-bottom:12px}.pool-inq-submit{width:100%;background:#ff5c04;color:#fff;border:0;border-radius:12px;padding:16px 20px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .15s ease}.pool-inq-submit:hover:not(:disabled){background:#e44f00}.pool-inq-submit:disabled{opacity:.6;cursor:not-allowed}.pool-inq-success{text-align:center;padding:16px 0 8px}.pool-inq-success-icon{width:72px;height:72px;border-radius:50%;background:#ff5c041f;color:#ff5c04;margin:0 auto 16px;display:inline-flex;align-items:center;justify-content:center}.pool-inq-success-text{color:#5f6978;margin:0 0 24px;font-size:15px}@media (max-width: 575.98px){.pool-inq-modal{padding:24px 18px;border-radius:16px}.pool-inq-title{font-size:20px;margin-right:48px;margin-bottom:18px}.pool-inq-close{top:14px;right:14px;width:32px;height:32px}.pool-inq-card{flex-direction:column;gap:12px;padding:12px}.pool-inq-card-img{flex-basis:auto;width:100%;height:160px}.pool-inq-card-img img{max-height:160px}.pool-inq-card-name{font-size:18px}.pool-inq-options{grid-template-columns:1fr;gap:10px}.pool-inq-contact-row{grid-template-columns:1fr;gap:12px}.pool-inq-section-title{font-size:16px}.pool-inq-input{padding:12px 14px;font-size:14px}.pool-inq-submit{padding:14px 18px;font-size:15px}}.models-breadcrumbs{color:#9aa6b2;font-size:20px}.models-breadcrumbs a{text-decoration:none;color:#9aa6b2}.models-breadcrumbs a:hover,.models-breadcrumbs .current{color:#2b394e}.models-breadcrumbs a:not(:last-child):after,.models-breadcrumbs span:not(:last-child):not(.current):after{content:" / ";color:#9aa6b2}.catalog-head{background:#fff;border-bottom:1px solid #E6EDF5}.catalog-head .container{padding-top:10px;padding-bottom:20px}.catalog-hero{text-align:center}.catalog-hero h1{color:#2b394e;font-size:64px;font-weight:600;line-height:70px;margin:0}.catalog-hero .lead{color:#2b394e;font-size:64px;font-weight:600;line-height:70px}.catalog-hero .market-lead{color:#ff5c04;font-size:36px;font-weight:500;line-height:1}.models-tabs .tabs-box{background:#f5f7fa;border-radius:16px;padding:12px}.models-tabs .nav-pills{display:flex;flex-wrap:nowrap;gap:30px;align-items:center;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.models-tabs .nav-pills::-webkit-scrollbar{display:none}.models-tabs .nav-item{flex:1 1 0}.models-tabs .nav-link{background:#fff;border:1px solid #E5EEF8;color:#b1b1b1;border-radius:10px;padding:23px 40px;font-weight:400;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center;transition:color .15s ease,border-color .15s ease,background-color .15s ease;box-shadow:none;width:100%;white-space:nowrap;cursor:pointer}.models-tabs .nav-link:hover{background:#2982d0;color:#fff}.models-tabs .nav-link.active{background:#2982d0;border-color:#e5eef8;color:#fff;font-weight:600}.products-wrap{background:#fff;border-top:1px solid #E6EDF5}.product-card{border-radius:20px;overflow:hidden;background:#f6f6f6;border:none!important;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:box-shadow .25s ease,transform .25s ease}.product-card:hover{box-shadow:0 8px 30px #00000014;transform:translateY(-2px)}.product-card .product-img-wrap{height:220px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #EEF2F7;padding:16px;text-decoration:none;color:inherit;cursor:pointer;overflow:hidden}.product-card .product-img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:transform .2s ease}.product-card .product-img-wrap:hover .product-img{transform:scale(1.04)}.product-card .card-body{padding:20px;flex:1;display:flex;flex-direction:column;gap:14px}.product-card .product-title-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.product-card .product-title{font-size:clamp(20px,1.5vw,24px);font-weight:600;color:#2b394e;margin:0;flex:0 0 auto}.product-card .product-lead-phrase{flex:1 1 0;min-width:0;color:#ff5c04;font-size:13px;font-weight:500;line-height:1.35;white-space:pre-line;word-wrap:break-word;overflow-wrap:break-word}.product-card .dims-price-row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:0}.product-card .dims{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:4px}.product-card .dims li{display:flex;gap:6px;font-size:14px;color:#2b394e;line-height:1.4}.product-card .dims li span{color:#5f6978}.product-card .dims li b{font-weight:600;color:#2b394e}.product-card .product-price{color:#ff5c04;font-weight:600;font-size:clamp(20px,1.7vw,26px);white-space:nowrap;flex-shrink:0;line-height:1.2;align-self:flex-end}.product-card .product-actions{display:flex;gap:10px;flex-wrap:nowrap;margin-top:auto}.product-card .product-actions .btn{border-radius:12px;padding:14px 16px;font-weight:400;font-size:15px;line-height:1.2;white-space:nowrap;min-width:0;text-align:center;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.product-card .product-actions .btn-primary{flex:2 1 0;background:#ff5c04;border:1px solid #FF5C04;color:#fff}.product-card .product-actions .btn-primary:hover{background:#e44f00;border-color:#e44f00;color:#fff}.product-card .product-actions .btn-outline-secondary{flex:1 1 0;background:#fff;border:1px solid #B0B6C0;color:#2b394e;border-radius:12px}.product-card .product-actions .btn-outline-secondary:hover{background:#f3f4f6;border-color:#6b7280;color:#2b394e}.extra-title{color:#2b394e;font-size:56px;font-weight:600;line-height:1.1;text-align:center}.extra-desc{color:#3a3a3a;font-size:24px;font-weight:400;line-height:28px;text-align:center}.extra-card{min-height:240px;border-radius:20px;background:#f6f6f6;padding:30px;position:relative}.extra-card h5{color:#454545;font-size:28px;font-weight:600;margin-bottom:12px;margin-top:20px}.extra-card p{color:#3a3a3a;font-size:16px;font-weight:400;margin-bottom:0}.model-detail-hero{padding:40px 0;background:#fff}.model-detail-hero .product-image-wrapper{border-radius:20px;overflow:hidden;height:552px}.model-detail-hero .product-image-wrapper img{width:100%;height:100%;object-fit:cover}.model-detail-hero .product-details{background:#f6f6f6;border-radius:20px;padding:30px;height:100%}.model-detail-hero .product-title{color:#2b394e;font-size:64px;font-weight:600;line-height:70px}.model-detail-hero .product-subtitle{color:#2b394e;font-size:20px;font-weight:500;margin-bottom:30px}.model-detail-hero .product-description{color:#3a3a3a;font-size:16px;line-height:20px;margin-bottom:40px}.parameters-title{color:#2b394e;font-size:24px;font-weight:600;margin-bottom:20px}.parameters-grid{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:60px}.param-item{flex:1 1 0;min-width:120px}.param-item label{color:#2b394e;font-size:20px;font-weight:400;display:block;margin-bottom:5px}.param-item .param-value{border:1.5px solid #E3E3E3;border-radius:5px;height:65px;display:flex;align-items:center;justify-content:center;color:#2b394e;font-size:20px;font-weight:500}.price-action-row{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.model-price{color:#ff5c04;font-size:36px;font-weight:600;margin-bottom:10px}.price-note{color:#3a3a3a;font-size:13px;line-height:16px;margin:0}.built-in-options{padding:50px 0;background:#fff}.built-in-options .section-title{color:#2b394e;font-size:56px;font-weight:600;line-height:60px;margin-bottom:50px}.option-item{display:flex;gap:20px;align-items:center;margin-bottom:15px}.option-icon{width:70px;height:70px;border-radius:50%;background:#d9d9d9;display:flex;align-items:center;justify-content:center;flex-shrink:0}.option-icon img{width:32px;height:32px;object-fit:contain}.option-item span{color:#3a3a3a;font-size:24px;font-weight:500}.benefit-cards{display:flex;gap:20px;align-items:stretch;flex-wrap:wrap}.benefit-card{background:#f6f6f6;border-radius:16px;padding:28px 26px;flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:6px}.benefit-card-headline{display:flex;align-items:flex-start;gap:8px;line-height:1;color:#2982d0}.benefit-card-number{font-size:clamp(48px,4.6vw,68px);font-weight:800;line-height:.85;letter-spacing:-.02em}.benefit-card-meta{display:inline-flex;flex-direction:column;gap:2px;margin-top:6px;font-size:clamp(16px,1.4vw,20px);font-weight:700;line-height:1.1}.benefit-card-title{color:#2982d0;font-size:clamp(22px,2vw,30px);font-weight:700;line-height:1.05;margin:0}.benefit-card-title-lg{font-size:clamp(24px,2.3vw,32px);letter-spacing:.01em}.benefit-card-text{color:#3a3a3a;font-size:clamp(13px,1.05vw,15px);font-weight:400;line-height:1.4;margin:10px 0 0}.benefit-card-text strong{font-weight:700;color:#2d3748}@media (max-width: 767.98px){.benefit-cards{flex-direction:column;gap:12px}.benefit-card{padding:20px 22px}}.model-gallery-large{padding:30px 0;background:#fff}.model-gallery-large .large-image-wrapper{border-radius:20px;overflow:hidden;height:697px}.model-gallery-large .large-image-wrapper img{width:100%;height:100%;object-fit:cover}.model-gallery-three{background:#fff}.model-gallery-three .gallery-image{border-radius:20px;overflow:hidden;height:442px}.model-gallery-three .gallery-image img{width:100%;height:100%;object-fit:cover}.catalog-mobile-filter{position:relative;margin-bottom:20px}.catalog-mobile-filter-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#2982d0;border:0;border-radius:12px;color:#fff;font-size:16px;font-weight:500;text-align:left;cursor:pointer}.catalog-mobile-filter-btn:hover{background:#1f6fb3}.catalog-mobile-filter-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001f;border:1px solid #E5EEF8;z-index:100;max-height:70vh;overflow-y:auto}.mobile-filter-option{display:block;width:100%;padding:14px 20px;border:0;background:none;color:#2b394e;font-size:15px;font-weight:500;text-align:left;cursor:pointer;border-bottom:1px solid #F0F4FA}.mobile-filter-option:last-child{border-bottom:0}.mobile-filter-option:hover{background:#f5f7fa}.mobile-filter-option.active{background:#e5eef8;color:#2982d0}@media (max-width: 991.98px){.catalog-hero h1{font-size:clamp(22px,5.5vw,32px)!important;line-height:1.25!important}.catalog-hero .lead{font-size:clamp(22px,5.5vw,32px)!important;line-height:1.25}.catalog-hero .market-lead{font-size:18px}.models-tabs{display:none!important}.catalog-mobile-filter{display:block}.models-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;font-size:0}.models-breadcrumbs a,.models-breadcrumbs span{display:inline-block;padding:8px 14px;border-radius:9999px;font-size:14px;font-weight:500;color:#6b7280;background:#e5e7eb}.models-breadcrumbs a:after,.models-breadcrumbs span:not(.current):after{display:none}.models-breadcrumbs .current{background:#e5eef8;color:#2b394e}.product-card{border-radius:14px}.product-card .product-img-wrap{height:140px;padding:8px}.product-card .card-body{padding:12px}.product-card .product-title-row{gap:6px}.product-card .product-title{font-size:16px;font-weight:700;margin-bottom:0}.product-card .product-lead-phrase{font-size:11px;line-height:1.3;flex-basis:100%}.product-card .dims{font-size:12px;margin-bottom:8px}.product-card .product-price{font-size:18px;color:#ff5c04}.product-card .product-actions .btn-outline-secondary{display:none!important}.product-card .product-actions .btn-primary{width:100%;border-radius:8px;padding:12px 16px}.product-card .product-actions{flex-direction:column}.extra-title{font-size:26px!important}.extra-desc{font-size:12px!important;line-height:1.4}.model-detail-hero .product-image-wrapper{height:300px}.model-detail-hero .product-title{font-size:32px;line-height:1.2}.model-detail-hero .product-subtitle{font-size:16px}.model-detail-hero .product-description{font-size:14px}.parameters-grid{gap:10px}.param-item label{font-size:14px}.param-item .param-value{height:50px;font-size:16px}.model-price{font-size:28px}.built-in-options .section-title{font-size:28px;line-height:1.2}.option-item span{font-size:16px}.option-icon{width:50px;height:50px}.option-icon img{width:24px;height:24px}.model-gallery-large .large-image-wrapper{height:300px}.model-gallery-three .gallery-image{height:200px}}@media (min-width: 992px){.catalog-mobile-filter{display:none!important}}.model-audience-section{background:#fff;padding:60px 0 40px}.model-audience-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;align-items:center;margin-bottom:40px}.model-audience-image{border-radius:18px;overflow:hidden;background:#ececec;aspect-ratio:16 / 12}.model-audience-image img{width:100%;height:100%;object-fit:cover;display:block}.model-audience-text{display:flex;flex-direction:column;gap:22px;padding-top:6px}.model-audience-title{color:#2b394e;font-size:clamp(30px,3.6vw,44px);font-weight:600;line-height:1.15;margin:0 0 18px}.model-audience-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:22px}.model-audience-bullets li{position:relative;padding-left:22px;color:#2b394e;font-size:clamp(17px,1.5vw,19px);line-height:1.55}.model-audience-bullets li:before{content:"—";position:absolute;left:0;top:0;color:#2b394e}.model-audience-paragraph{color:#2b394e;font-size:clamp(17px,1.5vw,19px);line-height:1.6;margin:0}.model-audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.model-audience-grid-item{border-radius:14px;overflow:hidden;background:#ececec;aspect-ratio:4 / 3}.model-audience-grid-item img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 991.98px){.model-audience-top{grid-template-columns:1fr;gap:18px}.model-audience-image{aspect-ratio:16 / 10}.model-audience-grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media (max-width: 575.98px){.model-audience-section{padding:40px 0 24px}.model-audience-title{font-size:26px;margin-bottom:8px}.model-audience-text{gap:14px}.model-audience-bullets{gap:12px}.model-audience-bullets li,.model-audience-paragraph{font-size:15px;line-height:1.55}.model-audience-grid{grid-template-columns:1fr;gap:12px}}.model-colors-section{background:#fff;padding:60px 0 40px}.model-colors-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.model-colors-grid>.color-card{min-width:0}.model-coping-section{background:#fff;padding:20px 0 0}.model-coping-title{color:#2b394e;font-size:clamp(28px,3vw,44px);font-weight:600;line-height:1.1;margin:0 0 14px}.model-coping-scheme{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:28px}.model-coping-scheme-label{color:#5a6a7a;font-size:14px;font-weight:400}.model-coping-scheme-pills{display:flex;flex-wrap:wrap;gap:10px}.model-coping-scheme-pill{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border-radius:12px;background:#fff;color:#2b394e;border:1px solid #E5E7EB;font-size:16px;font-weight:500;line-height:1;text-decoration:none;transition:border-color .15s ease,background-color .15s ease}.model-coping-scheme-pill svg{color:#ff5c04;flex-shrink:0}.model-coping-scheme-pill img{width:20px;height:21px;flex-shrink:0;display:block}.model-coping-scheme-pill:hover{background:#fff;border-color:#ff5c04;color:#2b394e}.model-coping-content{background:#f6f6f6;padding:40px 0 48px;margin-top:10px}.model-coping-block{background:transparent;margin-top:36px}.model-coping-block:first-of-type{margin-top:0}.model-coping-scroller .hscroll-head{justify-content:flex-start;gap:14px;margin-bottom:20px}.model-coping-scroller .hscroll-titles{flex:0 0 auto}.model-coping-scroller .hscroll-title{font-size:clamp(20px,2vw,28px)}.model-coping-card{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000a;transition:transform .15s ease,box-shadow .15s ease}.model-coping-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000014}.model-coping-image{height:170px;display:flex;align-items:center;justify-content:center;padding:16px;background:#fff}.model-coping-image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.model-coping-name{padding:16px 18px;color:#2b394e;font-size:14px;font-weight:400;line-height:1.3}@media (max-width: 991.98px){.model-colors-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media (max-width: 767.98px){.model-colors-section{padding:40px 0 24px}.model-coping-section{padding:12px 0 0}.hscroll-title{font-size:22px}.hscroll-subtitle{font-size:13px}.hscroll-arrow{width:34px;height:34px}.model-coping-title{font-size:24px}.model-coping-scheme{gap:10px;margin-bottom:22px}.model-coping-scheme-label{font-size:13px}.model-coping-scheme-pill{padding:9px 14px;gap:8px;font-size:14px;border-radius:10px}.model-coping-scheme-pill img{width:17px;height:18px}.model-coping-scroller .hscroll-title{font-size:20px}.model-coping-content{padding:26px 0 32px;margin-top:6px}.model-coping-block{margin-top:28px}.model-colors-grid{grid-template-columns:repeat(2,1fr);gap:14px}.model-coping-image{height:140px;padding:14px}.model-coping-name{padding:12px 14px;font-size:13px}}.model-advantages{background:#fff;padding:40px 0 80px}.model-advantages-kicker{color:#ff5c04;font-size:clamp(20px,1.8vw,36px);font-weight:500;margin:0 0 4px;line-height:1.1}.model-advantages-title{color:#2b394e;font-size:clamp(28px,3.6vw,64px);font-weight:600;line-height:1.1;margin:0 0 28px}.model-advantages-row{display:grid;grid-template-columns:7fr 5fr;gap:28px;align-items:stretch}.model-advantages-collage{display:grid;grid-template-columns:7fr 5fr;gap:16px;height:500px}.model-advantages-collage .collage-main{border-radius:20px;overflow:hidden;background:#f3f3f3}.model-advantages-collage .collage-main img{width:100%;height:100%;object-fit:cover;display:block}.model-advantages-collage .collage-side{display:flex;flex-direction:column;gap:16px;min-height:0}.model-advantages-collage .collage-side img{width:100%;flex:1;min-height:0;object-fit:cover;border-radius:20px;display:block}.model-advantages-gallery{display:flex;flex-direction:column;gap:16px}.model-advantages-gallery .gallery-main{border-radius:20px;overflow:hidden;background:#f3f3f3;aspect-ratio:16 / 10}.model-advantages-gallery .gallery-main img{width:100%;height:100%;object-fit:cover;display:block}.model-advantages-gallery .gallery-thumbs{display:grid;grid-template-columns:1fr 1fr;gap:16px}.model-advantages-gallery .gallery-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:0;background:transparent;cursor:pointer;border-radius:20px;overflow:hidden;aspect-ratio:4 / 3;transition:transform .15s ease,box-shadow .15s ease}.model-advantages-gallery .gallery-thumb:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00000014}.model-advantages-gallery .gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.model-advantages-pills{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px;height:100%}.model-advantages-pill{flex:1;display:flex;align-items:center;gap:14px;background:#f6f6f6;border-radius:20px;padding:24px 28px;color:#454545;font-size:clamp(18px,1.5vw,25px);font-weight:400;line-height:1.25;min-height:0}.model-advantages-dot{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:#ff5c04}.model-advantages-content{display:flex;flex-direction:column;gap:16px}.model-advantages-cat-kicker{color:#ff5c04;font-size:clamp(20px,1.85vw,36px);font-weight:500;line-height:1.1}.model-advantages-cat-kicker>div+div{margin-top:4px}.model-advantages-cat-title{color:#2b394e;font-size:clamp(24px,2.5vw,48px);font-weight:600;line-height:1.2;margin:4px 0 12px}.model-advantages-body{display:flex;flex-direction:column;gap:14px;color:#3a3a3a;font-size:clamp(15px,1.2vw,22px);line-height:1.5}.model-advantages-body p{margin:0}.model-advantages-body strong{color:#3a3a3a;font-weight:600}@media (max-width: 1199.98px){.model-advantages-row{grid-template-columns:1fr;gap:24px}.model-advantages-collage{height:auto;aspect-ratio:16 / 9}}@media (max-width: 767.98px){.model-advantages{padding:24px 0 48px}.model-advantages-kicker{font-size:16px}.model-advantages-title{font-size:clamp(22px,5.4vw,28px);margin-bottom:18px}.model-advantages-collage{gap:12px;aspect-ratio:4 / 3}.model-advantages-collage .collage-side,.model-advantages-gallery,.model-advantages-gallery .gallery-thumbs,.model-advantages-pills{gap:12px}.model-advantages-pill{flex:none;padding:16px 18px;font-size:15px;border-radius:16px}.model-advantages-dot{width:14px;height:14px}.model-advantages-cat-kicker{font-size:15px}.model-advantages-cat-title{font-size:20px}.model-advantages-body{font-size:14px;gap:10px}}.hscroll{width:100%}.hscroll-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.hscroll-titles{min-width:0}.hscroll-title{color:#2b394e;font-size:clamp(24px,2.4vw,36px);font-weight:600;line-height:1.15;margin:0}.hscroll-subtitle{color:#6b7280;font-size:clamp(13px,1.1vw,16px);font-weight:400;line-height:1.4;margin:6px 0 0}.hscroll-arrows{display:flex;gap:10px;flex-shrink:0}.hscroll-arrow{width:38px;height:38px;border-radius:50%;background:#ff5c04;color:#fff;border:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,opacity .15s ease}.hscroll-arrow:hover:not(:disabled){background:#e44f00}.hscroll-arrow:disabled{opacity:.4;cursor:default}.hscroll-viewport{position:relative}.hscroll-track{display:flex;flex-wrap:nowrap;gap:var(--hscroll-gap, 20px);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:4px}.hscroll-track::-webkit-scrollbar{display:none}.hscroll-track{scrollbar-width:none}.hscroll-track>*{flex:0 0 var(--hscroll-card-w, 200px);scroll-snap-align:start;min-width:0}.hscroll-dots{display:flex;justify-content:center;gap:8px;margin-top:18px}.hscroll-dot{width:10px;height:10px;border-radius:50%;border:none;padding:0;background:#d9d9d9;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.hscroll-dot:hover{background:#b0b0b0}.hscroll-dot.active{background:#2b394e;transform:scale(1.1)}.tabs-wrap .tabs-box{background:#f5f7fa;border-radius:16px;padding:12px}.tabs-wrap .nav-pills{display:flex;flex-wrap:nowrap;gap:30px;align-items:center;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;list-style:none;margin:0;padding:0}.tabs-wrap .nav-pills::-webkit-scrollbar{display:none}.tabs-wrap .nav-item{flex:1 1 0}.tabs-wrap .nav-link{background:#fff;border:1px solid #E5EEF8;color:#b1b1b1;border-radius:10px;padding:23px 40px;font-weight:400;font-size:20px;transition:color .15s ease,border-color .15s ease,background-color .15s ease;box-shadow:none;width:100%;white-space:nowrap;cursor:pointer;text-align:center}.tabs-wrap .nav-link:hover{background:#2982d0;color:#fff;border-color:#2982d0}.tabs-wrap .nav-link.active{background:#2982d0;border-color:#2982d0;color:#fff;font-weight:600;box-shadow:none}.gallery-hero{position:relative;border-radius:20px;overflow:hidden;height:820px;margin-bottom:30px}.gallery-hero img{width:100%;height:100%;object-fit:cover;display:block}.gallery-hero-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#ff5c04;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;transition:background .2s;z-index:5}.gallery-hero-nav:hover{background:#fff}.gallery-hero-nav:hover svg path{stroke:#ff5c04}.gallery-hero-nav--prev{left:20px}.gallery-hero-nav--next{right:20px}.gallery-hero-nav svg{width:20px;height:20px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:30px}.gallery-grid-item{border-radius:20px;overflow:hidden;height:308px}.gallery-grid-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.gallery-grid-item:hover img{transform:scale(1.03)}.contests-section{padding-top:90px}.contests-kicker{color:#ff5c04;text-align:center;font-size:36px;font-weight:500;margin-bottom:4px}.contests-title{color:#2b394e;text-align:center;font-size:56px;font-weight:600;line-height:70px;margin-bottom:40px}.contests-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.contest-card{background:#f6f6f6;border-radius:20px;padding:30px;display:flex;gap:24px}.contest-card-img{width:380px;flex-shrink:0;border-radius:15px;overflow:hidden;height:280px}.contest-card-img img{width:100%;height:100%;object-fit:cover;display:block}.contest-card-content{display:flex;flex-direction:column;justify-content:center;gap:20px;flex:1}.contest-card-title{color:#2b394e;font-size:24px;font-weight:500;line-height:1.25}.contest-card-link{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-radius:12px;background:#ff5c04;color:#fff;font-size:18px;font-weight:500;text-decoration:none;transition:background .2s;width:100%;border:0}.contest-card-link:hover{background:#e55203;color:#fff}.gallery-mobile-filter{margin-bottom:20px;position:relative}.gallery-mobile-filter-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#2982d0;border:0;border-radius:12px;color:#fff;font-size:16px;font-weight:500;text-align:left;cursor:pointer}.gallery-mobile-filter-btn:hover{background:#1f6fb3}.gallery-mobile-dropdown{display:none;position:absolute;top:100%;left:0;right:0;z-index:20;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001f;margin-top:6px;padding:8px}.gallery-mobile-dropdown.open{display:block}.gallery-mobile-dropdown button{display:block;width:100%;text-align:left;background:none;border:0;padding:12px 16px;font-size:15px;font-weight:500;color:#2b394e;border-radius:8px;cursor:pointer}.gallery-mobile-dropdown button:hover{background:#f0f4fa}.gallery-mobile-dropdown button.active{background:#2982d0;color:#fff}@media (max-width: 991.98px){.gallery-hero{height:400px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:16px}.gallery-grid-item{height:220px}.contests-grid{grid-template-columns:1fr}.contests-kicker{font-size:20px}.contests-title{font-size:32px;line-height:1.25;margin-bottom:24px}}@media (max-width: 575.98px){.gallery-hero{height:250px}.gallery-grid{grid-template-columns:1fr}.gallery-grid-item{height:200px}.contest-card{flex-direction:column;padding:20px}.contest-card-img{width:100%;height:200px}.contest-card-title{font-size:20px}}.custom-order-section{margin-bottom:90px}.custom-order-hero-card{background:#f6f6f6;border-radius:24px;overflow:hidden;padding:clamp(28px,3.6vw,52px);box-shadow:0 16px 40px #1422360f}.custom-order-hero-media{position:relative;border-radius:16px;overflow:hidden;background:#f6f6f6;min-height:280px;height:100%}.custom-order-hero-media img{width:100%;height:100%;display:block;object-fit:cover}.custom-order-hero-text{padding-right:clamp(8px,1vw,18px)}.custom-order-hero-title{margin:0 0 12px;color:#2c3647;text-transform:uppercase;font-size:clamp(24px,2.25vw,38px);line-height:1.15;font-weight:700}.custom-order-hero-description{margin:0;color:#3f4a59;font-size:clamp(15px,1.05vw,18px);line-height:1.6}.custom-order-bottom-title{margin:34px 0 0;color:#353535;text-align:center;font-size:52px;font-weight:700;line-height:1.12}.custom-block-gap{margin-bottom:90px}.iz-slider{border-radius:20px;background:#f6f6f6;padding:14px}.iz-slider-main{position:relative;border-radius:14px;overflow:hidden;min-height:360px;background:#e9edf3}.iz-slider-image{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .42s ease}.iz-slider-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:0;background:#2982d0b8;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;z-index:2}.iz-slider-nav:hover{background:#2982d0eb}.iz-slider-nav.prev{left:16px}.iz-slider-nav.next{right:16px}.iz-slider-nav svg{width:20px;height:20px;fill:currentColor}.iz-slider-thumbs{margin-top:12px;display:flex;gap:10px;justify-content:center;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.iz-slider-thumb{border:2px solid transparent;border-radius:10px;overflow:hidden;padding:0;background:transparent;flex:0 0 94px;height:64px;cursor:pointer;opacity:.85;transition:border-color .24s,opacity .24s}.iz-slider-thumb:hover{opacity:1}.iz-slider-thumb.is-active{border-color:#ff5c04;opacity:1}.iz-slider-thumb img{width:100%;height:100%;object-fit:cover;display:block}.pav-model-card{background:#f6f6f6;border-radius:20px;padding:40px;display:flex;gap:30px}.iz-quality-copy-wrap{flex:1}.iz-quality-copy{color:#454545;font-size:32px;line-height:1.3;margin:0}.iz-quality-copy strong{display:block;color:#353535;font-weight:700;margin-top:2px;margin-bottom:2px}.iz-quality-slider-wrap{width:min(50%,720px);flex-shrink:0}.iz-cta-text{text-align:center;color:#2b394e;font-size:54px;line-height:1.15;font-weight:600;margin:0 0 24px}.iz-cta-wrap{text-align:center;margin-bottom:36px}.iz-cta-button{background:linear-gradient(135deg,#ff5c04,#ff7a1f);border-color:#ff5c04;box-shadow:0 16px 34px #ff5c045c;font-weight:700}.iz-cta-button:hover{transform:translateY(-3px);box-shadow:0 20px 40px #ff5c0473}@media (max-width: 991.98px){.custom-order-section{margin-bottom:50px}.custom-order-bottom-title{font-size:31px}.pav-model-card{flex-direction:column;padding:24px}.iz-quality-slider-wrap{width:100%}.iz-quality-copy{font-size:22px}.iz-cta-text{font-size:32px}.iz-slider-main{min-height:250px}}@media (max-width: 575.98px){.custom-order-bottom-title{font-size:23px}.custom-block-gap{margin-bottom:56px}.iz-quality-copy{font-size:18px}.iz-cta-text{font-size:25px}}.izosolar-page .catalog-hero{text-align:center}.izosolar-page .catalog-hero h1{color:#2b394e;font-size:clamp(28px,3.4vw,56px);font-weight:600;line-height:1.1;margin:0 0 60px}.izosolar-page .catalog-hero .market-lead{color:#ff5c04;font-size:clamp(18px,1.7vw,28px);font-weight:500;margin:0 0 30px}.izosolar-intro-section{margin:30px 0 60px}.izosolar-intro-card{background:#f6f6f6;border-radius:20px;padding:40px;display:grid;grid-template-columns:948fr 661fr;gap:30px;align-items:stretch}.izosolar-intro-image{border-radius:10px;overflow:hidden;min-height:420px}.izosolar-intro-image img{width:100%;height:100%;object-fit:cover;display:block}.izosolar-intro-content{display:flex;flex-direction:column;justify-content:center;gap:30px;padding:8px 0}.izosolar-intro-accent{display:block;width:69px;height:10px;background:#ff5c04;border-radius:0;margin:0}.izosolar-intro-content h2{color:#3a3a3a;font-size:clamp(20px,2vw,32px);font-weight:500;line-height:1.125;margin:0}.izosolar-intro-content p{color:#3a3a3a;font-size:clamp(16px,1.4vw,24px);font-weight:400;line-height:1.1;margin:0}.izosolar-section-title-block{margin:60px 0 30px;text-align:center}.izosolar-section-title-block .market-lead{color:#ff5c04;font-size:clamp(18px,1.6vw,24px);font-weight:500;margin-bottom:12px}.izosolar-section-title{color:#2b394e;font-size:clamp(28px,3.2vw,56px);font-weight:600;line-height:1.15;margin:0;text-align:center}.izosolar-products-section{margin:0 0 60px}.izosolar-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.izosolar-products-grid>*{min-width:0}.izosolar-product-card{background:#f6f6f6;border-radius:24px;padding:32px;display:flex;flex-direction:column;gap:24px;min-width:0;overflow-wrap:anywhere}.izosolar-product-image{border-radius:16px;overflow:hidden;aspect-ratio:488 / 341;background:#fff}.izosolar-product-image img{width:100%;height:100%;object-fit:cover;display:block}.izosolar-product-title{color:#2b394e;font-size:clamp(20px,1.6vw,26px);font-weight:600;line-height:1.2;margin:0}.izosolar-product-benefits{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.izosolar-product-benefits li{color:#2b394e;font-size:15px;line-height:1.4;padding:10px 0 10px 28px;border-bottom:1px solid #E2E6EB;position:relative}.izosolar-product-benefits li:before{content:"";position:absolute;left:0;top:14px;width:16px;height:12px;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12' fill='none'><path d='M1.5 6.5L6 11L14.5 1.5' stroke='%23FF5C04' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain}.izosolar-product-specs{display:flex;flex-direction:column;min-width:0}.izosolar-product-spec{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:4px 12px;padding:10px 0;border-bottom:1px solid #E2E6EB;font-size:14px;color:#2b394e}.izosolar-product-spec-label{color:#5a6a7a;flex-shrink:0}.izosolar-product-spec-value{font-weight:500;text-align:right;min-width:0;overflow-wrap:anywhere}.izosolar-page .izosolar-product-cta{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:100%;height:auto;padding:14px 18px;text-align:center;white-space:normal}.izosolar-banner-section{margin:60px 0}.izosolar-banner{position:relative;border-radius:20px;overflow:hidden;min-height:480px;background-size:cover;background-position:center;display:flex;align-items:flex-end;padding:40px}.izosolar-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 40%,#0000008c)}.izosolar-banner-overlay{position:relative;z-index:1;max-width:700px}.izosolar-banner-overlay h2{color:#fff;font-size:clamp(26px,3vw,48px);font-weight:600;line-height:1.15;margin:0}.izosolar-video-section{background:#f6f6f6;padding:60px 0;margin:60px 0 0}.izosolar-video-head{text-align:center;margin-bottom:40px}.izosolar-video-head .market-lead{color:#ff5c04;font-size:clamp(18px,1.6vw,24px);font-weight:500;margin-bottom:12px}.izosolar-video-wrap{max-width:1136px;margin:0 auto}.izosolar-video{display:block;width:100%;aspect-ratio:1136 / 590;border-radius:20px;background:#000;object-fit:cover}@media (max-width: 1199.98px){.izosolar-products-grid{grid-template-columns:1fr 1fr}}@media (max-width: 991.98px){.izosolar-intro-card{grid-template-columns:1fr;padding:24px;gap:20px}.izosolar-intro-image{min-height:220px;aspect-ratio:16 / 11}.izosolar-intro-content{gap:18px;padding:0}.izosolar-intro-content h2{font-size:clamp(20px,4.4vw,28px);line-height:1.2}.izosolar-intro-content p{font-size:clamp(15px,3.4vw,17px);line-height:1.45}.izosolar-banner{min-height:360px;padding:24px}}@media (max-width: 767.98px){.izosolar-page .catalog-hero h1{font-size:clamp(22px,5.4vw,32px)!important;line-height:1.25!important;margin:0 0 24px!important}.izosolar-page .catalog-hero .market-lead{font-size:16px!important;margin:0 0 12px!important}.izosolar-intro-section{margin:16px 0 32px}.izosolar-intro-card{padding:18px;border-radius:16px}.izosolar-intro-image{min-height:0;aspect-ratio:16 / 10;border-radius:12px}.izosolar-intro-content{gap:14px}.izosolar-intro-content h2{font-size:20px}.izosolar-intro-content p{font-size:14px}.izosolar-intro-accent{width:48px;height:6px}.izosolar-section-title-block{margin:32px 0 16px}.izosolar-section-title-block .market-lead{font-size:14px;margin-bottom:8px}.izosolar-section-title{font-size:clamp(22px,5.4vw,28px)}.izosolar-products-section{margin:0 0 32px}.izosolar-products-grid{grid-template-columns:1fr;gap:16px}.izosolar-product-card{padding:18px;gap:16px;border-radius:18px}.izosolar-product-image{aspect-ratio:16 / 11;border-radius:12px}.izosolar-product-title{font-size:18px;overflow-wrap:anywhere}.izosolar-product-benefits li{font-size:14px;padding:8px 0 8px 26px;overflow-wrap:anywhere}.izosolar-product-benefits li:before{top:11px}.izosolar-product-spec{font-size:13px;padding:8px 0}.izosolar-product-spec-value{text-align:left}.izosolar-page .izosolar-product-cta{padding:12px 16px;font-size:14px;height:auto}.izosolar-banner-section{margin:32px 0}.izosolar-banner{min-height:240px;padding:20px;border-radius:16px}.izosolar-banner-overlay h2{font-size:20px;line-height:1.25}.izosolar-video-section{padding:32px 0;margin-top:32px}.izosolar-video-head{margin-bottom:20px}.izosolar-video-head .market-lead{font-size:14px;margin-bottom:8px}.izosolar-video{border-radius:16px}}.termopool-page .catalog-hero{text-align:center}.termopool-page .catalog-hero h1{color:#2b394e;font-size:clamp(28px,3.4vw,56px);font-weight:600;line-height:1.1;margin:0 0 60px}.termopool-page .catalog-hero .market-lead{color:#ff5c04;font-size:clamp(18px,1.7vw,28px);font-weight:500;margin:0 0 30px}.termopool-intro-section{margin:30px 0 60px}.termopool-intro-card{background:#f6f6f6;border-radius:20px;padding:40px;display:grid;grid-template-columns:948fr 661fr;gap:30px;align-items:stretch}.termopool-intro-image{border-radius:10px;overflow:hidden;min-height:420px}.termopool-intro-image img{width:100%;height:100%;object-fit:cover;display:block}.termopool-intro-content{display:flex;flex-direction:column;justify-content:center;gap:30px;padding:8px 0}.termopool-intro-accent{display:block;width:69px;height:10px;background:#ff5c04;border-radius:0;margin:0}.termopool-intro-content p{color:#3a3a3a;font-size:clamp(16px,1.4vw,24px);font-weight:400;line-height:1.1;margin:0}.termopool-intro-content strong{color:#3a3a3a;font-weight:500}.termopool-section-title-block{margin:50px 0 30px;text-align:center}.termopool-section-title-block .market-lead{color:#ff5c04;font-size:clamp(20px,2.1vw,36px);font-weight:500;margin:0 0 15px;line-height:1.2}.termopool-section-title{color:#2b394e;font-size:clamp(32px,3.8vw,64px);font-weight:600;line-height:1.09;margin:0;text-align:center}.termopool-warning{color:#404040;font-size:clamp(18px,1.9vw,32px);font-weight:400;line-height:1.19;margin:30px auto 0;max-width:1100px;text-align:center}.termopool-features-section{margin:0 0 60px}.termopool-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.termopool-feature-card{background:#f6f6f6;border-radius:20px;padding:32px;display:flex;flex-direction:column;gap:32px;min-height:200px}.termopool-feature-icon{width:48px;height:48px;color:#ff5c04;display:inline-flex;align-items:center;justify-content:flex-start}.termopool-feature-icon svg{width:100%;height:100%}.termopool-feature-text{color:#454545;font-size:clamp(16px,1.4vw,24px);font-weight:600;line-height:1.17;margin:0}.termopool-detail-section{margin:0 0 60px}.termopool-detail-card{background:#f6f6f6;border-radius:20px;padding:40px;display:grid;grid-template-columns:843fr 1138fr;gap:30px;align-items:stretch}.termopool-detail-text{display:flex;flex-direction:column;justify-content:center;gap:32px}.termopool-detail-text h2{color:#3a3a3a;font-size:clamp(24px,2.3vw,36px);font-weight:600;line-height:1.06;margin:0}.termopool-detail-text-body{display:flex;flex-direction:column;gap:26px}.termopool-detail-text p{color:#3a3a3a;font-size:clamp(16px,1.4vw,24px);font-weight:400;line-height:1.1;margin:0}.termopool-detail-image{border-radius:10px;overflow:hidden;min-height:480px}.termopool-detail-image img{width:100%;height:100%;object-fit:cover;display:block}.termopool-thickness-section{margin:0 0 60px}.termopool-thickness-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.termopool-thickness-card{background:#f6f6f6;border-radius:20px;padding:32px;display:flex;flex-direction:column;align-items:stretch;gap:32px}.termopool-thickness-image{border-radius:5px;overflow:hidden;background:#fff;aspect-ratio:488 / 341;display:flex;align-items:center;justify-content:center;padding:24px}.termopool-thickness-image img{max-width:100%;max-height:100%;object-fit:contain;display:block}.termopool-thickness-label{color:#454545;font-size:clamp(16px,1.4vw,24px);font-weight:600;line-height:1.17;text-align:left}.termopool-gallery-section{margin:0 0 60px}.termopool-gallery-wide{border-radius:20px;overflow:hidden;margin-bottom:32px;aspect-ratio:1719 / 627}.termopool-gallery-wide img{width:100%;height:100%;object-fit:cover;display:block}.termopool-gallery-duo{display:grid;grid-template-columns:1fr 1fr;gap:32px}.termopool-gallery-item{border-radius:20px;overflow:hidden;aspect-ratio:844 / 627}.termopool-gallery-item img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 1199.98px){.termopool-features-grid{grid-template-columns:repeat(2,1fr)}.termopool-thickness-grid{grid-template-columns:1fr 1fr}}@media (max-width: 991.98px){.termopool-intro-card,.termopool-detail-card{grid-template-columns:1fr;padding:24px;gap:20px}.termopool-intro-image{min-height:220px;aspect-ratio:16 / 11}.termopool-detail-image{min-height:240px;aspect-ratio:16 / 11;order:-1}.termopool-intro-content{gap:18px;padding:0}.termopool-intro-content p{font-size:clamp(15px,3.4vw,17px);line-height:1.45}.termopool-detail-text{gap:18px}.termopool-detail-text h2{font-size:clamp(22px,4.6vw,30px);line-height:1.2}.termopool-detail-text-body{gap:16px}.termopool-detail-text p{font-size:clamp(15px,3.4vw,17px);line-height:1.45}}@media (max-width: 767.98px){.termopool-page .catalog-hero h1{font-size:clamp(22px,5.4vw,32px)!important;line-height:1.25!important;margin:0 0 24px!important}.termopool-page .catalog-hero .market-lead{font-size:16px!important;margin:0 0 12px!important}.termopool-intro-section{margin:16px 0 32px}.termopool-section-title-block{margin:24px 0 16px}.termopool-features-section,.termopool-detail-section,.termopool-thickness-section,.termopool-gallery-section{margin:0 0 32px}.termopool-intro-card{padding:18px;border-radius:16px;gap:16px}.termopool-intro-image{aspect-ratio:16 / 10;border-radius:12px;min-height:0}.termopool-intro-content{gap:14px}.termopool-intro-content p{font-size:14px;line-height:1.45}.termopool-intro-accent{width:48px;height:6px}.termopool-section-title-block .market-lead{font-size:14px;margin-bottom:8px}.termopool-section-title{font-size:clamp(22px,5.4vw,28px);line-height:1.2}.termopool-warning{font-size:14px;line-height:1.4;margin-top:16px}.termopool-features-grid{grid-template-columns:1fr;gap:12px}.termopool-feature-card{min-height:0;padding:18px;gap:14px;border-radius:16px;flex-direction:row;align-items:center}.termopool-feature-icon{width:36px;height:36px;flex-shrink:0}.termopool-feature-text{font-size:15px;line-height:1.3}.termopool-detail-card{padding:18px;border-radius:16px;gap:16px}.termopool-detail-image{aspect-ratio:16 / 10;min-height:0;border-radius:12px}.termopool-detail-text{gap:14px}.termopool-detail-text h2{font-size:20px}.termopool-detail-text-body{gap:12px}.termopool-detail-text p{font-size:14px}.termopool-thickness-grid{grid-template-columns:1fr;gap:12px}.termopool-thickness-card{padding:16px;gap:16px;border-radius:16px}.termopool-thickness-image{padding:16px;border-radius:10px;aspect-ratio:16 / 9}.termopool-thickness-label{font-size:15px}.termopool-gallery-wide{margin-bottom:12px;aspect-ratio:4 / 3;border-radius:16px}.termopool-gallery-duo{grid-template-columns:1fr;gap:12px}.termopool-gallery-item{aspect-ratio:4 / 3;border-radius:16px}}.frostlock-page .catalog-hero{text-align:center}.frostlock-page .catalog-hero h1{color:#2b394e;font-size:clamp(28px,3.4vw,56px);font-weight:600;line-height:1.1;margin:0 0 60px}.frostlock-page .catalog-hero .market-lead{color:#ff5c04;font-size:clamp(18px,1.7vw,28px);font-weight:500;margin:0 0 30px}.frostlock-intro-section{margin:30px 0 60px}.frostlock-intro-card{background:#f6f6f6;border-radius:24px;padding:clamp(24px,3vw,40px);display:grid;grid-template-columns:948fr 661fr;gap:30px;align-items:stretch}.frostlock-intro-image{border-radius:16px;overflow:hidden;min-height:420px}.frostlock-intro-image img{width:100%;height:100%;object-fit:cover;display:block}.frostlock-intro-content{display:flex;flex-direction:column;justify-content:center;gap:26px;padding:8px 0}.frostlock-intro-accent{display:block;width:69px;height:10px;background:#ff5c04;border-radius:0;margin-bottom:4px}.frostlock-intro-content p{color:#3a3a3a;font-size:clamp(16px,1.4vw,24px);line-height:1.1;font-weight:400;margin:0}.frostlock-intro-content strong{color:#3a3a3a;font-weight:500}.frostlock-detail-section{margin:0 0 60px}.frostlock-detail-grid{display:grid;grid-template-columns:1064fr 583fr;gap:32px;align-items:stretch}.frostlock-detail-card{background:#f6f6f6;border-radius:20px;padding:40px;display:flex;flex-direction:column;gap:48px}.frostlock-detail-card h2{color:#3a3a3a;font-size:clamp(24px,2.3vw,36px);font-weight:600;line-height:1.06;margin:0;max-width:480px}.frostlock-detail-text{display:flex;flex-direction:column;gap:34px}.frostlock-detail-card p{color:#3a3a3a;font-size:clamp(16px,1.7vw,28px);font-weight:400;line-height:1.21;margin:0}.frostlock-detail-card p strong{color:#3a3a3a;font-weight:500}.frostlock-detail-images{display:grid;grid-template-rows:1fr 1fr;gap:32px;min-height:0}.frostlock-detail-image{border-radius:24px;overflow:hidden;background:#f6f6f6}.frostlock-detail-image img{width:100%;height:100%;object-fit:cover;display:block}.frostlock-section-title-block{margin:50px 0 30px;text-align:center}.frostlock-section-title-block .market-lead{color:#ff5c04;font-size:clamp(18px,1.6vw,24px);font-weight:500;margin-bottom:12px}.frostlock-section-title{color:#2b394e;font-size:clamp(28px,3.2vw,56px);font-weight:600;line-height:1.15;margin:0;text-align:center}.frostlock-warning{color:#2b394e;font-size:clamp(18px,1.6vw,28px);font-weight:500;line-height:1.4;margin:30px auto 0;max-width:1100px;text-align:center}.frostlock-features-section{margin:0 0 60px}.frostlock-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.frostlock-feature-card{background:#f6f6f6;border-radius:20px;padding:32px;display:flex;flex-direction:column;gap:24px;min-height:200px}.frostlock-feature-icon{width:56px;height:56px;border-radius:14px;background:#fff;color:#ff5c04;display:inline-flex;align-items:center;justify-content:center}.frostlock-feature-text{color:#2b394e;font-size:clamp(15px,1.1vw,18px);font-weight:500;line-height:1.35;margin:0}.frostlock-gallery-section{margin:0 0 60px}.frostlock-gallery-wide{border-radius:24px;overflow:hidden;margin-bottom:32px;aspect-ratio:1719 / 814}.frostlock-gallery-wide img{width:100%;height:100%;object-fit:cover;display:block}.frostlock-gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.frostlock-gallery-item{border-radius:24px;overflow:hidden;aspect-ratio:844 / 627}.frostlock-gallery-item img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 1199.98px){.frostlock-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 991.98px){.frostlock-intro-card,.frostlock-detail-grid{grid-template-columns:1fr;gap:20px}.frostlock-intro-card{padding:24px}.frostlock-detail-card{padding:24px;gap:24px}.frostlock-intro-image{min-height:220px;aspect-ratio:16 / 11}.frostlock-detail-images{grid-template-rows:auto auto}.frostlock-detail-image{aspect-ratio:543 / 274}.frostlock-intro-content{gap:18px;padding:0}.frostlock-intro-content p{font-size:clamp(15px,3.4vw,17px);line-height:1.45}.frostlock-detail-card h2{font-size:clamp(22px,4.6vw,30px);line-height:1.2;max-width:none}.frostlock-detail-text{gap:18px}.frostlock-detail-card p{font-size:clamp(15px,3.4vw,17px);line-height:1.45}}@media (max-width: 767.98px){.frostlock-page .catalog-hero h1{font-size:clamp(22px,5.4vw,32px)!important;line-height:1.25!important;margin:0 0 24px!important}.frostlock-page .catalog-hero .market-lead{font-size:16px!important;margin:0 0 12px!important}.frostlock-intro-section{margin:16px 0 32px}.frostlock-section-title-block{margin:24px 0 16px}.frostlock-detail-section,.frostlock-features-section,.frostlock-gallery-section{margin:0 0 32px}.frostlock-intro-card{padding:18px;border-radius:16px;gap:16px}.frostlock-intro-image{aspect-ratio:16 / 10;border-radius:12px;min-height:0}.frostlock-intro-content{gap:14px}.frostlock-intro-content p{font-size:14px;line-height:1.45}.frostlock-intro-accent{width:48px;height:6px}.frostlock-detail-card{padding:18px;border-radius:16px;gap:18px}.frostlock-detail-card h2{font-size:20px}.frostlock-detail-text{gap:14px}.frostlock-detail-card p{font-size:14px}.frostlock-detail-images{gap:12px}.frostlock-detail-image{aspect-ratio:16 / 9;border-radius:16px}.frostlock-section-title-block .market-lead{font-size:14px;margin-bottom:8px}.frostlock-section-title{font-size:clamp(22px,5.4vw,28px);line-height:1.2}.frostlock-warning{font-size:14px;line-height:1.4;margin-top:16px}.frostlock-features-mobile{margin-top:8px}.frostlock-features-scroller .hscroll-track{padding-left:4px;padding-right:4px}.frostlock-features-scroller .frostlock-feature-card{min-height:184px;padding:20px;gap:16px;border-radius:18px;flex-direction:column;align-items:flex-start;justify-content:space-between;background:#f6f6f6}.frostlock-features-scroller .frostlock-feature-icon{width:48px;height:48px;border-radius:12px}.frostlock-features-scroller .frostlock-feature-icon svg{width:28px;height:28px}.frostlock-features-scroller .frostlock-feature-text{font-size:16px;line-height:1.3;color:#2b394e}.frostlock-gallery-wide{margin-bottom:12px;aspect-ratio:4 / 3;border-radius:16px}.frostlock-gallery-grid{grid-template-columns:1fr 1fr;gap:10px}.frostlock-gallery-item{aspect-ratio:1 / 1;border-radius:14px}.frostlock-winter-title{font-size:clamp(22px,6vw,30px);line-height:1.2}}.aqua-park-page,.aqua-park-page .catalog-head{background:#fff}.aqua-park-page .catalog-hero h1{font-size:clamp(36px,4.4vw,64px);line-height:1.1;font-weight:600}.aqua-hero-card{background:#f6f6f6;border-radius:24px;padding:clamp(24px,3vw,48px);display:flex;gap:30px;align-items:stretch;margin-bottom:40px}.aqua-hero-card .hero-image{border-radius:16px;overflow:hidden;flex-shrink:0}.aqua-hero-card .hero-image img,.aqua-hero-card .hero-image video{width:100%;height:100%;object-fit:cover;display:block}.aqua-hero-card .hero-text{flex:1;display:flex;flex-direction:column;justify-content:center;gap:16px}.aqua-hero-card .hero-text p{color:#3a3a3a;font-size:clamp(15px,1.1vw,18px);line-height:1.6;margin:0}.aqua-hero-card .hero-thumbs{display:flex;gap:12px;margin-top:12px;flex-wrap:wrap}.aqua-hero-card .hero-thumbs .hero-thumb-btn{border:0;padding:0;background:transparent;cursor:pointer;width:210px;height:136px;border-radius:12px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.aqua-hero-card .hero-thumbs .hero-thumb-btn:hover{transform:scale(1.04);box-shadow:0 6px 18px #00000026}.aqua-hero-card .hero-thumbs .hero-thumb-btn:focus-visible{outline:2px solid #FF5C04;outline-offset:2px}.aqua-hero-card .hero-thumbs .hero-thumb-btn img{width:100%;height:100%;object-fit:cover;display:block}.aqua-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:none;align-items:center;justify-content:center;z-index:9999}.aqua-lightbox.active{display:flex}.aqua-lightbox img{max-width:92%;max-height:90vh;border-radius:12px;object-fit:contain}.aqua-lightbox-close,.aqua-lightbox-nav{position:absolute;width:48px;height:48px;border-radius:50%;background:#ffffff26;color:#fff;border:0;cursor:pointer;font-size:22px;display:flex;align-items:center;justify-content:center;transition:background .2s}.aqua-lightbox-close{top:20px;right:24px}.aqua-lightbox-nav{top:50%;transform:translateY(-50%)}.aqua-lightbox-nav.prev{left:20px}.aqua-lightbox-nav.next{right:20px}.aqua-lightbox-close:hover,.aqua-lightbox-nav:hover{background:#ffffff4d}.aqua-lightbox-counter{position:absolute;bottom:20px;left:50%;transform:translate(-50%);color:#fff;font-size:14px;background:#0006;padding:6px 14px;border-radius:999px}.aqua-hero-card .accent-bar{width:69px;height:10px;background:#ff5c04;border-radius:2px;margin-bottom:8px}.aqua-hero-card .standards{color:#2b394e;font-weight:600;font-size:clamp(14px,1vw,18px)}.section-title-block{text-align:center;margin-bottom:40px}.section-title-block .kicker{color:#ff5c04;font-size:36px;font-weight:500;margin-bottom:4px}.section-title-block h2{color:#2b394e;font-size:clamp(28px,3vw,56px);font-weight:600;line-height:1.15}.section-title-block .section-desc{color:#3a3a3a;font-size:clamp(16px,1.2vw,20px);line-height:1.5;max-width:900px;margin:16px auto 0}.gallery-block .gallery-big{border-radius:20px;overflow:hidden;margin-bottom:20px}.gallery-block .gallery-big img{width:100%;height:auto;display:block;object-fit:cover}.gallery-block .gallery-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gallery-block .gallery-item{border-radius:16px;overflow:hidden}.gallery-block .gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.btn-orange{display:inline-flex;align-items:center;justify-content:center;background:#ff5c04;color:#fff;border:0;border-radius:15px;padding:16px 32px;font-size:clamp(16px,1.2vw,20px);font-weight:500;text-decoration:none;transition:background .2s;cursor:pointer}.btn-orange:hover{background:#e55203;color:#fff}.btn-orange-lg{padding:20px 60px;font-size:clamp(16px,1.3vw,24px);height:76px}.btn-outline-dark-custom{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#2b394e;border:2px solid #2B394E;border-radius:10px;padding:12px 24px;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s}.btn-outline-dark-custom:hover{background:#2b394e;color:#fff}.orange-banner{background:#f6f6f6;color:#404040;text-align:center;font-size:clamp(16px,1.6vw,24px);font-weight:500;line-height:28px;padding:18px 20px}.pricing-card{background:#f6f6f6;border-radius:20px;overflow:hidden;display:flex;flex-direction:row;align-items:stretch;padding:20px;gap:24px}.pricing-card .card-img{flex:0 0 calc(50% - 12px);min-height:320px;background:#fff;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center}.pricing-card .card-img img{width:100%;height:100%;object-fit:contain;display:block}.pricing-card .card-body-inner{flex:1;padding:10px 10px 10px 0;display:flex;flex-direction:column;gap:20px;min-width:0}.pricing-card .card-head{display:flex;flex-direction:column;gap:4px}.pricing-card .card-title-name{font-size:clamp(20px,1.6vw,24px);font-weight:600;color:#2b394e;margin:0}.pricing-card .card-title-sub{font-size:16px;font-weight:600;color:#ff5c04;margin:0}.pricing-card .card-price{font-size:clamp(28px,2.6vw,36px);font-weight:600;color:#2b394e;margin:6px 0 0}.pricing-card .card-details{display:flex;flex-direction:column;gap:12px;border-top:1px solid #FFD3B5;padding-top:18px}.pricing-card .detail-item{display:flex;flex-direction:column;gap:2px}.pricing-card .detail-label{color:#6b7280;font-size:13px;margin:0;line-height:1.4}.pricing-card .detail-value{color:#2b394e;font-weight:500;font-size:14px;margin:0}.pricing-card .pricing-card-cta{margin-top:auto;height:45px;border-radius:12px;width:100%}.features-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:30px;align-items:start}.features-gallery .feature-item{border-radius:20px;overflow:hidden}.features-gallery .feature-item img{width:100%;height:auto;display:block}.features-list{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.features-list .feat-col{display:flex;flex-direction:column;gap:12px}.features-list .feat-item{display:flex;gap:8px;align-items:flex-start;font-size:clamp(14px,1vw,18px);color:#2b394e;line-height:1.45;margin:0}.features-list .feat-num{color:#ff5c04;font-weight:600;font-size:clamp(14px,1vw,18px);flex-shrink:0}.slide-cards-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.slide-card{background:#f6f6f6;border-radius:20px;overflow:hidden;display:flex;flex-direction:column}.slide-card .slide-img{height:240px;padding:24px 24px 0;display:flex;align-items:center;justify-content:center}.slide-card .slide-img img{width:100%;height:100%;object-fit:contain;display:block}.slide-card .slide-info{padding:20px 24px 0}.slide-card .slide-name{font-size:20px;font-weight:600;color:#2b394e;margin:0}.slide-card .slide-btns{padding:16px 24px 24px;display:flex;flex-direction:row;gap:10px;margin-top:auto}.slide-card .slide-btns>*{flex:1}.climb-big-image{border-radius:20px;overflow:hidden}.climb-big-image img{width:100%;height:auto;display:block}.climb-content{display:flex;gap:30px;align-items:stretch}.climb-left{flex:1;display:flex;flex-direction:column}.climb-left h3{color:#2b394e;font-size:clamp(20px,1.8vw,28px);font-weight:600;margin-bottom:16px}.climb-bullets{list-style:none;padding:0;margin:0 0 30px}.climb-bullets li{position:relative;padding-left:22px;margin-bottom:10px;color:#2b394e;font-size:clamp(14px,1vw,18px);line-height:1.5}.climb-bullets li:before{content:"";position:absolute;left:4px;top:.7em;width:6px;height:6px;border-radius:50%;background:#2b394e}.climb-product{background:#f6f6f6;border-radius:20px;padding:40px;display:flex;flex-direction:column;gap:16px;margin-top:auto}.climb-product-img{border-radius:12px;overflow:hidden;height:295px;background:#fff}.climb-product-img img{width:100%;height:100%;object-fit:contain;display:block}.climb-product-price{color:#2b394e;font-size:clamp(24px,2vw,32px);font-weight:600;margin:8px 0 0}.climb-product-specs{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.climb-product-specs li{color:#3a3a3a;font-size:clamp(14px,1.2vw,16px);line-height:1.5}.climb-product-cta{height:56px;width:100%;margin-top:8px}.climb-right{flex:1;display:flex;flex-direction:column;gap:16px}.climb-main-video{border-radius:16px;overflow:hidden;flex:1;min-height:360px}.climb-main-video video{width:100%;height:100%;display:block}.climb-thumbs{display:flex;gap:16px}.climb-thumbs img{flex:1;min-width:0;height:240px;border-radius:12px;object-fit:cover;display:block}.waterfall-row{display:flex;gap:30px;align-items:stretch}.waterfall-row .wf-card{flex:1;min-width:0;background:#f6f6f6;border-radius:20px;padding:40px;display:flex;flex-direction:column;gap:20px}.waterfall-row .wf-card .wf-intro{color:#2b394e;font-size:clamp(15px,1.1vw,18px);line-height:1.6;margin:0}.waterfall-row .wf-card .wf-features{display:flex;flex-direction:column;gap:12px}.waterfall-row .wf-card .wf-features p{color:#2b394e;font-size:clamp(14px,1vw,16px);line-height:1.5;margin:0}.waterfall-row .wf-card .wf-features strong{color:#ff5c04;margin-right:6px;font-weight:600}.waterfall-row .wf-card .wf-cta{margin-top:auto;height:67px;width:100%;border-radius:12px}.waterfall-row .wf-img{flex:1;min-width:0;border-radius:20px;overflow:hidden}.waterfall-row .wf-img img{width:100%;height:100%;object-fit:cover;display:block}.mushroom-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.mushroom-card{background:#f6f6f6;border-radius:20px;overflow:hidden;display:flex;flex-direction:row;align-items:stretch}.mushroom-card .mush-img{flex:0 0 50%;display:flex;align-items:center;justify-content:center;padding:24px;min-height:280px}.mushroom-card .mush-img img{width:100%;height:100%;object-fit:contain;display:block}.mushroom-card .mush-body{flex:1;min-width:0;padding:28px 28px 28px 0;display:flex;flex-direction:column;gap:16px}.mushroom-card .mush-head{display:flex;flex-direction:column;gap:8px}.mushroom-card .mush-name{font-size:clamp(18px,1.4vw,22px);font-weight:500;color:#2b394e;margin:0}.mushroom-card .mush-price{font-size:clamp(20px,1.7vw,26px);font-weight:500;color:#2b394e;margin:0}.mushroom-card .mush-btns{margin-top:auto;display:flex;flex-direction:column;gap:10px}.mushroom-card .mush-btn-primary{height:45px;border-radius:999px;padding:0 24px;font-size:14px}.mushroom-card .mush-btn-outline{height:45px;border-radius:999px;padding:0 24px;border-width:1px;font-size:14px}.trampoline-row{display:flex;gap:30px;align-items:stretch}.trampoline-card{flex:1;min-width:0;display:flex;flex-direction:column;gap:30px}.trampoline-card .tramp-content{display:flex;flex-direction:column;gap:20px}.trampoline-card .tramp-intro{color:#2b394e;font-size:clamp(15px,1.1vw,18px);line-height:1.6;margin:0}.trampoline-card .tramp-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.trampoline-card .tramp-bullets li{position:relative;padding-left:22px;color:#2b394e;font-size:clamp(14px,1vw,16px);font-weight:600;line-height:1.5}.trampoline-card .tramp-bullets li:before{content:"";position:absolute;left:4px;top:.65em;width:6px;height:6px;border-radius:50%;background:#2b394e}.trampoline-card .tramp-btns{margin-top:auto;display:flex;flex-direction:column;gap:12px}.trampoline-card .tramp-btns>*{height:67px;width:100%;border-radius:12px}.trampoline-img{flex:1;min-width:0;border-radius:20px;overflow:hidden}.trampoline-img img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 991.98px){.aqua-hero-card{flex-direction:column}.aqua-hero-card .hero-image{width:100%!important;max-width:100%!important;height:300px!important}.features-gallery{grid-template-columns:repeat(3,1fr)}.features-list{grid-template-columns:repeat(2,1fr)}.slide-cards-row{grid-template-columns:1fr}.climb-content{flex-direction:column}.climb-product{margin-top:0;padding:24px}.climb-product-img{height:240px}.climb-main-video{min-height:280px}.climb-thumbs img{height:180px}.waterfall-row{flex-direction:column}.waterfall-row .wf-img{height:320px}.mushroom-cards{grid-template-columns:1fr}.mushroom-card{flex-direction:column}.mushroom-card .mush-img{flex:0 0 auto;min-height:0;height:280px}.mushroom-card .mush-body{padding:0 24px 24px}.trampoline-row{flex-direction:column}.section-title-block .kicker{font-size:28px}.pricing-card{flex-direction:column}.pricing-card .card-img{flex:0 0 auto;height:280px;min-height:0}}@media (max-width: 575.98px){.features-gallery{grid-template-columns:repeat(2,1fr)}.features-list,.gallery-block .gallery-row{grid-template-columns:1fr}.section-title-block .kicker{font-size:22px}}.coping-hero-section{margin:40px 0}.coping-hero{background:url(/prod/media/coping/hero.png) center/cover no-repeat;border-radius:20px;min-height:500px;position:relative;display:flex;align-items:flex-end;padding:40px}.coping-hero-card{background:#ffffffeb;border-radius:16px;padding:32px;max-width:600px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.coping-hero-card h2{color:#2b394e;font-size:clamp(24px,2.5vw,36px);font-weight:600;margin-bottom:16px}.coping-hero-card p{color:#3a3a3a;font-size:clamp(14px,1vw,17px);line-height:1.6;margin:0 0 12px}.coping-compare-section{padding:0 0 40px}.coping-compare-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.coping-compare-block{background:#f6f6f6;border-radius:20px;overflow:hidden}.coping-compare-block img{width:100%;height:100%;object-fit:cover;display:block;border-radius:14px}.coping-compare-block--labeled{display:flex;align-items:center;padding:0;gap:0}.coping-compare-block--labeled .block-label{flex:0 0 38%;padding:24px;font-size:18px;font-weight:400;color:#2b394e;line-height:1.35}.coping-compare-block--labeled .block-img{flex:1;min-width:0;align-self:stretch}.coping-compare-block--labeled .block-img img{border-radius:0}.coping-compare-block--duo{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:12px}.coping-catalog-section{background:#fff;padding:50px 0 60px}.coping-catalog-title{color:#2b394e;font-size:clamp(28px,3vw,48px);font-weight:600;text-align:center;margin-bottom:40px;line-height:1.2}.coping-categories{display:flex;flex-direction:column;gap:24px}.catalog-category-card{background:#f6f6f6;border-radius:20px;padding:40px}.catalog-category-card h3{color:#2b394e;font-size:28px;font-weight:700;margin-bottom:8px;line-height:1.2}.catalog-category-card .catalog-category-desc{color:#5a6a7a;font-size:16px;line-height:1.5;margin-bottom:24px}.catalog-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.catalog-product-card{background:#fff;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 8px #0000000a;transition:transform .15s ease,box-shadow .15s ease}.catalog-product-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000014}.catalog-product-image{height:160px;display:flex;align-items:center;justify-content:center;padding:18px;background:#fff}.catalog-product-image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.catalog-product-name{padding:18px 20px;color:#2b394e;font-size:15px;font-weight:400;line-height:1.3;border-top:1px solid #F0F0F0}@media (max-width: 991.98px){.coping-hero{min-height:400px}.coping-compare-grid{grid-template-columns:repeat(2,1fr);gap:12px}.coping-compare-block--labeled .block-label{font-size:14px;padding:16px}.coping-compare-block--duo{gap:8px;padding:8px}.catalog-category-card{padding:24px}.catalog-category-card h3{font-size:22px}.catalog-category-card .catalog-category-desc{font-size:14px}.catalog-products-grid{grid-template-columns:repeat(3,1fr);gap:16px}.catalog-product-image{height:140px;padding:14px}.catalog-product-name{padding:14px 16px;font-size:14px}}@media (max-width: 767.98px){.coping-compare-grid{grid-template-columns:1fr 1fr}.catalog-products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.catalog-product-image{height:120px;padding:12px}.catalog-product-name{padding:12px 14px;font-size:13px}}@media (max-width: 575.98px){.coping-hero{min-height:300px;padding:20px}}.trainer-intro-section{margin:60px 0}.trainer-intro-card{text-align:center;max-width:900px;margin:0 auto}.trainer-intro-title{color:#2b394e;font-size:clamp(24px,3vw,48px);font-weight:700;text-transform:uppercase;margin-bottom:20px}.trainer-intro-copy{color:#3a3a3a;font-size:clamp(16px,1.2vw,20px);line-height:1.6}.solmar-about-section{margin-bottom:60px}.solmar-about-card{background:#f6f6f6;border-radius:20px;padding:40px}.solmar-about-grid{display:flex;gap:40px;align-items:center;width:100%}.solmar-about-text{flex:1 1 50%;min-width:0}.solmar-about-text p{color:#3a3a3a;font-size:clamp(15px,1.1vw,18px);line-height:1.6;margin:0 0 16px}.solmar-about-text strong{color:#2b394e;font-size:clamp(18px,1.4vw,24px)}.solmar-about-media{flex:1 1 50%;min-width:0}.solmar-about-media img{width:100%;height:auto;border-radius:16px;display:block}.solmar-cta-section{margin:60px 0;text-align:center}.solmar-cta-wrap{display:inline-block}.whyfranmer-content-wrap{margin-bottom:30px}.whyfranmer-hero-card{border-radius:20px;overflow:hidden}.whyfranmer-hero-card video{width:100%;display:block;border-radius:20px}@media (max-width: 991.98px){.solmar-about-grid{flex-direction:column}}.techroom-content-wrap{margin-bottom:40px}.techroom-hero-card{background:#f6f6f6;border-radius:24px;padding:clamp(24px,3vw,48px);display:flex;gap:30px;align-items:stretch}.techroom-hero-image{flex:1;border-radius:16px;overflow:hidden;min-height:300px}.techroom-hero-image img{width:100%;height:100%;object-fit:cover;display:block}.techroom-hero-image-mobile{display:none}.techroom-hero-content{flex:1;display:flex;flex-direction:column;justify-content:center;gap:16px}.techroom-hero-accent{width:60px;height:4px;background:#ff5c04;border-radius:2px}.techroom-hero-content p{color:#3a3a3a;font-size:clamp(15px,1.1vw,18px);line-height:1.6;margin:0}.techroom-section-title{text-align:center;margin-bottom:40px}.techroom-section-title h2{color:#2b394e;font-size:clamp(28px,3vw,48px);font-weight:600}.techroom-construction-card{background:#f6f6f6;border-radius:24px;padding:clamp(24px,3vw,48px);display:flex;gap:30px;align-items:stretch}.techroom-construction-image{flex:1;border-radius:16px;overflow:hidden}.techroom-construction-image img{width:100%;height:100%;object-fit:cover;display:block}.techroom-construction-image-mobile{display:none}.techroom-construction-content{flex:1;display:flex;flex-direction:column;justify-content:center}.techroom-construction-content p{color:#3a3a3a;font-size:clamp(15px,1.1vw,18px);line-height:1.6;margin:0 0 16px}.techroom-construction-content .subtitle{color:#ff5c04;font-size:24px;font-weight:600;margin-top:16px}.techroom-construction-content .desc p{color:#3a3a3a}.techroom-variants-title{text-align:center;margin-bottom:30px}.techroom-variants-title h2{color:#2b394e;font-size:clamp(24px,2.5vw,40px);font-weight:600}.techroom-variants-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.techroom-variant-card{background:#f6f6f6;border-radius:20px;overflow:hidden}.techroom-variant-inner{display:flex;flex-direction:column;height:100%}.techroom-variant-image{height:280px;overflow:hidden}.techroom-variant-image img{width:100%;height:100%;object-fit:cover;display:block}.techroom-variant-info{padding:24px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.techroom-variant-text h3{color:#2b394e;font-size:22px;font-weight:600;margin-bottom:12px}.techroom-variant-text p{color:#3a3a3a;font-size:15px;line-height:1.6;margin:0}.techroom-variant-btn{display:inline-flex;align-items:center;justify-content:center;background:#ff5c04;color:#fff;border:0;border-radius:12px;padding:14px 24px;font-size:16px;font-weight:500;text-decoration:none;margin-top:16px;transition:background .2s}.techroom-variant-btn:hover{background:#e55203;color:#fff}.techroom-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.techroom-gallery-item{border-radius:16px;overflow:hidden;height:280px}.techroom-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.techroom-gallery-item:hover img{transform:scale(1.03)}@media (max-width: 991.98px){.techroom-hero-card{flex-direction:column}.techroom-hero-image{display:none}.techroom-hero-image-mobile{display:block;border-radius:16px;overflow:hidden}.techroom-hero-image-mobile img{width:100%;height:auto;display:block}.techroom-construction-card{flex-direction:column}.techroom-construction-image{display:none}.techroom-construction-image-mobile{display:block;border-radius:16px;overflow:hidden}.techroom-construction-image-mobile img{width:100%;height:auto;display:block}.techroom-variants-grid{grid-template-columns:1fr}.techroom-gallery{grid-template-columns:repeat(2,1fr)}}@media (max-width: 575.98px){.techroom-gallery{grid-template-columns:1fr}}.technology-page{background:#fff}.tech-main-card{background:#f6f6f6;border-radius:20px;padding:20px;display:flex;gap:20px;align-items:flex-start;overflow:hidden}.tech-main-image{flex:0 0 64%;border-radius:15px;overflow:hidden}.tech-main-image img{width:100%;height:100%;object-fit:cover;display:block}.tech-layers-list{flex:1;display:flex;flex-direction:column;gap:12px;justify-content:center}.tech-layer-item{display:flex;align-items:center;gap:16px}.tech-layer-num{width:40px;height:40px;object-fit:contain;flex-shrink:0}.tech-layer-num--wide{width:70px}.tech-layer-text{color:#3a3a3a;font-size:clamp(14px,1vw,18px);line-height:1.5}.carbon-section{display:flex;gap:30px;margin-top:30px}.carbon-card{flex:1;display:flex;gap:30px;align-items:center}.carbon-card-img{width:409px;height:293px;border-radius:20px;overflow:hidden;flex-shrink:0}.carbon-card-img img{width:100%;height:100%;object-fit:cover;display:block}.carbon-card-content{display:flex;flex-direction:column;gap:30px}.carbon-title{color:#2982d0;font-size:32px;font-weight:600;line-height:1}.carbon-subtitle{color:#454545;font-size:18px;font-weight:500;line-height:1.15;margin:0}.carbon-desc{color:#454545;font-size:16px;font-weight:400;line-height:18px;margin:0}.carbon-desc em{font-style:italic;font-weight:500}.carbon-bordered{border:1px solid #e2e2e2;border-radius:10px;padding:15px;color:#454545;font-size:16px;line-height:1.5}.carbon-bordered strong{font-weight:500}.lab-banner{background:#f6f6f6;border-radius:20px;display:flex;gap:30px;overflow:hidden}.lab-banner-img{flex:0 0 45%;overflow:hidden}.lab-banner-img img{width:100%;height:100%;object-fit:cover;display:block}.lab-banner-content{flex:1;padding:40px 40px 40px 0;display:flex;flex-direction:column;justify-content:center;gap:16px}.lab-banner-tag{color:#2b394e;font-size:clamp(16px,1.2vw,20px);font-weight:600;margin:0;text-align:right}.lab-banner-title{color:#2982d0;font-size:clamp(20px,2vw,32px);font-weight:600;margin:0}.lab-banner-subtitle{color:#3a3a3a;font-size:clamp(14px,1vw,18px);line-height:1.5;margin:0}.lab-banner-desc{color:#3a3a3a;font-size:clamp(14px,1vw,17px);line-height:1.6;margin:0}.why-pools-kicker{color:#ff5c04;text-align:center;font-size:clamp(18px,1.5vw,24px);font-weight:500;margin-bottom:4px}.why-pools-title{color:#2b394e;text-align:center;font-size:clamp(28px,3vw,48px);font-weight:600;line-height:1.15;margin-bottom:40px}.whychoose-cards-wrap{overflow:visible}.whychoose-cards-row{display:flex;flex-wrap:wrap;gap:20px}.whychoose-card{position:relative;flex:1 1 0;min-width:220px;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;height:406px}.whychoose-card-bg{flex:1 1 auto;width:100%;object-fit:cover;display:block;min-height:0}.whychoose-card-body{flex:0 0 117px;padding:16px 18px 20px;border-radius:10px 10px 0 0;background:#f6f6f6;position:relative;margin-top:-10px}.whychoose-card-title{color:#2b394e;font-size:18px;font-weight:600;margin-bottom:4px}.whychoose-card-desc{color:#3a3a3a;font-size:13px;line-height:16px;margin:0}.pool-videos-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:60px}.pool-video-card{position:relative;border-radius:20px;overflow:hidden;height:400px;cursor:pointer}.pool-video-card video{width:100%;height:100%;object-fit:cover;display:block}.pool-video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;transition:background .2s}.pool-video-overlay:hover{background:#00000080}.pool-video-overlay-title{color:#fff;font-size:clamp(18px,1.5vw,24px);font-weight:600;text-align:center}.pool-video-play{width:60px;height:60px;background:#ff5c04;border-radius:50%;display:flex;align-items:center;justify-content:center}.pool-video-play img{width:24px;height:24px;filter:brightness(0) invert(1)}.video-popup-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;z-index:9999;display:none;align-items:center;justify-content:center}.video-popup-backdrop.active{display:flex}.video-popup-inner{position:relative;width:90%;max-width:900px}.video-popup-inner video{width:100%;border-radius:12px}.video-popup-close{position:absolute;top:-40px;right:0;background:none;border:0;color:#fff;font-size:36px;cursor:pointer}.news-card{background:#f6f6f6;border-radius:20px;padding:40px;height:100%;display:flex;flex-direction:column;justify-content:center}.news-mark{display:inline-flex;width:45px;height:45px;margin-bottom:20px;color:#ff5c04}.news-mark svg{width:100%;height:100%}.news-img{width:100%;object-fit:cover;display:block}.newslinkreadmore{color:#3a3a3a;font-size:20px;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.newslinkreadmore:hover{color:#ff5c04}.technology-page .catalog-hero .market-lead{margin-bottom:30px}.technology-page .catalog-hero h1{margin-bottom:60px}.tech-carbon-section{padding-top:30px}.tech-lab-section{padding-top:60px}.tech-why-section{margin-top:90px}.tech-videos-section{padding-top:0}.carbon-title-block .carbon-subtitle{margin-top:20px}.carbon-card-content--centered{justify-content:center}.lab-banner-title-block .lab-banner-subtitle{margin-top:10px}.tech-news-section{padding-top:90px;padding-bottom:90px;background:#fff}.tech-news-kicker{color:#ff5c04;font-size:24px;font-weight:500;text-align:center}.tech-news-title{color:#2b394e;font-size:56px;font-weight:600;line-height:60px;text-align:center}.tech-news-img{height:390px;border-radius:20px}.tech-news-card-title{color:#2b394e;font-size:36px;font-weight:600;line-height:38px}.tech-news-card-excerpt{color:#3a3a3a;font-size:24px;font-weight:400;line-height:30px;padding:40px 0 0}.tech-news-card-more{padding-top:24px}@media (max-width: 1199.98px){.carbon-section{flex-direction:column}.carbon-card-img{width:100%;max-width:409px;height:220px}}@media (max-width: 991.98px){.tech-main-card{flex-direction:column}.tech-main-image{flex:none;width:100%}.lab-banner{flex-direction:column}.lab-banner-content{padding:24px}.pool-videos-row{grid-template-columns:1fr}.pool-video-card{height:300px}}@media (max-width: 767.98px){.carbon-card{flex-direction:column;gap:16px}.carbon-card-img{width:100%;max-width:100%;height:200px}.carbon-title{font-size:24px}.carbon-subtitle{font-size:16px}.why-pools-kicker{font-size:20px}.why-pools-title{font-size:28px;line-height:1.25;margin-bottom:24px}.whychoose-cards-wrap{overflow:hidden;width:100vw;margin-left:calc(50% - 50vw)}.whychoose-cards-row{flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;gap:16px;padding-left:20px;padding-right:20px;-webkit-overflow-scrolling:touch}.whychoose-cards-row::-webkit-scrollbar{display:none}.whychoose-cards-row .whychoose-card{flex:0 0 85%;min-width:85%;scroll-snap-align:start}.whychoose-cards-wrap{margin-bottom:0}.whychoose-card-bg{flex:0 0 180px}}@media (max-width: 767.98px){.technology-page .container{padding-left:20px;padding-right:20px}.technology-page .container.p-0{padding-left:20px!important;padding-right:20px!important}.technology-page .catalog-hero{margin-top:32px!important;margin-bottom:0!important}.technology-page .catalog-head .container{padding-top:0;padding-bottom:0}.technology-page .catalog-hero .market-lead{font-size:15px!important;font-weight:500;line-height:18px;margin:0 0 10px!important}.technology-page .catalog-hero h1{font-size:26px!important;font-weight:600;line-height:28px!important;margin:0 0 20px!important}.technology-page .tech-main-card{gap:15px;padding:10px;border-radius:15px}.technology-page .tech-main-image{width:100%;aspect-ratio:315 / 166;border-radius:15px}.technology-page .tech-layers-list{gap:10px}.technology-page .tech-layer-item{gap:10px;align-items:flex-start}.technology-page .tech-layer-num{width:22px;height:22px}.technology-page .tech-layer-num--wide{width:48px}.technology-page .tech-layer-text{color:#454545;font-size:13px;font-weight:600;line-height:15px}.technology-page .tech-carbon-section{padding-top:20px}.technology-page .carbon-section{gap:20px;margin-top:0}.technology-page .carbon-card{gap:10px;align-items:stretch}.technology-page .carbon-card-img{width:100%;max-width:none;height:auto;aspect-ratio:335 / 176;border-radius:15px}.technology-page .carbon-card-content{gap:15px}.technology-page .carbon-title-block{display:flex;flex-direction:column;gap:10px}.technology-page .carbon-title-block .carbon-subtitle{margin-top:0}.technology-page .carbon-title{font-size:26px;line-height:28px}.technology-page .carbon-subtitle{font-size:16px;line-height:20px}.technology-page .carbon-desc{font-size:14px;line-height:16px}.technology-page .carbon-bordered{padding:15px;font-size:14px;line-height:16px}.technology-page .tech-lab-section{padding-top:20px}.technology-page .lab-banner{background:transparent;gap:10px;border-radius:0}.technology-page .lab-banner-img{flex:none;width:100%;aspect-ratio:335 / 176;border-radius:15px}.technology-page .lab-banner-content{padding:0;gap:15px}.technology-page .lab-banner-title-block{display:flex;flex-direction:column;gap:10px}.technology-page .lab-banner-title-block .lab-banner-subtitle{margin-top:0}.technology-page .lab-banner-title{font-size:20px;line-height:22px}.technology-page .lab-banner-subtitle{font-size:16px;line-height:20px}.technology-page .lab-banner-desc{font-size:14px;line-height:16px}.technology-page .lab-banner-tag{display:none}.technology-page .tech-why-section{margin-top:30px}.technology-page .why-pools-kicker{font-size:15px;line-height:18px;margin-bottom:10px}.technology-page .why-pools-title{font-size:26px;line-height:28px;margin-bottom:20px}.technology-page .whychoose-cards-row{gap:10px}.technology-page .whychoose-cards-row .whychoose-card{flex:0 0 231px;min-width:231px;height:318px}.technology-page .tech-videos-section{padding-top:20px}.technology-page .pool-videos-row{gap:10px;margin-top:0}.technology-page .pool-video-card{height:350px;border-radius:15px}.technology-page .pool-video-overlay-title{font-size:16px}.technology-page .tech-news-section{padding-top:30px;padding-bottom:30px}.technology-page .tech-news-kicker{font-size:15px;line-height:18px;margin-bottom:10px}.technology-page .tech-news-title{font-size:26px;line-height:28px}.technology-page .tech-news-img{height:200px;border-radius:15px}.technology-page .news-card{padding:20px;border-radius:15px}.technology-page .news-mark{width:32px;height:32px;margin-bottom:12px}.technology-page .tech-news-card-title{font-size:20px;line-height:22px}.technology-page .tech-news-card-excerpt{font-size:14px;line-height:16px;padding:15px 0 0}.technology-page .tech-news-card-more{padding-top:15px}.technology-page .tech-news-card-more .newslinkreadmore{font-size:15px}}.installation-page .catalog-hero .market-lead{margin:0 0 24px}.installation-page .catalog-hero h1{margin:0 0 50px}.variant-hero-wrap{margin-bottom:60px}.variant-hero-card{display:flex;gap:40px;align-items:stretch;background:#f6f6f6;border-radius:24px;padding:40px}.variant-hero-card .pav-hero-main-img{flex:1;border-radius:16px;overflow:hidden}.variant-hero-card .pav-hero-main-img img{width:100%;height:100%;object-fit:cover;display:block}.variant-hero-card .pav-hero-content{flex:1;display:flex;flex-direction:column;justify-content:center;position:relative;padding-left:30px}.variant-hero-accent{display:block;width:69px;height:10px;background:#ff5c04;border-radius:3px;margin-bottom:24px;margin-left:-30px}.variant-hero-title{color:#2b394e;font-size:clamp(20px,1.8vw,30px);font-weight:600;text-transform:uppercase;line-height:1.3;margin:0 0 24px}.variant-hero-numbered{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:18px}.variant-hero-numbered li{display:flex;align-items:center;gap:12px;color:#2b394e;font-size:clamp(14px,1.1vw,18px);font-weight:500;text-transform:uppercase}.variant-num{width:22px;height:22px;border-radius:50%;background:#ff5c04;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.variant-num-text{line-height:1.4}.variant-grid-section{margin-bottom:60px}.variant-section-head{text-align:center;margin-bottom:30px}.variant-section-title{color:#2b394e;font-size:clamp(24px,2.5vw,40px);font-weight:600;text-transform:uppercase;margin:0}.variant-section-title.big{font-size:clamp(28px,3vw,50px);font-weight:700;text-transform:none}.variant-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.variant-card{background:#f6f6f6;border-radius:20px;padding:32px;margin:0;display:flex;flex-direction:column;gap:20px}.variant-card-image{border-radius:16px;overflow:hidden;aspect-ratio:488/341}.variant-card-image img{width:100%;height:100%;object-fit:cover;display:block}.variant-card-caption{color:#2b394e;font-size:clamp(16px,1.2vw,20px);font-weight:500;text-align:left}.variant-grid-caption{text-align:center;color:#3a3a3a;font-size:clamp(15px,1.2vw,20px);line-height:1.5;max-width:1200px;margin:40px auto 0;font-weight:500}.variant-title-block{margin:60px 0 30px;text-align:center}.variant-title-block .market-lead{color:#ff5c04;font-size:clamp(16px,1.4vw,22px);font-weight:500;margin-bottom:14px}.variant-split-section{margin-bottom:30px}.variant-split{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:stretch}.variant-split.reverse{grid-template-columns:1fr 1fr}.variant-split.reverse .variant-split-media{order:2}.variant-split.reverse .variant-split-text{order:1}.variant-split-media{border-radius:20px;overflow:hidden;aspect-ratio:845/510;background:#e9eef3}.variant-split-media img,.variant-split-media video{width:100%;height:100%;object-fit:cover;display:block}.variant-split-text{display:flex;flex-direction:column;justify-content:center;padding:0 10px}.variant-split-text p{color:#3a3a3a;font-size:clamp(15px,1.2vw,20px);line-height:1.6;margin:0 0 16px}.variant-split-text p.lead{color:#2b394e;font-size:clamp(18px,1.5vw,24px);font-weight:600}.variant-split-text p:last-child{margin-bottom:0}.variant-masonry-section{margin:30px 0 60px}.variant-masonry-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.variant-stack{display:flex;flex-direction:column;gap:20px}.variant-stack.center-col{justify-content:center}.variant-masonry-card{border-radius:16px;overflow:hidden;margin:0}.variant-masonry-card img{width:100%;height:100%;object-fit:cover;display:block}.variant-masonry-card.center{height:100%}.variant-duo-section{margin:30px 0 60px}.variant-duo-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.variant-duo-card{border-radius:20px;overflow:hidden;margin:0;aspect-ratio:845/510}.variant-duo-card img{width:100%;height:100%;object-fit:cover;display:block}.variant-cta-section{margin:60px 0;text-align:center}.variant-cards-grid>*,.variant-split>*,.variant-masonry-grid>*,.variant-duo-grid>*{min-width:0}@media (max-width: 991.98px){.variant-hero-wrap{margin-bottom:32px}.variant-hero-card{flex-direction:column;padding:24px;gap:22px}.variant-hero-card .pav-hero-main-img{aspect-ratio:16 / 11}.variant-hero-card .pav-hero-content{padding-left:0}.variant-hero-accent{margin-left:0;margin-bottom:18px}.variant-cards-grid{grid-template-columns:1fr;gap:16px}.variant-grid-section{margin-bottom:32px}.variant-split{grid-template-columns:1fr;gap:20px}.variant-split.reverse .variant-split-media{order:1}.variant-split.reverse .variant-split-text{order:2}.variant-split-media{aspect-ratio:16 / 10}.variant-masonry-grid{grid-template-columns:1fr;gap:14px}.variant-stack{gap:14px}.variant-masonry-card{aspect-ratio:16 / 10}.variant-masonry-card.center{aspect-ratio:16 / 10;height:auto}.variant-duo-grid{grid-template-columns:1fr;gap:16px}}@media (max-width: 767.98px){.installation-page .catalog-hero h1{font-size:clamp(22px,5.4vw,32px)!important;line-height:1.25!important;margin:0 0 22px!important}.installation-page .catalog-hero .market-lead{font-size:15px!important;margin:0 0 10px!important}.variant-hero-wrap{margin-bottom:22px}.variant-hero-card{padding:16px;border-radius:18px;gap:16px}.variant-hero-card .pav-hero-main-img{border-radius:12px;aspect-ratio:16 / 10}.variant-hero-title{font-size:16px;margin-bottom:16px;line-height:1.3}.variant-hero-accent{width:44px;height:6px;margin-bottom:12px}.variant-hero-numbered{gap:12px}.variant-hero-numbered li{font-size:13px;gap:10px}.variant-num{width:20px;height:20px;font-size:11px}.variant-section-head{margin-bottom:18px}.variant-section-title{font-size:clamp(20px,5.4vw,26px);line-height:1.25}.variant-section-title.big{font-size:clamp(22px,5.8vw,30px)}.variant-card{padding:16px;gap:12px;border-radius:16px}.variant-card-image{aspect-ratio:16 / 11;border-radius:12px}.variant-card-caption{font-size:14px}.variant-grid-caption{font-size:13px;margin-top:18px;line-height:1.5}.variant-title-block{margin:28px 0 16px}.variant-title-block .market-lead{font-size:14px;margin-bottom:8px}.variant-split-section{margin-bottom:18px}.variant-split{gap:14px}.variant-split-media{border-radius:14px}.variant-split-text{padding:0}.variant-split-text p{font-size:14px;line-height:1.5;margin:0 0 10px}.variant-split-text p.lead{font-size:16px}.variant-masonry-section{margin:16px 0 28px}.variant-masonry-card{border-radius:12px}.variant-duo-section{margin:16px 0 28px}.variant-duo-card{aspect-ratio:16 / 11;border-radius:14px}.variant-cta-section{margin:28px 0}}.solmar-intro-card{background:#f6f6f6;border-radius:20px;overflow:hidden}.solmar-intro-grid{display:flex;gap:30px;align-items:stretch}.solmar-intro-video{flex:1;min-height:400px}.solmar-intro-video video{width:100%;height:100%;object-fit:cover;display:block}.solmar-intro-text{flex:1;padding:40px;display:flex;flex-direction:column;justify-content:center;gap:16px}.solmar-intro-text p{color:#3a3a3a;font-size:clamp(15px,1.1vw,18px);line-height:1.6;margin:0}@media (max-width: 991.98px){.solmar-intro-grid{flex-direction:column}.solmar-intro-video{min-height:250px}.solmar-intro-text{padding:24px}}.pav-hero-card{background:#f6f6f6;border-radius:24px;padding:clamp(24px,3vw,48px);display:flex;gap:30px;align-items:stretch}.pav-hero-main-img{flex:1;border-radius:16px;overflow:hidden}.pav-hero-main-img img,.pav-hero-main-img video{width:100%;height:100%;object-fit:cover;display:block}.pav-hero-content{flex:1;display:flex;flex-direction:column;justify-content:center;gap:16px}.pav-hero-logo{margin-bottom:16px}.pav-hero-text{color:#3a3a3a;font-size:clamp(15px,1.1vw,18px);line-height:1.6;margin:0}.pav-hero-thumbs{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}.pav-hero-thumb{border:0;padding:0;background:transparent;border-radius:12px;overflow:hidden;width:210px;height:136px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.pav-hero-thumb:hover{transform:scale(1.04);box-shadow:0 6px 18px #00000026}.pav-hero-thumb:focus-visible{outline:2px solid #FF5C04;outline-offset:2px}.pav-hero-thumb img{width:100%;height:100%;object-fit:cover;display:block}.pav-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;z-index:10000;display:none;align-items:center;justify-content:center;padding:24px}.pav-lightbox.active{display:flex}.pav-lightbox img{max-width:92%;max-height:90vh;border-radius:16px;object-fit:contain;box-shadow:0 20px 60px #0006}.pav-lightbox-close,.pav-lightbox-nav{position:absolute;width:48px;height:48px;border:0;border-radius:50%;background:#ffffff26;color:#fff;font-size:26px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.pav-lightbox-close{top:20px;right:24px}.pav-lightbox-nav{top:50%;transform:translateY(-50%)}.pav-lightbox-nav.prev{left:20px}.pav-lightbox-nav.next{right:20px}.pav-lightbox-close:hover,.pav-lightbox-nav:hover{background:#ffffff4d}.pav-lightbox-counter{position:absolute;bottom:20px;left:50%;transform:translate(-50%);color:#fff;font-size:14px;background:#00000059;padding:6px 14px;border-radius:999px}.pav-section-head{text-align:center;margin-bottom:30px}.pav-kicker{color:#ff5c04;font-size:36px;font-weight:500;margin-bottom:4px}.pav-section-title{color:#2b394e;font-size:clamp(28px,3vw,48px);font-weight:600}.pav-benefits{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:60px}.pav-benefit{background:#fff;border:1px solid #E5E7EB;border-radius:16px;padding:20px 18px;display:flex;flex-direction:column;gap:14px;min-height:180px}.pav-benefit-dot{width:10px;height:10px;border-radius:50%;background:#ff5c04;flex-shrink:0}.pav-benefit-text{color:#2b394e;font-size:14px;font-weight:500;line-height:1.4;margin:0}.pav-wide-img{border-radius:20px;overflow:hidden;margin-bottom:60px}.pav-wide-img video{width:100%;height:auto;display:block}.pav-model-card{background:#f6f6f6;border-radius:20px;padding:40px;display:flex;gap:30px;margin-bottom:30px;align-items:stretch}.pav-model-slider{flex:0 0 50%;display:flex;min-width:0}.pav-model-slider .iz-slider{flex:1;background:transparent;padding:0;display:flex;flex-direction:column}.pav-model-slider .iz-slider-main{flex:1;min-height:320px;border-radius:16px}.pav-model-content{flex:1;display:flex;flex-direction:column;justify-content:flex-start}.pav-model-name{color:#2b394e;font-size:clamp(24px,2vw,32px);font-weight:600;margin-bottom:16px}.pav-model-desc{color:#3a3a3a;font-size:clamp(14px,1vw,17px);line-height:1.6;margin:0 0 24px}.pav-model-btn{display:flex;align-self:stretch;width:100%;align-items:center;justify-content:center;background:#ff5c04;color:#fff;border:0;border-radius:12px;padding:16px 28px;font-size:16px;font-weight:500;text-decoration:none;transition:background .2s;margin-top:auto}.pav-model-btn:hover{background:#e55203;color:#fff}.pav-palette-desc{color:#3a3a3a;font-size:clamp(14px,1vw,17px);line-height:1.6;text-align:center;max-width:900px;margin:0 auto 16px}.pav-palette-sub{color:#2b394e;font-size:clamp(14px,1vw,17px);font-weight:600;text-align:center;margin-bottom:30px}.pav-colors-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.pav-color-card{border-radius:16px;height:160px;display:flex;align-items:flex-end;padding:16px}.pav-color-label{color:#fff;font-size:14px;font-weight:500;text-shadow:0 1px 4px rgba(0,0,0,.4)}.pavilion-page .catalog-hero .market-lead{margin-bottom:30px}.pavilion-page .catalog-hero h1{margin-bottom:60px}.pav-benefits-section{margin-top:90px}.pav-wide-section{padding-top:0;padding-bottom:0}.pav-palette-section{margin-top:90px}@media (max-width: 1199.98px){.pav-benefits{grid-template-columns:repeat(3,1fr)}}@media (max-width: 991.98px){.pav-hero-card{flex-direction:column}.pav-model-card{flex-direction:column;padding:24px}.pav-model-slider{flex:unset;width:100%}.pav-model-slider .iz-slider-main{min-height:240px}.pav-colors-grid{grid-template-columns:repeat(3,1fr)}.pav-kicker{font-size:28px}}@media (max-width: 767.98px){.pav-benefits{grid-template-columns:repeat(2,1fr)}}@media (max-width: 575.98px){.pav-benefits{grid-template-columns:1fr}.pav-benefit{min-height:auto}.pav-colors-grid{grid-template-columns:repeat(2,1fr)}.pav-kicker{font-size:22px}}@media (max-width: 767.98px){.pavilion-page .container{padding-left:20px;padding-right:20px}.pavilion-page .catalog-hero{margin-top:32px!important;margin-bottom:0!important}.pavilion-page .catalog-head .container{padding-top:0;padding-bottom:0}.pavilion-page .catalog-hero .market-lead{font-size:15px!important;font-weight:500;line-height:1.2;max-width:298px;margin:0 auto 10px!important}.pavilion-page .catalog-hero h1{font-size:26px!important;font-weight:600;line-height:28px!important;margin:0 0 15px!important}.pavilion-page .pav-hero-card{flex-direction:column;gap:15px;padding:10px;border-radius:15px}.pavilion-page .pav-hero-main-img{flex:none;width:100%;aspect-ratio:315 / 298;border-radius:5px}.pavilion-page .pav-hero-content{gap:15px;justify-content:flex-start}.pavilion-page .pav-hero-logo{width:95px;margin-bottom:0}.pavilion-page .pav-hero-logo img{display:block;width:100%;height:auto}.pavilion-page .pav-hero-text{font-size:14px;line-height:16px}.pavilion-page .pav-hero-thumbs{gap:10px;margin-top:0;flex-wrap:nowrap}.pavilion-page .pav-hero-thumb{flex:1 1 0;width:auto;height:auto;aspect-ratio:210 / 136;border-radius:5px}.pavilion-page .pav-section-head{margin-bottom:15px}.pavilion-page .pav-kicker{font-size:15px;font-weight:500;line-height:18px;margin-bottom:10px}.pavilion-page .pav-section-title{font-size:26px;line-height:28px}.pavilion-page .pav-benefits-section,.pavilion-page .pav-palette-section{margin-top:20px}.pavilion-page .pav-benefits{display:flex;gap:20px;margin-bottom:20px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.pavilion-page .pav-benefits::-webkit-scrollbar{display:none}.pavilion-page .pav-benefit{flex:0 0 254px;min-height:0;padding:15px;gap:15px;background:#f6f6f6;border:0;border-radius:15px;scroll-snap-align:start}.pavilion-page .pav-benefit-dot{width:13px;height:13px}.pavilion-page .pav-benefit-text{color:#3a3a3a;font-size:14px;font-weight:400;line-height:16px}.pavilion-page .pav-wide-img{margin-bottom:0;border-radius:15px}.pavilion-page .pav-model-card{flex-direction:column;gap:30px;margin-bottom:20px;padding:15px;border-radius:15px}.pavilion-page .pav-model-slider{flex:none;width:100%}.pavilion-page .pav-model-slider .iz-slider{position:relative}.pavilion-page .pav-model-slider .iz-slider-main{flex:none;min-height:0;aspect-ratio:305 / 214;border-radius:5px}.pavilion-page .pav-model-slider .iz-slider-nav{display:none}.pavilion-page .pav-model-slider .iz-slider-thumbs{position:absolute;left:50%;bottom:15px;transform:translate(-50%);z-index:2;margin:0;gap:3px;padding:0;overflow:visible}.pavilion-page .pav-model-slider .iz-slider-thumb{position:relative;flex:0 0 5px;width:5px;height:5px;border:0;border-radius:50%;background:#ffffffa6;opacity:1}.pavilion-page .pav-model-slider .iz-slider-thumb.is-active{background:#ff5c04}.pavilion-page .pav-model-slider .iz-slider-thumb img{display:none}.pavilion-page .pav-model-slider .iz-slider-thumb:after{content:"";position:absolute;top:-10px;right:0;bottom:-10px;left:0}.pavilion-page .pav-model-content{gap:15px}.pavilion-page .pav-model-name{margin-bottom:0;color:#3a3a3a;font-size:20px;line-height:22px}.pavilion-page .pav-model-desc{margin:0;color:#3a3a3a;font-size:14px;line-height:16px}.pavilion-page .pav-model-btn{margin-top:0;height:50px;padding:5px 15px;border-radius:5px;font-size:13px;font-weight:600;line-height:18px}.pavilion-page .pav-palette-desc,.pavilion-page .pav-palette-sub{font-size:14px;line-height:16px}.pavilion-page .pav-colors-grid{grid-template-columns:repeat(2,1fr);gap:15px}.pavilion-page .pav-color-card{height:158px;padding:15px;border-radius:12px;align-items:center;justify-content:center;text-align:center}.pavilion-page .pav-color-label{font-size:15px;font-weight:400;line-height:17px}}.page-description{text-align:center;color:#525252;font-size:20px;font-weight:400;line-height:28px;max-width:1084px;margin:0 auto 50px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:0}.testimonial-card{display:flex;flex-direction:column;gap:20px;text-decoration:none;color:inherit;cursor:pointer}.testimonial-title{color:#2b394e;font-size:16px;font-weight:500;line-height:22px;padding-left:15px}.testimonial-video{position:relative;width:100%;padding-bottom:68.1%;border-radius:18px;overflow:hidden;background:#d5dce6 center/cover no-repeat;cursor:pointer}.testimonial-video.has-thumb{background-color:transparent;background-size:cover;background-position:center}.testimonial-video:after{content:"";position:absolute;left:0;right:0;bottom:0;height:50%;background:linear-gradient(180deg,#0000,#00000059 85%)}.review-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2}.review-circle{position:relative;width:100px;height:100px;border-radius:50%;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff38;display:flex;align-items:center;justify-content:center}.review-arrow{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center}.review-arrow img{width:20px;height:20px}.video-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0000;display:flex;align-items:center;justify-content:center;padding:20px;pointer-events:none;opacity:0;transition:background .35s ease,opacity .35s ease}.video-popup-overlay.active{background:#000000d9;pointer-events:auto;opacity:1}.video-popup-box{position:relative;max-width:900px;width:100%;display:flex;flex-direction:column;align-items:center;transform:scale(.85) translateY(40px);opacity:0;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .35s ease}.video-popup-overlay.active .video-popup-box{transform:scale(1) translateY(0);opacity:1}.video-popup-box-close{position:absolute;top:-44px;right:0;width:36px;height:36px;border-radius:50%;background:#ffffff26;border:none;color:#fff;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.video-popup-box-close:hover{background:#ffffff4d}.video-popup-player{width:100%;border-radius:15px;background:#000;aspect-ratio:16/9}.video-popup-box-info{width:100%;padding:16px 4px 0;color:#fff}.video-popup-box-title{font-size:20px;font-weight:600;line-height:1.3;margin-bottom:4px}.video-popup-box-nav{display:flex;gap:12px;margin-top:16px;justify-content:center}.video-popup-box-nav button{width:44px;height:44px;border-radius:50%;background:#ff5c04;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.video-popup-box-nav button:hover{background:#e44f00}.video-popup-box-nav button svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}@media (max-width: 991.98px){.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:20px}.page-description{font-size:16px;line-height:24px;padding:0 20px}}@media (max-width: 767.98px){.testimonials-grid{grid-template-columns:1fr;gap:16px}.review-circle{width:80px;height:80px}.review-arrow{width:36px;height:36px}.review-arrow img{width:16px;height:16px}}.shorts-section{background:#2b394e;border-radius:20px;padding:110px 40px 40px;position:relative;overflow:hidden}.shorts-title{position:absolute;top:24px;left:0;right:0;font-family:Montserrat,Arial,sans-serif;font-weight:700;color:#ffffff1f;text-transform:uppercase;line-height:1;margin:0;white-space:nowrap;font-size:8.5vw;text-align:center;letter-spacing:-.02em;z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none}.shorts-nav{position:absolute;top:40px;right:40px;display:flex;gap:14px;z-index:3}.shorts-nav-btn{width:50px;height:50px;border-radius:50%;background:#ff5c04;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s;box-shadow:0 6px 18px #00000040}.shorts-nav-btn:hover{background:#e44f00}.shorts-nav-btn svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.shorts-scroll-wrapper{position:relative;z-index:2;margin-top:40px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.shorts-scroll-wrapper::-webkit-scrollbar{display:none}.shorts-cards{display:flex;gap:30px}.shorts-card{flex:0 0 387px;scroll-snap-align:start;display:flex;flex-direction:column;text-decoration:none;color:inherit;cursor:pointer}.shorts-card-thumb{width:100%;height:678px;border-radius:15px;background:#000 center/cover no-repeat;position:relative;overflow:hidden}.shorts-card-thumb>img.shorts-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none;display:block}.shorts-card-thumb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:15px;background:linear-gradient(180deg,#0000,#000)}.shorts-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2}.shorts-play-circle{position:relative;width:184px;height:184px;border-radius:50%;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff38;display:flex;align-items:center;justify-content:center}.shorts-play-circle:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;padding:1px;background:linear-gradient(180deg,#fff,#bbd9ef);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.shorts-play-arrow{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center}.shorts-play-arrow img{width:26px;height:26px}.shorts-card-info{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:20px;color:#fff}.shorts-card-info .shorts-card-title{font-size:18px;font-weight:600;line-height:1.3;margin-bottom:6px}.shorts-card-info .shorts-card-desc{font-size:14px;font-weight:400;line-height:1.5;color:#ffffffb3;min-height:63px}.shorts-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0000;display:flex;align-items:center;justify-content:center;padding:20px;pointer-events:none;opacity:0;transition:background .35s ease,opacity .35s ease}.shorts-popup-overlay.active{background:#000000d9;pointer-events:auto;opacity:1}.shorts-popup{position:relative;max-width:420px;width:100%;max-height:90vh;display:flex;flex-direction:column;align-items:center;transform:scale(.85) translateY(40px);opacity:0;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .35s ease}.shorts-popup-overlay.active .shorts-popup{transform:scale(1) translateY(0);opacity:1}.shorts-popup-close{position:absolute;top:-44px;right:0;width:36px;height:36px;border-radius:50%;background:#ffffff26;border:none;color:#fff;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.shorts-popup-close:hover{background:#ffffff4d}.shorts-popup-video{width:100%;border-radius:15px;background:#000;max-height:75vh}.shorts-popup-info{width:100%;padding:16px 4px 0;color:#fff}.shorts-popup-title{font-size:18px;font-weight:600;line-height:1.3;margin-bottom:6px}.shorts-popup-desc{font-size:14px;font-weight:400;line-height:1.5;color:#ffffffb3}.shorts-popup-nav{display:flex;gap:12px;margin-top:16px;justify-content:center}.shorts-popup-nav button{width:44px;height:44px;border-radius:50%;background:#ff5c04;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.shorts-popup-nav button:hover{background:#e44f00}.shorts-popup-nav button svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.vg-grid-section{padding:60px 0}.vg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.vg-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;cursor:pointer}.vg-card-title{font-family:Montserrat,Arial,sans-serif;font-size:24px;font-weight:600;line-height:28px;color:#2b394e;padding:0 15px;margin-bottom:20px}.vg-card-thumb{width:100%;height:376px;border-radius:20px;background:#1a1a1a center/cover no-repeat;position:relative;overflow:hidden}.vg-card-thumb>img.vg-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none;display:block}.vg-card-thumb:after{content:"";position:absolute;left:0;right:0;bottom:0;height:50%;background:linear-gradient(180deg,#2b394e00,#2b394e);border-radius:0 0 20px 20px}.vg-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2}.vg-play-circle{position:relative;width:100px;height:100px;border-radius:50%;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff38;display:flex;align-items:center;justify-content:center}.vg-play-circle:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;padding:1px;background:linear-gradient(180deg,#fff,#bbd9ef);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.vg-play-arrow{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.vg-play-arrow img{width:20px;height:20px}.vg-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0000;display:flex;align-items:center;justify-content:center;padding:20px;pointer-events:none;opacity:0;transition:background .35s ease,opacity .35s ease}.vg-popup-overlay.active{background:#000000d9;pointer-events:auto;opacity:1}.vg-popup-box{position:relative;max-width:900px;width:100%;display:flex;flex-direction:column;align-items:center;transform:scale(.85) translateY(40px);opacity:0;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .35s ease}.vg-popup-overlay.active .vg-popup-box{transform:scale(1) translateY(0);opacity:1}.vg-popup-box-close{position:absolute;top:-44px;right:0;width:36px;height:36px;border-radius:50%;background:#ffffff26;border:none;color:#fff;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.vg-popup-box-close:hover{background:#ffffff4d}.vg-popup-player{width:100%;border-radius:15px;background:#000;aspect-ratio:16/9}.vg-popup-box-info{width:100%;padding:16px 4px 0;color:#fff}.vg-popup-box-title{font-size:20px;font-weight:600;line-height:1.3;margin-bottom:4px}.vg-popup-box-nav{display:flex;gap:12px;margin-top:16px;justify-content:center}.vg-popup-box-nav button{width:44px;height:44px;border-radius:50%;background:#ff5c04;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.vg-popup-box-nav button:hover{background:#e44f00}.vg-popup-box-nav button svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}@media (max-width: 991.98px){.shorts-section{padding:74px 16px 20px;border-radius:14px}.shorts-title{top:18px;font-size:9vw}.shorts-nav{top:18px;right:16px;gap:10px}.shorts-nav-btn{width:40px;height:40px}.shorts-nav-btn svg{width:16px;height:16px}.shorts-scroll-wrapper{margin-top:24px}.shorts-card{flex:0 0 260px}.shorts-card-thumb{height:460px;border-radius:15px}.shorts-play-circle{width:100px;height:100px}.shorts-play-arrow{width:40px;height:40px}.shorts-play-arrow img{width:18px;height:18px}.vg-grid-section{padding:30px 0}.vg-grid{grid-template-columns:repeat(2,1fr);gap:20px}.vg-card-thumb{height:260px;border-radius:14px}.vg-card-title{font-size:16px;line-height:22px}.vg-play-circle{width:70px;height:70px}}@media (max-width: 575.98px){.shorts-section{padding-top:62px}.shorts-title{top:16px;font-size:10vw}.shorts-scroll-wrapper{margin-top:18px}.shorts-card{flex:0 0 220px}.shorts-card-thumb{height:380px}.vg-grid{grid-template-columns:1fr;gap:24px}.vg-card-thumb{height:280px}}.blog-head{background:#fff;border-bottom:1px solid #E6EDF5}.blog-head .container{padding-top:10px;padding-bottom:20px}.blog-hero{text-align:center}.blog-hero h1{color:#2b394e;font-size:clamp(36px,4.4vw,64px);font-weight:600;line-height:1.1;margin:0}.blog-hero .market-lead{color:#ff5c04;font-size:clamp(20px,1.7vw,28px);font-weight:500;line-height:1.2}.blog-list{background:#fff}.blog-card{display:flex;align-items:stretch;background:#f6f6f6;border-radius:24px;padding:20px;gap:24px;text-decoration:none;color:inherit;height:100%;transition:box-shadow .25s ease,transform .25s ease}.blog-card:hover{box-shadow:0 8px 30px #00000014;transform:translateY(-2px)}.blog-card-img{flex:0 0 47%;border-radius:16px;overflow:hidden;position:relative;background:#e5e7eb;align-self:stretch;min-height:240px}.blog-card-img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.blog-card-body{flex:1 1 53%;padding:8px 8px 0 0;display:flex;flex-direction:column;gap:16px;min-width:0}.blog-card-title{margin:0;color:#2b394e;font-size:clamp(20px,1.8vw,28px);font-weight:600;line-height:1.2}.blog-card-excerpt{margin:0;color:#5f6978;font-size:15px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.blog-card-cta{margin-top:auto;width:100%;display:inline-flex;align-items:center;justify-content:space-between;gap:12px;background:#ff5c04;color:#fff;border-radius:14px;padding:16px 24px;font-size:16px;font-weight:500;line-height:1;transition:background-color .15s ease}.blog-card-cta svg{width:22px;height:14px;flex:0 0 auto}.blog-card:hover .blog-card-cta{background:#e44f00}.blog-post .container{max-width:1140px}.blog-post-title,.blog-post-excerpt,.blog-post-content{overflow-wrap:anywhere;word-break:break-word;min-width:0}.blog-post-title{color:#2b394e;font-size:clamp(28px,3.4vw,48px);font-weight:600;line-height:1.15;margin:16px 0}.blog-post-excerpt{color:#5f6978;font-size:18px;line-height:1.5;margin:0 0 28px}.blog-post-cover{border-radius:20px;overflow:hidden;margin-bottom:32px;max-height:520px}.blog-post-cover img{width:100%;height:100%;max-height:520px;object-fit:cover;display:block}.blog-post-content{color:#2b394e;font-size:16px;line-height:1.65}.blog-post-content p{margin:0 0 16px}.blog-post-content h2{color:#2b394e;font-size:clamp(22px,2.4vw,32px);font-weight:600;margin:28px 0 14px}.blog-post-content h3{color:#2b394e;font-size:clamp(20px,2vw,26px);font-weight:600;margin:24px 0 12px}.blog-post-content ul,.blog-post-content ol{margin:0 0 16px;padding-left:24px}.blog-post-content li{margin:0 0 6px}.blog-post-content blockquote{margin:0 0 16px;padding:8px 16px;border-left:3px solid #FF5C04;color:#5f6978;font-style:italic}.blog-post-content a{color:#ff5c04;text-decoration:none}.blog-post-content a:hover{text-decoration:underline}.blog-post-content img,.blog-post-content video,.blog-post-content iframe{display:block;max-width:100%;border-radius:12px;margin:20px auto}.blog-post-content iframe,.blog-post-content iframe.ql-video{width:100%;aspect-ratio:16 / 9;height:auto;border:0}.blog-post-content .ql-align-center{text-align:center}.blog-post-content .ql-align-right{text-align:right}.blog-post-content .ql-align-justify{text-align:justify}.blog-post-back{margin-top:40px}.blog-back-link{color:#ff5c04;text-decoration:none;font-weight:500}.blog-back-link:hover{color:#e44f00;text-decoration:underline}@media (max-width: 767.98px){.blog-card{flex-direction:column;padding:14px;gap:14px}.blog-card-img{flex-basis:auto;width:100%;min-height:200px;aspect-ratio:16 / 10}.blog-card-img img{position:relative}.blog-card-body{padding:4px 4px 0;gap:14px}.blog-card-cta{padding:14px 18px;font-size:14px}.blog-card-cta svg{width:18px;height:12px}}@media (max-width: 575.98px){.blog-hero .market-lead{font-size:16px}}.events-list{background:#fff}.events-category{margin-bottom:64px}.events-category:last-child{margin-bottom:0}.events-category-head{margin-bottom:32px}.events-category-kicker{margin:0 0 8px;color:#ff5c04;font-size:clamp(18px,1.6vw,24px);font-weight:500;line-height:1.2;text-transform:lowercase}.events-category-title{margin:0;color:#2b394e;font-size:clamp(32px,3.6vw,56px);font-weight:600;line-height:1.1}.events-empty{padding:32px 0;color:#8492a6}.events-card{width:100%;border:none;background:#f6f6f6;cursor:pointer;text-align:left;font:inherit;color:inherit;padding:20px}.events-card:focus-visible{outline:2px solid #FF5C04;outline-offset:2px}@media (max-width: 767.98px){.events-category{margin-bottom:40px}.events-category-head{margin-bottom:20px}}.event-popup-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#141e2db8;z-index:10000;display:flex;align-items:flex-start;justify-content:center;padding:40px 20px;overflow-y:auto;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.event-popup{position:relative;width:100%;max-width:1140px;background:#fff;border-radius:24px;box-shadow:0 20px 60px #00000040;overflow:hidden}.event-popup-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:50%;border:none;background:#ffffffeb;color:#2b394e;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background-color .15s ease,transform .15s ease}.event-popup-close:hover{background:#fff;transform:scale(1.05)}.event-popup-body{padding:40px 48px 48px}.event-popup-title{margin:0 0 16px;color:#2b394e;font-size:clamp(28px,3vw,44px);font-weight:600;line-height:1.15;padding-right:48px;overflow-wrap:anywhere;word-break:break-word;min-width:0}.event-popup-excerpt{margin:0 0 24px;color:#5f6978;font-size:18px;line-height:1.5;overflow-wrap:anywhere;word-break:break-word}.event-popup-cover{margin:0 0 28px;border-radius:18px;overflow:hidden;max-height:440px}.event-popup-cover img{display:block;width:100%;height:100%;max-height:440px;object-fit:cover}.event-popup-content{color:#2b394e;font-size:16px;line-height:1.65;overflow-wrap:anywhere;word-break:break-word}.event-popup-content p{margin:0 0 16px}.event-popup-content h2{color:#2b394e;font-size:28px;font-weight:600;margin:24px 0 12px}.event-popup-content h3{color:#2b394e;font-size:22px;font-weight:600;margin:20px 0 10px}.event-popup-content ul,.event-popup-content ol{margin:0 0 16px;padding-left:24px}.event-popup-content li{margin:0 0 6px}.event-popup-content blockquote{margin:0 0 16px;padding:8px 16px;border-left:3px solid #FF5C04;color:#5f6978;font-style:italic}.event-popup-content img,.event-popup-content video,.event-popup-content iframe{display:block;max-width:100%;border-radius:12px;margin:16px auto}.event-popup-content iframe,.event-popup-content iframe.ql-video{width:100%;aspect-ratio:16 / 9;height:auto;border:0}.event-popup-content a{color:#ff5c04;text-decoration:none}.event-popup-content a:hover{text-decoration:underline}.event-popup-content .ql-align-center{text-align:center}.event-popup-content .ql-align-right{text-align:right}.event-popup-content .ql-align-justify{text-align:justify}.event-popup-gallery{margin-top:32px}.event-popup-gallery-title{margin:0 0 16px;color:#2b394e;font-size:22px;font-weight:600}.event-popup-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.event-popup-gallery-item{border:none;padding:0;background:#e5e7eb;border-radius:12px;overflow:hidden;aspect-ratio:4 / 3;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.event-popup-gallery-item:hover{transform:scale(1.02);box-shadow:0 6px 18px #0000001f}.event-popup-gallery-item img{display:block;width:100%;height:100%;object-fit:cover}@media (max-width: 767.98px){.event-popup-backdrop{padding:16px}.event-popup{border-radius:18px}.event-popup-body{padding:28px 20px}.event-popup-title{font-size:22px;padding-right:32px}.event-popup-excerpt{font-size:15px}.event-popup-cover,.event-popup-cover img{max-height:240px}.event-popup-gallery-grid{grid-template-columns:repeat(2,1fr);gap:8px}}.event-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e0;z-index:10001;display:flex;align-items:center;justify-content:center;padding:40px}.event-lightbox-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}.event-lightbox-close,.event-lightbox-prev,.event-lightbox-next{position:absolute;background:#ffffff1f;border:none;color:#fff;width:48px;height:48px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease}.event-lightbox-close:hover,.event-lightbox-prev:hover,.event-lightbox-next:hover{background:#ffffff38}.event-lightbox-close{top:24px;right:24px}.event-lightbox-prev{left:24px;top:50%;transform:translateY(-50%)}.event-lightbox-next{right:24px;top:50%;transform:translateY(-50%)}@media (max-width: 575.98px){.event-lightbox{padding:16px}.event-lightbox-close,.event-lightbox-prev,.event-lightbox-next{width:40px;height:40px}}.archstyles-section{background:#fff}.archstyles-hero{text-align:center}.archstyles-hero .market-lead{color:#ff5c04;font-size:clamp(20px,1.6vw,28px);font-weight:500;margin:0 0 12px}.archstyles-hero h1{color:#2b394e;font-size:clamp(32px,4vw,64px);font-weight:700;line-height:1.1;margin:0 0 30px}.archstyles-intro{display:flex;gap:30px;background:#f6f6f6;border-radius:24px;padding:24px;align-items:stretch}.archstyles-intro-media{flex:0 0 56%;min-width:0;border-radius:16px;overflow:hidden;background:#f6f6f6;aspect-ratio:16 / 9;position:relative}.archstyles-intro-media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.archstyles-intro-body{flex:1;display:flex;flex-direction:column;justify-content:center;gap:18px;padding:20px 24px 20px 0}.archstyles-orange-divider{display:inline-block;width:69px;height:10px;background:#ff5c04;border-radius:2px;margin-bottom:8px}.archstyles-intro-text{margin:0;color:#2b394e;font-size:clamp(15px,1.1vw,18px);line-height:1.5}.archstyles-section-head{text-align:center;margin:0 auto 32px}.archstyles-kicker{margin:0 0 8px;color:#ff5c04;font-size:clamp(20px,1.8vw,28px);font-weight:500}.archstyles-section-title{margin:0;color:#2b394e;font-size:clamp(30px,3.6vw,56px);font-weight:700;line-height:1.1}.archstyles-row{display:grid;grid-template-columns:1.85fr 1fr;gap:24px;align-items:stretch;margin-bottom:24px}.archstyles-row--reverse>.archstyles-photo{order:1}.archstyles-row--reverse>.archstyles-card{order:2}.archstyles-row--reverse .archstyles-photo--big{min-height:480px}.archstyles-card{background:#f6f6f6;border-radius:24px;padding:44px 48px;display:flex;flex-direction:column;justify-content:center;gap:24px}.archstyles-card-title{margin:0;color:#2b394e;font-size:clamp(24px,2.4vw,32px);font-weight:700;line-height:1.2}.archstyles-card-desc,.archstyles-card-fit{margin:0;color:#2b394e;font-size:clamp(17px,1.35vw,20px);line-height:1.5}.archstyles-card-fit strong{font-weight:700}.archstyles-card--summary{padding:44px 48px;gap:22px}.archstyles-card--summary .archstyles-card-title{font-size:clamp(22px,1.95vw,28px);line-height:1.25}.archstyles-card--summary .archstyles-card-desc{font-size:clamp(16px,1.25vw,18px)}.archstyles-photo{border-radius:24px;overflow:hidden;background:#e5e7eb;min-height:280px;position:relative}.archstyles-photo img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.archstyles-photo--big{min-height:320px}.archstyles-head-section{padding-top:90px;padding-bottom:16px}.archstyles-rows-section{padding-top:0}@media (max-width: 991.98px){.archstyles-intro{flex-direction:column;padding:18px}.archstyles-intro-media{flex-basis:auto;aspect-ratio:16 / 9}.archstyles-intro-body{padding:8px 4px}.archstyles-row,.archstyles-row--reverse{grid-template-columns:1fr;gap:16px;margin-bottom:16px}.archstyles-card{padding:28px 26px;gap:18px}.archstyles-row--reverse>.archstyles-photo,.archstyles-row--reverse>.archstyles-card{order:0}.archstyles-row--reverse .archstyles-photo--big{min-height:260px}.archstyles-photo{min-height:220px;aspect-ratio:16 / 10}}@media (max-width: 575.98px){.archstyles-hero h1{font-size:28px}.archstyles-kicker{font-size:16px}.archstyles-section-title{font-size:26px}.archstyles-card-title{font-size:18px}.archstyles-card-desc,.archstyles-card-fit{font-size:14px}}@media (max-width: 767.98px){.archstyles-page .container{padding-left:20px;padding-right:20px}.archstyles-page .catalog-hero{margin-top:32px!important;margin-bottom:0!important}.archstyles-page .catalog-head .container{padding-top:0;padding-bottom:0}.archstyles-page .archstyles-hero .market-lead{font-size:15px!important;font-weight:500;line-height:1.2;margin:0 0 10px!important}.archstyles-page .archstyles-hero h1{font-size:26px!important;font-weight:600;line-height:28px!important;margin:0 0 20px!important}.archstyles-page .archstyles-intro{gap:15px;padding:15px 10px;border-radius:15px}.archstyles-page .archstyles-intro-media{flex:none;width:100%;aspect-ratio:315 / 193;border-radius:10px}.archstyles-page .archstyles-intro-body{gap:15px;padding:0;justify-content:flex-start}.archstyles-page .archstyles-orange-divider{width:43px;height:6px;margin-bottom:0}.archstyles-page .archstyles-intro-text{color:#454545;font-size:14px;line-height:16px}.archstyles-page .archstyles-head-section{padding-top:30px;padding-bottom:20px}.archstyles-page .archstyles-section-head{margin:0}.archstyles-page .archstyles-kicker{font-size:15px;line-height:18px;margin-bottom:10px}.archstyles-page .archstyles-section-title{font-size:26px;line-height:28px}.archstyles-page .archstyles-row,.archstyles-page .archstyles-row--reverse{grid-template-columns:1fr;gap:10px;margin-bottom:10px}.archstyles-page .archstyles-row>.archstyles-photo{order:-1}.archstyles-page .archstyles-photo,.archstyles-page .archstyles-row--reverse .archstyles-photo--big{min-height:0;aspect-ratio:335 / 247;border-radius:15px}.archstyles-page .archstyles-photo--big{aspect-ratio:335 / 255}.archstyles-page .archstyles-card{justify-content:flex-start;gap:20px;padding:15px;border-radius:15px}.archstyles-page .archstyles-card-title{color:#3a3a3a;font-size:20px;font-weight:600;line-height:22px}.archstyles-page .archstyles-card-desc,.archstyles-page .archstyles-card-fit{color:#454545;font-size:14px;line-height:16px}.archstyles-page .archstyles-card-fit strong{font-weight:500}.archstyles-page .archstyles-card--summary{gap:32px;padding:15px}.archstyles-page .archstyles-card--summary .archstyles-card-title{font-size:16px;line-height:18px}.archstyles-page .archstyles-card--summary .archstyles-card-desc{color:#3a3a3a;font-size:14px;line-height:16px}}.archstyles-intro-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.delivery-page .archstyles-intro-body{gap:22px}.delivery-page .archstyles-intro-text{font-size:clamp(18px,1.4vw,20px);line-height:1.55}.delivery-page .archstyles-orange-divider{margin-bottom:4px}.delivery-page .archstyles-card{justify-content:flex-start;gap:22px;padding:44px 48px}.delivery-page .archstyles-card-title{font-size:clamp(26px,2.4vw,32px);font-weight:700;margin-bottom:2px}.delivery-page .archstyles-card-desc{font-size:clamp(18px,1.4vw,20px);line-height:1.55}.delivery-lead-accent{color:#2b394e!important;font-weight:500}.delivery-cta{align-self:flex-start;margin-top:14px;border:none;cursor:pointer;background:#ff5c04;color:#fff;font-family:inherit;font-size:clamp(15px,1.1vw,17px);font-weight:500;padding:14px 22px;border-radius:10px;transition:background .2s ease,transform .2s ease}.delivery-cta:hover{background:#e84f00;transform:translateY(-1px)}.delivery-cta:active{transform:translateY(0)}.delivery-features{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:24px}.delivery-feature-card{background:#f6f6f6;border-radius:24px;padding:36px 32px;display:flex;flex-direction:column;gap:18px}.delivery-feature-dot{display:inline-block;width:12px;height:12px;border-radius:50%;background:#ff5c04;margin-bottom:4px}.delivery-feature-title{margin:0;color:#ff5c04;font-size:clamp(20px,1.7vw,24px);font-weight:700;line-height:1.2}.delivery-feature-lead{margin:0;color:#2b394e;font-size:clamp(15px,1.15vw,17px);font-weight:600;line-height:1.45}.delivery-feature-body{margin:0;color:#2b394e;font-size:clamp(14px,1.05vw,16px);line-height:1.55}@media (max-width: 991.98px){.delivery-features{grid-template-columns:1fr;gap:16px}.delivery-feature-card{padding:24px 22px;gap:14px}}.stages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.stage-card{background:#f6f6f6;border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:18px;min-height:380px}.stage-card-media{border-radius:16px;overflow:hidden;background:#fff;flex:1;display:flex;align-items:center;justify-content:center;padding:24px;min-height:220px}.stage-card-media img{display:block;max-width:100%;max-height:220px;width:auto;height:auto;object-fit:contain}.stage-card-title{margin:0;padding:0 8px 8px;color:#2b394e;font-size:clamp(17px,1.3vw,20px);font-weight:600;line-height:1.3}.stages-head-section{padding-top:90px;padding-bottom:16px}.stages-grid-section{padding-top:0}@media (max-width: 991.98px){.stages-grid{grid-template-columns:repeat(2,1fr);gap:16px}.stage-card{min-height:320px;padding:18px;gap:14px}.stage-card-media{padding:16px;min-height:180px}}@media (max-width: 575.98px){.stages-grid{grid-template-columns:1fr}.stage-card{min-height:280px}.stage-card-title{font-size:16px}}@media (max-width: 767.98px){.building-stages-page .container{padding-left:20px;padding-right:20px}.building-stages-page .catalog-hero{margin-top:32px!important;margin-bottom:0!important}.building-stages-page .catalog-head .container{padding-top:0;padding-bottom:0}.building-stages-page .archstyles-hero .market-lead{font-size:15px!important;font-weight:500;line-height:1.2;max-width:240px;margin:0 auto 10px!important}.building-stages-page .archstyles-hero h1{font-size:26px!important;font-weight:600;line-height:28px!important;margin:0 0 30px!important}.building-stages-page .archstyles-intro{gap:24px;padding:15px 10px;border-radius:15px}.building-stages-page .archstyles-intro-media{flex:none;width:100%;aspect-ratio:315 / 224;border-radius:10px}.building-stages-page.delivery-page .archstyles-intro-body{gap:16px;padding:0;justify-content:flex-start}.building-stages-page.delivery-page .archstyles-orange-divider{width:19px;height:3px;margin-bottom:0}.building-stages-page.delivery-page .archstyles-intro-text{color:#454545;font-size:14px;line-height:16px}.building-stages-page .stages-head-section{padding-top:32px;padding-bottom:12px}.building-stages-page .archstyles-section-head{margin-bottom:16px}.building-stages-page .archstyles-kicker{font-size:14px}.building-stages-page .archstyles-section-title{font-size:26px;line-height:28px}.building-stages-page .stages-grid{grid-template-columns:1fr;gap:10px}.building-stages-page .stage-card{min-height:237px;padding:15px;border-radius:20px;gap:32px;align-items:center;justify-content:center}.building-stages-page .stage-card-media{background:transparent;padding:0;min-height:0;border-radius:5px}.building-stages-page .stage-card-media img{width:100%;height:100%;max-height:none;border-radius:5px}.building-stages-page .stage-card-title{padding:0;color:#454545;font-size:14px;font-weight:600;line-height:16px}}/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.rte-wrap{--rte-height: 320px;position:relative;border-radius:6px;overflow:hidden;border:1px solid var(--admin-border, #e2e8f0);background:#fff}.rte-wrap .ql-toolbar.ql-snow{border:0;border-bottom:1px solid var(--admin-border, #e2e8f0);padding:6px 8px;background:#f8fafc}.rte-wrap .ql-container.ql-snow{border:0;font-family:inherit;font-size:14px;min-height:var(--rte-height);max-height:60vh;overflow-y:auto}.rte-wrap .ql-editor{min-height:var(--rte-height);padding:14px 16px;color:#1f2937;line-height:1.55}.rte-wrap .ql-editor.ql-blank:before{color:#94a3b8;font-style:normal}.rte-wrap .ql-editor h2{font-size:1.5rem;font-weight:600;color:#2b394e;margin:0 0 .5em}.rte-wrap .ql-editor h3{font-size:1.25rem;font-weight:600;color:#2b394e;margin:0 0 .5em}.rte-wrap .ql-editor p{margin:0 0 .8em}.rte-wrap .ql-editor iframe,.rte-wrap .ql-editor video,.rte-wrap .ql-editor img{max-width:100%;border-radius:8px;display:block}.rte-wrap .ql-editor iframe.ql-video{width:100%;aspect-ratio:16 / 9;height:auto;border:0}.rte-wrap .ql-editor video{width:100%;max-height:420px;background:#000}.rte-wrap .ql-snow .ql-toolbar .ql-videoUpload .ql-stroke{stroke:#ff5c04}.rte-wrap .ql-snow .ql-toolbar .ql-videoUpload .ql-fill{fill:#ff5c04}.rte-wrap .ql-snow .ql-toolbar .ql-videoUpload:hover .ql-stroke,.rte-wrap .ql-snow .ql-toolbar .ql-videoUpload.ql-active .ql-stroke{stroke:#e44f00}.rte-wrap .ql-snow .ql-toolbar .ql-videoUpload:hover .ql-fill,.rte-wrap .ql-snow .ql-toolbar .ql-videoUpload.ql-active .ql-fill{fill:#e44f00}.rte-uploading{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffeb;display:flex;align-items:center;justify-content:center;z-index:5;font-size:14px;color:#2b394e}.rte-uploading-inner{display:flex;align-items:center;gap:16px;background:#fff;border-radius:10px;padding:16px 22px;box-shadow:0 8px 30px #0000001f;min-width:280px;max-width:90%}.rte-uploading-spinner{width:28px;height:28px;border-radius:50%;border:3px solid #E5E7EB;border-top-color:#ff5c04;animation:rte-spin .9s linear infinite;flex:0 0 auto}.rte-uploading-file{font-size:12px;color:#6b7280;margin-top:2px;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rte-uploading-bar{margin-top:8px;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;width:220px}.rte-uploading-bar-fill{height:100%;background:#ff5c04;border-radius:3px;transition:width .2s ease}@keyframes rte-spin{to{transform:rotate(360deg)}}.dealer-city-hero{padding:40px 0 30px;background:linear-gradient(135deg,#f0f7ff,#e8f0fe)}.dealer-breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;color:#666}.dealer-breadcrumbs a{color:#2982d0;text-decoration:none}.dealer-breadcrumbs a:hover{text-decoration:underline}.dealer-breadcrumbs .sep{color:#ccc}.dealer-city-title{font-size:28px;font-weight:700;color:#1a1a2e;margin:0}.dealer-map-section{padding:30px 0}.dealer-map-wrap{border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014}.dealer-map-wrap iframe{display:block}.dealer-cards-section{padding:30px 0 50px}.dealer-section-title{font-size:22px;font-weight:600;color:#1a1a2e;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #2982D0;display:inline-block}.dealer-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:20px;margin-bottom:40px}.dealer-card{background:#fff;border:1px solid #e5eef8;border-radius:16px;padding:24px;transition:box-shadow .2s,transform .2s}.dealer-card:hover{box-shadow:0 8px 30px #2982d01f;transform:translateY(-2px)}.dealer-card-logo{margin-bottom:16px}.dealer-card-logo img{max-height:48px;max-width:160px;object-fit:contain}.dealer-card-name{font-size:17px;font-weight:600;color:#1a1a2e;margin:0 0 8px;line-height:1.3}.dealer-card-badge{display:inline-block;font-size:12px;font-weight:500;padding:3px 10px;border-radius:20px;margin-bottom:12px}.dealer-card-badge.representative{background:#e3f0ff;color:#2982d0}.dealer-card-badge.dealer{background:#e8faf0;color:#1d9e5c}.dealer-card-info{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:#555;margin:6px 0;line-height:1.4}.dealer-card-info svg{flex-shrink:0;margin-top:2px;color:#2982d0}.dealer-card-info a{color:#2982d0;text-decoration:none}.dealer-card-info a:hover{text-decoration:underline}.dealer-contact-section{padding:50px 0;background:#f5f7fa}.dealer-contact-wrap{max-width:800px;margin:0 auto;text-align:center}.dealer-contact-wrap h2{font-size:24px;font-weight:700;margin-bottom:8px}.dealer-contact-form{margin-top:20px;text-align:left}.dealer-contact-form .btn-primary{background:#2982d0;border-color:#2982d0;padding:10px 40px;border-radius:8px;font-weight:500}.dealer-contact-form .btn-primary:hover{background:#1e6ab5}@media (max-width: 768px){.dealer-city-title{font-size:22px}.dealer-cards-grid{grid-template-columns:1fr}.dealer-contact-form .row>div{margin-bottom:0}}.contacts-section{padding-bottom:60px}.map-city-pin{transition:r .15s ease,fill .15s ease;filter:drop-shadow(0 1px 1px rgba(0,0,0,.25))}.map-city-pin.is-active{animation:map-pin-pulse 1.6s ease-out infinite}@keyframes map-pin-pulse{0%{filter:drop-shadow(0 0 0 rgba(41,130,208,.6))}70%{filter:drop-shadow(0 0 10px rgba(41,130,208,0))}to{filter:drop-shadow(0 0 0 rgba(41,130,208,0))}}.contacts-hint{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;padding:48px 24px;border:2px dashed #d8dee6;border-radius:16px;background:#f8fafc;color:#6b7280}.contacts-hint svg{color:#2982d0}.contacts-hint p{margin:0;font-size:17px;max-width:480px}.contacts-detail-title{margin:0 0 24px;font-size:clamp(22px,2.4vw,30px);font-weight:700;color:#1f2937;text-align:center}.contacts-map-wrap{margin:0 0 32px;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #0000000f}.contacts-ymap{width:100%;height:420px;background:#eef2f5}.contacts-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px;align-items:start}.contacts-col-cards{display:flex;flex-direction:column;gap:24px;min-width:0}.contacts-col-form{min-width:0}.contacts-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #0000000f;display:flex;flex-direction:column}.contacts-card-head{display:flex;align-items:center;gap:12px;padding:18px 24px;color:#fff}.contacts-card--green .contacts-card-head{background:#2fb56a}.contacts-card--blue .contacts-card-head{background:#2f7bd9}.contacts-card--orange .contacts-card-head{background:#ef7c2c}.contacts-card-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#fff3;flex-shrink:0}.contacts-card-title{margin:0;font-size:clamp(18px,1.6vw,22px);font-weight:600;line-height:1.2}.contacts-card-body{padding:24px;display:flex;flex-direction:column;gap:24px}.contacts-row{display:flex;flex-direction:column;gap:8px;padding-bottom:20px;border-bottom:1px solid #eef0f3;position:relative}.contacts-row:last-child{padding-bottom:0;border-bottom:none}.contacts-row-logo{margin-bottom:4px}.contacts-row-logo img{max-height:36px;max-width:160px;object-fit:contain}.contacts-row-name{font-size:17px;font-weight:600;color:#1f2937}.contacts-row-info{display:flex;align-items:flex-start;gap:10px;margin:0;font-size:15px;color:#4b5563;line-height:1.45;word-break:break-word;overflow-wrap:anywhere}.contacts-row-info svg{margin-top:3px;flex-shrink:0;color:#6b7280}.contacts-row-info a{color:inherit;text-decoration:none;border-bottom:1px dashed transparent;transition:color .15s,border-color .15s}.contacts-row-info a:hover{color:#ef7c2c;border-bottom-color:#ef7c2c}.contacts-row-pin{display:inline-flex;align-items:center;gap:6px;margin-top:4px;align-self:flex-start;font-size:13px;color:#2f7bd9;text-decoration:none;border-bottom:1px dashed transparent;transition:color .15s,border-color .15s}.contacts-row-pin:hover{color:#1e5eb8;border-bottom-color:#1e5eb8}.contacts-row-pin svg{color:currentColor}.contacts-form{display:flex;flex-direction:column;gap:18px}.contacts-form-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}.contacts-form-field{display:flex;flex-direction:column;gap:6px;min-width:0}.contacts-form-field--full{grid-column:1 / -1}.contacts-form-field label{font-size:13px;font-weight:500;color:#4b5563}.contacts-form-input-wrap{position:relative;display:flex;align-items:center}.contacts-form-input-wrap svg{position:absolute;left:12px;color:#9ca3af;pointer-events:none}.contacts-form-input-wrap input{width:100%;border:1px solid #d1d5db;border-radius:10px;background:#fff;padding:11px 12px 11px 38px;font-size:15px;color:#111827;transition:border-color .15s,box-shadow .15s}.contacts-form-input-wrap input:focus{outline:none;border-color:#ef7c2c;box-shadow:0 0 0 3px #ef7c2c26}.contacts-form textarea{width:100%;border:1px solid #d1d5db;border-radius:10px;background:#fff;padding:11px 12px;font-size:15px;color:#111827;resize:vertical;min-height:96px;font-family:inherit;transition:border-color .15s,box-shadow .15s}.contacts-form textarea:focus{outline:none;border-color:#ef7c2c;box-shadow:0 0 0 3px #ef7c2c26}.contacts-form-consent{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#4b5563;cursor:pointer;-webkit-user-select:none;user-select:none;line-height:1.45}.contacts-form-consent input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.contacts-form-check-box{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:1px solid #d1d5db;border-radius:5px;background:#fff;color:transparent;flex-shrink:0;margin-top:1px;transition:background-color .15s,border-color .15s,color .15s}.contacts-form-consent.is-checked .contacts-form-check-box{background:#ef7c2c;border-color:#ef7c2c;color:#fff}.contacts-form-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;font-size:14px}.contacts-form-submit{align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;background:#ef7c2c;color:#fff;border:none;border-radius:10px;padding:12px 28px;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .15s,transform .05s}.contacts-form-submit:hover{background:#d96d22}.contacts-form-submit:active{transform:translateY(1px)}.contacts-form-submit:disabled{background:#f3a771;cursor:not-allowed;transform:none}.contacts-form-success{display:flex;flex-direction:column;align-items:flex-start;gap:12px;color:#1f2937}.contacts-form-success p{margin:0}@media (max-width: 991.98px){.contacts-grid{grid-template-columns:minmax(0,1fr);gap:24px}.contacts-ymap{height:360px}}@media (max-width: 575.98px){.contacts-card-head{padding:14px 18px}.contacts-card-body{padding:18px;gap:20px}.contacts-form-grid{grid-template-columns:minmax(0,1fr)}.contacts-form-submit{width:100%}.contacts-ymap{height:300px}}html{scroll-behavior:smooth}@font-face{font-family:Montserrat;src:url(/prod/assets/Montserrat-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:local("Montserrat Medium"),local("Montserrat-Medium"),url(/prod/assets/Montserrat-Medium.ttf) format("truetype"),url(/prod/assets/Montserrat-Regular.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}:root{--clr-primary: #FF5C04;--clr-primary-hover: #e44f00;--clr-blue: #2982D0;--clr-dark-text: #2B394E;--clr-dark-text-alt: #1f2a37;--clr-body-text: #3A3A3A;--clr-muted: #6b7280;--clr-light-bg: #F6F6F6;--clr-white: #ffffff}body{background:#f6f6f6;font-family:Montserrat,Arial,sans-serif;padding-top:0}.text-orange{color:#ff5c04}@media (min-width: 1800px){.container{max-width:1720px}}@media (min-width: 1900px){.topbar-shell{width:1720px;margin:0 auto}.chipbar{min-width:1720px}}section{scroll-margin-top:90px}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes hero-stats-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes reviews-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.transition-shadow{transition:box-shadow .25s ease}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.page-fade-in{animation:pageFadeIn .4s ease-out both}.page-fade-in--fixed-header{padding-top:180px}.page-fade-in--static-header{margin-top:30px}@media (max-width: 991.98px){#mainNav .topbar{padding-top:10px!important;padding-bottom:10px!important}#mainNav .topbar>.container{height:auto}.page-fade-in--fixed-header{padding-top:84px}.page-fade-in--static-header{margin-top:10px}}.header{box-shadow:none}.topbar{font-size:.9rem;box-shadow:none}.topbar input.form-control{font-size:.9rem}.topbar>.container{height:100px}.topbar-shell{background:#fff;border-radius:50px;padding:.6rem 1rem}.search-pill{background:#f6f6f6;border-radius:12px;overflow:hidden;padding:6px}.search-pill .form-control{background:transparent;border:0;box-shadow:none;height:40px;padding-left:12px;font-size:12px}.search-pill .form-control::placeholder{color:#8a9bb3;opacity:1;font-size:12px}.search-pill .input-group-text{background:transparent;border:0;height:40px;color:#3b4d64;border-right:1px solid #E0E8F3}.search-pill .input-group-text svg{color:currentColor}.phone-badge{display:flex;align-items:center;gap:.75rem}.phone-badge .icon img{width:24px;height:24px}.phone-badge .number{font-weight:700;font-size:clamp(16px,1.2vw,20px);color:#1f2a37;line-height:1.1;text-decoration:none}.phone-badge .note{color:#6b7280;font-size:10px;line-height:1.2;display:block;margin-top:2px}.chipbar{background:transparent}.chip-group{gap:0}.chip-group .chip{display:inline-block;padding:.45rem .9rem;border-radius:0;background:#fff;color:#1f2937;text-decoration:none;font-weight:500;font-size:clamp(14px,1.2vw,18px);border-right:1px solid #e2e8f0}.chip-group .chip:first-child{border-radius:10px 0 0 10px}.chip-group .chip:last-child{border-radius:0 10px 10px 0;border-right:none}.chip-group .chip:hover{background:#2982d0;color:#fff}.chip-group-spaced{gap:.4rem}.chip-group-spaced .chip{display:inline-block;padding:.45rem .9rem;border-radius:10px;background:#fff;color:#1f2937;text-decoration:none;font-weight:500;font-size:clamp(14px,1.2vw,18px)}.chip-group-spaced .chip:hover{background:#2982d0;color:#fff}.lang-badge{padding:.35rem .6rem;font-weight:600}.burger{width:44px;height:36px;border-radius:12px;border:1px solid #edf0f4;background:#fff;display:inline-flex;align-items:center;justify-content:center}.burger img{width:24px;height:24px}header .topbar .btn-primary{background:#2982d0;border-color:#2982d0;font-size:15px;height:42px;padding:0 18px;display:inline-flex;align-items:center;border-radius:10px}header .topbar .btn-primary:hover,header .topbar .btn-primary:focus{background:#1f6fb3;border-color:#1f6fb3}header .topbar .search-pill .btn{border-radius:8px!important;height:38px;padding:0 18px;background:#2982d0;border-color:#2982d0;width:130px;text-align:center;justify-content:center;font-size:15px}header .topbar .search-pill .btn:hover,header .topbar .search-pill .btn:focus{background:#1f6fb3;border-color:#1f6fb3}#mainNav,#mainNav.shadow-sm{box-shadow:none!important}.btn-primary{background:#ff5b00;border-color:#ff5b00}.btn-primary:hover{background:#e44f00;border-color:#e44f00}.btn-outline-primary{border-color:#ff5b00;color:#ff5b00}.btn-outline-primary:hover{background:#ff5b00;color:#fff}.navbar .nav-link{padding:.5rem .75rem;font-weight:500}.navbar .btn{border-radius:10px}.navbar-nav .nav-link{color:#333;padding-top:.75rem;padding-bottom:.75rem;transition:color .2s ease}.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active{color:#ff5b00}#desktopMenu .nav-link{color:#333;padding:.75rem 1rem}#desktopMenu .nav-link:hover,#desktopMenu .nav-link.active{color:#ff5b00}@media (max-width: 991.98px){.topbar form{max-width:100%;margin:0}.topbar .btn-outline-primary{display:none}.navbar-nav .nav-link{text-align:center}section{padding-left:20px;padding-right:20px}.header .header-logo img{width:clamp(40px,14vw,64px)!important;height:auto!important;max-width:64px}.header-mobile-btns{display:flex!important;align-items:center;gap:clamp(4px,1.5vw,8px);flex:1;min-width:0;justify-content:flex-end}.header-mobile-btns .btn-mobile-header{border-radius:5px;background:#f6f6f6;border:0;padding:clamp(6px,1.8vw,10px) clamp(8px,2.2vw,14px);color:#1f2a37;font-weight:500;font-size:clamp(11px,2.8vw,14px);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;flex-shrink:0}.header-mobile-btns .btn-mobile-header.phone-btn{flex-direction:row;gap:clamp(4px,1.5vw,8px);text-align:left;white-space:nowrap;flex-shrink:1;min-width:0}.header-mobile-btns .phone-btn .phone-icon{flex-shrink:0}.header-mobile-btns .phone-btn .phone-icon img{width:clamp(18px,4.5vw,24px);height:clamp(18px,4.5vw,24px)}.header-mobile-btns .phone-btn .phone-text{min-width:0}.header-mobile-btns .phone-btn .phone-text .num{font-weight:700;font-size:clamp(10px,2.5vw,14px);line-height:1.2;display:block;white-space:nowrap}.header-mobile-btns .phone-btn .phone-text .sub{font-size:clamp(8px,2vw,11px);color:#6b7280;line-height:1.2;display:block;white-space:nowrap}}.site-footer{position:relative;background:#282828;color:#fff;overflow:hidden;min-height:220px;font-family:Montserrat,Arial,sans-serif}.site-footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:url(/prod/images/franmerfooter.png) center bottom/cover no-repeat;background-size:100% auto}.site-footer .footer-logo{height:64px}.footer-tagline{color:#fff;font-size:16px;font-weight:400;line-height:1.5;margin:0}.footer-social-title{color:#fff;font-size:16px;font-weight:500;margin:0}.footer-social-boxes{display:flex;gap:12px;flex-wrap:wrap}.footer-social-box{width:260px;height:132px;border-radius:8px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;text-decoration:none;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.footer-social-box:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity .3s ease}.footer-social-rutube{background-image:url(/prod/assets/footer-rutube.png)}.footer-social-rutube:before{background-image:url(/prod/assets/footer-rutubehover.png)}.footer-social-vk{background-image:url(/prod/assets/footer-vk.png)}.footer-social-vk:before{background-image:url(/prod/assets/footer-vkhover.png)}.footer-social-box:hover:before{opacity:1}.footer-phone-box{text-align:right;width:260px;height:132px;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;display:flex;align-items:center;gap:12px;flex-direction:row}.footer-phone-icon{width:24px;height:24px;flex-shrink:0}.footer-phone-info{display:flex;flex-direction:column}.footer-phone-number{color:#fff;font-size:20px;font-weight:400;text-decoration:none;line-height:1.2}.footer-phone-number:hover{color:#e44f00}.footer-phone-label{color:#fff;font-size:12px;font-weight:400;line-height:1.2;margin-top:4px}.footer-nav-title{white-space:nowrap;color:#fff;font-size:20px;font-weight:600;margin-bottom:16px}.footer-nav-list{list-style:none;padding:0;margin:0}.footer-nav-list li{line-height:.1}.footer-nav-list a{color:#fffc;text-decoration:none;font-size:14px;font-weight:400;transition:color .2s;line-height:1.5;display:inline-block}.footer-nav-list a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.2)!important}.footer-brand-note{color:#fff;font-size:14px;font-weight:400}.footer-legal-info{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:flex-end;font-size:14px}.footer-legal-link{color:#fff;text-decoration:none;font-weight:400}.footer-legal-link:hover{text-decoration:underline}.footer-legal-separator{color:#fffc}@media (min-width: 992px){.site-footer .footer-logo{height:76px}}@media (max-width: 767px){.footer-social-box{width:60px;height:60px;font-size:18px}.footer-phone-box{min-width:auto;width:100%}.footer-legal-info{justify-content:flex-start;font-size:12px}}@media (max-width: 991.98px){.site-footer .footer-desktop{display:none!important}.site-footer:before{display:none}.footer-mobile{display:block!important;padding:24px 20px 32px}.footer-mobile-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px}.footer-mobile-logo{flex-shrink:0}.footer-mobile-logo img{width:64px;height:auto;display:block}.footer-mobile-phone{border-radius:5px;background:#323232;border:0;padding:10px 14px;color:#fff;font-weight:500;font-size:14px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;text-align:left}.footer-mobile-phone .phone-icon{flex-shrink:0}.footer-mobile-phone .phone-icon img{width:24px;height:24px}.footer-mobile-phone .phone-text .num{font-weight:700;font-size:14px;line-height:1.2;display:block;color:#fff}.footer-mobile-phone .phone-text .sub{font-size:11px;color:#ffffffb3;line-height:1.2;display:block}.footer-mobile-nav{margin-bottom:20px}.footer-mobile-accordion{border:0!important;border-bottom:none!important}.footer-mobile-accordion .accordion-button{border:0!important;background:#282828;color:#fff;font-size:16px;font-weight:500;padding:16px 0;border-radius:0;box-shadow:none}.footer-mobile-accordion .accordion-button:after{filter:brightness(0) invert(1)}.footer-mobile-accordion .accordion-button:not(.collapsed){background:#282828;color:#fff}.footer-mobile-accordion .accordion-body{background-color:#282828;padding:0 0 16px;border:0!important}.footer-mobile-accordion .accordion-body a{border:0!important;color:#ffffffd9;text-decoration:none;font-size:14px;display:block;padding:8px 0}.footer-mobile-accordion .accordion-body a:hover{color:#fff;border:0!important}.footer-mobile-cta{margin-bottom:24px}.footer-mobile-cta .btn{width:100%;background:#ff5c04;border:0;color:#fff;font-weight:600;font-size:16px;padding:14px 20px;border-radius:8px}.footer-mobile-cta .btn:hover{background:#e44f00;color:#fff}.footer-mobile-social h6{color:#fff;font-size:16px;font-weight:500;margin:0 0 12px}.footer-mobile-social-btns{display:flex;gap:12px;width:100%}.footer-mobile-social-btns a{flex:1;min-width:0;height:83px;border-radius:8px;display:block;text-decoration:none;background-size:cover;background-position:center;background-repeat:no-repeat}.footer-mobile-social-btns .footer-social-box{background-size:cover}.footer-mobile-social-btns .footer-social-rutube{background-image:url(/prod/assets/footer-mobile-rutube.png)}.footer-mobile-social-btns .footer-social-rutube:before{background-image:none}.footer-mobile-social-btns .footer-social-vk{background-image:url(/prod/assets/footer-mobile-vk.png)}.footer-mobile-social-btns .footer-social-vk:before{background-image:none}.footer-mobile-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:20px;margin-top:24px}.footer-mobile-bottom .footer-brand-note{color:#fff;font-size:14px;margin-bottom:12px}.footer-mobile-bottom .footer-legal-mobile{font-size:13px;color:#fffc}.footer-mobile-bottom .footer-legal-mobile a{color:#ffffffe6;text-decoration:none}}@media (min-width: 992px){.footer-mobile{display:none!important}}.desktop-menu-toggle{position:relative}.desktop-menu-icon-btn{background:none;border:none;padding:0;margin:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:1;position:relative;z-index:1032}.desktop-menu-icon-btn:focus{outline:none}.desktop-menu-icon-btn svg{display:block}.desktop-dropdown-menu{position:absolute;top:calc(100% + 12px);right:0;background:#fff;border-radius:16px;box-shadow:0 8px 40px #0000001f;padding:12px 0;min-width:260px;z-index:2000;animation:menuSlideIn .2s ease-out;overflow:hidden}@keyframes menuSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.desktop-dropdown-item{display:block;padding:10px 24px;color:#2b394e;text-decoration:none;font-size:15px;font-weight:500;transition:background .15s,color .15s;white-space:nowrap}.desktop-dropdown-item:hover{background:#f0f7ff;color:#2982d0}.fs-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;display:flex;align-items:center;justify-content:center;animation:fsFadeIn .25s ease-out}@keyframes fsFadeIn{0%{opacity:0}to{opacity:1}}.fs-menu-panel{background:#fff;border-radius:24px;width:90%;max-width:560px;max-height:85vh;overflow-y:auto;padding:40px 48px;position:relative;animation:fsSlideUp .3s ease-out}@keyframes fsSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fs-menu-close{position:absolute;top:20px;right:20px;background:none;border:none;cursor:pointer;color:#888;padding:4px;border-radius:8px;transition:color .15s,background .15s}.fs-menu-close:hover{color:#333;background:#f0f0f0}.fs-menu-logo{text-align:center;margin-bottom:32px}.fs-menu-logo img{height:48px}.fs-menu-nav{display:grid;grid-template-columns:1fr 1fr;gap:0}.fs-menu-link{display:block;padding:14px 16px;color:#2b394e;text-decoration:none;font-size:15px;font-weight:500;border-radius:10px;transition:background .15s,color .15s}.fs-menu-link:hover{background:#f0f7ff;color:#2982d0}.fs-menu-footer{margin-top:32px;text-align:center;padding-top:24px;border-top:1px solid #eee}.fs-menu-phone{display:block;font-size:22px;font-weight:700;color:#2b394e;text-decoration:none;margin-bottom:4px}.fs-menu-phone:hover{color:#2982d0}.fs-menu-phone-note{color:#888;font-size:13px}@media (max-width: 576px){.fs-menu-panel{padding:28px 24px;border-radius:16px}.fs-menu-nav{grid-template-columns:1fr}}.sb-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0000;animation:sbOverlayIn .3s ease forwards}.sb-menu-overlay.sb-closing{animation:sbOverlayOut .28s ease forwards}@keyframes sbOverlayIn{to{background:#00000073}}@keyframes sbOverlayOut{0%{background:#00000073}to{background:#0000}}.sb-menu-panel{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:100vw;background:#fff;box-shadow:-8px 0 40px #00000026;display:flex;flex-direction:column;animation:sbSlideIn .32s cubic-bezier(.22,1,.36,1) forwards;overflow-y:auto;overscroll-behavior:contain}.sb-menu-panel.sb-closing{animation:sbSlideOut .28s cubic-bezier(.55,0,1,.45) forwards}@keyframes sbSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes sbSlideOut{0%{transform:translate(0)}to{transform:translate(100%)}}.sb-menu-header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px 16px;border-bottom:1px solid #f0f0f0}.sb-menu-logo{height:40px}.sb-menu-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:#f5f5f5;border-radius:50%;color:#555;cursor:pointer;transition:all .2s}.sb-menu-close:hover{background:#e8e8e8;color:#222;transform:rotate(90deg)}.sb-menu-search{display:flex;align-items:center;gap:10px;margin:20px 28px 8px;padding:10px 16px;border-radius:12px;background:#f7f7f8;border:1.5px solid transparent;transition:border-color .2s,background .2s}.sb-menu-search:focus-within{border-color:#2982d0;background:#fff}.sb-menu-search svg{color:#999;flex-shrink:0}.sb-menu-search input{border:none;outline:none;background:transparent;font-size:.95rem;width:100%;color:#333}.sb-menu-search input::placeholder{color:#aaa}.sb-menu-nav{flex:1;padding:12px 16px;overflow-y:auto}.sb-menu-link{display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:10px;text-decoration:none;color:#333;font-size:.95rem;font-weight:500;transition:all .15s}.sb-menu-link:hover{background:#f0f7ff;color:#2982d0;transform:translate(4px)}.sb-menu-link:hover .sb-menu-link-arrow{opacity:1;transform:translate(0)}.sb-menu-link-dot{width:6px;height:6px;border-radius:50%;background:#2982d0;opacity:.5;flex-shrink:0;transition:opacity .15s,transform .15s}.sb-menu-link:hover .sb-menu-link-dot{opacity:1;transform:scale(1.4)}.sb-menu-link-arrow{margin-left:auto;opacity:0;transform:translate(-6px);transition:all .2s;color:#2982d0}.sb-menu-empty{text-align:center;color:#999;padding:32px 0;font-size:.9rem}.sb-menu-footer{padding:20px 28px 28px;border-top:1px solid #f0f0f0;text-align:center}.sb-menu-phone{display:inline-flex;align-items:center;gap:8px;font-size:1.1rem;font-weight:700;color:#222;text-decoration:none;transition:color .2s}.sb-menu-phone:hover{color:#2982d0}.sb-menu-phone svg{color:#2982d0}.sb-menu-phone-note{display:block;color:#999;font-size:.8rem;margin-top:2px}.sb-menu-cta{display:inline-block;margin-top:16px;padding:10px 32px;background:#ff5c04;color:#fff;border-radius:24px;text-decoration:none;font-weight:600;font-size:.9rem;transition:background .2s,transform .15s}.sb-menu-cta:hover{background:#e44f00;transform:translateY(-1px)}@media (max-width: 480px){.sb-menu-panel{width:100vw}.sb-menu-header{padding:20px 20px 14px}.sb-menu-search{margin:16px 20px 6px}.sb-menu-nav{padding:10px 12px}.sb-menu-footer{padding:18px 20px 24px}}.water-bubbles{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0;border-radius:inherit}.water-bubble{position:absolute;bottom:-20px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(0,180,255,.45),rgba(41,130,208,.2) 60%,transparent);box-shadow:inset 0 -2px 4px #fff6,0 0 8px #00b4ff40;animation:bubbleRise linear infinite}.water-bubble:nth-child(1){width:22px;height:22px;left:8%;animation-duration:4.5s;animation-delay:0s}.water-bubble:nth-child(2){width:14px;height:14px;left:22%;animation-duration:3.8s;animation-delay:.8s}.water-bubble:nth-child(3){width:28px;height:28px;left:40%;animation-duration:5.5s;animation-delay:.3s}.water-bubble:nth-child(4){width:12px;height:12px;left:55%;animation-duration:3.5s;animation-delay:2s}.water-bubble:nth-child(5){width:18px;height:18px;left:70%;animation-duration:4.2s;animation-delay:1.2s}.water-bubble:nth-child(6){width:24px;height:24px;left:85%;animation-duration:5s;animation-delay:.6s}.water-bubble:nth-child(7){width:10px;height:10px;left:15%;animation-duration:3.2s;animation-delay:2.5s}.water-bubble:nth-child(8){width:16px;height:16px;left:65%;animation-duration:4.8s;animation-delay:1.5s}@keyframes bubbleRise{0%{transform:translateY(0) scale(.3);opacity:0}8%{opacity:.85}40%{transform:translateY(-40vh) scale(1) translate(8px);opacity:.7}70%{transform:translateY(-70vh) scale(.9) translate(-5px);opacity:.4}to{transform:translateY(-105vh) scale(.5);opacity:0}}.water-wave{position:absolute;bottom:0;left:0;right:0;height:50px;pointer-events:none;z-index:0;overflow:hidden}.water-wave svg{width:200%;min-width:800px;height:100%;display:block;animation:waveScroll 6s linear infinite}@keyframes waveScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.desktop-dropdown-item,.fs-menu-close,.fs-menu-logo,.fs-menu-nav,.fs-menu-footer,.sb-menu-header,.sb-menu-search,.sb-menu-nav,.sb-menu-footer{position:relative;z-index:1}.footer-scroll-top{position:fixed;bottom:30px;right:30px;width:60px;height:60px;border-radius:50%;background:#ff5c04;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #ff5c0466;transition:background .2s,transform .2s;z-index:1000}.footer-scroll-top:hover{background:#e44f00;transform:translateY(-2px)}.footer-scroll-top:active{transform:translateY(0)}.footer-scroll-top svg{width:24px;height:24px}@media (max-width: 767px){.footer-scroll-top{width:50px;height:50px;bottom:20px;right:20px}}.cm-overlay{position:fixed;left:0;right:0;bottom:0;top:0;background:#fff;z-index:1031;overflow-y:auto;animation:cmFadeIn .2s ease-out}@keyframes cmFadeIn{0%{opacity:0}to{opacity:1}}.cm-panel{position:relative;max-width:1720px;margin:0 auto;padding:24px 40px 60px}.cm-grid{display:grid;grid-template-columns:auto auto auto minmax(0,1fr);gap:48px;align-items:start}.cm-col{display:flex;flex-direction:column;gap:28px}.cm-col-fourth{align-self:start}.cm-promo{display:block;width:100%;background:#d9d9d9;border-radius:12px;overflow:hidden;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.cm-promo:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0000001f}.cm-promo img{display:block;width:100%;height:auto;object-fit:contain}.cm-section{display:flex;flex-direction:column}.cm-section-title{font-size:28px;font-weight:800;color:#2b394e;margin:0 0 14px;letter-spacing:-.01em}.cm-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.cm-link{display:inline-block;color:#5f6978;text-decoration:none;font-size:14px;font-weight:400;line-height:1.4;overflow-wrap:anywhere;transition:color .15s}.cm-link:hover{color:#ff5c04}@media (max-width: 1199.98px){.cm-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cm-col-fourth{display:none}}@media (max-width: 767.98px){.cm-panel{padding:16px 20px 40px}.cm-grid{grid-template-columns:1fr;gap:20px}.cm-section-title{font-size:22px;margin-bottom:8px}}.btn-orange{background-color:#ff5b00;color:#fff;border:none}.btn-orange:hover{background-color:#e54f00}.btn-cta{background:#ff5c04;border-color:#ff5c04;color:#fff;border-radius:12px;padding:.8rem 1.4rem;font-family:Montserrat,Arial,sans-serif;font-style:normal;font-size:clamp(18px,1.25vw,24px);line-height:1;letter-spacing:0;text-align:center;vertical-align:middle;box-shadow:0 10px 22px #ff5c0440}.btn-cta:hover,.btn-cta:focus{background:#ff6523;border-color:#e44f00;color:#fff}.btn-circle{animation:rotate 10s linear infinite;width:173px;height:173px;margin-top:3vw;border-radius:50%;border:0;background:url(/prod/images/BTN.svg) center/contain no-repeat;display:inline-block;box-shadow:none}.btn-more-about-us{display:inline-flex;width:459px;height:88px;padding:15px 35px;justify-content:center;align-items:center;gap:16px;flex-shrink:0;color:#fff;text-align:center;font-size:24px;margin-top:24px}.btn-news-page{width:459px;max-width:100%;height:88px;padding:15px 35px;justify-content:center;align-items:center;gap:16px;border-radius:15px;background:#fe4e03;margin:0 auto;display:flex}@media (max-width: 767.98px){.btn-news-page{width:100%;height:auto;padding:14px 24px;font-size:16px}}.carousel-nav-btn{position:relative;width:48px;height:48px;border-radius:50%;background:#ff5c04;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease;box-shadow:0 4px 12px #ff5c044d;flex-shrink:0}.carousel-nav-btn:hover{background:#e44f00;transform:scale(1.1)}.carousel-nav-btn:active{transform:scale(.95)}.carousel-nav-btn img{width:48px;height:48px}.carousel-nav-btn:disabled{opacity:.5;cursor:not-allowed}.carousel-nav-btn:disabled:hover{transform:scale(1)}@media (max-width: 767px){.carousel-nav-btn{width:40px;height:40px}.carousel-nav-btn svg{width:20px;height:20px}#products .d-flex.justify-content-between,#why .d-flex.justify-content-between{flex-direction:column;align-items:flex-start;gap:1rem}#products .d-flex.justify-content-between h2,#why .d-flex.justify-content-between h2{margin-bottom:0}}.info-pill{display:inline-flex;align-items:center;gap:.5rem;background:#f6f6f6;color:#3b4d64;border-radius:10px;padding:15px 25px;font-weight:600;font-size:.9rem}.info-pill .ico{width:20px;height:20px;border-radius:50%;background:transparent;color:#fff;display:inline-flex;align-items:center;justify-content:center}.info-pill .ico img{width:24px;height:24px}.info-pill .info-text{font-weight:500;font-size:24px}.news-card{background:#f6f6f6;border-radius:20px;padding:24px;position:relative;height:100%}.news-mark{position:absolute;right:16px;top:16px;width:45px;height:45px;border-radius:8px;color:#ff5c04;display:inline-flex;align-items:center;justify-content:center;background-image:url(/prod/assets/icons/envelope-open-text.svg);background-repeat:no-repeat;background-position:center;background-size:45px 45px}.news-mark svg{width:45px;height:45px;display:none}.news-img{width:100%;height:100%;object-fit:cover;border-radius:16px;display:block;box-shadow:0 6px 18px #121c2d14}.newslinkreadmore{transition:color .2s ease}.newslinkreadmore:hover{color:#fe4e03!important}.contact-section input{border-radius:10px;border:1px solid rgba(255,255,255,.2);padding:12px 14px;background:#fff}.contact-section .btn-orange{border-radius:10px;font-weight:600}.contact-card{overflow:hidden;box-shadow:0 8px 24px #121c2d1f}.contact-right{background:url(/prod/images/h2ocontact.png) center/cover no-repeat;position:relative;display:flex;align-items:center}.contact-right:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.contact-right>.content{position:relative;z-index:1}.contact-input{background:#fff;border:0;border-radius:10px}.contact-input::placeholder{color:#d9d9d9;opacity:1}.products-carousel-wrapper{position:relative}.products-carousel{overflow:hidden}.products-carousel-track{display:flex;transition:transform .5s ease;gap:20px}.products-carousel-item{flex:0 0 calc(25% - 15px);min-width:0}@media (max-width: 1199px){.products-carousel-item{flex:0 0 calc(33.333% - 14px)}}@media (max-width: 767px){.products-carousel-item{flex:0 0 calc(50% - 10px)}}@media (max-width: 575px){.products-carousel-item{flex:0 0 100%}}.product-carousel-card{position:relative;border-radius:20px;overflow:hidden;height:100%;min-height:520px;display:flex;flex-direction:column;justify-content:flex-end}.product-carousel-card-bg-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;border-radius:20px}.product-carousel-card-bg{position:absolute;height:66.54%;left:-12.72%;top:0;width:125.43%;max-width:none;object-fit:cover;pointer-events:none}.product-carousel-card-content{background:#fff;border-radius:10px;height:188px;padding:20px;position:relative;z-index:1;display:flex;flex-direction:column;flex-shrink:0}.product-carousel-card-content-inner{display:flex;flex-direction:column;height:148px;justify-content:center;position:relative;width:100%}.product-carousel-card-text{display:flex;flex:1 0 0;flex-direction:column;gap:10px;min-height:0;min-width:0;width:100%}.product-carousel-card-title{font-family:Montserrat,Arial,sans-serif;font-size:24px;font-weight:600;color:#454545;line-height:28px;margin:0;display:flex;flex-direction:column;justify-content:center;min-width:0}.product-carousel-card-desc{font-family:Montserrat,Arial,sans-serif;font-size:18px;font-weight:400;color:#3a3a3a;line-height:20px;margin:0;width:310px;max-width:100%;white-space:pre-wrap}.product-carousel-card-arrow{width:50px;height:50px;position:absolute;right:0;bottom:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#f6f6f6;border-radius:50%}.product-carousel-card-arrow img{width:19px;height:19px;object-fit:contain;display:block;max-width:none}@media (max-width: 575px){.product-carousel-card{min-height:450px}.product-carousel-card-content{height:auto;min-height:188px}.product-carousel-card-content-inner{height:auto;min-height:148px}.product-carousel-card-desc{width:100%}}.carousel-dots{display:none;justify-content:center;align-items:center;gap:8px;margin-top:16px}.carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background-color:#e3e3e3;padding:0;cursor:pointer}.carousel-dot.active{background-color:#ff5c04;border-color:#ff5c04}@media (max-width: 767.98px){.carousel-dots{display:flex}}.reviews-grid .review-card{position:relative;min-height:600px;border-radius:18px;overflow:hidden;background:#e9eef5 center/cover no-repeat}.reviews-grid .review-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:50%;background:linear-gradient(180deg,#0000,#000000a6 85%)}.review-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.review-circle{position:relative;width:173px;height:173px;border-radius:50%;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff38;display:flex;align-items:center;justify-content:center}.review-circle:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;padding:1px;background:linear-gradient(180deg,#fff,#bbd9ef);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.review-arrow{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center}.review-arrow img{width:26px;height:26px}.review-info{position:absolute;left:0;right:0;bottom:0;z-index:2;color:#fff;padding:18px;font-size:.92rem}.review-info .title{font-weight:700;margin-bottom:.15rem;color:#fff;font-family:Montserrat;font-size:24px;font-style:normal;font-weight:600;line-height:26px}.review-info .desc{opacity:.85;font-size:.8rem;line-height:1.2;color:#fff;font-family:Montserrat;font-size:18px;font-style:normal;font-weight:400;line-height:20px}@media (max-width: 767.98px){#reviews .reviews-grid.desktop-reviews{display:none!important}.reviews-marquee{overflow:hidden;margin:0 -20px}.reviews-track{display:flex;width:max-content;animation:reviews-marquee 35s linear infinite}.reviews-track:hover{animation-play-state:paused}.reviews-line{display:flex;gap:1rem;flex-shrink:0;padding:0 20px}.reviews-marquee .review-card{position:relative;min-height:467px;border-radius:18px;overflow:hidden;background:#e9eef5 center/cover no-repeat}.reviews-marquee .review-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:50%;background:linear-gradient(180deg,#0000,#000000a6 85%)}.reviews-line .review-card{min-width:290px;width:290px;flex-shrink:0}.reviews-marquee .review-circle{width:100px;height:100px}.reviews-marquee .review-info .title{font-size:15px;font-weight:500}}@media (min-width: 768px){.reviews-marquee{display:none!important}}.h2o-banner{min-height:316px;background:url(/prod/images/h2o.png) center/cover no-repeat;border-radius:18px;color:#fff;box-shadow:0 8px 20px #121c2d14;padding-top:78px!important}.badge-orange{background:#ff6a2a;color:#fff;border-radius:9999px;padding:.35rem .7rem;font-weight:700;font-size:.8rem}.h2o-section{background:#fff;padding:90px 0}@media (max-width: 575.98px){.h2o-banner{padding:20px 16px 24px!important;border-radius:14px;background-image:url(/prod/images/h2omobile.png);background-position:center;background-size:cover;min-height:auto}.h2o-banner .row.align-items-center{display:none!important}.h2o-mobile{display:flex!important;flex-direction:column;align-items:stretch;gap:0}.h2o-mobile-top{margin-bottom:20px}.h2o-mobile .h2o-title{display:block;max-width:100%;height:auto;margin-bottom:8px;width:auto}.h2o-mobile .h2o-sub{font-size:14px;font-weight:600;display:flex;align-items:flex-start;gap:8px;opacity:.95;margin:0}.h2o-mobile .h2o-sub img{flex-shrink:0;margin-top:2px}.h2o-mobile-badge{align-self:center;margin:8px 0 24px;padding:12px 20px;background:#ff5c04;color:#fff;border-radius:12px;font-weight:600;font-size:14px;white-space:nowrap;box-shadow:0 6px 14px #ff5c0447}.h2o-mobile .h2o-water{font-size:22px;font-weight:800;line-height:1.25;color:#fff;margin:0}.badge-orange{font-size:.75rem;padding:.35rem .65rem;box-shadow:0 6px 14px #ff5c0447;border-radius:9999px}}@media (min-width: 576px){.h2o-mobile{display:none!important}}.about-placeholder{background:#d9d9d9;border-radius:20px;width:100%;height:532px;object-fit:cover;display:block}.offcanvas .list-group-item{padding:.85rem 0;border-color:#0000000d}.offcanvas .list-group-item:first-child{border-top:0}.card-raise{transform:translateY(0);transition:transform .25s ease,box-shadow .25s ease;border-radius:14px}.card-raise:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001f}#why .card-img-top{aspect-ratio:16 / 9;width:100%;object-fit:contain;background-color:#fff;display:block}#products .card-img-top{aspect-ratio:16 / 9;width:100%;object-fit:cover;display:block}.section-title{color:#2b394e;font-family:Montserrat,Arial,sans-serif;font-size:56px;font-style:normal;font-weight:600;line-height:60px}@media (max-width: 767.98px){.map-section .section-title{font-size:28px;line-height:1.2}.map-section .section-subtitle{font-size:18px}}.section-title--lg{color:#2b394e;font-family:Montserrat,Arial,sans-serif;font-size:64px;font-style:normal;font-weight:600;line-height:70px}.section-subtitle{color:#ff5c04;font-family:Montserrat,Arial,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:normal}.section-text{color:#3a3a3a;font-family:Montserrat,Arial,sans-serif;font-size:24px;font-style:normal;font-weight:400;line-height:30px}.section-text--lg{color:#3a3a3a;font-family:Montserrat,Arial,sans-serif;font-size:36px;font-style:normal;font-weight:600;line-height:34px}.news-title{color:#2b394e;font-family:Montserrat,Arial,sans-serif;font-size:36px;font-style:normal;font-weight:600;line-height:38px}.hero-note__text{font-weight:500;font-size:24px}.contact-title{color:#fff;font-family:Montserrat,Arial,sans-serif;font-size:64px;font-style:normal;font-weight:600;line-height:70px}.contact-text{color:#d9d9d9;font-family:Montserrat,Arial,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:normal}.contact-input--lg{display:flex;height:90px;padding:30px 25px;align-items:center;gap:10px;align-self:stretch;border-radius:10px;color:#d9d9d9;font-family:Montserrat,Arial,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:normal}.contact-submit{display:flex;width:438px;height:84px;padding:15px 35px;justify-content:center;align-items:center;gap:16px;border-radius:20px;background:#ff5c04;color:#fff;text-align:center;font-family:Montserrat,Arial,sans-serif;font-size:32px;line-height:normal}.h2o-text--white-lg{color:#fff;font-size:40px;font-weight:500}.h2o-water-text{color:#fff;font-family:Montserrat,Arial,sans-serif;font-size:36px;font-style:normal;font-weight:600;line-height:34px;text-align:right}.h2o-badge{display:inline-flex;color:#fff;text-align:right;font-family:Montserrat,Arial,sans-serif;font-size:24px;font-style:normal;font-weight:500;justify-content:center;align-items:center;gap:16px;border-radius:15px;background:#ff5c04}.read-more-link{color:#3a3a3a;font-family:Montserrat,Arial,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:28px}.hero-section{min-height:90vh;color:#fff}
