.granda-header{-webkit-backdrop-filter:none;backdrop-filter:none;z-index:1000;box-shadow:none;background:0 0;transition:all .4s;position:fixed;top:0;left:0;right:0}.granda-header.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1ad9;box-shadow:0 2px 8px #00000026}.granda-header.details-variant{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1ae6}.granda-header.details-variant .granda-header__container{justify-content:space-between;max-width:1400px;padding:20px 40px}.granda-header.details-variant .granda-header__container:before{display:none}.granda-header.details-variant .granda-header__nav{flex:1;justify-content:center;max-width:600px;margin:0 auto}.granda-header.details-variant .granda-header__social{flex:none;justify-content:flex-end;margin-left:auto}.granda-header__container{justify-content:center;align-items:center;gap:48px;max-width:1200px;margin:0 auto;padding:20px 24px;display:flex}.granda-header__container:before{content:"";flex:1}.granda-header__logo{flex-shrink:0;align-items:center;text-decoration:none;transition:transform .3s;display:flex}.granda-header__logo:hover{transform:scale(1.05)}.granda-header__logo-img{object-fit:contain;width:auto;height:40px}.granda-header__logo-text{color:#2d9c4e;letter-spacing:2px;font-family:Montserrat,sans-serif;font-size:28px;font-weight:700}.granda-header__nav{justify-content:center;align-items:center;gap:40px;display:flex}.granda-header__link{color:#fff;cursor:pointer;background:0 0;border:2px solid #0000;border-radius:30px;padding:10px 24px;font-family:Montserrat,sans-serif;font-size:15px;font-weight:500;text-decoration:none;transition:all .3s}.granda-header__link:hover{color:#fff;background:#8ec74a1a;border-color:#8ec74a}.granda-header__social{flex:1;justify-content:flex-end;align-items:center;gap:12px;display:flex}.granda-header__social-label{color:#ffffffb3;white-space:nowrap;letter-spacing:.5px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500}.granda-header__social-link{color:#fff;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.granda-header__social-link:hover{color:#8ec74a;background:#8ec74a1a;border-color:#8ec74a}.granda-header__mobile-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;border-radius:8px;flex-direction:column;gap:5px;padding:10px;transition:background .3s;display:none;position:absolute;right:24px}.granda-header__mobile-toggle:hover{background:#8ec74a1a}.granda-header__mobile-toggle:active{transform:scale(.95)}.granda-header__mobile-toggle span{transform-origin:50%;background:#fff;border-radius:3px;width:28px;height:3px;transition:all .4s cubic-bezier(.4,0,.2,1)}.granda-header__mobile-toggle span.active:first-child{background:#8ec74a;transform:rotate(45deg)translate(8px,8px)}.granda-header__mobile-toggle span.active:nth-child(2){opacity:0;transform:translate(-20px)}.granda-header__mobile-toggle span.active:nth-child(3){background:#8ec74a;transform:rotate(-45deg)translate(8px,-8px)}.granda-header__mobile-menu{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;background:#141414fa;flex-direction:column;gap:6px;max-height:calc(100vh - 70px);padding:28px 20px 36px;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .3s;display:none;position:fixed;top:70px;left:0;right:0;overflow-y:auto;transform:translateY(-6px);box-shadow:0 12px 40px #0006}.granda-header__mobile-menu.active{opacity:1;transform:translateY(0)}.granda-header__mobile-menu.active .granda-header__mobile-link{opacity:0;animation:.35s cubic-bezier(.4,0,.2,1) forwards slideInLink}.granda-header__mobile-menu.active .granda-header__mobile-link:first-child{animation-delay:.11s}.granda-header__mobile-menu.active .granda-header__mobile-link:nth-child(2){animation-delay:.17s}.granda-header__mobile-menu.active .granda-header__mobile-link:nth-child(3){animation-delay:.23s}.granda-header__mobile-menu.active .granda-header__mobile-link:nth-child(4){animation-delay:.29s}.granda-header__mobile-link{color:#fff;cursor:pointer;text-align:center;background:#ffffff0a;border:1.5px solid #ffffff14;border-radius:14px;width:100%;padding:18px 24px;font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;text-decoration:none;transition:all .25s}.granda-header__mobile-link:hover{color:#fff;background:#8ec74a1f;border-color:#8ec74a}.granda-header__mobile-link:active{background:#8ec74a2e;transform:scale(.98)}@keyframes slideInLink{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@media (max-width:1400px){.granda-header.details-variant .granda-header__container{padding:18px 30px}.granda-header.details-variant .granda-header__nav{gap:30px}}@media (max-width:1200px){.granda-header.details-variant .granda-header__container{padding:18px 25px}.granda-header.details-variant .granda-header__nav{gap:25px}.granda-header.details-variant .granda-header__link{padding:8px 18px;font-size:14px}.granda-header__logo-img{height:36px}}@media (max-width:1024px){.granda-header__container{padding:18px 20px}.granda-header__nav{gap:28px}.granda-header__link{padding:9px 20px;font-size:14px}.granda-header__social{justify-content:flex-end}.granda-header__social-link{width:36px;height:36px}.granda-header.details-variant .granda-header__container{justify-content:space-between;padding:16px 20px}.granda-header.details-variant .granda-header__logo{order:1}.granda-header.details-variant .granda-header__nav{order:2;gap:20px}.granda-header.details-variant .granda-header__social{order:3;gap:8px}.granda-header.details-variant .granda-header__link{padding:8px 16px;font-size:13px}.granda-header__logo-img{height:32px}}@media (max-width:900px){.granda-header.details-variant .granda-header__nav{gap:15px}.granda-header.details-variant .granda-header__link{padding:7px 14px;font-size:12px}.granda-header.details-variant .granda-header__social-link{width:34px;height:34px}.granda-header.details-variant .granda-header__social-link svg{width:18px;height:18px}}@media (max-width:768px){.granda-header__container{box-sizing:border-box;justify-content:flex-end;align-items:center;min-height:64px;padding:0 20px}.granda-header__nav,.granda-header__social{display:none}.granda-header__mobile-toggle{margin-left:auto;padding:12px;display:flex;position:static;right:auto}.granda-header__mobile-menu{max-height:calc(100vh - 64px);display:flex;top:64px}.granda-header.details-variant{background:#1a1a1af2}.granda-header.details-variant .granda-header__container{justify-content:space-between;padding:0 20px}.granda-header.details-variant .granda-header__logo{z-index:1002;display:flex}.granda-header.details-variant .granda-header__mobile-toggle{z-index:1002;margin-left:0;position:static}.granda-header__logo-img{height:30px}}@media (max-width:480px){.granda-header__container{min-height:60px;padding:0 16px}.granda-header__mobile-toggle{padding:10px}.granda-header__mobile-toggle span{width:26px;height:3px}.granda-header__mobile-menu{max-height:calc(100vh - 60px);padding:24px 16px 32px;top:60px}.granda-header__mobile-link{padding:18px 20px;font-size:17px}.granda-header.details-variant .granda-header__container{padding:0 16px}.granda-header.details-variant .granda-header__logo-img{height:28px}.granda-header.details-variant .granda-header__mobile-menu{top:60px}.granda-header__logo-img{height:28px}}@media (max-width:820px){.granda-header__container{min-height:62px;padding:0 18px}.granda-header__mobile-menu{max-height:calc(100vh - 62px);top:62px}.granda-header__logo-img{height:29px}}@media (max-width:540px){.granda-header__container{min-height:60px;padding:0 15px}.granda-header__mobile-toggle{padding:10px}.granda-header__mobile-toggle span{width:26px;height:3px}.granda-header__mobile-menu{max-height:calc(100vh - 60px);padding:24px 15px 32px;top:60px}.granda-header__logo-img{height:27px}}@media (max-width:412px){.granda-header__container{min-height:58px;padding:0 14px}.granda-header__mobile-toggle{padding:10px}.granda-header__mobile-toggle span{width:24px;height:3px}.granda-header__mobile-menu{max-height:calc(100vh - 58px);padding:22px 14px 30px;top:58px}.granda-header__logo-img{height:27px}}@media (max-width:360px){.granda-header__container{min-height:56px;padding:0 12px}.granda-header__mobile-toggle{padding:8px}.granda-header__mobile-toggle span{width:22px;height:3px}.granda-header__mobile-menu{max-height:calc(100vh - 56px);padding:20px 12px 28px;top:56px}.granda-header__mobile-link{padding:16px 18px;font-size:16px}.granda-header.details-variant .granda-header__container{padding:0 12px}.granda-header.details-variant .granda-header__logo-img{height:26px}.granda-header.details-variant .granda-header__mobile-menu{top:56px}.granda-header__logo-img{height:26px}}
.granda-footer{color:#fff;background:linear-gradient(135deg,#05a155 0%,#05a155fc 100%);padding:80px 0 0}.granda-footer__container{margin:0 auto}.granda-footer__grid{grid-template-columns:2fr 1fr 1fr 1.5fr 1.5fr;gap:64px;width:90%;margin:auto auto 3rem;display:grid}.granda-footer__column{flex-direction:column;gap:10px;display:flex}.granda-footer__column.contact{margin-top:1rem}.granda-footer__column.contact .contact-info{flex-direction:column;justify-content:start;align-items:start;gap:.7rem;display:flex}.granda-footer__column.contact .contact-info a{color:#fff;justify-content:start;align-items:center;gap:.5rem;font-family:Montserrat,sans-serif;font-size:14px;font-weight:lighter;text-decoration:none;display:flex}.granda-footer__column.contact .contact-info a.phone{font-weight:900}.granda-footer__column.contact .contact-info a img{width:1.2rem}.granda-footer__column.map .granda-footer__map{border-radius:12px;width:100%;height:12rem;margin-top:8px;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000026}.granda-footer__column.map .granda-footer__map .title{z-index:2;text-align:right;color:#fff;background:#525252;border-radius:12px;width:6rem;margin:0;padding:.7rem .9rem;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.granda-footer__column.map .granda-footer__map .title span{color:#81bd4e;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:normal}.granda-footer__column.map .granda-footer__map iframe{filter:invert(90%)hue-rotate(180deg)brightness(.9)contrast(.9);width:100%;height:100%;display:block}.granda-footer__column__address{flex-direction:column;align-content:center;gap:.3rem;display:flex}.granda-footer__column__address h4{margin:0}.granda-footer__column__address__city{color:#fff;margin:0;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:22px}.granda-footer__column__address__location{color:#fff;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:lighter;line-height:22px}.granda-footer__logo{margin-bottom:8px}.granda-footer__logo-text{place-content:center;display:flex}.granda-footer__logo-text img{width:15rem}.granda-footer__description{color:#ffffffe6;margin:0;font-family:Montserrat,sans-serif;font-size:14px;line-height:1.8}.granda-footer__social{gap:16px;margin-top:8px;display:flex}.granda-footer__social-link{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.granda-footer__social-link:hover{color:#2d9c4e;background:#fff}.granda-footer__title{color:#000;margin:0 0 8px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:700}.granda-footer__nav{flex-direction:column;gap:12px;display:flex}.granda-footer__link{color:#ffffffe6;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:Montserrat,sans-serif;font-size:14px;text-decoration:none;transition:all .3s}.granda-footer__link:hover{color:#fff;padding-left:8px}.granda-footer__contact{flex-direction:column;gap:16px;display:flex}.granda-footer__contact-item{color:#ffffffe6;align-items:flex-start;gap:12px;font-family:Montserrat,sans-serif;font-size:14px;line-height:1.6;display:flex}.granda-footer__contact-item svg{flex-shrink:0;margin-top:2px}.granda-footer__contact-item span{flex:1}.granda-footer__bottom{background:#007039;border-top:1px solid #fff3;justify-content:space-between;align-items:center;gap:20px;padding:24px 40px;display:flex}.granda-footer__bottom p{color:#fffc;text-align:center;margin:0;font-family:Montserrat,sans-serif;font-size:14px}.granda-footer__bottom-content{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;display:flex}.granda-footer__moost{color:#fffc;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;font-family:Montserrat,sans-serif;font-size:14px;display:flex}.granda-footer__moost-logo-link{flex-shrink:0;align-items:center;transition:transform .3s,opacity .3s;display:inline-flex}.granda-footer__moost-logo-link:hover{opacity:.9;transform:scale(1.05)}.granda-footer__moost-logo{width:auto;height:auto;max-height:30px}.granda-footer__moost-text{color:#d5235b;font-weight:700;text-decoration:none;transition:all .3s}.granda-footer__moost-text:hover{color:#f58;text-decoration:underline}.granda-footer__moost-heart{color:#d5235b;font-size:14px;animation:1.5s ease-in-out infinite heartbeat;display:inline-block}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media (max-width:1024px){.granda-footer{padding:60px 0 0}.granda-footer__grid{grid-template-columns:repeat(2,1fr);gap:48px;width:90%}.granda-footer__column.map .granda-footer__map{height:11rem}}@media (max-width:768px){.granda-footer{padding:40px 0 0}.granda-footer__grid{grid-template-columns:1fr;gap:40px;width:95%;margin-bottom:32px}.granda-footer__logo-text img{width:12rem}.granda-footer__column.map .granda-footer__map{height:14rem}.granda-footer__bottom{flex-direction:column;gap:15px;padding:20px}.granda-footer__bottom p{font-size:12px}.granda-footer__bottom-content{width:100%}.granda-footer__moost{gap:5px;font-size:12px}.granda-footer__moost-logo{max-height:24px}.granda-footer__moost-heart{font-size:14px}}@media (max-width:480px){.granda-footer{padding:30px 0 0}.granda-footer__grid{gap:32px;width:100%;padding:0 15px}.granda-footer__logo-text img{width:10rem}.granda-footer__title{font-size:13px}.granda-footer__link{font-size:14px}.granda-footer__column__address__city{font-size:15px}.granda-footer__column__address__location{font-size:13px}.granda-footer__column.contact .contact-info a{font-size:14px}.granda-footer__column.contact .contact-info a img{width:1rem}.granda-footer__column.map .granda-footer__map{height:13rem}.granda-footer__bottom{flex-direction:column;gap:12px;padding:18px 15px}.granda-footer__bottom p{font-size:11px}.granda-footer__bottom-content{width:100%}.granda-footer__moost{gap:4px;font-size:11px}.granda-footer__moost-logo{max-height:22px}.granda-footer__moost-heart{font-size:13px}}@media (max-width:820px){.granda-footer{padding:50px 0 0}.granda-footer__grid{grid-template-columns:repeat(2,1fr);gap:36px;width:92%}.granda-footer__logo-text img{width:11rem}.granda-footer__title{font-size:13px}.granda-footer__link{font-size:15px}.granda-footer__column.map .granda-footer__map{height:13rem}.granda-footer__bottom{padding:22px 25px}.granda-footer__bottom p,.granda-footer__moost{font-size:13px}.granda-footer__moost-logo{max-height:26px}}@media (max-width:540px){.granda-footer{padding:35px 0 0}.granda-footer__grid{grid-template-columns:1fr;gap:35px;width:95%}.granda-footer__logo-text img{width:10.5rem}.granda-footer__column{text-align:center;align-items:center}.granda-footer__column.map .granda-footer__map{height:14rem}.granda-footer__column__address{text-align:center;align-items:center}.granda-footer__column__address__city{font-size:15px}.granda-footer__column__address__location{font-size:13px}.granda-footer__column.contact .contact-info{align-items:center}.granda-footer__column.contact .contact-info a{font-size:14px}.granda-footer__nav{align-items:center}.granda-footer__bottom{flex-direction:column;padding:19px 16px}.granda-footer__bottom p,.granda-footer__moost{font-size:12px}.granda-footer__moost-logo{max-height:23px}}@media (max-width:412px){.granda-footer{padding:32px 0 0}.granda-footer__grid{gap:30px;padding:0 13px}.granda-footer__logo-text img{width:9.5rem}.granda-footer__title{font-size:12px}.granda-footer__link{font-size:13px}.granda-footer__column__address__city{font-size:14px}.granda-footer__column__address__location{font-size:12px}.granda-footer__column.contact .contact-info a{font-size:13px}.granda-footer__column.contact .contact-info a img{width:.95rem}.granda-footer__column.map .granda-footer__map{height:12rem}.granda-footer__bottom{padding:17px 13px}.granda-footer__bottom p,.granda-footer__moost{font-size:11px}.granda-footer__moost-logo{max-height:21px}}@media (max-width:360px){.granda-footer{padding:25px 0 0}.granda-footer__grid{gap:28px;padding:0 12px}.granda-footer__logo-text img{width:9rem}.granda-footer__title{font-size:12px}.granda-footer__link{font-size:13px}.granda-footer__description{font-size:13px;line-height:1.6}.granda-footer__column__address__city{font-size:14px}.granda-footer__column__address__location{font-size:12px}.granda-footer__column.contact .contact-info{gap:.5rem}.granda-footer__column.contact .contact-info a{font-size:13px}.granda-footer__column.contact .contact-info a img{width:.9rem}.granda-footer__column.map .granda-footer__map{height:12rem}.granda-footer__social-link{width:36px;height:36px}.granda-footer__bottom{flex-direction:column;gap:10px;padding:16px 12px}.granda-footer__bottom p{font-size:10px}.granda-footer__bottom-content{width:100%}.granda-footer__moost{gap:3px;font-size:10px}.granda-footer__moost-logo{max-height:20px}.granda-footer__moost-heart{font-size:12px}}
