.navbar_navbar__bhGmN{font-family:Roboto,sans-serif;display:flex;justify-content:space-evenly;align-items:center;padding:10px 20px;background-color:#000;color:#fff;position:fixed;top:0;width:100%;z-index:1000;height:74px;max-height:76px}.navbar_logo___IyD2{display:flex;align-items:center;flex:1;max-width:300px}.navbar_hamburger__VoneV{display:none;flex-direction:column;cursor:pointer;gap:5px;z-index:10001;flex:1;align-items:center}.navbar_bar__tN3dl{width:30px;height:4px;background-color:#fff;border-radius:2px;transition:all .3s ease-in-out}.navbar_hamburger__VoneV.navbar_open__1_xyN .navbar_bar__tN3dl:first-child{transform:translateY(9px) rotate(45deg)}.navbar_hamburger__VoneV.navbar_open__1_xyN .navbar_bar__tN3dl:nth-child(2){opacity:0}.navbar_hamburger__VoneV.navbar_open__1_xyN .navbar_bar__tN3dl:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.navbar_languageSwitcherDesktop__MzBZ8{display:flex;align-items:center}.navbar_languageSwitcherMobile__BjXzM{display:none;margin-top:20px;flex-direction:column;gap:10px}.navbar_languageSelect__Yptz2{background:transparent;color:#fff;border:2px solid #fff;padding:5px 15px;border-radius:25px;cursor:pointer;font-weight:700;font-size:.9rem;transition:background .3s,color .3s;appearance:none}.navbar_languageSelect__Yptz2:hover{background:#fff;color:#000}.navbar_navLinks__rGxzG{display:flex;justify-content:center;gap:30px;list-style:none;align-items:center}.navbar_navLinks__rGxzG a{font-family:Roboto,sans-serif;color:#fff;text-decoration:none;transition:color .3s ease}.navbar_navLinks__rGxzG a:hover{color:red}.navbar_socialIcons__YL4kb img{width:32px;height:32px;cursor:pointer;transition:transform .3s ease}.navbar_socialIcons__YL4kb img:hover{transform:scale(1.2)}.navbar_phoneSection___h_9H{display:flex;align-items:center;gap:8px;color:#fff}.navbar_phoneIcon__TGKMU{background-color:#28a745;color:#fff;display:flex;justify-content:center;align-items:center;width:36px;height:36px;border-radius:50%;font-size:18px}.navbar_phoneNumber__E1qrC{color:whi;font-size:1rem;font-weight:700}.navbar_workingHours__MDGho{display:flex;align-items:center;text-align:center;flex-direction:column;font-size:.9rem;color:#fff}@media (max-width:1024px){.navbar_hamburger__VoneV{display:flex}.navbar_navbar__bhGmN{display:flex;justify-content:space-between;align-items:center;width:-webkit-fill-available}.navbar_logo___IyD2{flex:1;justify-content:flex-start}.navbar_hamburger__VoneV{flex:1;justify-content:center}.navbar_language-switcher___nztH{flex:1;justify-content:flex-end}.navbar_navLinks__rGxzG{display:flex;flex-direction:column;position:fixed;top:55px;right:0;width:78vw;height:auto;background-color:#000;justify-content:flex-start;gap:2rem;padding:2rem;box-shadow:0 4px 8px rgba(0,0,0,.1);transform:scaleY(0);transform-origin:top right;transition:transform .3s ease-in-out,opacity .3s ease-in-out;z-index:1000;opacity:0;pointer-events:none}.navbar_navLinks__rGxzG.navbar_open__1_xyN{transform:scaleY(1);opacity:1;pointer-events:auto}.navbar_navLinks__rGxzG a{font-size:1.5rem;color:#fff;font-weight:700;text-transform:uppercase;transition:color .3s ease-in-out,transform .2s ease-in-out}.navbar_navLinks__rGxzG a:hover{color:#f60;transform:scale(1.1)}.navbar_phoneSection___h_9H,.navbar_socialIcons__YL4kb,.navbar_workingHours__MDGho{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;margin-top:20px}.navbar_navbar__bhGmN>.navbar_phoneSection___h_9H,.navbar_navbar__bhGmN>.navbar_socialIcons__YL4kb,.navbar_navbar__bhGmN>.navbar_workingHours__MDGho{display:none}.navbar_navLinks__rGxzG.navbar_open__1_xyN .navbar_phoneSection___h_9H,.navbar_navLinks__rGxzG.navbar_open__1_xyN .navbar_socialIcons__YL4kb,.navbar_navLinks__rGxzG.navbar_open__1_xyN .navbar_workingHours__MDGho{display:flex}}.footer{display:flex;flex-direction:column;align-items:center;background-color:#000;padding:26px 0;border-top:2px solid #000}.footer,.footer a{font-family:Roboto,sans-serif;color:#fff}.footer a{text-decoration:none}.footer-social{display:flex;gap:20px;margin-bottom:20px}.footer-social img{width:32px;height:32px;transition:transform .3s ease}.footer-social a:hover img{transform:scale(1.2)}.footer-details{text-align:center;font-size:14px;color:#fff}.footer-details p{margin:5px 0;color:#fff}.footer-details .ad-by{font-size:.8rem;color:#fff;margin-top:10px}.footer-details .ad-by a{color:#fff;text-decoration:underline}.contact-header{text-align:center;background-color:#000;padding:40px 20px;color:#fff}.contact-header h1{font-size:2.5rem;margin-bottom:10px;color:#fff}.contact-header p{font-size:1rem;color:#fff}.contact-header a{color:#d71920;text-decoration:none;font-weight:700}.contact-header a:hover{text-decoration:underline}.working-hours-section{padding:2rem;text-align:center;background-color:#000;margin:0;border-radius:8px;border-top:1px solid #333;border-bottom:1px solid #333}.working-hours-section h2{font-size:1.8rem;margin-bottom:1rem;color:#fff}.working-hours-section p{font-size:1.2rem;margin:.5rem 0;color:#fff}.contact-form-section{padding:3rem;text-align:center;background-color:#f5f5f5;border-radius:15px;box-shadow:0 8px 20px rgba(0,0,0,.5);max-width:600px;margin:3rem auto}.contact-form-section h2{font-size:2.2rem;color:#000;margin-bottom:1.5rem;font-weight:700}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.contact-form input,.contact-form textarea{width:100%;padding:14px;box-sizing:border-box;background-color:#f5f5f5;color:#000;border:1px solid #444;border-radius:8px;font-size:1.1rem;transition:border-color .3s}.contact-form input:focus,.contact-form textarea:focus{border-color:#d71920;outline:none}.submit-button{background-color:#d71920;color:#fff;padding:12px 24px;font-size:1.3rem;font-weight:700;text-transform:uppercase;border-radius:8px;border:none;cursor:pointer;transition:background-color .3s,transform .2s}.submit-button:hover{background-color:#b6161b;transform:translateY(-3px)}.cta-button{padding:12px 24px;background-color:#ff6a00;color:#fff;border:none;border-radius:8px;font-size:1.3rem;font-weight:700;cursor:pointer;transition:background-color .3s,transform .2s}.cta-button:hover{background-color:#e55900;transform:translateY(-5px)}.map-section{text-align:center;padding:40px 0;background-color:#000}.map-section h2{font-size:2rem;margin-bottom:20px;color:#fff}.carouselOverlayWrapper{position:relative;width:100%;height:88vh}.carouselOverlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:rgba(0,0,0,.5);color:#fff;z-index:10}.carouselOverlay h1{font-size:2.5rem;font-weight:700;margin:0}.carouselOverlay p{font-size:1.2rem;margin-top:10px;color:#ddd}@media (max-width:768px){.carouselOverlay h1{font-size:2rem}.carouselOverlay p{font-size:1rem}.map{width:100%;height:450px}.contact-form-section,.contact-header,.map-section,.working-hours-section{padding-left:1.5rem;padding-right:1.5rem}.contact-form-section{max-width:none}}.keen-slider:not([data-keen-slider-disabled]){-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;align-content:flex-start;display:flex;overflow:hidden;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-select:none;width:100%}.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{min-height:100%;overflow:hidden;position:relative;width:100%}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}.imagecarousel_carouselWrapper__VXytv{position:relative;width:100%;max-width:100%;height:88vh;max-height:800px;overflow:hidden;margin:0 auto;touch-action:pan-y}.imagecarousel_carouselContainer__1euH8{display:flex;width:100%;height:100%;will-change:transform;touch-action:pan-y;cursor:grab}.imagecarousel_carouselContainer__1euH8:active{cursor:grabbing}.imagecarousel_slide__Nx2_b{flex:0 0 100%;display:flex;justify-content:center;align-items:center;height:100%;user-select:none}.imagecarousel_image__tIIO4{object-fit:cover;width:100%;height:100%}.imagecarousel_arrow__Jntn0{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(0,0,0,.5);border:none;color:#fff;font-size:1.5rem;padding:10px;cursor:pointer;z-index:10;transition:background-color .3s ease;margin-top:73px}.imagecarousel_arrow__Jntn0:hover{background-color:hsla(0,0%,100%,.6)}.imagecarousel_arrowLeft__ZXrhU{left:10px}.imagecarousel_arrowRight___VFvt{right:10px}.imagecarousel_overlay__eudkx{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center;background:rgba(0,0,0,.5);z-index:5;pointer-events:none}.imagecarousel_title__3hTm7{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#fff}.imagecarousel_description__4NAX5{font-size:1.2rem;margin-bottom:4rem;color:#fff}.imagecarousel_carouselOverlayWrapper__z47hS{width:100%;margin-bottom:2rem}.imagecarousel_carouselButton__c3FBm{background-color:#d71920;color:#fff;padding:12px 24px;font-size:1.2rem;border:none;border-radius:8px;cursor:pointer;text-transform:uppercase;transition:background-color .3s ease,transform .3s ease;pointer-events:auto}.imagecarousel_carouselButton__c3FBm:hover{background-color:#b6161b;transform:translateY(-2px)}.imagecarousel_carouselButton__c3FBm:active{background-color:#a51418;transform:translateY(0)}.commentCarousel_carouselWrapper__tVliv{width:100vw;height:400px;position:relative;display:flex;justify-content:flex-start;align-items:center;overflow:hidden;box-sizing:border-box}.commentCarousel_carouselWrapper__tVliv:before{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(90deg,rgba(0,0,0,.75),transparent);z-index:1;pointer-events:none}.commentCarousel_backgroundImage__jyEzj{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.commentCarousel_commentContent__KWMEV{text-align:left;text-shadow:0 2px 8px rgba(0,0,0,.7);max-width:600px;z-index:3;padding:0 5%}.commentCarousel_title__mO4cu{font-size:2rem;margin-bottom:1rem;color:#fff}.commentCarousel_text__ynmIq{font-size:1.2rem;margin-bottom:1rem;color:#fff}.commentCarousel_author__SHuql{font-size:1rem;font-style:italic;color:#fff}.commentCarousel_arrow__D8I7e{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(0,0,0,.5);border:none;color:#fff;font-size:2rem;cursor:pointer;padding:.5rem 1rem;z-index:2}.commentCarousel_arrow__D8I7e.commentCarousel_left__Aj854{left:20px}.commentCarousel_arrow__D8I7e.commentCarousel_right__dR6_Z{right:20px}.commentCarousel_dots__M2WTL{position:absolute;bottom:25px;display:flex;justify-content:center;gap:8px;z-index:2;height:3px}.commentCarousel_dot__gCRxk{width:28px;height:3px;background-color:hsla(0,0%,100%,.4);cursor:pointer;transition:all .3s ease;border-radius:2px}.commentCarousel_dot__gCRxk.commentCarousel_active__8sEvV{background-color:#fff;transform:scaleY(1.8)}.commentCarousel_dot__gCRxk:hover:not(.commentCarousel_active__8sEvV){background-color:hsla(0,0%,100%,.7)}.commentCarousel_commentSection__ppWRb{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;background-color:#000;color:#fff;height:3px}.commentCarousel_slider__t14Ge{z-index:10}