@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}button,input,select,textarea{font:inherit}ul{list-style:none}a{text-decoration:none;color:inherit}img,picture,svg{display:block}img{-o-object-fit:cover;object-fit:cover;width:100%}button{background:0 0;outline:0;border:none;cursor:pointer}body{position:relative;font-family:Inter,sans-serif;font-weight:400;line-height:1.2;font-style:normal;color:#1e1e1e;background-color:#f7f8fa}.container{max-width:1200px;padding:12px;margin:0 auto}.logo{display:flex;align-items:center;gap:1em}.logo img{height:40px;width:auto}.logo p{font-weight:700;font-size:18px;color:#e1ad01}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;border:1px solid #ccc;box-shadow:0 6px 20px rgba(0,0,0,.15);margin:auto;z-index:9999;display:none}.cookie-banner .cookie-container{display:flex;align-items:center;flex-wrap:wrap;gap:2rem}.cookie-banner .cookie-content{min-width:300px;flex:1;display:flex;flex-direction:column;align-items:flex-start}.cookie-banner .cookie-content h3{font-size:1.2rem;margin-bottom:.5rem;font-weight:600;font-family:Inter,sans-serif}.cookie-banner .cookie-content p{font-size:.95rem;line-height:1.5;margin-bottom:1rem;color:#4b5563}.cookie-banner .cookie-content p a{color:#e1ad01}.cookie-banner .cookie-content p a:hover{text-decoration:underline}.cookie-banner .cookie-buttons{display:flex;align-items:center;gap:1rem}.cookie-banner .cookie-buttons button{min-width:120px}.button{display:inline-block;padding:1rem 1.5rem;border-radius:.8rem;text-align:center;font-weight:600;transition:background-color .3s ease,color .3s ease,border-color .3s ease,color .3s ease;background-color:#e1ad01;color:#222}.button:hover{background-color:rgb(189.4579646018,145.6721238938,.8420353982)}.button-black{background-color:#1e1e1e;color:#fff}.button-black:hover{background-color:rgb(12.15,12.15,12.15)}section{padding:2.5rem 0}.section-header{margin-bottom:1.2rem;display:flex;flex-direction:column;align-items:center;gap:12px}.section-header .title{font-size:clamp(28px,3vw + .5rem,42px);margin-bottom:12px;font-weight:600}.section-header .description{font-size:clamp(16px,1.2vw + .3rem,18px);text-align:center;max-width:720px}.intro{text-align:center;background-color:#111;color:#fff}.intro-wrapper{display:flex;flex-direction:column;align-items:center}.intro-title{font-size:70px;font-family:Inter,sans-serif;text-transform:uppercase}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;align-items:center}@media (max-width:768px){.grid2{grid-template-columns:1fr}}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width:768px){.grid3{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.grid3{grid-template-columns:1fr}}.images{box-shadow:0 5px 10px rgba(0,0,0,.2);border-radius:20px}.header{background-color:#111;color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.2);position:sticky;top:0;z-index:9999}.header .navbar{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%}.header .navbar .menu-list{display:flex;align-items:center;gap:2em}.header .navbar .menu-list a{position:relative;transition:color .3s ease}.header .navbar .menu-list a:hover{color:#e1ad01}.header .navbar .menu-list a:hover::before{content:"";position:absolute;bottom:-5px;left:0;right:0;display:block;height:2px;border-radius:1px;background-color:#e1ad01;transition:.3s ease}.header .navbar .burger{display:none;width:30px;height:30px;z-index:10;color:#e1ad01;font-size:20px}@media (max-width:768px){.header .navbar .burger{display:block}.header .navbar .menu-list{position:fixed;top:0;right:-100%;width:50%;height:100vh;background:#333;flex-direction:column;align-items:center;justify-content:center;gap:2em;transition:right .4s;border-radius:20px;color:#fff}.header .navbar .menu-list.active{right:0}}.top-screen{background:linear-gradient(rgba(34,34,34,.45),rgba(34,34,34,.45)),url(../img/jprbzuny13.webp);background-position:center;background-repeat:no-repeat;background-size:cover}.top-screen-wrapper{min-height:500px;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;color:#fff}.top-screen-title{font-weight:600;margin-bottom:20px;font-size:clamp(32px,3vw + .5rem,48px);line-height:1.2;margin-bottom:1rem;max-width:600px}.top-screen-description{line-height:1.5;margin-bottom:24px;max-width:500px}.top-screen-buttons{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.about img{height:100%}.about-wrapper{display:flex;flex-direction:column;gap:10px}.about-item h3{font-size:24px;margin-bottom:12px}.about-item h3::before{content:"•";margin-right:5px}.about-item p{color:#4b5563;line-height:1.25}.benefits-card{text-align:center}.benefits-card i{font-size:42px;color:#e1ad01;margin-bottom:16px;display:block}.benefits-card h3{font-size:20px;font-weight:700;margin-bottom:12px;line-height:1.3}.benefits-card p{font-size:15px;line-height:1.5;color:#555;margin-bottom:10px}.production-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,220px));justify-content:center;-moz-column-gap:1rem;column-gap:1rem;row-gap:2rem;margin-bottom:2rem}.production-list li img{height:100px;width:auto;margin:0 auto 12px}.production-list li p{text-align:center;color:#4b5563}.production-bottom{padding:1rem;background-color:#111;color:#fff;max-width:-moz-fit-content;max-width:fit-content;margin:0 auto;border-radius:10px}.equipment .images{margin-bottom:1rem}.equipment h3{text-align:center;font-size:24px;margin-bottom:12px}.equipment p{color:#4b5563;text-align:center}.order-methods-card{background-color:#fff;border-radius:1px solid #ddd;box-shadow:0 5px 10px rgba(0,0,0,.2);border-radius:20px;padding:2rem 1rem;text-align:center}.order-methods-card img{height:100px;width:auto;margin:0 auto 1rem}.order-methods-card h3{font-size:24px;margin-bottom:12px}.order-methods-card p{color:#4b5563}.services .images{margin-bottom:12px;height:220px}.services-wrapper{display:grid;grid-template-columns:repeat(2,minmax(300px,450px));gap:2rem;justify-content:center}@media (max-width:768px){.services-wrapper{grid-template-columns:1fr}}.services-card{display:flex;flex-direction:column;border:1px solid #ddd;box-shadow:0 5px 10px rgba(0,0,0,.2);border-radius:20px;background-color:#fff;padding:1rem}.services-title{font-size:24px;font-weight:600;margin-bottom:8px}.services-text{color:#4b5563;margin-bottom:12px;text-align:center}.services-price{margin-bottom:12px;margin-top:auto}.services-price strong{font-size:20px;font-weight:600}.services-list{list-style:disc;list-style-position:inside;padding-left:1em;margin-bottom:12px}.services-list-title{margin-bottom:10px}.stats{display:flex;flex-direction:column;gap:1rem}.stats-item{padding:1rem;text-align:center}.stats-item i{font-size:42px;color:#e1ad01;margin-bottom:16px;display:block}.stats-item h3{font-size:20px;font-weight:700;margin-bottom:12px;line-height:1.3}.stats-item p{font-size:15px;line-height:1.5;color:#555;margin-bottom:10px}.thanks{background:linear-gradient(rgba(34,34,34,.45),rgba(34,34,34,.45)),url(../img/jprbzuny13.webp);background-position:center;background-repeat:no-repeat;background-size:cover;min-height:500px;color:#fff}.thanks h1{font-weight:600;margin-bottom:20px;font-size:clamp(32px,3vw + .5rem,48px);line-height:1.2;margin-bottom:1rem;max-width:600px}.thanks p{line-height:1.5;margin-bottom:24px;max-width:500px}.cta{text-align:center;background-color:#111;color:#fff}.cta-title{font-size:clamp(28px,3vw + .5rem,42px);margin-bottom:20px;font-weight:600}.cta-text{font-size:clamp(16px,1.2vw + .3rem,18px);text-align:center;max-width:720px;margin:0 auto;line-height:1.6}.questions-item{display:flex;flex-direction:column;gap:10px;padding:1rem;box-shadow:0 5px 10px rgba(0,0,0,.2);border:1px solid #ddd;border-radius:20px;background-color:#fff}.questions-item header{display:flex;align-items:center;gap:10px;font-size:20px}.questions-item header i{color:#e1ad01;font-size:24px}.questions-item footer{color:#4b5563}.questions-item hr{color:#4b5563}.privacy .container{max-width:1000px}.privacy-title{font-size:2rem;margin-bottom:20px}.privacy-paragraph{font-size:1rem;line-height:1.6;margin-bottom:15px}.privacy-list{padding-left:20px;margin-bottom:15px;list-style:disc;padding-left:1em;list-style-position:inside}.privacy-list li{font-size:1rem;line-height:1.6}.privacy hr{margin:20px 0;border:0;border-top:1px solid #ddd}.privacy a{color:#e1ad01;text-decoration:none}.privacy a:hover{text-decoration:underline}@media (max-width:768px){.privacy .section-title{font-size:1.8rem}}.contact .info-box{padding:2rem;border-radius:1rem;box-shadow:0 5px 10px rgba(0,0,0,.2);border:1px solid #ddd;background-color:#fff;height:100%}.contact .info-box h3{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.contact .info-item{display:flex;align-items:flex-start;margin-bottom:1rem}.contact .info-item i{font-size:1.25rem;margin-right:1rem;margin-top:.25rem;color:#e1ad01}.contact .info-item h4{font-weight:700;margin-bottom:.25rem;color:#e1ad01}.contact .info-item a:hover{text-decoration:underline}.contact .contact-form-box{border-radius:1rem;padding:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2);border:1px solid #ddd;background-color:#fff}.contact .contact-form-box h3{font-size:1.25rem;font-weight:700;color:#1e1e1e;margin-bottom:1.5rem}.contact .form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.contact .form-grid{grid-template-columns:repeat(2,1fr)}}.contact .form-group{display:flex;flex-direction:column;margin-bottom:15px}.contact .form-group label{font-size:.875rem;font-weight:500;color:#1e1e1e;margin-bottom:.25rem}.contact .form-group input,.contact .form-group select,.contact .form-group textarea{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;outline:0;width:100%}.contact .form-group input:focus,.contact .form-group select:focus,.contact .form-group textarea:focus{border-color:#e1ad01;box-shadow:0 0 0 1px #e1ad01}.contact .form-checkbox{margin-bottom:15px;display:block}.contact .form-checkbox a{color:#e1ad01}.contact .form-checkbox a:hover{text-decoration:underline}.contact form{display:flex;flex-direction:column}.footer{background-color:#111;color:#fff;padding:2rem 0}.footer a:hover{text-decoration:underline}.footer-bottom{flex-wrap:wrap;justify-content:center;padding:2rem 0;border-top:1px solid rgba(255,255,255,.4)}.footer-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:35px 20px;margin-bottom:25px}.footer-col-title{font-size:18px;margin-bottom:1.2rem;text-transform:uppercase}.footer .copyright{text-align:center;opacity:.7}.footer .logo{margin-bottom:24px}.footer .logo-subtitle{max-width:80%}.footer ul{display:flex;flex-direction:column;gap:10px}.footer ul li{display:flex;align-items:center;gap:1em}.footer ul.footer-bottom{flex-direction:row;gap:20px}.footer ul:not(.footer-contact) li::before{content:"";display:inline-block;width:6px;height:6px;border-radius:1px;background-color:#fff}
