:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--main: #109648;--white: #fcfcfc;--silver: #cccccc;--black: #050505;--dark: #23282E}*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;transition:all .3s ease-in}body{max-width:100%!important;box-sizing:border-box;font-family:Atkinson Hyperlegible Next,sans-serif;background-color:var(--white);overflow-x:hidden}.anim-appear{animation:appear 5s linear;animation-timeline:view();animation-range:entry 0% cover 40%}.anim-appear-scale{animation:appear-scale 5s ease-in-out both;animation-timeline:view();animation-range:entry 0% cover 40%}@keyframes appear{0%{opacity:.1}to{opacity:1}}@keyframes appear-scale{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.navbar{width:100vw;box-sizing:border-box;background-color:var(--dark)}.navbar-box{width:100%;max-width:100%;display:flex;justify-content:space-between;padding:0 4vw}.navbar-logo{display:flex;align-items:center;cursor:pointer}.navbar-logo img{height:6rem}.navbar-logo h1{color:var(--white);letter-spacing:.1rem;font-size:1rem}.navbar-list{position:fixed;left:0;top:0;width:60%;height:100%;z-index:1001;background-color:#23282ef2;display:none;flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-left:40%}.navbar-list.active{display:flex}.navbar-list .close-list{font-size:1.1rem;font-weight:600;color:var(--white)}.navbar-list .close-list:hover{color:var(--main);transform:scale(1.1);cursor:pointer}.navbar-list a{color:var(--white);font-size:1.1rem}.navbar-list a:hover{color:var(--main);transform:scale(1.1);cursor:pointer}.navbar-menu{display:flex;align-items:center}.navbar-menu i{font-size:1.2rem;color:var(--white);transition:all .3s ease-in}.navbar-menu i:hover{color:var(--main);cursor:pointer}@media (min-width: 500px){.navbar-logo{gap:1rem}.navbar-logo h1{font-size:1.2rem}}@media (min-width: 768px){.navbar-list{all:unset;position:relative;display:flex;flex-direction:row;align-items:center;gap:2rem}.navbar-list .close-list,.navbar-menu{display:none}.navbar-logo h1{font-size:1.4rem}}@media (min-width: 1200px){.navbar-box{justify-content:space-evenly}}.slider{width:100vw;display:flex;position:relative}.slider-img{position:relative;background:url(/elektryk-1/images/slider1.webp) center/cover fixed;width:100%;height:50vh}.slider-img:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(to top,var(--dark) 5%,transparent 100%);pointer-events:none}.slider-text{position:absolute;display:flex;flex-direction:column;left:50%;top:50%;transform:translate(-50%,-50%);align-items:center;gap:1rem;width:60%;text-align:center}.slider-text h1{color:var(--white);text-shadow:0px 2px 2px var(--black);font-size:1.2rem}.slider-text h2{color:var(--white);text-shadow:0px 2px 2px var(--black);font-size:.8rem}a.check-offer{background:none;padding:.5rem 1rem;background-color:var(--main);border:solid 2px var(--main);border-radius:.5rem;font-size:.8rem;color:var(--black);font-weight:600;z-index:2}a.check-offer:hover{background-color:var(--dark);color:var(--white);box-shadow:inset 0 0 10px 4px var(--main)}@media (min-width: 500px){.slider-arrows i,.slider-text h1{font-size:1.4rem}.slider-text h2{font-size:1rem}.slider-text .check-offer{padding:.75rem 1.5rem;font-size:.9rem}}@media (min-width: 768px){.slider-img{aspect-ratio:3/1.5}.slider-text{gap:2rem}.slider-text h1{font-size:1.8rem}.slider-text h2{font-size:1.4rem}.slider-text .check-offer{padding:1rem 2rem;font-size:1.2rem}}@media (min-width: 1200px){.slider-img{aspect-ratio:3/1}.slider-text h1{font-size:2.4rem}.slider-text h2{font-size:1.8rem}.slider-text .check-offer{padding:1rem 2rem;font-size:1.2rem}}.aboutus{box-sizing:border-box;position:relative;max-width:100%;padding:3rem 0 2rem;background-color:var(--dark);display:flex;flex-direction:column;justify-content:center;align-items:center}.aboutus-box{width:90%;display:flex;flex-direction:column;gap:4vw}.aboutus-text{position:relative;text-align:left}.aboutus-text h2{font-size:1.8rem;padding-bottom:1.5rem;color:var(--white)}.aboutus-text p{font-size:1.2rem;line-height:1.6;color:var(--white)}.aboutus-text strong{color:var(--white)}.aboutus-imgs{display:flex;flex-direction:column;gap:4vw}.aboutus-imgs img{max-width:100%;width:100%;border-radius:2rem}@media (min-width: 1200px){.aboutus-box{flex-direction:row;width:80%}.aboutus-text{display:flex;flex-direction:column;justify-content:center;width:60%;min-width:60%}.aboutus-imgs{width:40%;gap:1rem}}.footer{width:100%;display:flex;background-color:var(--dark)}.footer-box{width:100%;max-width:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;padding:2.5rem 0 3rem;gap:2rem}.footer-logo{display:flex;flex-direction:column;align-items:center}.footer-logo img{width:8rem}.footer-logo h3{color:var(--white);font-size:1.4rem}.footer-column{display:flex;flex-direction:column;line-height:1.6;align-items:center}.footer-column p{color:var(--white);font-size:1.1rem}@media (min-width: 768px){.footer-box{flex-direction:row}}.fields{position:relative;width:100%;display:flex;background-color:var(--dark);justify-content:center;align-items:stretch;padding:6rem 0;background:url(/elektryk-1/images/fields.webp) center/cover fixed;box-shadow:inset 0 0 1000px 0 var(--main)}.fields:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,var(--main) 0%,transparent 5%,transparent 90%,var(--dark) 100%);pointer-events:none}.fields-box{width:90%;display:flex;flex-wrap:wrap;justify-content:center;gap:2vw}.field{position:relative;display:flex;width:22rem;max-width:22rem;background-color:var(--dark);flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;border-radius:1rem;gap:1rem;-webkit-user-select:none;user-select:none}.field:hover{transform:translateY(-10px);box-shadow:0 0 4px 2px var(--main)}.field h3{color:var(--white);font-size:1.4rem}.field i{font-size:4rem;color:var(--main)}.counters{position:relative;display:flex;padding:4rem 0;background-color:var(--main);width:100%;justify-content:center}.counters:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,var(--dark) 0%,transparent 5%,transparent 90%,var(--main) 100%);pointer-events:none}.counters-box{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:4vw}.counter{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.counter h2{font-size:1.6rem;color:var(--silver)}.counter h3{font-size:2.4rem;color:var(--white)}@media (min-witdh: 768px){.counters-box{flex-direction:row}}.offer-container{position:relative;width:100vw;padding:4rem 2rem;display:flex;justify-content:center;background-color:#23282e}.offer-container:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,var(--main) 0%,transparent 1%,transparent 90%,var(--dark) 100%);pointer-events:none}.offer-items{width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;width:65rem}.offer-item{position:relative;display:flex;width:90vw;max-width:32rem;flex-direction:column;-webkit-user-select:none;user-select:none}.offer-item img{position:relative;width:100%;height:auto;border-radius:1rem;opacity:.25}.offer-item:hover img{opacity:.35}.offer-item-text{position:absolute;display:flex;flex-direction:column;padding:.75rem;gap:.25rem}.offer-item-text h2{font-size:1.2rem;color:var(--white);text-shadow:0px 1px 3px var(--black)}.offer-item-text p{font-size:.7rem;font-weight:500;color:var(--silver);text-shadow:0px 1px 3px var(--black);line-height:1.4}@media (min-width: 500px){.offer-item-text{gap:1rem}.offer-item-text h2{font-size:1.6rem}.offer-item-text p{font-size:1rem}}@media (min-width: 768px){.offer-item-text{gap:1rem;padding:1.5rem}.offer-item-text h2{font-size:1.8rem}.offer-item-text p{font-size:1.1rem}}@media (min-width: 1200px){.offer-item-text{gap:1rem;padding:1.5rem}.offer-item-text h2{font-size:1.8rem}.offer-item-text p{font-size:1.1rem}}.contact-container{position:relative;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--dark);padding:2rem 0 4rem}.contact-container:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,var(--main) 0%,transparent 2%,transparent 90%,var(--dark) 100%);pointer-events:none}.contact-items{display:flex;flex-direction:column;gap:2rem;width:70vw;justify-content:center;z-index:2}.contact-item{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:.5rem;background-color:var(--silver);width:100%;padding:1rem 2rem;border-radius:2rem;box-shadow:0 0 8px 4px var(--black);-webkit-user-select:none;user-select:none}.contact-item:hover{transform:translateY(.5rem)}.contact-item i{font-size:2.4rem;color:var(--main)}.contact-item p{color:var(--dark);font-size:1rem;font-weight:600}.contact-item span{color:var(--black);font-size:1.2rem}.contact-box{display:flex;flex-direction:column;gap:1rem;width:80vw;background-color:var(--silver);padding:4rem 2rem 2rem;align-items:center;border-radius:2rem;box-shadow:0 0 8px 4px var(--black);transform:translateY(-2rem);text-align:center}.contact-box h2{font-size:1.8rem;color:var(--black);letter-spacing:.05rem}.contact-box input{width:100%;padding:1rem;background:transparent;outline:none;border:none;border:solid 1px var(--dark);border-radius:1rem;color:var(--black)}.contact-box textarea{width:100%;height:8rem;background:transparent;border:none;outline:none;padding:1rem;border:solid 1px var(--dark);border-radius:1rem}.contact-box button{width:100%;padding:1rem;background:transparent;outline:none;border:none;background-color:var(--dark);color:var(--white);border-radius:1rem;font-size:1rem;cursor:pointer;font-weight:600;letter-spacing:.05rem}.contact-box button:hover{background-color:var(--main);color:var(--black)}@media (min-width: 768px){.contact-items{width:90vw;display:flex;flex-direction:row;flex-wrap:wrap}.contact-item{width:40%}}@media (min-width: 1200px){.contact-items{width:100vw;display:flex;flex-direction:row;flex-wrap:wrap}.contact-item{width:20%}.contact-box{width:40%}}.gallery-container{position:relative;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--dark);padding:2rem 0 4rem}.gallery-container:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,var(--main) 0%,transparent 1%,transparent 90%,var(--dark) 100%);pointer-events:none}.gallery-header{padding:1rem;text-align:center}.gallery-header h2{font-size:2.4rem;color:var(--main)}.gallery-items{width:70vw;columns:15rem 3;gap:1.5rem}.gallery-item{width:100%;display:flex}.gallery-item img{width:100%;margin-bottom:1.5rem;border-radius:1rem;box-shadow:0 0 8px 2px var(--black)}.gallery-item:hover img{transform:scale(1.01)}.lightbox{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.blog{position:relative;width:100vw;background-color:#23282ef2;padding:4rem 0;display:flex;justify-content:center}.blog-box{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:2rem 2%;flex-wrap:wrap}.blog-article{padding:1rem;width:28rem;max-width:90%;display:flex;flex-direction:column;gap:1rem;height:auto;background-color:var(--dark);border-radius:1rem}.blog-article:hover{transform:scale(1.02);box-shadow:0 0 8px 4px var(--main)}.blog-article img{max-width:100%;border-radius:1rem}.b-article-text{display:flex;flex-direction:column;gap:.2rem}.b-article-text h2{font-size:1.4rem;color:var(--white);font-weight:700}.b-article-text p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:1rem;color:var(--silver)}.b-article-text p strong{color:var(--white);font-weight:600}.blog-article a{color:var(--white)}.blog-article a:hover{color:var(--main)}@media (min-width: 768px){.blog-article{width:28rem;max-width:50%}}@media (min-width: 1200px){.blog-box{width:90%}.blog-article{width:28rem;max-width:33%}}.article{position:relative;width:100vw;background-color:#23282ef2;padding:4rem 0;display:flex;justify-content:center}.article-box{width:60%;display:flex;flex-direction:column;gap:2rem;justify-content:center;align-items:center}.article-back{width:100%;display:flex;flex-direction:row;text-align:left}.article-back a{color:var(--white)}.article-img{width:30rem;max-width:96%;display:flex;justify-content:center}.article-img img{width:100%;border-radius:1rem}.article-header{width:100%}.article-header h1{font-size:2.4rem}.article-content{display:flex;flex-direction:column;gap:1rem}
