@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--bg-color:#fcfcfc;--text-primary:#1a1a1a;--text-secondary:#666;--gold:#d4af37;--gold-light:#f5e6a8;--accent-wb:#cb11ab;--accent-ozon:#005bff;--white:#fff;--border-color:#eaeaea}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);font-family:Outfit,sans-serif}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.top-header{-webkit-backdrop-filter:blur(16px);z-index:100;background:linear-gradient(135deg,#0f172af2,#1e3a8af2);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 3rem;display:flex;position:sticky;top:0;box-shadow:0 4px 15px #00000026}.logo{background:linear-gradient(135deg,#d4af37,#f5e6a8,#b99324);-webkit-text-fill-color:transparent;letter-spacing:1px;-webkit-background-clip:text;align-items:center;gap:12px;font-size:1.8rem;font-weight:800;display:flex}.header-search-bar{flex-grow:1;max-width:500px;margin:0 2rem}.header-search-bar input{background:#f5f5f5cc;border:1px solid #0000001a;border-radius:50px;outline:none;width:100%;padding:.8rem 1.5rem;font-family:inherit;font-size:1rem;transition:all .3s}.header-search-bar input:focus{background:#fff;border-color:#1e3a8a4d;box-shadow:0 0 0 4px #1e3a8a1a}.search-suggestions{z-index:300;background:#fff;border:1px solid #0000000d;border-radius:16px;max-height:400px;padding:.5rem 0;position:absolute;top:110%;left:0;right:0;overflow-y:auto;box-shadow:0 15px 35px #0000001a}.search-suggestion-item{cursor:pointer;border-bottom:1px solid #00000008;align-items:center;padding:.8rem 1.5rem;transition:background .2s;display:flex}.search-suggestion-item:last-child{border-bottom:none}.search-suggestion-item:hover{background:var(--gold-light)}.search-suggestion-img{object-fit:contain;border-radius:4px;width:40px;height:40px;margin-right:1rem}.search-suggestion-text{flex-direction:column;display:flex}.search-suggestion-title{color:var(--text-primary);font-size:.95rem;font-weight:500}.search-suggestion-brand{color:var(--text-secondary);font-size:.8rem}.search-suggestion-empty{text-align:center;color:var(--text-secondary);padding:1.5rem}.top-menu{gap:2.5rem;list-style:none;display:flex}.top-menu li a{color:#ffffffe6;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #0000;padding-bottom:4px;font-size:1.05rem;font-weight:500;text-decoration:none;transition:all .3s}.top-menu li a:hover{color:var(--gold);border-bottom:2px solid var(--gold)}.dropdown{position:relative}.dropdown-menu{z-index:200;border:1px solid var(--border-color);background:#fff;border-radius:8px;min-width:220px;padding:.5rem 0;list-style:none;display:none;position:absolute;top:100%;left:0;box-shadow:0 10px 25px #0000001a}.dropdown:hover .dropdown-menu{display:block}.dropdown-menu li a{color:var(--text-primary);text-transform:none;border:none;padding:.5rem 1.5rem;font-size:.95rem;display:block}.dropdown-menu li a:hover{background:var(--gold-light);color:var(--text-primary);border-bottom:none}.horizontal-categories-wrapper{margin-bottom:2rem}.horizontal-categories{background:#fff;border-radius:16px;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;padding:.8rem 0;list-style:none;display:flex;box-shadow:0 4px 20px #0000000d}.horizontal-categories::-webkit-scrollbar{display:none}.horizontal-categories li{color:var(--text-primary);cursor:pointer;white-space:nowrap;border-radius:8px;padding:.5rem 1rem;font-weight:500;transition:all .2s}.horizontal-categories li:hover{background:var(--gold-light);color:var(--text-primary)}.dropdown-category{position:relative}.category-dropdown-menu{z-index:200;border:1px solid var(--border-color);background:#fff;border-radius:8px;min-width:220px;padding:.5rem 0;list-style:none;display:none;position:absolute;top:100%;left:0;box-shadow:0 10px 25px #0000001a}.dropdown-category:hover .category-dropdown-menu{display:block}.category-dropdown-menu li{border-bottom:1px solid var(--border-color);border-radius:0;padding:.6rem 1.2rem;font-size:.95rem}.category-dropdown-menu li:last-child{border-bottom:none}.category-dropdown-menu li:hover{background:var(--gold-light)}.hero-banner-full{width:100%;margin-bottom:3rem}.main-banner{border-radius:24px;width:100%;overflow:hidden}.promo-banners{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:4rem;display:grid}.promo-box{background:var(--white);border:1px solid var(--border-color);height:150px;color:var(--gold);border-radius:12px;justify-content:center;align-items:center;font-weight:600;display:flex}.section-title{background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2rem;font-size:2rem;font-weight:700}.product-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.product-card{background:var(--white);border:1px solid #0000000a;border-radius:20px;flex-direction:column;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #00000008}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #00000014}.product-info{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.product-title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem;font-weight:600;line-height:1.4}.product-image-container{aspect-ratio:3/4;background:#f4f4f4;justify-content:center;align-items:center;width:100%;padding:0;display:flex}.product-image{object-fit:contain;width:100%;height:100%}.buttons{flex-direction:column;gap:.5rem;margin-top:auto;display:flex}.btn{text-align:center;color:#fff;background-color:var(--gold);border-radius:8px;padding:.6rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .2s}.btn:hover{opacity:.9}.btn-wb{background-color:var(--accent-wb)}.btn-ozon{background-color:var(--accent-ozon)}.footer{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);justify-content:space-between;margin-top:4rem;padding:3rem 2rem;display:flex}.footer a{color:#ccc;text-decoration:none}.product-detail-page{align-items:flex-start;gap:4rem;margin-top:2rem;margin-bottom:4rem;display:flex}.gallery-column{background:0 0;border-radius:16px;flex:1;position:relative;overflow:hidden}.info-column{flex-direction:column;flex:1;display:flex}.gradient-title{background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.detail-brand{color:#666;margin-bottom:1.5rem;font-size:1.1rem}.detail-brand span{color:#1e3a8a;font-weight:600}.detail-buttons{gap:1rem;display:flex}.detail-buttons .btn{text-align:center;text-transform:uppercase;letter-spacing:.5px;border-radius:12px;flex:1;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 8px 20px #00000026}.detail-buttons .btn:hover{transform:translateY(-3px);box-shadow:0 12px 25px #0003}.premium-btn-wb{background:linear-gradient(135deg,#cb11ab 0%,#8b00ff 100%)}.premium-btn-ozon{background:linear-gradient(135deg,#005bff 0%,#0af 100%)}.detail-accordions{flex-direction:column;gap:1rem;display:flex}.accordion{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #0000000d;border-radius:12px;transition:all .3s;overflow:hidden}.accordion.open{background:#fff;box-shadow:0 5px 15px #0000000d}.accordion-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;display:flex}.accordion-header h3{color:#0f172a;font-size:1.1rem;font-weight:600}.accordion-icon{color:#1e3a8a;font-size:1.5rem;font-weight:300}.accordion-content{color:#444;padding:0 1.5rem 1.5rem;font-size:1rem;line-height:1.6}.carousel{background:#fff;border-radius:16px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 40px #0000001a}.carousel img{object-fit:contain;width:100%;max-height:500px}.carousel-btn{cursor:pointer;background:#fffc;border:none;border-radius:50%;width:50px;height:50px;font-size:1.5rem;transition:background .3s;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 10px #0000001a}.carousel-btn:hover{background:#fff}.carousel-prev{left:1rem}.carousel-next{right:1rem}.thumbnails{gap:12px;margin-top:15px;padding-bottom:8px;display:flex;overflow-x:auto}.thumb{object-fit:cover;cursor:pointer;opacity:.6;border:2px solid #0000;border-radius:8px;width:75px;height:100px;transition:all .2s}.thumb:hover{opacity:1}.thumb.active{border-color:var(--gold);opacity:1;box-shadow:0 4px 12px #d4af374d}.back-btn{cursor:pointer;color:var(--gold);margin-top:1rem;margin-bottom:1rem;font-weight:600;display:inline-block}.back-btn:hover{text-decoration:underline}.page-hero{border-radius:32px;justify-content:center;align-items:center;width:100%;height:200px;margin-top:1rem;margin-bottom:4rem;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.page-hero-bg{z-index:1;background-position:50%;background-size:cover;background-attachment:fixed;position:absolute;inset:0}.page-hero-overlay{z-index:2;background:linear-gradient(135deg,#0f172acc 0%,#064e3b99 100%);position:absolute;inset:0}.page-hero-content{z-index:3;text-align:center;color:#fff;padding:2rem;position:relative}.page-hero-title{letter-spacing:-.02em;margin:0;font-size:3.5rem;font-weight:800}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;padding:5px;display:none}.mobile-sidebar{z-index:1000;background:#fff;width:280px;height:100vh;transition:left .3s;position:fixed;top:0;left:-300px;overflow-y:auto;box-shadow:2px 0 10px #0000001a}.mobile-sidebar.open{left:0}.mobile-sidebar-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1rem;display:flex}.mobile-close-btn{cursor:pointer;background:0 0;border:none}.mobile-nav-links{padding:1rem;list-style:none}.mobile-nav-links li>a{color:var(--text-primary);border-bottom:1px solid #f0f0f0;padding:.8rem 0;font-size:1.1rem;font-weight:500;text-decoration:none;display:block}.mobile-overlay{z-index:999;background:#00000080;position:fixed;inset:0}@media (width<=768px){.top-header{gap:10px;padding:.8rem}.mobile-menu-btn{display:block}.top-menu{display:none}.logo img{height:40px!important}.header-search-bar{flex-grow:1;max-width:none;margin:0}.header-search-bar input{padding:.6rem 1rem;font-size:.9rem}.products-grid{flex-direction:column;gap:15px;display:flex}.product-card{flex-direction:row;align-items:center;height:120px;padding:10px;display:flex}.product-image-container{background:0 0;flex-shrink:0;width:100px;height:100%;padding:0}.product-image{object-fit:contain}.product-info{flex-direction:column;flex-grow:1;justify-content:space-between;height:100%;padding:0 0 0 15px;display:flex}.product-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:5px;font-size:1rem;display:-webkit-box;overflow:hidden}.product-info .buttons{margin:0!important;padding:0!important}.product-info .btn{padding:8px!important;font-size:.9rem!important}.page-hero,.about-hero{height:200px!important}.page-hero-title,.about-title{font-size:2rem!important}.about-layout,.contacts-layout{flex-direction:column!important;grid-template-columns:1fr!important;display:flex!important}.categories-container{-webkit-overflow-scrolling:touch;padding-bottom:10px;overflow-x:auto;flex-wrap:nowrap!important;justify-content:flex-start!important}.categories-container::-webkit-scrollbar{display:none}.category-btn{flex-shrink:0}}.mini-cards-swipe{-webkit-overflow-scrolling:touch;gap:15px;padding-bottom:15px;display:flex;overflow-x:auto}.mini-cards-swipe::-webkit-scrollbar{display:none}.mini-product-card{text-align:center;cursor:pointer;flex-direction:column;flex-shrink:0;align-items:center;width:120px;display:flex}.mini-product-img{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:10px;display:flex;overflow:hidden;box-shadow:0 4px 10px #0000000d}.mini-product-img img{object-fit:contain;width:80%;height:80%}.mini-product-title{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;font-weight:500;display:-webkit-box;overflow:hidden}@media (width<=768px){.horizontal-categories-wrapper{display:none!important}.page-hero-title,.about-title{word-break:break-word;padding:0 10px;font-size:1.5rem!important}.section-title{font-size:1.3rem!important}.modal-content{width:95%!important;padding:20px!important}.product-modal-layout{flex-direction:column!important}.product-modal-info h2{font-size:1.2rem!important}.product-detail-page{flex-direction:column;gap:1rem;display:flex}.gallery-column,.info-column{display:contents}.detail-title{text-align:left;order:1;margin-bottom:0!important;font-size:1.8rem!important}.detail-brand{text-align:left;order:2;margin-bottom:1rem;margin-top:0!important;font-size:1rem!important}.carousel{border-radius:12px;order:3;width:100%;margin-bottom:1rem;overflow:hidden}.detail-buttons{flex-direction:column;order:4;gap:1rem;width:100%;display:flex;margin:1rem 0!important}.detail-accordions{order:5;width:100%}.thumbnails{display:none!important}.btn-wb,.btn-ozon{text-align:center;width:100%;padding:15px;font-size:1.1rem}.footer{text-align:center;flex-direction:column;align-items:center;gap:2rem;padding:2rem 1rem}.footer ul{padding:0;flex-direction:column!important;gap:1rem!important}}.about-container{color:#1f2937;width:100%;max-width:1400px;margin:0 auto;padding:2rem 2rem 6rem;font-family:Outfit,sans-serif}.about-hero{border-radius:32px;justify-content:center;align-items:center;width:100%;height:400px;margin-top:1rem;margin-bottom:5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.hero-bg{z-index:1;background-position:50%;background-size:cover;background-attachment:fixed;position:absolute;inset:0}.hero-overlay{z-index:2;background:linear-gradient(135deg,#0f172acc 0%,#064e3b99 100%);position:absolute;inset:0}.hero-content{z-index:3;text-align:center;color:#fff;max-width:800px;padding:2rem;position:relative}.badge{-webkit-backdrop-filter:blur(10px);letter-spacing:2px;text-transform:uppercase;color:#a7f3d0;background:#ffffff1a;border:1px solid #fff3;border-radius:30px;margin-bottom:1.5rem;padding:8px 16px;font-size:.9rem;font-weight:600;display:inline-block}.hero-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:800;line-height:1.1}.text-gradient{background:linear-gradient(90deg,#6ee7b7,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-subtitle{color:#e2e8f0;font-size:1.25rem;font-weight:300;line-height:1.6}.glass-card{z-index:4;-webkit-backdrop-filter:blur(12px);color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:16px;align-items:center;gap:1rem;padding:1rem 1.5rem;font-weight:600;animation:6s ease-in-out infinite float;display:flex;position:absolute;box-shadow:0 10px 25px #0000001a}.glass-card .icon{font-size:2rem}.glass-card small{color:#a7f3d0;text-transform:uppercase;font-size:.75rem;font-weight:400}.floating-1{animation-delay:0s;top:20%;left:10%}.floating-2{animation-delay:-3s;bottom:20%;right:10%}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.about-body{padding:0 2rem}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;margin-bottom:6rem;display:grid}@media (width<=900px){.about-grid{grid-template-columns:1fr;gap:4rem}}.section-heading{background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.text-block{color:#4b5563;margin-bottom:1.5rem;font-size:1.15rem;line-height:1.8}.highlight-text{color:#1f2937;border-left:4px solid #10b981;padding-left:1.5rem;font-size:1.5rem;font-weight:400;line-height:1.5}.brand-name{color:#047857;font-weight:700}.highlight-brands{background:linear-gradient(120deg,#d1fae5 0% 100%) 0 88%/100% 30% no-repeat;font-weight:600}.image-wrapper{border-radius:24px;transition:transform .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;transform:rotate(-2deg);box-shadow:0 20px 40px -10px #00000026}.image-wrapper:hover{transform:rotate(0)scale(1.02)}.image-wrapper img{object-fit:cover;width:100%;height:100%;display:block}.image-badge{color:#047857;background:#fff;border-radius:20px;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;font-weight:700;display:flex;position:absolute;bottom:-20px;right:20px;transform:rotate(5deg);box-shadow:0 15px 30px #0000001a}.cta-section{text-align:center;background:linear-gradient(135deg,#f0fdf4 0%,#d1fae5 100%);border:1px solid #10b98133;border-radius:32px;padding:4rem;box-shadow:inset 0 2px 20px #ffffff80}.cta-content{max-width:700px;margin:0 auto}.cta-content h3{color:#064e3b;margin-bottom:1rem;font-size:2rem;font-weight:700}.cta-content p{color:#047857;font-size:1.2rem;line-height:1.6}@media (width<=768px){.hero-title{word-break:break-word;font-size:2rem!important}.hero-subtitle{font-size:1rem!important}}.about-hero{background-position:50%;background-size:cover;height:200px!important}.about-title{background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:3.5rem;font-weight:800}.hero-bg,.hero-overlay{border-radius:32px}@media (width<=768px){.about-container{padding:1rem 1rem 4rem!important}.section-heading{font-size:1.6rem!important}.highlight-text{font-size:1.1rem!important}.text-block p{font-size:.95rem!important;line-height:1.5!important}.stats-number{font-size:2.2rem!important}.stats-label{font-size:1rem!important}.cta-content h3{font-size:1.5rem!important}.cta-content p{font-size:1rem!important}.about-grid{grid-template-columns:1fr!important}}.dynamic-banner-container{background-color:#000;border-radius:24px;width:100%;height:400px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.banner-layer{opacity:0;z-index:1;transition:opacity 1s ease-in-out;position:absolute;inset:0}.banner-base-img{display:none}.banner-layer.active{opacity:1;z-index:2}.banner-media{object-fit:cover;width:100%;height:100%;display:block}.banner-button-overlay{opacity:0;z-index:3;background:0 0;justify-content:flex-end;align-items:flex-end;padding:3rem 4rem;transition:opacity .8s ease-out,transform .8s ease-out;display:flex;position:absolute;inset:0;transform:translateY(20px)}.banner-button-overlay.visible{opacity:1;transform:translateY(0)}.banner-cta-button{color:#fff;cursor:pointer;letter-spacing:1px;background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);border:1px solid #d4af3780;border-radius:50px;padding:1.2rem 3rem;font-size:1.5rem;font-weight:700;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 10px 20px #0f172a66}.banner-cta-button:after{content:"";background:linear-gradient(90deg,#fff0 0%,#ffffff4d 50%,#fff0 100%);width:50%;height:100%;animation:4.5s infinite shine;position:absolute;top:0;left:-100%;transform:skew(-20deg)}@keyframes shine{0%{left:-100%}88%{left:200%}to{left:200%}}.banner-cta-button:hover{transform:scale(1.05);box-shadow:0 15px 30px #0f172a99}@media (width<=768px){.dynamic-banner-container{border-radius:12px;height:200px!important}.banner-button-overlay{padding:1rem 1.5rem}.banner-cta-button{padding:.8rem 1.5rem;font-size:1rem}}.contacts-container{color:#1f2937;background-color:var(--bg-color);width:100%;max-width:1400px;margin:0 auto;padding:2rem 2rem 6rem;font-family:Outfit,sans-serif}.contacts-title{text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;max-width:1200px;margin:0 auto 3rem;font-size:3.5rem;font-weight:800}.contacts-layout{grid-template-columns:1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto 2rem;display:grid}@media (width<=900px){.contacts-layout{grid-template-columns:1fr}}.contacts-left-col{flex-direction:column;gap:1.5rem;height:100%;display:flex}.contacts-info-card{-webkit-backdrop-filter:blur(20px);background:#ffffffb3;border:1px solid #ffffff80;border-radius:24px;padding:2rem;box-shadow:0 10px 40px #0000000d}.contacts-info-card h2{color:#1e3a8a;margin-bottom:.8rem;font-size:1.8rem;font-weight:700}.contacts-subtitle{color:#4b5563;margin-bottom:1.5rem;font-size:1rem;line-height:1.4}.info-item{align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.info-item:last-child{margin-bottom:0}.info-icon{color:#059669;background:#ecfdf5;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.info-text{flex-direction:column;display:flex}.info-text strong{color:#6b7280;text-transform:uppercase;letter-spacing:1px;margin-bottom:.2rem;font-size:.9rem}.info-text span{color:#111827;font-size:1.1rem;font-weight:500}.contacts-map-card{background:#e5e7eb;border-radius:24px;flex:1;min-height:250px;overflow:hidden;box-shadow:0 10px 40px #0000000d}.contacts-right-col{flex-direction:column;height:100%;display:flex}.form-wrapper{-webkit-backdrop-filter:blur(20px);background:#ffffffb3;border:1px solid #ffffff80;border-radius:24px;flex-direction:column;width:100%;height:100%;padding:2.5rem;display:flex;box-shadow:0 20px 50px #00000014}.form-wrapper h2{text-align:center;color:#1e3a8a;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.form-wrapper p{text-align:center;color:#6b7280;margin-bottom:3rem;font-size:1.1rem}.contact-form{flex-direction:column;flex:1;gap:1.2rem;display:flex}.input-group{flex-direction:column;gap:.5rem;display:flex}.input-group label{color:#374151;font-size:.95rem;font-weight:600}.input-group input,.input-group textarea{color:#1f2937;background:#f9fafb;border:1px solid #d1d5db;border-radius:12px;padding:1rem 1.2rem;font-family:inherit;font-size:1rem;transition:all .2s}.input-group input:focus,.input-group textarea:focus{background:#fff;border-color:#10b981;outline:none;box-shadow:0 0 0 4px #10b9811a}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:12px;margin-top:1rem;padding:1.2rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 10px 20px #10b9814d}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 15px 30px #10b98166}.submit-btn.sending{cursor:not-allowed;box-shadow:none;background:#9ca3af;transform:none}.form-success{color:#065f46;text-align:center;background:#d1fae5;border-radius:12px;margin-top:1rem;padding:1rem;font-weight:500}.form-error{color:#991b1b;text-align:center;background:#fee2e2;border-radius:12px;margin-top:1rem;padding:1rem;font-weight:500}@media (width<=768px){.contacts-title{word-break:break-word;margin-bottom:1.5rem!important;font-size:2rem!important}.contacts-container{padding:1rem 1rem 4rem!important}}.partnership-container{color:#333;width:100%;max-width:1400px;margin:0 auto;padding:2rem 2rem 6rem}.partnership-header{text-align:center;margin-bottom:40px}.partnership-header h1{background:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:2.5rem}.partnership-layout{align-items:flex-start;gap:40px;display:flex}.partnership-text-col{flex:1;font-size:1.1rem;line-height:1.6}.intro-block{color:#1e3a8a;margin-bottom:30px;font-size:1.2rem;font-weight:500}.text-section{margin-bottom:30px}.text-section h2{color:#1e3a8a;border-bottom:2px solid #e0e0e0;margin-bottom:15px;padding-bottom:10px;font-size:1.8rem}.text-section p{margin-bottom:15px}.text-section ul{padding-left:0;list-style-type:none}.text-section ul li{margin-bottom:10px;padding-left:25px;position:relative}.text-section ul li:before{content:"✓";color:#3b82f6;font-weight:700;position:absolute;left:0}.highlight-text{background:#f0f7ff;border-left:4px solid #3b82f6;border-radius:4px;margin-top:20px;padding:15px;font-weight:500}.contact-block{background:#fff;border:1px solid #eee;border-radius:12px;padding:25px;box-shadow:0 4px 12px #0000000d}.partnership-contacts p{margin:5px 0;font-size:1.15rem}.partnership-video-col{flex:0 0 400px;position:sticky;top:100px}.video-wrapper{background:#000;border-radius:16px;overflow:hidden;box-shadow:0 10px 25px #0000001a}.partnership-video{object-fit:cover;width:100%;display:block}.partnership-video:fullscreen{object-fit:contain!important}.partnership-video:fullscreen{object-fit:contain!important}.fade-in-up{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(20px)}.fade-in-up.visible{opacity:1;transform:translateY(0)}@media (width<=900px){.partnership-layout{flex-direction:column}.partnership-text-col{display:contents}.partnership-text-col>div:first-child{order:1}.partnership-text-col>div:nth-child(2){order:2}.partnership-text-col>div:nth-child(3){order:3}.partnership-video-col{flex:none;order:4;width:100%;margin:10px 0 30px;position:static}.partnership-text-col>div:nth-child(4){order:5}.partnership-text-col>div:nth-child(5){order:6}}@media (width<=768px){.partnership-title{word-break:break-word;margin-bottom:1.5rem!important;font-size:2rem!important}.partnership-container{padding:1rem 1rem 4rem!important}.partnership-intro{font-size:1rem!important;line-height:1.5!important}.partnership-section h2{margin-bottom:15px!important;font-size:1.6rem!important}.partnership-section p,.partnership-section li{font-size:.95rem!important;line-height:1.5!important}.partnership-grid,.features-grid{grid-template-columns:1fr!important}}
