@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&family=Open+Sans:wght@300;400;500;600&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');
*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Open Sans',Arial,sans-serif;font-size:17px;line-height:1.7;color:#3b3b3b;background:#fff;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:all .3s}ul{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}:root{--primary:#c41e3a;--dark:#000;--text:#3b3b3b;--text-light:#666;--border:#ddd;--max:1200px}header{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.98);backdrop-filter:blur(10px);border-bottom:1px solid #eee;z-index:999;transition:all .3s}header.scrolled{box-shadow:0 2px 15px rgba(0,0,0,.08)}.header-wrap{max-width:var(--max);margin:0 auto;padding:18px 20px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.logo{justify-self:center}.logo img{height:36px;width:auto}.nav-main{display:flex;gap:35px;align-items:center;justify-self:start}.nav-main a{font-size:16px;color:var(--text);font-weight:400;position:relative}.nav-main a:after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary);transition:width .3s}.nav-main a:hover:after{width:100%}.header-right{display:flex;gap:15px;align-items:center;justify-self:end}.lang{font-size:15px;color:var(--text-light)}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;justify-self:end}.hamburger span{width:26px;height:2px;background:var(--dark);transition:all .3s}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-menu{display:none;position:fixed;top:72px;left:0;right:0;background:#fff;border-bottom:1px solid #eee;padding:20px;z-index:998;box-shadow:0 5px 15px rgba(0,0,0,.1)}.mobile-menu.active{display:block}.mobile-menu a{display:block;padding:12px 0;font-size:17px;color:var(--text);border-bottom:1px solid #f5f5f5}.hero{padding:150px 0 70px;text-align:center}.hero-wrap{max-width:850px;margin:0 auto;padding:0 20px}.hero h1{font-family:'Lora',serif;font-size:44px;font-weight:400;line-height:1.2;color:var(--dark);margin:0 0 24px;letter-spacing:-0.5px}.hero p{font-size:20px;line-height:1.7;color:var(--text-light);margin:0 0 60px;max-width:700px;margin-left:auto;margin-right:auto}.hero-img{max-width:850px;margin:0 auto;border-radius:4px;overflow:hidden}.section{padding:90px 0}.section-wrap{max-width:750px;margin:0 auto;padding:0 20px}.section h2{font-family:'Lora',serif;font-size:36px;font-weight:400;line-height:1.3;color:var(--dark);text-align:center;margin:0 0 55px}.section p{font-size:17px;line-height:1.8;color:var(--text);margin:0 0 22px}.section p strong{font-weight:600;color:var(--dark)}.section h4{font-family:'Lora',serif;font-size:24px;font-weight:500;line-height:1.4;color:var(--dark);margin:45px 0 18px}.highlight{color:var(--primary);font-weight:500}.img-block{max-width:850px;margin:60px auto;padding:0 20px;border-radius:4px;overflow:hidden}.img-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:850px;margin:60px auto;padding:0 20px}.img-grid img{width:100%;border-radius:4px}.two-col{max-width:var(--max);margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.two-col .col p{font-size:16px;line-height:1.7;color:var(--text);margin:0 0 16px}.stats{display:flex;justify-content:center;gap:90px;margin:70px 0;flex-wrap:wrap}.stat{text-align:center}.stat-num{font-family:'Lora',serif;font-size:52px;font-weight:600;color:var(--primary);line-height:1}.stat-label{font-size:15px;color:var(--text-light);margin-top:10px}.dark-section{background:var(--dark);color:#fff;padding:110px 0}.dark-section h2{color:#fff}.dark-section p{color:rgba(255,255,255,.85);font-size:17px}.dark-section .section-wrap{max-width:700px}.form-section{padding:100px 0;background:#f8f8f8}.form-wrap{max-width:600px;margin:0 auto;padding:0 20px}.form-wrap h2{font-family:'Lora',serif;font-size:36px;font-weight:400;color:var(--dark);text-align:center;margin:0 0 20px}.form-wrap p{font-size:17px;color:var(--text-light);text-align:center;margin:0 0 40px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:15px;font-weight:500;color:var(--dark);margin-bottom:8px}.form-group input,.form-group textarea,.form-group select{width:100%;padding:14px 16px;border:1px solid #ddd;border-radius:4px;font-size:16px;font-family:inherit;transition:all .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary)}.form-group textarea{resize:vertical;min-height:120px}.btn-submit{width:100%;padding:16px;background:var(--primary);color:#fff;border:none;border-radius:4px;font-size:17px;font-weight:600;cursor:pointer;transition:all .3s}.btn-submit:hover{background:#a01828;transform:translateY(-2px)}footer{background:var(--dark);color:#fff;padding:70px 0 30px}.footer-wrap{max-width:var(--max);margin:0 auto;padding:0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1.5fr 1fr;gap:60px;margin-bottom:50px}.footer-about p{font-size:15px;line-height:1.7;color:rgba(255,255,255,.75);margin:0 0 20px}.footer-pages h4{font-family:'Lora',serif;font-size:17px;font-weight:500;margin:0 0 20px;color:#fff}.footer-pages ul li{margin-bottom:12px}.footer-pages ul li a{font-size:15px;color:rgba(255,255,255,.75);transition:all .3s}.footer-pages ul li a:hover{color:#fff;padding-left:5px}.footer-images{display:grid;gap:15px}.footer-images img{width:100%;border-radius:4px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;text-align:center}.copyright{font-size:14px;color:rgba(255,255,255,.5)}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -3px 20px rgba(0,0,0,.15);z-index:9999;padding:22px 0;transform:translateY(100%);transition:transform .4s}.cookie-banner.active{transform:translateY(0)}.cookie-wrap{max-width:var(--max);margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}.cookie-text{flex:1;min-width:300px}.cookie-text h3{font-size:17px;font-weight:600;margin:0 0 8px;color:var(--dark)}.cookie-text p{font-size:15px;color:var(--text-light);line-height:1.6;margin:0}.cookie-btns{display:flex;gap:12px;flex-wrap:wrap}.btn-cookie{padding:11px 26px;border-radius:3px;font-size:15px;font-weight:500;transition:all .3s;cursor:pointer}.btn-accept{background:var(--dark);color:#fff}.btn-accept:hover{background:var(--primary)}.btn-custom{background:transparent;border:1px solid #ddd;color:var(--text)}.btn-custom:hover{background:#f5f5f5}.btn-decline{background:transparent;border:1px solid #ddd;color:var(--text-light)}.btn-decline:hover{background:#f5f5f5;color:var(--text)}.cookie-modal{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:10000;display:none;align-items:center;justify-content:center;padding:20px}.cookie-modal.active{display:flex}.modal-content{background:#fff;max-width:600px;width:100%;border-radius:6px;padding:35px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.modal-header h3{font-size:22px;font-weight:600;color:var(--dark)}.btn-close{font-size:24px;color:var(--text-light);cursor:pointer;transition:all .3s}.btn-close:hover{color:var(--dark)}.cookie-cat{margin-bottom:22px;padding-bottom:22px;border-bottom:1px solid #eee}.cookie-cat:last-child{border-bottom:none}.cat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.cat-header h4{font-size:16px;font-weight:600;color:var(--dark)}.toggle{position:relative;width:52px;height:26px;background:#ddd;border-radius:13px;cursor:pointer;transition:all .3s}.toggle.active{background:var(--primary)}.toggle:after{content:'';position:absolute;width:22px;height:22px;background:#fff;border-radius:50%;top:2px;left:2px;transition:all .3s}.toggle.active:after{left:28px}.toggle.disabled{opacity:.5;cursor:not-allowed}.cat-desc{font-size:14px;color:var(--text-light);line-height:1.6}.modal-btns{display:flex;gap:12px;margin-top:28px}.modal-btns button{flex:1}@media(max-width:1024px){.two-col{grid-template-columns:1fr;gap:50px}.footer-grid{grid-template-columns:1fr 1fr;gap:50px}}@media(max-width:768px){.header-wrap{grid-template-columns:auto 1fr auto}.logo{justify-self:start;order:1}.nav-main{display:none}.hamburger{display:flex;order:3}.header-right{order:2}.hero{padding:130px 0 60px}.hero h1{font-size:34px}.hero p{font-size:18px}.section{padding:70px 0}.section h2{font-size:30px}.section p{font-size:16px}.two-col{gap:40px}.stats{gap:60px}.img-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:40px}.cookie-wrap{flex-direction:column;text-align:center}.cookie-btns{width:100%;justify-content:center}}@media(max-width:480px){.hero h1{font-size:28px}.hero p{font-size:17px}.section h2{font-size:26px}.form-wrap h2{font-size:28px}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -3px 20px rgba(0,0,0,.15);z-index:9999;padding:20px 0;transform:translateY(100%);transition:transform .4s}.cookie-banner.active{transform:translateY(0)}.cookie-wrap{max-width:var(--max);margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}.cookie-text{flex:1;min-width:300px}.cookie-text h3{font-size:16px;font-weight:600;margin:0 0 8px;color:var(--dark)}.cookie-text p{font-size:14px;color:var(--text-light);line-height:1.6;margin:0}.cookie-btns{display:flex;gap:10px;flex-wrap:wrap}.btn-cookie{padding:10px 24px;border-radius:3px;font-size:14px;font-weight:500;transition:all .3s;cursor:pointer}.btn-accept{background:var(--dark);color:#fff}.btn-accept:hover{background:var(--primary)}.btn-custom{background:transparent;border:1px solid #ddd;color:var(--text)}.btn-custom:hover{background:#f5f5f5}.btn-decline{background:transparent;border:1px solid #ddd;color:var(--text-light)}.btn-decline:hover{background:#f5f5f5;color:var(--text)}.cookie-modal{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:10000;display:none;align-items:center;justify-content:center;padding:20px}.cookie-modal.active{display:flex}.modal-content{background:#fff;max-width:550px;width:100%;border-radius:6px;padding:30px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.modal-header h3{font-size:20px;font-weight:600;color:var(--dark)}.btn-close{font-size:22px;color:var(--text-light);cursor:pointer;transition:all .3s}.btn-close:hover{color:var(--dark)}.cookie-cat{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #eee}.cookie-cat:last-child{border-bottom:none}.cat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.cat-header h4{font-size:15px;font-weight:600;color:var(--dark)}.toggle{position:relative;width:48px;height:24px;background:#ddd;border-radius:12px;cursor:pointer;transition:all .3s}.toggle.active{background:var(--primary)}.toggle:after{content:'';position:absolute;width:20px;height:20px;background:#fff;border-radius:50%;top:2px;left:2px;transition:all .3s}.toggle.active:after{left:26px}.toggle.disabled{opacity:.5;cursor:not-allowed}.cat-desc{font-size:13px;color:var(--text-light);line-height:1.6}.modal-btns{display:flex;gap:10px;margin-top:25px}.modal-btns button{flex:1}@media(max-width:1024px){.two-col{grid-template-columns:1fr;gap:40px}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}}@media(max-width:768px){.nav-main{display:none}.hamburger{display:flex}.hero{padding:120px 0 50px}.hero h1{font-size:30px}.section{padding:60px 0}.section h2{font-size:26px}.two-col{gap:30px}.stats{gap:50px}.img-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:35px}.footer-bottom{flex-direction:column;text-align:center}.cookie-wrap{flex-direction:column;text-align:center}.cookie-btns{width:100%;justify-content:center}}@media(max-width:480px){.hero h1{font-size:26px}.hero p{font-size:16px}.section h2{font-size:24px}.cta-block h2{font-size:28px}}
