@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400&family=Montserrat:ital,wght@0,100..900;1,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:Lato,sans-serif;font-weight:400;font-style:normal;color:#1d1d1d;background-color:#fff}.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}.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:Montserrat,sans-serif}.cookie-banner .cookie-content p{font-size:.95rem;line-height:1.5;margin-bottom:1rem;color:#2d2d2d}.cookie-banner .cookie-content p a{color:#fc600b}.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;cursor:pointer;outline:0;text-align:center;font-weight:600;transition:background-color .3s ease,color .3s ease,border-color .3s ease,color .3s ease;background-color:#fc600b;color:#fff}.button:hover{background-color:rgb(224.5392712551,80.9813765182,2.7607287449)}.button-black{background-color:#2d2d2d}.button-black:hover{background-color:rgb(27.15,27.15,27.15)}section{padding:2.2rem 0}.section-title{font-weight:600;font-size:42px;line-height:48px;font-family:Montserrat,sans-serif;margin-bottom:2rem;text-align:center;text-transform:uppercase}.thank-you-wrapper{max-width:1000px;margin:0 auto;padding:25px;border-radius:18px;box-shadow:0 5px 10px rgba(0,0,0,.2);border:1px solid #ddd;text-align:center}.thank-you-title{font-family:Montserrat,sans-serif;font-size:48px;margin-bottom:1rem}.thank-you-text{font-size:20px;margin-bottom:2rem}.thank-you-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.header{background-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:#fc600b}.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:#fc600b;transition:.3s ease}.header .navbar .burger{display:none;width:30px;height:30px;z-index:10;color:#fc600b;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:18px;color:#fff}.header .navbar .menu-list.active{right:0}}.footer{background-color:#2d2d2d;color:#fff;padding:30px 0 50px}.footer a:hover{text-decoration:underline}.footer-container{display:flex;flex-wrap:wrap;-moz-column-gap:20px;column-gap:20px;row-gap:35px}.footer-column{flex:1;min-width:200px}.footer-column-title{font-size:18px;font-weight:700;margin-bottom:20px}.footer-column ul:not(.footer-contact){list-style:disc;list-style-position:inside}.footer-column ul li+li{margin-top:10px}.footer-column .footer-contact li{display:flex;gap:1em}.contact-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(370px,1fr));gap:1rem}.info-box{padding:2rem;border-radius:1rem;height:100%;background:rgba(255,255,255,.35);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 5px 10px rgba(0,0,0,.2)}.info-box h3{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.info-item{display:flex;align-items:flex-start;margin-bottom:1rem}.info-item i{font-size:1.25rem;margin-right:1rem;margin-top:.25rem;color:#fc600b}.info-item h4{font-weight:700;margin-bottom:.25rem;color:#fc600b}.info-item a:hover{text-decoration:underline}.contact-form-box{background:rgba(255,255,255,.35);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:1rem;padding:2rem;box-shadow:0 5px 10px rgba(0,0,0,.2)}.contact-form-box h3{font-size:1.25rem;font-weight:700;color:#1d1d1d;margin-bottom:1.5rem}.form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.form-grid{grid-template-columns:repeat(2,1fr)}}.form-group{display:flex;flex-direction:column;margin-bottom:15px}.form-group label{font-size:.875rem;font-weight:500;color:#1d1d1d;margin-bottom:.25rem}.form-group input,.form-group select,.form-group textarea{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;outline:0}.form-group input,.form-group select,.form-group textarea{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;outline:0}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#fc600b;box-shadow:0 0 0 1px #fc600b}.form-checkbox{margin-bottom:15px;display:block}.form-checkbox a{color:#fc600b}.form-checkbox a:hover{text-decoration:underline}.contact-button{width:100%}.hero{padding:0}.hero-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:500px;padding:2rem;border-radius:18px;box-shadow:0 5px 10px rgba(0,0,0,.2);background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(../img/header.webp);background-position:center;background-repeat:no-repeat;background-size:cover;color:#fff}.hero-title{font-family:Montserrat,sans-serif;font-size:72px;margin-bottom:10px;text-align:left}@media (max-width:768px){.hero-title{font-size:48px}}.hero-description{max-width:770px;margin-bottom:20px;font-size:20px;text-align:left}.advantages{background-color:#fbfbfb}.advantages-items{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width:768px){.advantages-items{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.advantages-items{grid-template-columns:1fr}}.advantages-item{text-align:center;padding:1rem}.advantages-item i{font-size:48px;color:#fc600b;margin-bottom:5px}.advantages-item h3{margin-bottom:1rem}.advantages-item p{color:#2d2d2d}.services-container{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width:768px){.services-container{grid-template-columns:1fr}}.services-card{box-shadow:0 5px 10px rgba(0,0,0,.2);border-radius:18px;border:1px solid #ddd;padding:1.5rem 1rem;display:flex;flex-direction:column;transition:transform .2s ease-in}.services-card:hover{transform:scale(1.02)}.services i{font-size:48px;color:#fc600b;margin-bottom:1rem;text-align:center}.services-title{text-align:center;font-family:Montserrat,sans-serif;font-size:24px;margin-bottom:10px}.services-description{color:#2d2d2d;margin-bottom:10px;text-align:center}.services-list{list-style:disc;list-style-position:inside;display:flex;flex-direction:column;gap:8px;margin-bottom:2rem}.services-list li{display:flex}.services-list li span{flex:1;border-bottom:2px dashed #fc600b;margin:0 5px}.services-button{width:auto;margin-top:auto}.about-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(370px,1fr));gap:30px}.about img{height:400px;border-radius:18px}.about-content{font-size:18px;line-height:1.5}.about-title{font-family:Montserrat,sans-serif;font-size:42px;margin-bottom:10px;color:#fc600b}.about-text{color:#2d2d2d;margin-bottom:1rem}.about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.about-item{padding:10px;text-align:center;background-color:#fc600b;color:#fff;border-radius:18px}.about-item p{font-size:15px;color:#2d2d2d}.process{background-color:#fbfbfb}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width:100px){.process-steps{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.process-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.process-steps{grid-template-columns:1fr}}.process-step{text-align:center}.process-step span{background-color:#fc600b;border-radius:50%;color:#fff;margin:0 auto 15px;height:80px;width:80px;display:flex;align-items:center;justify-content:center;font-size:32px;border:2px dashed #fff}.process-step h3{margin-bottom:10px}.process-step p{color:#2d2d2d}.blog-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.blog-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.blog-card{display:flex;flex-direction:column;border-radius:18px;box-shadow:0 5px 10px rgba(0,0,0,.2);border:1px solid #ddd;padding:1rem;overflow:hidden;transition:transform .3s ease}.blog-card:hover{transform:scale(1.01);box-shadow:0 30px 50px -10px rgba(152,151,151,.368627451)}.blog img{height:240px;margin-bottom:10px;border-radius:18px}.blog-title{font-size:24px;margin-bottom:12px;font-family:Montserrat,sans-serif}.blog-description{margin-bottom:30px;color:#2d2d2d}.blog-button{width:100%;margin-top:auto}.cta{background-color:#fbfbfb}.cta .container{display:flex;flex-direction:column;align-items:center}.cta-text{text-align:center;font-size:20px;color:#2d2d2d;margin-bottom:20px}.intro{text-align:center;background-color:#2d2d2d;color:#fff;display:flex;flex-direction:column;align-items:center}.intro i{font-size:38px}.intro .hero-title{text-transform:uppercase}.blog-post .container{max-width:1000px}.blog-post img{height:400px;border-radius:18px;box-shadow:0 5px 10px rgba(0,0,0,.2);margin:1rem 0}.blog-post .post-content h2{margin-bottom:12px}.blog-post .post-content h3{margin-bottom:5px}.blog-post .post-content p,.blog-post .post-content ul{margin-bottom:1rem}.reviews{background-color:#fbfbfb}.reviews-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width:768px){.reviews-wrapper{grid-template-columns:1fr}}.review-card{display:flex;gap:10px;border-radius:18px;padding:20px;box-shadow:0 5px 10px rgba(0,0,0,.2)}.review-avatar{min-width:50px;max-width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background-color:#fc600b;color:#fff;font-size:32px}.review-text{font-style:italic}.review-text::after,.review-text::before{content:"„";margin:0 2px}.privacy .container{max-width:1000px}.privacy h4{margin-bottom:.4rem;font-weight:600;font-size:1.2rem;margin-top:1rem}.privacy-paragraph{margin-bottom:.5rem;margin-left:1rem}.privacy-list{margin-bottom:1rem;margin-left:1rem;list-style-position:inside!important;padding-left:1em;list-style:disc}.privacy .section-title{font-size:1.5rem;text-align:center;font-weight:600;margin-bottom:2rem}.privacy a{color:#fc600b}.privacy a:hover{text-decoration:underline}
/*# sourceMappingURL=style.css.map */
