@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:#111827;background-color:#fcfcfc}.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:#fcfcfc;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:#4b5563}.cookie-banner .cookie-content p a{color:#0056d2}.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:#0056d2;color:#fcfcfc}.button:hover{background-color:rgb(0,71.38,174.3)}.button-black{background-color:#222}.button-black:hover{background-color:rgb(16.15,16.15,16.15)}section{padding:2rem 0}.title-section{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:#222;color:#fcfcfc;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:#0056d2}.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:#0056d2;transition:.3s ease}.header .navbar .burger{display:none;width:30px;height:30px;z-index:10;color:inherit;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}.header .navbar .menu-list.active{right:0}}.footer{background-color:#222;color:#fcfcfc;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}.form-wrapper{border-radius:18px;padding:40px;max-width:1000px;margin:0 auto 20px;box-shadow:0 5px 10px rgba(0,0,0,.2)}.form-wrapper h3{font-size:24px;font-weight:700;margin-bottom:20px}.form-wrapper form{display:flex;flex-wrap:wrap;gap:30px}.form-wrapper form .form-column{display:flex;flex-direction:column;flex:1;min-width:300px}.form-wrapper form .form-group label{font-size:14px;margin-bottom:6px;display:block}.form-wrapper form .form-group input,.form-wrapper form .form-group select,.form-wrapper form .form-group textarea{width:100%;padding:12px 16px;border:1px solid #4b5563;border-radius:8px}.form-wrapper form .form-group input:focus,.form-wrapper form .form-group select:focus,.form-wrapper form .form-group textarea:focus{outline:0;border-color:#0056d2}.form-wrapper form .form-group textarea{margin-bottom:16px;resize:vertical}.form-wrapper form .form-checkbox{margin-bottom:20px}.form-wrapper form .form-checkbox a{color:#0056d2}.form-wrapper form .form-checkbox a:hover{text-decoration:underline}.form-wrapper form .form-group+.form-group{margin-top:16px}.contact-cards{max-width:1000px;margin:0 auto 20px;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.contact-cards .contact-card{flex:1;min-width:250px;padding:20px;border-radius:18px;text-align:center;box-shadow:0 5px 10px rgba(0,0,0,.2)}.contact-cards .contact-card i{font-size:24px;color:rgb(6,107.9714285714,255);margin-bottom:12px;display:inline-block}.contact-cards .contact-card h4{font-weight:600;margin-bottom:6px}@media (max-width:768px){.form-wrapper{flex-direction:column}.form-wrapper form{gap:16px}.contact-cards{flex-direction:column}}.contact-text{text-align:center;font-size:18px;color:gray;margin-bottom:2rem}.hero{padding:1.8rem 0;background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(../img/hero-pictures.webp);background-position:center;background-repeat:no-repeat;background-size:cover;color:#fcfcfc}.hero-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:400px}.hero-title{font-family:Montserrat,sans-serif;font-size:72px;margin-bottom:10px}.hero-description{max-width:770px;margin-bottom:20px;font-size:20px}.hero-button{width:350px}.services-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width:768px){.services-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.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:42px;color:#0056d2;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:#4b5563;margin-bottom:10px;text-align:center}.services-list{list-style:disc;list-style-position:inside;display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.services-info{display:flex;align-items:flex-end;gap:2px;margin-bottom:20px;margin-top:auto}.services-info span{font-size:22px;font-weight:600}.services-info strong{margin-right:5px}.services-button{width:auto}.pricing-table{width:100%;border-collapse:collapse;border:1px solid #ddd;box-shadow:0 2px 5px rgba(0,0,0,.05);margin-bottom:2rem}.pricing-table thead{background-color:#222;color:#fff}.pricing-table td,.pricing-table th{padding:12px 15px;text-align:left;border-bottom:1px solid #eee}@media (max-width:600px){.pricing-table td,.pricing-table th{padding:10px;font-size:14px}}.pricing-table tr:nth-child(even){background-color:#f2f2f2}.pricing-note{max-width:700px;text-align:center;margin:0 auto;background-color:#222;color:#fcfcfc;padding:1rem;font-size:21px;border-radius:18px}.pricing-note i{margin-right:10px;color:#0056d2}.about-title{font-family:Montserrat,sans-serif;font-size:42px;margin-bottom:10px}.about-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(370px,1fr));align-items:center;gap:30px}.about img{height:400px;border-radius:18px}.about-content{font-size:18px;line-height:1.5}.about-content-group{margin-bottom:20px}.about-content p{color:#4b5563}.blog-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.blog-img img{height:240px;margin-bottom:10px;border-radius:18px}.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;overflow:hidden;transition:.3s ease}.blog-card-content{padding:1rem;display:flex;flex-direction:column;flex:1}.blog-card:hover{transform:scale(1.01);box-shadow:0 30px 50px -10px rgba(152,151,151,.368627451)}.blog-title{font-size:24px;margin-bottom:12px;font-family:Montserrat,sans-serif}.blog-description{margin-bottom:30px;color:#4b5563}.blog-button{width:100%;margin-top:auto}.faq-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width:768px){.faq-wrapper{grid-template-columns:1fr}}.faq-item{padding:1rem;border-radius:18px;box-shadow:0 5px 10px rgba(0,0,0,.2);border:1px solid #ddd}.faq-item hr{margin:10px 0}.faq-item i{margin-right:10px}.intro{text-align:center;background-color:#222;color:#fcfcfc}.intro i{font-size:38px}.blog-article .container{max-width:1000px}.blog-article img{height:400px;border-radius:18px;box-shadow:0 5px 10px rgba(0,0,0,.2);margin:1rem 0}.blog-article h2{margin-bottom:12px}.blog-article p,.blog-article ul{margin-bottom:1rem}.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:#0056d2;color:#fff;font-size:32px}.review-role{margin-bottom:10px}.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:#0056d2}.privacy a:hover{text-decoration:underline}
/*# sourceMappingURL=style.css.map */
