.nav-main{background:#fff;box-shadow:0 2px 16px rgba(52,52,52,0.07);position:sticky;top:0;z-index:100;width:100%}.nav-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 32px;height:70px}.nav-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:900;color:#222;text-decoration:none;letter-spacing:1px;gap:10px}.nav-logo img{height:60px;width:auto;display:block}.nav-logo-mobile{display:none}.nav-logo-mobile-fixed{display:none}.nav-menu{display:flex;gap:36px;list-style:none;margin:0;padding:0}.nav-menu li a{color:#181818;font-size:1.13rem;font-weight:700;text-decoration:none;padding:8px 0;transition:color 0.2s;letter-spacing:0.5px}.nav-menu li a:hover{color:#e74c3c;text-shadow:0 2px 8px rgba(231,76,60,0.08)}.nav-contacts{margin-left:18px}.nav-phone{color:#181818;font-size:1.08rem;font-weight:600;text-decoration:none;transition:color 0.2s}.nav-phone:hover{color:#e74c3c}.nav-burger{display:none;flex-direction:column;justify-content:center;width:38px;height:38px;cursor:pointer;margin-left:18px;z-index:110}.nav-burger span{display:block;height:4px;width:100%;background:#222;border-radius:2px;margin:5px 0;transition:0.3s}.nav-burger.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.nav-burger.active span:nth-child(2){opacity:0}.nav-burger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media (max-width:900px){.nav-logo-desktop{display:none!important}.nav-logo-mobile-fixed{display:flex!important;align-items:center;height:60px;margin-right:auto;z-index:121;transition:opacity 0.2s}.nav-logo-mobile-fixed.hide-on-menu{opacity:0;pointer-events:none}.nav-logo-mobile-fixed img{height:50px;width:auto;display:block}.nav-burger{display:flex;position:absolute;right:18px;top:12px;z-index:120}.nav-container{flex-direction:row;align-items:center;height:60px;padding:0 10px;position:relative}.nav-menu{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;box-shadow:-2px 0 24px rgba(52,52,52,0.13);flex-direction:column;align-items:center;justify-content:flex-start;padding:38px 0 0 0;gap:0;z-index:110;overflow-y:auto}.nav-menu.open{display:flex!important;animation:fadeInMenu 0.25s}.nav-logo-mobile{display:flex!important;justify-content:center;align-items:center;width:100%;margin:24px 0 18px 0}.nav-logo-mobile img{height:54px;margin:0 auto 10px auto;display:block}.nav-menu li{width:100%;text-align:center;margin:0;padding:0}.nav-menu li a{display:block;width:100%;text-align:center;font-size:1.25rem;padding:18px 0;font-weight:700;color:#181818;border-bottom:1px solid #f2f2f2;transition:color 0.2s}.nav-menu li:last-child a{border-bottom:none}.nav-contacts{display:none}.nav-menu-contacts-mobile{display:flex!important;width:100%;margin-top:32px;flex-direction:column;align-items:center;gap:16px}.nav-menu-phone a{color:#b0b0b0;font-size:0.98rem;font-weight:600;text-decoration:none;letter-spacing:0.5px;transition:color 0.2s}.nav-menu-phone a:hover{color:#e74c3c}.nav-menu-socials{display:flex;flex-direction:row;gap:22px;justify-content:center;align-items:center;margin-top:2px}.nav-social i{font-size:2rem;color:#b0b0b0;transition:color 0.2s,transform 0.2s}.nav-social[aria-label="Instagram"] i{color:#e1306c}.nav-social[aria-label="Telegram"] i{color:#229ed9}.nav-social[aria-label="Viber"] i{color:#7360f2}.nav-social[aria-label="Email"] i{color:#e67e22}.nav-social:hover i{color:#e74c3c!important;transform:scale(1.13) rotate(-8deg)}}.nav-menu-contacts-mobile{display:none}@keyframes fadeInMenu{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.nav-logo-mobile img{height:60px}.nav-menu li a{font-size:1.08rem;padding:14px 0}}.about-main{background:#f8f8f8;padding:60px 0}.about-container{display:flex;align-items:center;justify-content:center;max-width:1200px;margin:0 auto;gap:40px;flex-wrap:wrap}.about-text{flex:1 1 350px}.about-text h2{font-size:2rem;margin-bottom:1rem}.about-text p{font-size:1.1rem;color:#444}.about-image{flex:1 1 300px;text-align:right}.about-image img{max-width:350px;width:100%;border-radius:12px;box-shadow:0 2px 16px rgba(0,0,0,0.08)}@media (max-width:900px){.about-container{flex-direction:column;gap:20px}.about-image{text-align:center}}.home-services{background:#ffffff;padding:80px 20px}.home-services-container{max-width:1200px;margin:0 auto}.services-header{text-align:center;margin-bottom:50px}.home-services-container h2{font-size:2.5rem;font-weight:800;margin:0 0 12px 0;letter-spacing:-0.5px;color:#1f2937;position:relative;display:inline-block}.home-services-container h2::after{content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:-8px;width:60px;height:4px;background:linear-gradient(90deg,#db3431,#b82825);border-radius:2px}.services-subtitle{font-size:1.1rem;color:#6b7280;margin:20px auto 0;max-width:700px;line-height:1.6}.home-services-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.service-card{background:#fff;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,0.08);overflow:hidden;display:flex;flex-direction:column;transition:all 0.3s ease}.service-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,0.15)}.service-img-wrap{width:100%;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);position:relative}.service-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.4s ease}.service-card:hover .service-img{transform:scale(1.08)}.service-badge{position:absolute;top:16px;right:16px;background:linear-gradient(135deg,#db3431,#b82825);color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;box-shadow:0 4px 12px rgba(219,52,49,0.4)}.service-content{padding:24px;display:flex;flex-direction:column;gap:12px;flex:1;min-height:0}.service-title{font-size:1.4rem;font-weight:700;color:#1f2937;margin:0;line-height:1.3}.service-desc{font-size:0.95rem;color:#6b7280;line-height:1.6;margin:0;flex:1}.service-link{display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#db3431,#b82825);color:#fff;border-radius:10px;font-size:1rem;font-weight:600;text-decoration:none;padding:14px 24px;box-shadow:0 4px 12px rgba(219,52,49,0.3);transition:all 0.3s ease;margin-top:auto}.service-link:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(219,52,49,0.4)}.service-link i{font-size:0.9rem;transition:transform 0.3s ease}.service-link:hover i{transform:translateX(4px)}.services-empty{text-align:center;padding:80px 20px;color:#9ca3af}.services-empty i{font-size:4rem;margin-bottom:20px;color:#d1d5db}.services-empty p{font-size:1.1rem;color:#6b7280;max-width:500px;margin:0 auto;line-height:1.6}.service-detail-main{background:#f9fafb;padding:20px 20px}.service-detail-container{max-width:1000px;margin:0 auto;padding:0}.service-detail-wrapper{border-radius:20px;padding:20px}.service-detail-empty{text-align:center;padding:80px 20px;background:#fff;border-radius:20px;box-shadow:0 4px 16px rgba(0,0,0,0.08)}.service-detail-empty i{font-size:4rem;margin-bottom:20px;color:#d1d5db}.service-detail-empty p{font-size:1rem}@media (max-width:768px){.service-detail-main{padding:20px 16px}.service-detail-wrapper{padding:30px}.service-detail-content{font-size:1.05rem}}@media (max-width:576px){.service-detail-main{padding:20px 12px}.service-detail-wrapper{padding:5px;border-radius:16px}.service-detail-content{font-size:1rem}.service-detail-empty{padding:60px 20px}.service-detail-empty i{font-size:3rem}}.service-detail-title{font-size:2.2rem;font-weight:900;color:#222;text-align:center;margin-bottom:1.2rem;display:flex;align-items:center;gap:10px;justify-content:center}.service-detail-img-wrap{width:100%;max-width:480px;aspect-ratio:4/3;border-radius:14px;overflow:hidden;background:#eaeaea;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.service-detail-img-wrap img{width:100%;height:100%;object-fit:cover;border-radius:14px;display:block}.service-detail-content{font-size:1.1rem;color:#374151;line-height:1.8}.service-detail-content>*:first-child{margin-top:0}.service-detail-content>*:last-child{margin-bottom:0}.service-detail-content p{margin:1.2em 0}.service-detail-content img{max-width:100%;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,0.1);margin:2em 0;display:block;height:auto}.service-detail-content .table-wrapper{width:100%;margin:24px 0;overflow-x:auto;border-radius:10px;box-shadow:0 2px 12px rgba(52,152,219,0.07)}.service-detail-content .table-wrapper::-webkit-scrollbar{height:8px}.service-detail-content .table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.service-detail-content .table-wrapper::-webkit-scrollbar-thumb{background:#db3431;border-radius:10px}.service-detail-content .table-wrapper::-webkit-scrollbar-thumb:hover{background:#b82825}.service-detail-content table{width:100%;min-width:600px;border-collapse:collapse;margin:0;background:#f8fafc}.service-detail-content th,.service-detail-content td{padding:14px 18px;border:1px solid #e0e4ea;text-align:left;font-size:1.05rem}.service-detail-content th{background:#db3431;color:#fff;font-weight:700}.service-detail-content tr:nth-child(even) td{background:#f3f6fa}.service-detail-content ul,.service-detail-content ol{margin:1.5em 0;padding-left:2em}.service-detail-content ul{list-style-type:none;padding-left:0}.service-detail-content ul li{position:relative;padding-left:2em;margin-bottom:0.8em}.service-detail-content ul li::before{content:'';position:absolute;left:0;top:0.6em;width:8px;height:8px;background:#db3431;border-radius:50%}.service-detail-content ol li{margin-bottom:0.8em}.service-detail-content li{font-size:1.05rem;line-height:1.7}.service-detail-content blockquote{border-left:4px solid #db3431;background:#f8fafc;margin:18px 0;padding:14px 22px;color:#555;font-style:italic;border-radius:8px}.service-detail-content h2,.service-detail-content h3,.service-detail-content h4{color:#db3431;font-weight:800;margin-top:2.2em;margin-bottom:0.7em}@media (max-width:992px){.home-services{padding:60px 20px}.services-header{margin-bottom:40px}.home-services-container h2{font-size:2.2rem}.home-services-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.service-detail-container{padding:0px 0px}.service-detail-title{font-size:1.4rem}}@media (max-width:768px){.home-services{padding:50px 16px}.home-services-container h2{font-size:2rem}.services-subtitle{font-size:1rem}.home-services-list{grid-template-columns:1fr;gap:20px}.service-content{padding:20px}.service-title{font-size:1.3rem}}@media (max-width:576px){.home-services{padding:40px 12px}.services-header{margin-bottom:30px}.home-services-container h2{font-size:1.6rem}.services-subtitle{font-size:0.95rem}.service-content{padding:18px}.service-title{font-size:1.2rem}.service-desc{font-size:0.9rem}.service-link{padding:12px 20px;font-size:0.95rem}.service-badge{width:42px;height:42px;font-size:1.1rem}.services-empty{padding:60px 20px}.services-empty i{font-size:3rem}.services-empty p{font-size:1rem}}.service-header-main{background:#ebe4e4;padding:60px 20px;position:relative;overflow:hidden}.service-header-main::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(219,52,49,0.05) 0%,transparent 70%);pointer-events:none}.service-header-container{max-width:900px;margin:0 auto;position:relative;z-index:1}.service-back-btn{display:inline-flex;align-items:center;gap:8px;background:#f3f4f6;color:#4b5563;padding:10px 20px;border-radius:10px;font-size:0.95rem;font-weight:600;text-decoration:none;transition:all 0.3s ease;margin-bottom:40px}.service-back-btn:hover{background:#db3431;color:#fff;transform:translateX(-4px)}.service-header-content{display:flex;align-items:center;gap:50px;animation:fadeInUp 0.8s ease}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.service-header-image-block{flex-shrink:0}.service-header-img{width:280px;height:280px;object-fit:cover;border-radius:20px;box-shadow:0 12px 40px rgba(0,0,0,0.15);display:block;transition:transform 0.3s ease}.service-header-img:hover{transform:scale(1.05)}.service-header-img-placeholder{width:280px;height:280px;border-radius:20px;background:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,0.08)}.service-header-img-placeholder i{font-size:5rem;color:#d1d5db}.service-header-text{flex:1;min-width:0}.service-header-badge{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#db3431,#b82825);color:#fff;padding:8px 18px;border-radius:50px;font-size:0.85rem;font-weight:600;margin-bottom:20px;box-shadow:0 4px 12px rgba(219,52,49,0.3)}.service-header-badge i{font-size:1rem}.service-header-title{font-size:2.8rem;margin-bottom:16px;font-weight:900;color:#1f2937;line-height:1.2}.service-header-description{font-size:1.1rem;color:#6b7280;line-height:1.7}@media (max-width:992px){.service-header-content{gap:40px}.service-header-img,.service-header-img-placeholder{width:240px;height:240px}.service-header-img-placeholder i{font-size:4rem}.service-header-title{font-size:2.4rem}.service-header-description{font-size:1.05rem}}@media (max-width:768px){.service-header-main{padding:50px 16px}.service-header-back-btn{margin-bottom:30px}.service-header-content{flex-direction:column;text-align:center;gap:30px}.service-header-img,.service-header-img-placeholder{width:220px;height:220px}.service-header-img-placeholder i{font-size:3.5rem}.service-header-title{font-size:2.2rem}.service-header-description{font-size:1rem}}@media (max-width:576px){.service-header-main{padding:40px 12px}.service-back-btn{font-size:0.9rem;padding:8px 16px;margin-bottom:24px}.service-header-img,.service-header-img-placeholder{width:180px;height:180px}.service-header-img-placeholder i{font-size:3rem}.service-header-badge{font-size:0.8rem;padding:6px 14px}.service-header-title{font-size:1.8rem}.service-header-description{font-size:0.95rem}}.table{margin-inline-start:0px;margin-inline-end:0px}.workshops-main{background:#f9fafb;padding:80px 20px}.workshops-container{max-width:1200px;margin:0 auto}.workshops-header{text-align:center;margin-bottom:50px}.workshops-container h2{font-size:2.5rem;font-weight:800;margin:0 0 12px 0;letter-spacing:-0.5px;color:#1f2937;position:relative;display:inline-block}.workshops-container h2::after{content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:-8px;width:60px;height:4px;background:linear-gradient(90deg,#db3431,#b82825);border-radius:2px}.workshops-subtitle{font-size:1.1rem;color:#6b7280;margin:20px auto 0;max-width:700px;line-height:1.6}.workshops-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px}.workshops-item{background:#fff;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,0.08);overflow:hidden;display:flex;flex-direction:column;transition:all 0.3s ease}.workshops-item:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,0.15)}.workshops-img-wrap{width:100%;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(135deg,#e5e7eb,#d1d5db);position:relative}.workshops-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.4s ease}.workshops-item:hover .workshops-img{transform:scale(1.08)}.workshops-badge{position:absolute;top:16px;right:16px;background:linear-gradient(135deg,#db3431,#b82825);color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;box-shadow:0 4px 12px rgba(219,52,49,0.4)}.workshops-content{padding:24px;display:flex;flex-direction:column;gap:16px;flex:1;min-height:0}.workshops-title{font-size:1.4rem;font-weight:700;color:#1f2937;margin:0;line-height:1.3}.workshops-info{display:flex;flex-direction:column;gap:12px}.workshops-info-item{display:flex;align-items:flex-start;gap:12px;font-size:0.95rem;color:#4b5563;line-height:1.5}.workshops-info-item i{color:#db3431;font-size:1.1rem;width:20px;flex-shrink:0;margin-top:2px}.workshops-info-item span{flex:1}.workshops-phones{font-weight:600;color:#1f2937;margin-top:auto;padding-top:8px}.workshops-desc{font-size:0.95rem;color:#6b7280;line-height:1.6;margin:4px 0}.workshops-btns-row{display:flex;gap:12px;margin-top:auto}.workshops-call-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#db3431,#b82825);color:#fff;border-radius:10px;font-size:1rem;font-weight:600;text-decoration:none;padding:14px 20px;box-shadow:0 4px 12px rgba(219,52,49,0.3);transition:all 0.3s ease;border:none;outline:none}.workshops-call-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(219,52,49,0.4)}.workshops-call-btn i{font-size:1.1rem}.workshops-map-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:#1f2937;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;font-weight:600;text-decoration:none;padding:14px 20px;transition:all 0.3s ease}.workshops-map-btn:hover{background:#f9fafb;border-color:#db3431;color:#db3431;transform:translateY(-2px)}.workshops-map-btn i{font-size:1.1rem}.workshops-empty{text-align:center;padding:80px 20px;color:#9ca3af}.workshops-empty i{font-size:4rem;margin-bottom:20px;color:#d1d5db}.workshops-empty p{font-size:1.1rem;color:#6b7280;max-width:500px;margin:0 auto;line-height:1.6}@media (max-width:992px){.workshops-main{padding:60px 20px}.workshops-header{margin-bottom:40px}.workshops-container h2{font-size:2.2rem}.workshops-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}}@media (max-width:768px){.workshops-main{padding:50px 16px}.workshops-container h2{font-size:2rem}.workshops-subtitle{font-size:1rem}.workshops-grid{grid-template-columns:1fr;gap:20px}.workshops-content{padding:20px}.workshops-title{font-size:1.3rem}}@media (max-width:576px){.workshops-main{padding:40px 12px}.workshops-header{margin-bottom:30px}.workshops-container h2{font-size:1.6rem}.workshops-subtitle{font-size:0.95rem}.workshops-content{padding:18px}.workshops-title{font-size:1.2rem}.workshops-info-item{font-size:0.9rem}.workshops-btns-row{flex-direction:column;gap:10px}.workshops-call-btn,.workshops-map-btn{padding:12px 16px;font-size:0.95rem}.workshops-badge{width:42px;height:42px;font-size:1.1rem}.workshops-empty{padding:60px 20px}.workshops-empty i{font-size:3rem}.workshops-empty p{font-size:1rem}}.workshop-phone-popup-overlay{position:fixed;z-index:10000;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0.45);display:flex;align-items:center;justify-content:center;animation:fadeIn 0.2s}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.workshop-phone-popup-box{background:#fff;border-radius:18px;box-shadow:0 8px 32px rgba(0,0,0,0.18);padding:32px 24px 24px 24px;min-width:260px;max-width:90vw;text-align:center;position:relative;animation:popupIn 0.2s}@keyframes popupIn{from{transform:translateY(40px) scale(0.95);opacity:0}to{transform:none;opacity:1}}.workshop-phone-popup-title{font-size:1.3rem;font-weight:700;margin-bottom:18px;color:#222}.workshop-phone-popup-btn{display:block;width:100%;margin:0 auto 12px auto;padding:12px 0;font-size:1.1rem;font-weight:600;color:#fff;background:#db3431;border:none;border-radius:10px;box-shadow:0 2px 8px rgba(219,52,49,0.3);text-decoration:none;transition:all 0.3s ease;cursor:pointer}.workshop-phone-popup-btn:hover{background:#111;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(17,17,17,0.3)}@media (max-width:500px){.workshop-phone-popup-box{padding:18px 6vw 18px 6vw;min-width:0}.workshop-phone-popup-title{font-size:1.05rem}.workshop-phone-popup-btn{font-size:1rem;padding:10px 0}}.whyus-main{background:#fff;padding:60px 20px}.whyus-container{max-width:900px;margin:0 auto;text-align:center}.whyus-header{text-align:center;margin-bottom:50px}.whyus-container h2{font-size:2.5rem;font-weight:800;margin:0 0 12px 0;letter-spacing:-0.5px;color:#1f2937;position:relative;display:inline-block}.whyus-container h2::after{content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:-8px;width:60px;height:4px;background:linear-gradient(90deg,#db3431,#b82825);border-radius:2px}.whyus-subtitle{font-size:1.1rem;color:#6b7280;margin:20px auto 0;max-width:600px;line-height:1.6}@media (max-width:768px){.whyus-header{margin-bottom:40px}.whyus-container h2{font-size:2rem}.whyus-subtitle{font-size:1rem}}@media (max-width:600px){.whyus-header{margin-bottom:30px}.whyus-container h2{font-size:1.6rem}.whyus-subtitle{font-size:0.95rem}}.whyus-list{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-top:2rem;list-style:none;padding:0}.whyus-list li{background:#f6f6f6;border-radius:14px;padding:22px 32px 22px 24px;font-size:1.13rem;color:#2d2d2d;min-width:210px;box-shadow:0 2px 12px rgba(0,0,0,0.06);display:flex;align-items:center;gap:16px;font-weight:500;transition:box-shadow 0.18s,transform 0.18s;box-sizing:border-box}.whyus-list li:hover{box-shadow:0 6px 24px rgba(219,52,49,0.13);transform:translateY(-2px) scale(1.025)}.whyus-icon{display:flex;align-items:center;justify-content:center;background:#db3431;color:#fff;border-radius:50%;width:38px;height:38px;font-size:1.35em;box-shadow:0 2px 8px rgba(219,52,49,0.10);margin-right:6px;flex-shrink:0;transition:background 0.18s,color 0.18s}.whyus-list li:hover .whyus-icon{background:#111;color:#fff}@media (max-width:900px){.whyus-list{gap:16px}.whyus-list li{padding:18px 12px 18px 12px;font-size:1.01rem;min-width:140px}.whyus-icon{width:32px;height:32px;font-size:1.1em}}@media (max-width:600px){.whyus-list{flex-direction:column;gap:10px}.whyus-list li{min-width:0;width:100%;padding:14px 8vw 14px 8vw;font-size:0.98rem}}.contacts-main{background:#f8f8f8;padding:60px 0}.contacts-container{max-width:900px;margin:0 auto;text-align:center}.contacts-list{margin-top:2rem;font-size:1.1rem;color:#2d2d2d}.contacts-list a{color:#e67e22;margin:0 8px;text-decoration:none;font-weight:500}.contacts-list a:hover{text-decoration:underline}.footer-main{background:linear-gradient(135deg,#050506 0%,#1a1a1d 100%);color:#fff;padding:60px 0 0;position:relative;overflow:hidden}.footer-main::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#db3431,transparent);box-shadow:0 0 20px rgba(219,52,49,0.5)}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-content{display:flex;flex-wrap:wrap;gap:50px;margin-bottom:40px;justify-content:space-between}.footer-brand{flex:1 1 300px;max-width:400px}.footer-logo{background:linear-gradient(135deg,#db3431 0%,#b82825 100%);color:#fff;border-radius:12px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;box-shadow:0 8px 24px rgba(219,52,49,0.3);transition:all 0.3s ease;margin-bottom:16px}.footer-logo:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(219,52,49,0.5)}.footer-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 12px 0;line-height:1.3}.footer-desc{font-size:0.95rem;color:#aaa;line-height:1.6;margin:0 0 20px 0}.footer-socials{display:flex;gap:12px}.footer-social{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,0.05);display:flex;align-items:center;justify-content:center;color:#ddd;font-size:1.1rem;transition:all 0.3s ease;border:1px solid rgba(255,255,255,0.1)}.footer-social:hover{background:#db3431;color:#fff;transform:translateY(-3px);box-shadow:0 6px 16px rgba(219,52,49,0.4);border-color:#db3431}.footer-info{display:flex;gap:60px;flex:1 1 auto}.footer-section{flex:1 1 150px}.footer-heading{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 20px 0;position:relative;padding-bottom:10px}.footer-heading::after{content:'';position:absolute;left:0;bottom:0;width:30px;height:2px;background:#db3431}.footer-nav{display:flex;flex-direction:column;gap:10px}.footer-link{color:#bbb;text-decoration:none;font-size:0.95rem;transition:all 0.3s ease;display:inline-block}.footer-link:hover{color:#fff;padding-left:8px}.footer-contacts{display:flex;flex-direction:column;gap:12px}.footer-contact{display:flex;align-items:center;gap:10px;color:#bbb;text-decoration:none;font-size:0.93rem;transition:all 0.3s ease}.footer-contact:hover{color:#fff}.footer-contact i{color:#db3431;font-size:1rem;width:20px;text-align:center;flex-shrink:0}.footer-contact span{line-height:1.4}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding:24px 0;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:12px;font-size:0.9rem;color:#888}.footer-copyright{color:#999}.footer-divider{color:#555}.footer-madeby{color:#888}.footer-madeby a{color:#db3431;text-decoration:none;font-weight:600;transition:color 0.3s ease}.footer-madeby a:hover{color:#ff5a57}@media (max-width:992px){.footer-content{gap:40px}.footer-info{gap:40px;flex:1 1 100%}.footer-brand{flex:1 1 100%;max-width:100%}}@media (max-width:768px){.footer-main{padding:50px 0 0}.footer-content{flex-direction:column;gap:40px}.footer-info{flex-direction:column;gap:35px}.footer-section{flex:1 1 auto}}@media (max-width:576px){.footer-main{padding:40px 0 0}.footer-container{padding:0 16px}.footer-content{gap:35px;margin-bottom:30px}.footer-brand{text-align:center}.footer-logo{margin-left:auto;margin-right:auto}.footer-socials{justify-content:center}.footer-info{gap:30px}.footer-heading{font-size:1.05rem}.footer-link,.footer-contact{font-size:0.9rem}.footer-bottom{flex-direction:column;gap:8px;text-align:center;padding:20px 0;font-size:0.85rem}.footer-divider{display:none}}@media (max-width:400px){.footer-main{padding:32px 0 0}.footer-logo{width:50px;height:50px;font-size:1.6rem}.footer-title{font-size:1.3rem}.footer-desc{font-size:0.9rem}.footer-social{width:36px;height:36px;font-size:1rem}}body{font-family:'Segoe UI',Arial,sans-serif;background:#fafafa;margin:0;padding:0;color:#222}h1,h2,h3,h4,h5,h6{font-family:'Segoe UI',Arial,sans-serif;font-weight:700}main{min-height:60vh}.header-main{background:linear-gradient(135deg,#ffffff 0%,#f9fafb 100%);padding:80px 20px;position:relative;overflow:hidden}.header-main::before{content:'';position:absolute;top:0;right:0;width:40%;height:100%;background:linear-gradient(135deg,transparent 0%,rgba(219,52,49,0.03) 100%);pointer-events:none}.header-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:60px;position:relative;z-index:1}.header-badge{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#db3431,#b82825);color:#fff;padding:10px 20px;border-radius:50px;font-size:0.9rem;font-weight:600;margin-bottom:24px;box-shadow:0 4px 12px rgba(219,52,49,0.3);animation:fadeInDown 0.6s ease}.header-badge i{font-size:1.1rem}@keyframes fadeInDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.header-text{flex:1;display:flex;flex-direction:column;justify-content:center;animation:fadeInLeft 0.8s ease}@keyframes fadeInLeft{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.header-text h1{font-size:3rem;margin-bottom:20px;font-weight:900;color:#1f2937;line-height:1.2;display:flex;flex-direction:column;gap:8px}.header-title-main{display:block}.header-title-accent{display:block;background:linear-gradient(90deg,#db3431,#b82825);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:0.75em;font-weight:700}.header-description{font-size:1.15rem;color:#6b7280;margin-bottom:30px;line-height:1.7;max-width:600px}.header-features{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:32px}.header-feature{display:flex;align-items:center;gap:8px;font-size:0.95rem;color:#4b5563;font-weight:500}.header-feature i{color:#db3431;font-size:1.1rem}.header-actions{display:flex;flex-wrap:wrap;gap:16px}.header-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;border-radius:12px;font-size:1.05rem;text-decoration:none;font-weight:600;transition:all 0.3s ease;cursor:pointer}.header-btn-primary{background:linear-gradient(135deg,#db3431,#b82825);color:#fff;box-shadow:0 4px 16px rgba(219,52,49,0.3)}.header-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(219,52,49,0.4)}.header-btn-primary i{transition:transform 0.3s ease}.header-btn-primary:hover i{transform:translateX(4px)}.header-btn-secondary{background:#fff;color:#1f2937;border:2px solid #e5e7eb;box-shadow:0 2px 8px rgba(0,0,0,0.05)}.header-btn-secondary:hover{background:#f9fafb;border-color:#db3431;color:#db3431;transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,0.1)}.header-image{flex:1;display:flex;align-items:center;justify-content:flex-end;animation:fadeInRight 0.8s ease}@keyframes fadeInRight{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.header-image-wrapper{position:relative;max-width:550px;width:100%}.header-image img{width:100%;border-radius:20px;box-shadow:0 12px 40px rgba(0,0,0,0.15);display:block;transition:transform 0.3s ease}.header-image-wrapper:hover img{transform:scale(1.02)}.header-image-overlay{position:absolute;top:20px;left:-20px;width:100%;height:100%;border-radius:20px;border:3px solid #db3431;pointer-events:none;z-index:-1}@media (max-width:992px){.header-main{padding:60px 20px}.header-container{gap:40px}.header-text h1{font-size:2.5rem}.header-description{font-size:1.05rem}}@media (max-width:768px){.header-main{padding:50px 16px}.header-container{flex-direction:column;gap:40px}.header-text{align-items:center;text-align:center}.header-badge{margin-bottom:20px}.header-text h1{font-size:2.2rem}.header-description{font-size:1rem}.header-features{justify-content:center}.header-actions{justify-content:center}.header-image{justify-content:center}.header-image-wrapper{max-width:450px}}@media (max-width:576px){.header-main{padding:40px 12px}.header-badge{font-size:0.85rem;padding:8px 16px}.header-text h1{font-size:1.8rem}.header-description{font-size:0.95rem;margin-bottom:24px}.header-features{flex-direction:column;align-items:center;gap:12px;margin-bottom:24px}.header-feature{font-size:0.9rem}.header-actions{flex-direction:column;width:100%;max-width:100%;gap:12px}.header-btn{width:100%;max-width:100%;padding:14px 20px;font-size:0.95rem;box-sizing:border-box}.header-image-wrapper{max-width:100%}.header-image-overlay{display:none}}.video-hero{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow:hidden;background:#1f2937;height:600px;display:flex;align-items:center;justify-content:center}.video-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:brightness(0.65);z-index:1}.video-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(219,52,49,0.15) 0%,rgba(5,5,6,0.3) 100%);z-index:2}.video-hero-content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;padding:0 20px;max-width:800px;margin:0 auto;animation:fadeInUp 1s ease}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.video-hero-icon{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#db3431,#b82825);color:#fff;border-radius:50%;width:80px;height:80px;font-size:2.5rem;margin:0 auto 28px auto;box-shadow:0 8px 24px rgba(219,52,49,0.4);animation:pulse 2s infinite}@keyframes pulse{0%,100%{transform:scale(1);box-shadow:0 8px 24px rgba(219,52,49,0.4)}50%{transform:scale(1.05);box-shadow:0 12px 32px rgba(219,52,49,0.6)}}.video-hero-content h2{font-size:3rem;margin-bottom:20px;font-weight:900;letter-spacing:-0.5px;text-shadow:0 4px 12px rgba(0,0,0,0.3)}.video-hero-content p{font-size:1.3rem;margin-bottom:32px;line-height:1.6;color:#f3f4f6;text-shadow:0 2px 8px rgba(0,0,0,0.3)}.video-hero-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:linear-gradient(135deg,#db3431,#b82825);color:#fff;padding:18px 40px;border-radius:12px;font-size:1.15rem;text-decoration:none;font-weight:700;box-shadow:0 8px 24px rgba(219,52,49,0.4);transition:all 0.3s ease}.video-hero-btn:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(219,52,49,0.6)}.video-hero-btn i{transition:transform 0.3s ease}.video-hero-btn:hover i{transform:translateX(4px)}@media (max-width:992px){.video-hero{height:550px}.video-hero-content h2{font-size:2.5rem}.video-hero-content p{font-size:1.2rem}}@media (max-width:768px){.video-hero{height:500px}.video-hero-icon{width:70px;height:70px;font-size:2.2rem;margin-bottom:24px}.video-hero-content h2{font-size:2.2rem}.video-hero-content p{font-size:1.1rem;margin-bottom:28px}.video-hero-btn{padding:16px 32px;font-size:1.05rem}}@media (max-width:576px){.video-hero{height:450px}.video-hero-icon{width:60px;height:60px;font-size:2rem;margin-bottom:20px}.video-hero-content h2{font-size:1.8rem;margin-bottom:16px}.video-hero-content p{font-size:1rem;margin-bottom:24px}.video-hero-btn{width:100%;max-width:300px;padding:14px 28px;font-size:1rem}}.gallery-main{background:#f9fafb;padding:80px 20px}.gallery-container{max-width:1200px;margin:0 auto}.gallery-header{text-align:center;margin-bottom:50px}.gallery-container h2{font-size:2.5rem;font-weight:800;margin:0 0 12px 0;letter-spacing:-0.5px;color:#1f2937;position:relative;display:inline-block}.gallery-container h2::after{content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:-8px;width:60px;height:4px;background:linear-gradient(90deg,#db3431,#b82825);border-radius:2px}.gallery-subtitle{font-size:1.1rem;color:#6b7280;margin:20px auto 0;max-width:600px;line-height:1.6}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.gallery-item{aspect-ratio:1 / 1;background:#e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.06);display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:all 0.3s ease}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,0.12)}.gallery-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.4s ease}.gallery-item:hover .gallery-img{transform:scale(1.05)}.gallery-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(219,52,49,0.85),rgba(184,40,37,0.85));display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s ease;z-index:2}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-desc{color:#fff;text-align:center;padding:20px;display:flex;flex-direction:column;align-items:center;gap:12px}.gallery-desc i{font-size:2rem;margin-bottom:8px;animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.8;transform:scale(1.1)}}.gallery-desc span{font-size:1rem;font-weight:600;line-height:1.4;max-width:90%}.gallery-empty{text-align:center;padding:80px 20px;color:#9ca3af}.gallery-empty i{font-size:4rem;margin-bottom:20px;color:#d1d5db}.gallery-empty p{font-size:1.1rem;color:#6b7280;max-width:500px;margin:0 auto;line-height:1.6}@media (max-width:992px){.gallery-main{padding:60px 20px}.gallery-header{margin-bottom:40px}.gallery-container h2{font-size:2.2rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}}@media (max-width:768px){.gallery-main{padding:50px 16px}.gallery-container h2{font-size:2rem}.gallery-subtitle{font-size:1rem}.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-desc i{font-size:1.6rem}.gallery-desc span{font-size:0.9rem}}@media (max-width:576px){.gallery-main{padding:40px 12px}.gallery-header{margin-bottom:30px}.gallery-container h2{font-size:1.6rem}.gallery-subtitle{font-size:0.95rem}.gallery-grid{grid-template-columns:-1fr;gap:14px}.gallery-empty{padding:60px 20px}.gallery-empty i{font-size:3rem}.gallery-empty p{font-size:1rem}}