@charset "UTF-8";*,::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%;height:auto}button{background:0 0;outline:0;border:none;cursor:pointer}body{position:relative;font-family:"Roboto Condensed",sans-serif;font-weight:400;line-height:1.2;font-style:normal;color:#fff;background-color:#192521}.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:#e69d31}.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:1rem}.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}.cookie-banner .cookie-content p{font-size:.95rem;line-height:1.5;margin-bottom:1rem;color:#4b5563}.cookie-banner .cookie-content p a{color:#e69d31}.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:#e69d31;color:#192521}.button:hover{background-color:rgb(216.9688311688,140.0818181818,26.3311688312)}.button-black{background-color:#1e1e1e;color:#fff}.button-black:hover{background-color:rgb(12.15,12.15,12.15)}section{padding:min(2.5rem,5%) 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);font-weight:600;display:flex;gap:10px;align-items:center}.section-header .title::after,.section-header .title::before{content:"";display:inline-block;height:3px;width:50px;background-color:#e69d31}.intro{text-align:center;color:#fff}.intro-wrapper{display:flex;flex-direction:column;align-items:center}.intro-title{font-size:70px;font-family:"Roboto Condensed",sans-serif;text-transform:uppercase}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@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}}.grid4{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,280px));justify-content:center;gap:1rem}.header{background-color:#192521;color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.2);position:sticky;top:0;z-index:999}.header .navbar{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px}.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:#f90}.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:#f90;transition:.3s ease}.header .navbar #close-sidebar-button svg,.header .navbar #open-sidebar-button svg{height:30px;width:30px}.header .navbar #close-sidebar-button,.header .navbar #open-sidebar-button{display:none}.header .navbar #overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5)}@media screen and (max-width:768px){.header .navbar .menu-list{position:fixed;top:0;right:-100%;height:100vh;width:min(15em,100%);z-index:10;border-left:1px solid #ddd;border-top-left-radius:20px;border-bottom-left-radius:20px;color:#fff;padding:2rem 1rem;display:flex;flex-direction:column;background-color:#192521;transition:right .3s ease-out}.header .navbar .menu-list.show{right:0}.header .navbar .menu-list.show~#overlay{display:block}.header .navbar .menu-list li{width:100%}.header .navbar #close-sidebar-button,.header .navbar #open-sidebar-button{display:block}}.footer{background-color:#2d2e33;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}.hero-block{background:linear-gradient(rgba(25,37,33,.5),rgba(25,37,33,.5)),url(../img/3b5fyutmrq.webp);background-position:center;background-repeat:no-repeat;background-size:cover}.hero-block-wrapper{min-height:400px;display:flex;justify-content:center;flex-direction:column;color:#fff}.hero-block-title{font-size:46px;margin-bottom:10px;max-width:600px}.hero-block-text{margin-bottom:2rem;max-width:500px}.hero-block-buttons{display:flex;flex-wrap:wrap;gap:1rem}.services-item{padding:1rem;display:flex;flex-direction:column;text-align:center;border-radius:20px;background-color:#2d2e33}.services-item img{margin-bottom:12px;border-radius:20px}.services-item .title{font-size:22px;margin-bottom:10px}.services-item .text{margin-bottom:16px;color:#ebedec}.services-item .price{display:flex;align-items:flex-end;gap:5px;margin-bottom:12px}.services-item .price .php-price{font-size:24px}.about img{border-radius:20px}.about .grid2{align-items:center}.about-wrapper{display:flex;flex-direction:column;gap:10px}.about-item h3{font-size:24px;margin-bottom:12px}.about-item p{color:#ebedec}.benefits-item{padding:1rem;text-align:center}.benefits-item .material-icons-round{font-size:48px;margin-bottom:12px;color:#e69d31}.benefits-item h3{font-size:22px;margin-bottom:10px}.benefits-item P{color:#ebedec}.gallery img{border-radius:20px}.statistics-card{padding:1rem;text-align:center}.statistics-card .material-icons-round{font-size:48px;color:#e69d31;margin-bottom:12px}.statistics-card h3{font-size:22px;margin-bottom:10px}.statistics-card p{color:#ebedec}.feedback-card{padding:20px 10px;border-radius:20px;background-color:#2d2e33}.feedback-card-header{display:flex;align-items:flex-end;gap:10px;margin-bottom:10px}.feedback-card-header .material-icons-round{color:#e69d31}.feedback-text{padding:10px;font-style:italic;color:#ebedec}.feedback-text::after,.feedback-text::before{content:"„";font-weight:700;font-style:normal}.faq-wrapper{display:grid;grid-template-columns:minmax(200px,320px) minmax(300px,720px);justify-content:space-between;gap:1rem}@media (max-width:768px){.faq-wrapper{grid-template-columns:1fr;gap:1.5rem}}.faq-content{max-width:320px}@media (max-width:768px){.faq-content{margin:0 auto}}.faq-content h2{font-size:2rem;margin-bottom:25px}.faq-content a{color:#e69d31}.faq-content a:hover{text-decoration:underline}.faq-list{display:flex;flex-direction:column;gap:20px}.faq-item{border-radius:20px;overflow:hidden;background-color:#2d2e33}.faq-item summary{display:flex;align-items:center;justify-content:space-between;padding:10px 35px;cursor:pointer}.faq-item summary svg{height:28px;width:28px;transition:transform .3s ease}.faq-item[open] svg{transform:rotate(180deg)}.faq-item p{padding:10px 25px;color:#ebedec}.contact-card{border:2px solid #2d2e33;border-radius:20px;overflow:hidden}.contact-card.grid2{gap:0}.contact-form,.contact-info{padding:2rem}.contact-form h3,.contact-info h3{font-size:2rem;font-weight:600;margin-bottom:1rem}.contact-info{background-color:#2d2e33;color:#fff;display:flex;flex-direction:column;justify-content:center}.contact-info p{margin-bottom:1.5rem}.contact-info .contact-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.contact-info .contact-details-item{display:flex;align-items:flex-end;gap:1rem}.contact-info .contact-hours h4{margin-bottom:.5rem;font-size:18px}.contact-info .contact-hours-item{display:grid;grid-template-columns:repeat(2,max-content);gap:1rem;align-items:end}.contact-info .contact-hours-item .day-block{display:flex;align-items:flex-end;gap:1rem}.contact-form form{display:flex;flex-direction:column;gap:1rem}.contact-form form .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width:768px){.contact-form form .form-grid{grid-template-columns:1fr}}.contact-form form .form-column{display:flex;flex-direction:column;flex:1}.contact-form form .form-group{flex:1}.contact-form form .form-group label{font-size:14px;margin-bottom:6px;display:block;font-weight:600}.contact-form form .form-group input,.contact-form form .form-group select,.contact-form form .form-group textarea{width:100%;padding:10px 14px;border:1px solid #9f9d9d;border-radius:8px;background-color:#2d2e33;color:#fff}.contact-form form .form-group input:focus,.contact-form form .form-group select:focus,.contact-form form .form-group textarea:focus{outline:0;border-color:#e69d31}.contact-form form .form-group textarea{resize:vertical}.contact-form form .form-checkbox{accent-color:#e69d31}.contact-form form .form-checkbox a{text-decoration:underline}.contact-form form .form-checkbox a:hover{color:#e69d31}.cta{text-align:center;background-color:#2d2e33;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;margin-bottom:32px}.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:#e69d31;text-decoration:none}.privacy a:hover{text-decoration:underline}@media (max-width:768px){.privacy .section-title{font-size:1.8rem}}

