.header{position:sticky;top:0;z-index:999;background:#fff;height:auto;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.06);box-shadow:0 2px 8px rgba(0,0,0,.06)}.header-container{width:100%;max-width:1400px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:25px;border-bottom:1px solid var(--color-border);padding:12px 20px}.header-logo{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-negative:0;flex-shrink:0}.header-buttons,.header-logo{gap:20px}.header-buttons,.header-buttons-item,.header-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.logo{width:auto;height:auto;max-width:160px;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.logo:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.flag{cursor:pointer;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;border-radius:4px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.1)}.flag:hover{opacity:.8}.heart-ua{-webkit-animation:pulse 1.5s ease-in-out infinite;animation:pulse 1.5s ease-in-out infinite;background:rgba(0,0,0,0);width:50px;height:50px;position:relative;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}@-webkit-keyframes pulse{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}}.heart-ua:hover{-webkit-animation:none;animation:none;-webkit-transform:scale(1.15);transform:scale(1.15)}.heart-ua-container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.heart-ua-text{position:absolute;bottom:-8px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);text-align:center;font-weight:700;color:#1a5f7b;font-size:.65rem;white-space:nowrap}@media(max-width:1220px){.header-container{padding:10px 20px;gap:15px}.header-buttons{gap:15px}.logo{max-width:140px}}@media(max-width:768px){.header-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 15px;gap:10px}.header-logo{gap:12px}.header-buttons{gap:12px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.header-buttons .btn{padding:8px 14px;font-size:.875rem}.logo{max-width:120px}.heart-ua{width:45px;height:45px}.heart-ua-text{font-size:.6rem;bottom:-6px}.flag{width:28px!important;height:19px!important}}@media(max-width:480px){.header-container{padding:8px 10px}.header-buttons,.header-logo{gap:8px}.header-buttons .btn{padding:6px 12px;font-size:.8rem}.logo{max-width:100px}.heart-ua{width:40px;height:40px}.heart-ua-text{font-size:.55rem;bottom:-5px}.flag{width:24px!important;height:16px!important}}.f-n{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around;gap:10px;color:var(--color-text-main);-webkit-box-shadow:2px 2px 2px 2px var(--color-shadow);box-shadow:2px 2px 2px 2px var(--color-shadow);border-radius:10px;padding:10px;margin-top:5px;margin-bottom:5px}.f-n,.footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.footer{width:100%;height:350px;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;background-image:url(/bg-footer.webp);background-size:cover;background-repeat:no-repeat;border-radius:10px 10px 0 0;padding:50px}.footer-content{-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0 50px;width:100%;height:100%;position:relative}.footer-content,.footer-navigation{display:-webkit-box;display:-ms-flexbox;display:flex}.footer-navigation{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;color:var(--color-footer-text)}.footer-contact-email,.footer-time{color:var(--color-footer-text)}.footer-contact-email,.footer-contact-email-link,.footer-contact-phone,.footer-time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center}.footer-contact-phone{color:var(--color-footer-text)}.footer-contact-phone-link{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;gap:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center}.footer-contact-phone-link,.footer-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;align-content:center}.footer-social{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:center;gap:20px;color:var(--color-footer-text);height:80px;margin-top:20px}.footer-social-links{gap:20px}.footer-polityka,.footer-social-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.footer-polityka{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px}.footer-polityka p{color:var(--color-footer-text);font-size:12px}.footer-producer{margin-top:40px;position:relative;width:90%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:15px}.footer-producer-text{font-size:24px;font-weight:400;line-height:28.15px;text-align:left;color:var(--color-footer-text)}.footer-producer-text:after{content:"";color:var(--color-footer-text);border-bottom:1px solid var(--color-footer-text);width:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);position:absolute;left:50%;top:-10px}@media(max-width:758px){.f-n{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer{height:auto;padding:30px}.footer-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;gap:20px}.footer-producer{margin-top:40px;text-align:center}.footer-producer-text{font-size:12px}}@media(max-width:1220px){.footer{height:auto;padding:30px}.footer-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px}.footer-contact-email,.footer-contact-phone,.footer-navigation,.footer-time{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.footer-social{margin-top:10px}}.price{position:relative;padding:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;margin-bottom:10px}@media(max-width:1024px){.price{padding:0}}@media(max-width:768px){.price{padding:0}}.price-header{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.6)),to(rgba(0,0,0,.6))),url(/cennik-bg-2.jpg);background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url(/cennik-bg-2.jpg);background-size:cover;background-repeat:no-repeat;height:700px;margin-top:20px;border-radius:10px;position:relative}.price-header,.price-header-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.price-header-title{position:absolute;top:10%;left:50%;-webkit-transform:translate(-50%,-10%);transform:translate(-50%,-10%);text-align:center;color:#fff;font-size:3.5rem;font-weight:700;text-shadow:2px 2px 2px rgba(0,0,0,.25);gap:10px}.price-header-title:after{content:"";display:block;width:70%;height:4px;background-color:#fffffe;border-radius:10px}.price-header-title-span{color:#fffffe;font-size:1rem}.price-header-list{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;-webkit-transform:translateY(50%);transform:translateY(50%);width:80%;padding:25px}.price-header-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px;font-size:1rem;font-weight:600;color:#d0c9ae;text-shadow:2px 2px 2px rgba(0,0,0,.3)}.price-header-list-item:hover{cursor:pointer;color:#fffffe;-webkit-transform:scale(1.05);transform:scale(1.05)}.price-addition{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;gap:20px}.price-addition-title{font-size:1.5rem;font-weight:700}.price-addition-title-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:left;-ms-flex-align:left;align-items:left;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;gap:20px;width:250px}.price-addition-list-item{font-size:1rem;font-weight:400;text-align:left;border:1px solid #e8e8e8;border-radius:10px;padding:15px;width:100%}.price-addition-list-item:not(:last-child){margin-bottom:10px}.breakpoint{scroll-margin-top:90px}.price-addition-table{width:100%;border-collapse:collapse;margin:20px 0;background-color:#fff;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.1)}.price-addition-table td,.price-addition-table th{padding:12px 20px;text-align:left;border:1px solid #ddd}@media(max-width:758px){.price-addition-table td,.price-addition-table th{padding:6px 10px}}.price-addition-table th{background-color:#1a5f7b;color:#fff;font-weight:700}.price-addition-table td{color:var(--color-text-main)}.price-addition-table tr:nth-child(2n){background-color:#f9f9f9}.price-addition-table tr:nth-child(odd){background-color:#fff}.price-addition-table tr:hover{background-color:#e9ecef}@media(max-width:1024px){.price-header{height:600px}.price-header-list{gap:10px;padding:20px;width:100%}.price-header-title{font-size:2.5rem}.price-header-list-item{font-size:1.3rem;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;width:100%}.price-addition-table{display:block;overflow-x:auto;width:100%}td,th{padding:8px 14px}td,th{font-size:1.5rem}}@media(max-width:758px){.price-header{height:650px;margin-top:10px;gap:10px}.price-header-title{font-size:1.5rem}.price-header-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;-webkit-transform:translateY(30%);transform:translateY(30%)}.price-header-list-item{font-size:.9rem}.price-addition-title{font-size:1.2rem}.price-addition-table{display:block;overflow-x:auto;width:100%}td,th{padding:6px 10px}td,th{font-size:.7rem}}.contacts-top{height:220px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px;margin-bottom:30px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.3)),to(rgba(0,0,0,.3))),url(/banner-10-min.webp);background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(/banner-10-min.webp);background-size:cover;background-position:50%;border-radius:12px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.1)}@media(max-width:1220px){.contacts-top{height:200px;margin-bottom:25px}}@media(max-width:768px){.contacts-top{height:160px;margin-top:15px;margin-bottom:20px;border-radius:10px}}@media(max-width:480px){.contacts-top{height:140px;margin-top:10px;margin-bottom:15px}}.contacts-top-title{color:var(--color-title-header);text-shadow:2px 2px 4px rgba(0,0,0,.4);font-size:2.75rem;font-weight:800;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;padding:0 20px}@media(max-width:1220px){.contacts-top-title{font-size:2.25rem;gap:10px}}@media(max-width:768px){.contacts-top-title{font-size:1.75rem;gap:8px}}@media(max-width:480px){.contacts-top-title{font-size:1.5rem;gap:6px}}.contacts-top-title:after{content:"";display:block;width:70%;max-width:300px;height:6px;border-radius:10px;background-color:var(--color-title-header);-webkit-box-shadow:0 2px 4px hsla(0,0%,100%,.3);box-shadow:0 2px 4px hsla(0,0%,100%,.3)}@media(max-width:768px){.contacts-top-title:after{height:5px;width:60%}}@media(max-width:480px){.contacts-top-title:after{height:4px;width:50%}}.contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:35px;margin:30px auto;max-width:1400px;padding:0 40px}@media(max-width:1220px){.contacts{padding:0 30px;gap:30px}}@media(max-width:1024px){.contacts{padding:0 25px;gap:25px}}@media(max-width:768px){.contacts{padding:0 20px;gap:20px;margin:20px auto}}@media(max-width:480px){.contacts{padding:0 15px;gap:18px;margin:15px auto}}.contacts-header{width:100%;text-align:center;max-width:800px}.contacts-header-title{font-size:2.25rem;font-weight:700;text-align:center;color:var(--color-text-title);margin-bottom:15px;line-height:1.3}@media(max-width:1220px){.contacts-header-title{font-size:2rem;margin-bottom:12px}}@media(max-width:768px){.contacts-header-title{font-size:1.65rem;margin-bottom:10px}}@media(max-width:480px){.contacts-header-title{font-size:1.4rem;margin-bottom:8px}}.contacts-header-text{font-size:1.05rem;text-align:center;color:var(--color-text-main);line-height:1.7;max-width:700px;margin:0 auto}@media(max-width:1220px){.contacts-header-text{font-size:1rem;line-height:1.6}}@media(max-width:768px){.contacts-header-text{font-size:.95rem;line-height:1.6}}@media(max-width:480px){.contacts-header-text{font-size:.9rem;line-height:1.5}}.contacts-content{display:grid;grid-template-columns:2fr 3fr;gap:35px;width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media(max-width:1220px){.contacts-content{gap:30px}}@media(max-width:1024px){.contacts-content{grid-template-columns:1fr;gap:30px;max-width:700px}}@media(max-width:768px){.contacts-content{gap:25px}}@media(max-width:480px){.contacts-content{gap:20px}}.contacts-content-adress,.contacts-content-form{width:100%}.about-us-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;position:relative;margin-top:20px;padding:20px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.25)),to(rgba(0,0,0,.25)));background:linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25));border-radius:10px;height:250px;text-align:center}.about-us-header-img{width:100%;height:100%;border-radius:10px;position:absolute;top:0;left:0;z-index:-1}.about-us-header-title{color:var(--color-title-header);font-size:clamp(32px,5vw,48px);text-shadow:2px 2px 2px rgba(0,0,0,.75);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.about-us-header-title:after{content:"";display:block;width:70%;height:6px;border-radius:10px;background-color:var(--color-title-header)}.about-us-header-menu{display:none;position:absolute;top:15px;right:20px;cursor:pointer}.about-us-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;gap:10px;margin-top:20px;padding:20px}.about-us-content-title{color:var(--color-text-title);font-size:clamp(24px,4vw,32px);font-weight:800}.about-us-content-title-span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}.about-us-content-text{color:#05549b;font-size:clamp(20px,3.5vw,28px);font-weight:800}.about-us-content-text-slogan{font-size:clamp(18px,3vw,22px);font-weight:600;font-family:Caveat;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;color:var(--color-text-title)}.about-us-content-text-slogan:after{content:"";display:block;width:80%;height:6px;border-radius:10px;background-color:#c5d5e3}.about-us-content-span{color:var(--color-text-highlight);font-size:clamp(14px,2vw,16px);font-weight:800}.about-us-content-contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.5rem;color:var(--color-text-main)}@media(max-width:768px){.about-us-content-contact{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}}.about-us-content-contact-email-link,.about-us-content-contact-phone-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;color:var(--color-text-main)}.about-us-content-contact-text{font-size:.8rem}.about-us-content-adress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;margin-bottom:20px}.about-us-content-adress-link{color:#000;font-size:clamp(14px,2vw,16px);font-weight:700}.about-us-content-wrapper{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:50px;width:100%;padding:20px}.about-us-content-wrapper,.about-us-content-wrapper-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.about-us-content-wrapper-text{width:50%;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;text-align:start;gap:20px}.about-us-content-wrapper-image{border-radius:30px}.about-us{margin:1rem 0;font-size:1rem;line-height:1.6;color:#333}.about-us-section{margin-bottom:1.5rem}.about-us-section:last-child{margin-bottom:0}.about-us-highlight{font-weight:700;color:var(--color-text-highlight)}@media(max-width:1220px){.about-us{padding:10px}.about-us-content-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.about-us-content-wrapper-text{width:90%}}@media(max-width:758px){.about-us-header{height:200px}.about-us-header-menu{display:block}.about-us-content-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:0}.about-us-content-wrapper-text{width:100%}.about-us-content-wrapper-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.offer-wrapper{position:relative;padding:10px}.offer-header{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.3)),to(rgba(0,0,0,.3))),url(/banner-10-min.webp);background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(/banner-10-min.webp);background-size:cover;background-repeat:no-repeat;height:250px;margin-top:20px;padding:25px;border-radius:10px;position:relative;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;gap:20px;width:100%}.offer-header,.offer-header-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;align-items:center}.offer-header-title{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;text-align:center;color:var(--color-title-header);font-size:48px;font-weight:700;text-shadow:2px 2px 2px rgba(0,0,0,.25)}.offer-header-title:after{content:"";display:block;width:80%;height:8px;border-radius:10px;background-color:var(--color-title-header)}.offer-header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:20px;gap:20px}.offer-header-content-text{text-align:center;font-size:28px;font-weight:700;color:var(--color-text-title);text-shadow:2px 2px 2px var(--color-shadow)}.offer-header-content-span{font-size:18px;font-weight:400;color:var(--color-text-main);text-align:center}@media screen and (max-width:768px){.offer-header-content{margin:10px}.offer-header-content-text{font-size:1.2rem}.offer-header-content-span{font-size:.9rem}}@media screen and (max-width:1024px){.offer-header-content{margin:20px}.offer-header-content-text{font-size:2rem}.offer-header-content-span{font-size:1.5rem}}.blog-header{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;gap:20px;position:relative;padding:20px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.25)),to(rgba(0,0,0,.25))),url(/banner-blog.jpg);background:linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25)),url(/banner-blog.jpg);background-size:cover;background-repeat:no-repeat;border-radius:10px;height:250px}.blog-header,.blog-header-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;align-items:center}.blog-header-title{color:var(--color-title-header);font-size:3rem;font-weight:700;text-shadow:2px 2px 2px var(--color-shadow);-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center}.blog-header-title:after{content:"";display:block;width:90%;height:4px;border-radius:10px;background-color:var(--color-title-header)}.blog-search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;width:100%}.blog-search-input{border:1px solid var(--color-border);padding:10px;width:50%;margin-top:25px}.blog-search:focus{border-color:var(--color-border-active)}@media(max-width:1220px){.blog-header{height:200px;padding:15px}.blog-header-title{font-size:48px}}@media(max-width:768px){.blog-header{height:180px;padding:10px}.blog-header-title{font-size:2.5rem;text-align:center;width:100%}.blog-header:after{width:50%}}.legal-page{max-width:840px;margin:60px auto;padding:48px 32px;background:#fff;border-radius:12px;-webkit-box-shadow:0 10px 25px rgba(0,0,0,.05);box-shadow:0 10px 25px rgba(0,0,0,.05);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:28px;color:#2a2a2a}.legal-page h1{font-size:36px;font-weight:800;text-align:center;color:#1a1a1a;margin-bottom:16px;letter-spacing:-.5px}.legal-page h2{font-size:22px;font-weight:700;color:#0f4c81;border-bottom:2px solid #eaeaea;padding-bottom:6px;margin-top:28px}.legal-page p{font-size:17px;line-height:1.7;color:#333}.legal-page ul{list-style:none;padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.legal-page ul li{position:relative;padding-left:24px;font-size:16px}.legal-page ul li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;background-color:#0f4c81;border-radius:50%}@media(max-width:768px){.legal-page{margin:30px 16px;padding:32px 20px}.legal-page h1{font-size:28px}.legal-page h2{font-size:20px}.legal-page li,.legal-page p{font-size:15px}}.cookie-policy{max-width:960px;margin:64px auto;padding:56px 40px;background:#fefefe;border-radius:16px;color:#1e1e1e;line-height:1.75}.cookie-policy h1{font-size:40px;font-weight:800;color:#1c3c58;text-align:center;margin-bottom:40px}.cookie-policy h2{font-size:24px;font-weight:700;color:#0f4c81;margin-top:36px;margin-bottom:16px;position:relative}.cookie-policy h2:after{content:"";position:absolute;bottom:-6px;left:0;width:60px;height:3px;background:#0f4c81;border-radius:2px}.cookie-policy p{font-size:18px;margin-bottom:16px;color:#2f2f2f}.cookie-policy ul{padding-left:20px;list-style:none;margin:0}.cookie-policy ul li{position:relative;padding-left:22px;margin-bottom:10px;font-size:17px}.cookie-policy ul li:before{content:"▹";position:absolute;left:0;color:#0f4c81;font-weight:700}@media(max-width:768px){.cookie-policy{padding:32px 20px}.cookie-policy h1{font-size:30px}.cookie-policy h2{font-size:20px}.cookie-policy li,.cookie-policy p{font-size:16px}}.not-found{padding:6rem 1rem;text-align:center}.not-found-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#1a1a1a}.not-found-text{font-size:1.25rem;margin-bottom:2rem;color:#555}.ryczalt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:20px}.ryczalt-title{text-align:center;margin-bottom:20px;max-width:950px}.ryczalt-title-text{font-size:2.2rem;font-weight:700;color:var(--color-text-title)}.ryczalt-title-description{font-size:1.5rem;color:var(--color-text-span)}.ryczalt-tabel{width:100%;max-width:1100px;overflow-x:auto}@media screen and (max-width:768px){.ryczalt{padding:5px}.ryczalt-title-text{font-size:1.5rem}.ryczalt-title-description{font-size:1rem}}.table{width:100%;border-collapse:collapse;margin:20px 0;background-color:var(--color-tabel-bg);-webkit-box-shadow:0 2px 4px var(--color-tabel-shadow);box-shadow:0 2px 4px var(--color-tabel-shadow)}.table td,.table th{padding:12px 20px;text-align:left;border:1px solid var(--color-th-td-border)}@media screen and (max-width:768px){.table td,.table th{padding:4px 8px;font-size:.6rem}}.table th{background-color:var(--color-th-bg);color:var(--color-th-text);font-weight:700}.table td{color:var(--color-td-text)}.table tr:nth-child(2n){background-color:var(--color-th-nth-child)}.table tr:nth-child(odd){background-color:#fff}.table tr:hover{background-color:var(--color-tr-hover)}.vatNotice{margin-top:10px;font-size:14px;color:#555;text-align:center}.offer-item{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center}.offer-card-wrapper,.offer-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;align-content:center;gap:20px;padding:20px}.offer-card-wrapper{position:relative;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:center;-webkit-box-shadow:2px 2px 2px 2px var(--color-shadow);box-shadow:2px 2px 2px 2px var(--color-shadow);background:#f9f9f9;border:1px solid var(--color-border);border-radius:20px}.offer-card-wrapper:hover{-webkit-box-shadow:4px 4px 4px 4px var(--color-shadow);box-shadow:4px 4px 4px 4px var(--color-shadow);-webkit-transition:-webkit-box-shadow .3s;transition:-webkit-box-shadow .3s;transition:box-shadow .3s;transition:box-shadow .3s,-webkit-box-shadow .3s}.offer-card-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:25px;width:100%}.offer-card-image{width:100%;height:auto;border:1px solid var(--color-border);border-radius:20px}.offer-card-image-wrapper{position:relative;width:100%;height:350px}.offer-card-title{font-size:2rem;font-weight:700;color:var(--color-text-title);text-shadow:2px 2px 2px var(--color-shadow)}.offer-card-description{font-size:1rem;font-weight:400;color:var(--color-text-main);text-align:left;width:80%}@media screen and (max-width:1024px){.offer-item{padding:10px}.offer-card-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:25px}.offer-card-info{gap:15px}.offer-card-title{font-size:2rem}.offer-card-description{font-size:1.5rem}.offer-card-image-wrapper{max-height:300px}}@media screen and (max-width:768px){.offer-item{padding:10px}.offer-card-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px}.offer-card-info{gap:15px}.offer-card-title{font-size:1.5rem}.offer-card-description{font-size:.8rem}.offer-card-image-wrapper{max-height:200px}}.servicePage{padding:20px}.servicePage-header{height:250px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.3)),to(rgba(0,0,0,.3))),url(/banner-10-min.webp);background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url(/banner-10-min.webp);background-size:cover;border-radius:10px}.servicePage-header,.servicePage-header-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.servicePage-header-title{color:var(--color-title-header);text-shadow:2px 2px 2px rgba(0,0,0,.25);font-size:3rem;font-weight:800;text-align:center;gap:10px}.servicePage-header-title:after{content:"";display:block;width:80%;height:8px;border-radius:10px;background-color:var(--color-title-header)}.servicePage-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;gap:20px;padding:20px}@media(max-width:1024px){.servicePage-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}}@media(max-width:768px){.servicePage-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.servicePage-content:not(:last-child){border:1px solid var(--color-border);border-radius:10px;margin-bottom:20px}.servicePage-content-text{font-size:1.5rem;color:var(--color-text-main);line-height:1.6;max-width:800px;margin:0 auto;text-align:justify;padding:20px}@media(max-width:1220px){.servicePage-content-text{width:100%;font-size:1.3rem}}@media screen and (max-width:1024px){.servicePage-content-text{font-size:1.1rem}}@media(max-width:768px){.servicePage-content-text{font-size:.9rem}}.servicePage-content-image{border-radius:12px;-webkit-box-shadow:0 4px 10px var(--color-shadow);box-shadow:0 4px 10px var(--color-shadow)}@media(max-width:768px){.servicePage-content-image{max-width:350px}}@media(max-width:1024px){.servicePage-content-image{width:100%;height:auto}}@media(max-width:1220px){.servicePage-content-image{max-width:400px;height:auto}}.services-list{display:grid;grid-template-columns:repeat(3,1fr);place-items:center;gap:20px}@media screen and (max-width:1024px){.services-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services-list{grid-template-columns:1fr}}.services-list-item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;overflow:hidden;border-radius:10px;border:1px solid var(--color-shadow);-webkit-box-shadow:2px 2px 2px 2px var(--color-shadow);box-shadow:2px 2px 2px 2px var(--color-shadow);max-width:400px;height:500px}.services-list-item:hover{-webkit-box-shadow:4px 4px 4px 4px var(--color-shadow);box-shadow:4px 4px 4px 4px var(--color-shadow);-webkit-transition:-webkit-box-shadow .2s;transition:-webkit-box-shadow .2s;transition:box-shadow .2s;transition:box-shadow .2s,-webkit-box-shadow .2s}.card{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center}.card,.card-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;align-content:center;position:relative;width:100%;height:100%}.card-wrapper{overflow:hidden;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;padding:20px;gap:10px}.card-wrapper .card-wrapper-image{-o-object-fit:cover;object-fit:cover;border-radius:10px}.card-wrapper-title{font-size:1.4rem;font-weight:700;text-align:center;color:var(--color-text-title)}.card-wrapper-title:after{content:"";display:block;width:100%;height:2px;border-radius:10px;background-color:var(--color-shadow);margin-top:5px}.card-wrapper-info{gap:10px}.card-wrapper-info-btn{width:150px}.card-wrapper-info-text{font-size:.9rem;font-weight:400;text-align:center;color:var(--color-text-main)}@media screen and (max-width:768px){.card-wrapper-info-text{text-align:left}}.umowy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px}@media(max-width:768px){.umowy{padding:5px}}.umowy-header{text-align:center;height:200px;width:100%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.4)),to(rgba(0,0,0,.4))),url(/wzory-banner.webp);background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url(/wzory-banner.webp);background-size:cover;background-repeat:no-repeat;border-radius:10px}.umowy-header,.umowy-header-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.umowy-header-title{color:var(--color-title-header);font-size:2.5rem;font-weight:700;text-shadow:2px 2px 2px var(--color-shadow);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(max-width:768px){.umowy-header-title{font-size:2rem}}.umowy-header-title:after{content:"";display:block;width:200px;height:4px;border-radius:10px;background-color:var(--color-title-header)}@media(max-width:768px){.umowy-header-title:after{width:150px}}.umowy-wrapper{max-width:1000px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px}.umowy-wrapper,.umowy-wrapper-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.umowy-wrapper-title{margin-top:10px;color:var(--color-text-title);font-size:2rem;font-weight:700;text-shadow:2px 2px 2px var(--color-shadow);gap:10px}@media(max-width:768px){.umowy-wrapper-title{font-size:1.2rem}}.umowy-wrapper-title:after{content:"";display:block;width:80%;height:4px;border-radius:10px;background-color:#c5d5e3}.document{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.document,.document-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.document-item{gap:20px;border:1px solid var(--color-border);border-radius:10px;padding:20px;margin-top:20px;width:100%}.document-item-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.document-item-icon{width:30px;height:30px;-ms-flex-negative:0;flex-shrink:0}.document-item-title{font-size:1.2rem;font-weight:700;color:var(--color-text-title)}.document-item-description{font-size:1rem;color:var(--color-text-main);padding:5px}.document-btn{max-width:150px}@media(max-width:768px){.document-item-title{font-size:1rem}.document-item-description{font-size:.8rem}.lucide{width:30px;height:30px}}.blog-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:25px;padding:30px 0}@media(max-width:768px){.blog-list{padding:20px 0;gap:20px}}.blog-list-header{text-align:center}.blog-list-header-title{margin-top:10px;color:var(--color-text-title);font-size:2.5rem;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}@media(max-width:1220px){.blog-list-header-title{font-size:2.25rem}}@media(max-width:768px){.blog-list-header-title{font-size:1.75rem;gap:10px}}@media(max-width:480px){.blog-list-header-title{font-size:1.5rem}}.blog-list-header-title:after{content:"";display:block;width:70%;max-width:300px;height:4px;border-radius:10px;background-color:#c5d5e3}@media(max-width:768px){.blog-list-header-title:after{width:60%;height:3px}}.blog-search-input{border:1.5px solid var(--color-border);border-radius:10px;background-color:var(--color-input-bg);padding:12px 18px;width:100%;max-width:600px;font-size:1rem;font-weight:400;color:var(--color-text-main);margin:0 auto 30px;-webkit-transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease}.blog-search-input:focus{outline:none;border-color:var(--color-accent);-webkit-box-shadow:0 0 0 3px rgba(32,145,249,.1);box-shadow:0 0 0 3px rgba(32,145,249,.1)}@media(max-width:768px){.blog-search-input{padding:10px 16px;font-size:.95rem;margin-bottom:25px}}@media(max-width:480px){.blog-search-input{padding:10px 14px;font-size:.9rem}}.blog-item-container{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:0;width:100%;max-width:1400px;margin:0 auto}@media(max-width:1220px){.blog-item-container{gap:25px}}@media(max-width:1024px){.blog-item-container{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:768px){.blog-item-container{grid-template-columns:1fr;gap:20px;max-width:500px}}.blog-item-link{text-decoration:none;color:inherit;display:block;height:100%}.blog-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;border-radius:12px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.12);box-shadow:0 4px 12px rgba(0,0,0,.12);border:1px solid rgba(0,0,0,.05);background:#fff;-webkit-transition:all .3s ease;transition:all .3s ease;overflow:hidden}.blog-item:hover{-webkit-box-shadow:0 8px 20px rgba(0,0,0,.16);box-shadow:0 8px 20px rgba(0,0,0,.16);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.blog-item-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.blog-item-image-container{position:relative;width:100%;height:220px;overflow:hidden;background-color:#f5f5f5}@media(max-width:768px){.blog-item-image-container{height:200px}}.blog-item-image{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.blog-item-image:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.blog-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:20px;gap:12px}@media(max-width:768px){.blog-item-content{padding:18px}}.blog-item-title{font-size:1.25rem;font-weight:700;line-height:1.4;color:var(--color-text-title);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:768px){.blog-item-title{font-size:1.15rem}}@media(max-width:480px){.blog-item-title{font-size:1.05rem}}.blog-item-description{font-size:.95rem;font-weight:400;line-height:1.6;color:var(--color-text-main);-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:768px){.blog-item-description{font-size:.9rem;-webkit-line-clamp:2}}.blog-item-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:auto;padding-top:12px;border-top:1px solid rgba(0,0,0,.06)}.blog-item-date{font-size:.8rem;font-weight:600;color:var(--color-text-highlight)}@media(max-width:480px){.blog-item-date{font-size:.75rem}}.blog-item-button{padding:8px 16px;font-size:.875rem;font-weight:600}@media(max-width:480px){.blog-item-button{padding:6px 12px;font-size:.8rem}}.blog-no-results{grid-column:1/-1;text-align:center;padding:60px 20px;color:var(--color-text-main);font-size:1.1rem}@media(max-width:768px){.blog-no-results{padding:40px 20px}}.skeleton-grid{gap:30px;width:100%}@media(max-width:1024px){.skeleton-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:768px){.skeleton-grid{grid-template-columns:1fr}}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;margin-top:40px;padding:20px 0}@media(max-width:768px){.pagination{margin-top:30px;gap:15px}}.pagination-btn{min-width:44px;height:44px;border:1.5px solid var(--color-border);padding:0;border-radius:50%;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff}.pagination-btn:hover:not(:disabled){background-color:var(--color-accent);border-color:var(--color-accent);color:#fff;-webkit-transform:scale(1.05);transform:scale(1.05)}.pagination-btn:hover:not(:disabled) svg{color:#fff}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}@media(max-width:480px){.pagination-btn{min-width:40px;height:40px}}.pagination-btn svg{color:var(--color-accent);-webkit-transition:color .2s ease;transition:color .2s ease}.pagination-info{font-size:.95rem;font-weight:600;color:var(--color-text-main);min-width:120px;text-align:center}@media(max-width:480px){.pagination-info{font-size:.875rem;min-width:100px}}.blog{padding:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:768px){.blog{padding:10px}}.blog-wrapper{max-width:100%}.blog-preview,.blog-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px}.blog-preview{-ms-flex-line-pack:center;align-content:center;position:relative;margin-top:20px;padding:20px;width:100%}.blog-preview:after{content:"";display:block;width:90%;height:4px;border-radius:10px;background-color:#c5d5e3}.blog-preview-title{color:var(--color-text-title);font-size:2rem;font-weight:700;text-shadow:2px 2px 2px var(--color-shadow);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}@media screen and (max-width:1220px){.blog-preview-title{font-size:2rem}}@media screen and (max-width:768px){.blog-preview-title{font-size:1rem}}.blog-preview-date{color:var(--color-text-highlight);font-size:1rem;font-weight:700}@media screen and (max-width:768px){.blog-preview-date{font-size:.6rem}}.blog-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;width:100%}@media screen and (max-width:768px){.blog-info{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.blog-info-container{width:100%;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:25px}@media(max-width:768px){.blog-info-container{padding:0}}@media screen and (max-width:1024px){.blog-info-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.blog-info-text{font-size:1.2rem;color:var(--color-text-main);line-height:1.6;margin:0 auto;text-align:justify;padding:25px;max-width:60%;-webkit-box-shadow:0 4px 10px var(--color-shadow);box-shadow:0 4px 10px var(--color-shadow);border-radius:12px;background:#f9f9f9;width:100%}@media screen and (max-width:1220px){.blog-info-text{max-width:100%;font-size:1.2rem}}@media screen and (max-width:1024px){.blog-info-text{font-size:1.1rem}}@media screen and (max-width:768px){.blog-info-text{font-size:.9rem;max-width:100%;padding:10px}}.blog-info-image{width:100%;height:auto;max-height:500px;border-radius:12px;-webkit-box-shadow:0 4px 10px var(--color-shadow);box-shadow:0 4px 10px var(--color-shadow);-o-object-fit:cover;object-fit:cover}@media(max-width:768px){.blog-info-image{max-height:300px}}@media(max-width:1024px){.blog-info-image{width:100%;max-height:400px}}.blog-addition{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;gap:1rem;padding:1rem;background:#f9f9f9;border-radius:20px;-webkit-box-shadow:0 4px 10px var(--color-shadow);box-shadow:0 4px 10px var(--color-shadow);width:100%}@media screen and (max-width:768px){.blog-addition{padding:10px}}.blog-addition-title{color:var(--color-text-title);font-size:2rem;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;position:relative}@media screen and (max-width:1220px){.blog-addition-title{font-size:1.5rem}}@media screen and (max-width:768px){.blog-addition-title{font-size:1rem}}.blog-addition-text{width:100%;font-size:1.2rem;color:var(--color-text-main);line-height:1.6;padding:15px 50px;position:relative;border-radius:20px;background:#fff;-webkit-box-shadow:inset 0 2px 10px var(--color-shadow),inset -6px -6px 10px #fff;box-shadow:inset 0 2px 10px var(--color-shadow),inset -6px -6px 10px #fff}@media screen and (max-width:768px){.blog-addition-text{font-size:.8rem}}.blog-link{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;font-size:1.5rem}.blog-link-text{margin:2rem}.blog-link-span{font-family:Ceveat;margin-left:5px;color:var(--color-text-highlight)}@media screen and (max-width:768px){.blog-link{font-size:1rem}}.about{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;padding:20px;min-height:700px}.about,.about-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;align-items:center}.about-title{-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center;-ms-flex-align:center;gap:20px;width:50%;height:100%;-webkit-box-shadow:4px 4px 4px 4px rgba(0,0,0,.25);box-shadow:4px 4px 4px 4px rgba(0,0,0,.25);border-radius:10px;padding:40px}.about-title-text{text-align:center;padding:20px}.about-title-text-span{font-size:1rem;font-weight:400;line-height:40px;color:var(--color-text-main)}.present{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;padding:20px}.present-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:20px;width:100%;height:650px}.present-item{position:relative;overflow:hidden;background:#f0f0f0;border-radius:10px;-webkit-box-shadow:2px 2px 2px 2px rgba(0,0,0,.25);box-shadow:2px 2px 2px 2px rgba(0,0,0,.25);cursor:pointer;min-height:300px}.present-item:hover{-webkit-box-shadow:4px 4px 4px 4px rgba(0,0,0,.25);box-shadow:4px 4px 4px 4px rgba(0,0,0,.25);-webkit-transition:-webkit-box-shadow .3s ease-in-out;transition:-webkit-box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.present-item:first-child{grid-column:1;grid-row:1}.present-item:nth-child(2){grid-column:1;grid-row:2}.present-item:nth-child(3){grid-column:2;grid-row:1/3}.present-item:nth-child(3) img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.present-item.full-height{grid-row:1/3}.present .overlay{top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);color:#fff;-ms-flex-pack:center;padding:20px}.present .overlay,.present .overlay-content{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;justify-content:center}.present .overlay-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.present .present-item-text{font-size:34px;font-weight:700}.present .present-item-description{font-size:14px}.present .btn{margin-top:10px}.present .link{text-decoration:none}@media screen and (max-width:1280px){.about{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:400px;padding:0 40px;margin-top:10px}.about-title{height:auto;width:100%}.about-title-text{font-size:1rem}.present{padding:20px 0}}@media screen and (max-width:1024px){.about{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:400px}.about-title{height:auto;width:100%}.about-title-text{font-size:20px}.present{min-height:400px}.present-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.present-item{width:100%;min-height:300px}}@media(max-width:768px){.about{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px;min-height:auto}.about-title{width:100%;text-align:center;padding:20px}.about-title-text{font-size:20px}.present{padding:15px 0}.present-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:15px;height:auto}.present-item{width:100%;min-height:250px;grid-column:1!important}.present-item,.present-item:nth-child(3){grid-row:auto!important}.overlay-content{top:50%}.about-title-text-span{font-size:.95rem;line-height:28px}.present-item-text{font-size:26px}}@media(max-width:480px){.about-title{padding:15px}.about-title-text{font-size:18px}.present-item{min-height:220px}.present-item-text{font-size:22px}.present-item-description{font-size:12px}.about-title-text-span{font-size:.875rem;line-height:24px}}.services{padding:20px}.services,.services-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.services-content{gap:20px;margin-bottom:20px}.services-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:3rem;font-weight:700;text-align:center;color:var(--color-text-title)}.services-title:after{content:"";display:block;width:90%;height:4px;border-radius:10px;background-color:#c5d5e3}.services-description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.3rem;font-weight:400;text-align:center}@media(max-width:768px){.services{padding:10px}.services-title{font-size:1.5rem}.services-description{font-size:1rem;line-height:1.6;text-align:left}}.communication{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:40px;padding:60px 40px;max-width:1400px;margin:0 auto}@media(max-width:1220px){.communication{padding:50px 30px;gap:35px}}@media(max-width:1024px){.communication{padding:40px 25px;gap:30px}}@media(max-width:768px){.communication{padding:30px 20px;gap:25px}}@media(max-width:480px){.communication{padding:25px 15px;gap:20px}}.communication-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;max-width:100%;width:100%}@media(max-width:768px){.communication-content{gap:15px}}.communication-content-title{font-size:2.75rem;font-weight:700;text-align:center;color:var(--color-text-title);line-height:1.2;width:100%}@media(max-width:1220px){.communication-content-title{font-size:2.25rem}}@media(max-width:768px){.communication-content-title{font-size:1.75rem}}@media(max-width:480px){.communication-content-title{font-size:1.5rem}}.communication-content-text{font-size:1.125rem;font-weight:400;line-height:1.8;color:#374754;text-align:center;max-width:900px;width:100%}@media(max-width:1220px){.communication-content-text{font-size:1.05rem;line-height:1.7}}@media(max-width:768px){.communication-content-text{font-size:.95rem;line-height:1.6}}@media(max-width:480px){.communication-content-text{font-size:.875rem;line-height:1.5}}.communication-form{display:grid;grid-template-columns:1.5fr 1fr;gap:30px;width:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media(max-width:1220px){.communication-form{gap:25px}}@media(max-width:1024px){.communication-form{grid-template-columns:1fr;gap:25px;max-width:700px}}@media(max-width:768px){.communication-form{gap:20px}}.carousel{width:100%;height:600px;margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;border-radius:20px}@media screen and (max-width:768px){.carousel{height:400px;border-radius:12px}}@media screen and (max-width:1024px){.carousel{height:500px;border-radius:16px}}.carousel-image-container{z-index:1}.carousel-image-container,.carousel-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.carousel-image-wrapper{opacity:0;-webkit-transition:opacity 1s ease-in-out;transition:opacity 1s ease-in-out}.carousel-image-wrapper.active{opacity:1}.carousel-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.carousel-content{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.3)),to(rgba(0,0,0,.5)));background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.5))}.carousel-content,.carousel-content-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.carousel-content-text{text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:40px;max-width:900px}@media screen and (max-width:768px){.carousel-content-text{gap:12px;padding:30px 70px}}.carousel-content-text-wrapper{opacity:0;-webkit-transition:opacity .6s ease-in-out;transition:opacity .6s ease-in-out}.carousel-content-text-wrapper.active{opacity:1}.carousel-content-text-title{font-size:3rem;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.6);font-weight:700;line-height:1.2}@media screen and (max-width:1024px){.carousel-content-text-title{font-size:2.5rem}}@media screen and (max-width:768px){.carousel-content-text-title{font-size:1.8rem}}.carousel-content-text-description{font-size:1.2rem;color:#f5f5f5;text-shadow:2px 2px 6px rgba(0,0,0,.5);line-height:1.6;max-width:700px}@media screen and (max-width:1024px){.carousel-content-text-description{font-size:1.1rem}}@media screen and (max-width:768px){.carousel-content-text-description{font-size:1rem}}.carousel-next,.carousel-prev{width:50px;height:50px;border-radius:50%;background-color:hsla(0,0%,100%,.9);position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;z-index:10;padding:0;border:none;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.2);box-shadow:0 2px 8px rgba(0,0,0,.2)}.carousel-next:hover,.carousel-prev:hover{background-color:#fff;-webkit-transform:translateY(-50%) scale(1.1);transform:translateY(-50%) scale(1.1);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.3);box-shadow:0 4px 12px rgba(0,0,0,.3)}@media screen and (max-width:768px){.carousel-next,.carousel-prev{width:36px;height:36px;background-color:hsla(0,0%,100%,.85)}}@media screen and (max-width:480px){.carousel-next,.carousel-prev{width:32px;height:32px}}.carousel-prev{left:30px}@media screen and (max-width:768px){.carousel-prev{left:10px}}@media screen and (max-width:480px){.carousel-prev{left:8px}}.carousel-next{right:30px}@media screen and (max-width:768px){.carousel-next{right:10px}}@media screen and (max-width:480px){.carousel-next{right:8px}}.carousel-indicators{position:absolute;bottom:30px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;z-index:10}@media screen and (max-width:768px){.carousel-indicators{bottom:20px;gap:10px}}.carousel-indicators-dot{width:12px;height:12px;border-radius:50%;background-color:hsla(0,0%,100%,.5);cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;border:none;padding:0}.carousel-indicators-dot.active{background-color:#fff;width:32px;border-radius:6px}.carousel-indicators-dot:hover{background-color:hsla(0,0%,100%,.8)}.navigation{gap:10px}.navigation,.navigation-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navigation-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:20px;font-size:.95rem;list-style:none;margin:0;padding:0}.navigation-list-item{text-decoration:none;color:#222;-webkit-transition:color .3s ease;transition:color .3s ease}.navigation-list-item-link{position:relative;display:inline-block;color:inherit;font-weight:500;padding:4px 0;-webkit-transition:color .2s ease;transition:color .2s ease}.navigation-list-item-link:hover{color:var(--color-text-link-hover)}.navigation-list-item-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-text-link-hover);-webkit-transition:width .3s ease;transition:width .3s ease}.navigation-list-item-link:hover:after{width:100%}@media screen and (max-width:1220px){.navigation-list{gap:15px;font-size:.9rem}}@media screen and (max-width:968px){.navigation-list{gap:12px;font-size:.85rem}}@media screen and (max-width:768px){.navigation{position:relative;gap:2rem;padding:20px 0}.navigation,.navigation-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.navigation-list{gap:15px;font-size:1.1rem}.navigation-list-item{border-bottom:1px solid var(--color-border);width:90%;text-align:center;padding:10px 0}.navigation-list-item:last-child{border-bottom:none}.navigation-list-link{font-size:1.1rem;font-weight:600}}.contact-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:12px;padding:30px 25px;gap:20px;background-color:#fff;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease,-webkit-box-shadow .3s ease}.contact-container:hover{-webkit-box-shadow:0 6px 16px rgba(0,0,0,.2);box-shadow:0 6px 16px rgba(0,0,0,.2)}@media(max-width:1220px){.contact-container{padding:28px 22px;gap:18px}}@media(max-width:1024px){.contact-container{padding:25px 20px;gap:18px;height:auto}}@media(max-width:768px){.contact-container{padding:25px 20px;gap:18px;border-radius:10px}}@media(max-width:480px){.contact-container{padding:20px 15px;gap:16px;border-radius:8px}}.contact-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}@media(max-width:480px){.contact-header{gap:8px}}.contact-header-description{font-size:1.15rem;font-weight:600;font-family:Caveat,cursive;color:var(--color-text-main);text-align:center;text-shadow:1px 1px 2px rgba(0,0,0,.1)}@media(max-width:768px){.contact-header-description{font-size:1rem}}@media(max-width:480px){.contact-header-description{font-size:.95rem}}.contact-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px;width:100%}@media(max-width:768px){.contact-form{gap:14px}}@media(max-width:480px){.contact-form{gap:12px}}.contact-input{border:1.5px solid var(--color-border);border-radius:8px;background-color:var(--color-input-bg);padding:12px 16px;width:100%;color:var(--color-input-text);font-size:.95rem;font-weight:400;-webkit-transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease}.contact-input:focus{outline:none;border-color:var(--color-accent);-webkit-box-shadow:0 0 0 3px rgba(32,145,249,.1);box-shadow:0 0 0 3px rgba(32,145,249,.1)}@media(max-width:768px){.contact-input{padding:10px 14px;font-size:.9rem;border-radius:6px}}@media(max-width:480px){.contact-input{padding:9px 12px;font-size:.875rem}}.contact-textarea{border:1.5px solid var(--color-border);background-color:var(--color-input-bg);border-radius:8px;padding:12px 16px;width:100%;height:120px;resize:none;color:var(--color-input-text);font-size:.95rem;line-height:1.6;font-family:inherit;-webkit-transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease}.contact-textarea:focus{outline:none;border-color:var(--color-accent);-webkit-box-shadow:0 0 0 3px rgba(32,145,249,.1);box-shadow:0 0 0 3px rgba(32,145,249,.1)}@media(max-width:768px){.contact-textarea{height:100px;padding:10px 14px;font-size:.9rem;border-radius:6px}}@media(max-width:480px){.contact-textarea{height:90px;padding:9px 12px;font-size:.875rem}}.submit-btn{font-size:1rem;font-weight:600;padding:14px 32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--color-accent);color:#fff;border-radius:8px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;border:none;width:100%;text-transform:uppercase;letter-spacing:.5px}.submit-btn:hover{background-color:#1a7fd8;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(32,145,249,.3);box-shadow:0 4px 12px rgba(32,145,249,.3)}.submit-btn:active{-webkit-transform:translateY(0);transform:translateY(0)}@media(max-width:768px){.submit-btn{padding:12px 28px;font-size:.95rem;border-radius:6px}}@media(max-width:480px){.submit-btn{padding:11px 24px;font-size:.9rem;letter-spacing:.3px}}.checkbox-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px;width:100%;font-size:.875rem;line-height:1.5;color:var(--color-text-main)}@media(max-width:768px){.checkbox-container{font-size:.8rem;line-height:1.4}}@media(max-width:480px){.checkbox-container{font-size:.75rem;gap:8px}}.checkbox-container label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px;cursor:pointer}@media(max-width:480px){.checkbox-container label{gap:8px}}.checkbox-container label input[type=checkbox]{margin-top:4px;cursor:pointer;accent-color:var(--color-accent);min-width:16px;min-height:16px}@media(max-width:480px){.checkbox-container label input[type=checkbox]{margin-top:3px;min-width:14px;min-height:14px}}.checkbox-container label a{color:var(--color-accent);text-decoration:underline}.checkbox-container label a:hover{text-decoration:none}.error-message,.success-message{padding:10px 15px;border-radius:6px;font-size:.875rem;width:100%;text-align:center}@media(max-width:480px){.error-message,.success-message{padding:9px 12px;font-size:.8rem;border-radius:5px}}.error-message{background-color:#f8d7da;color:#842029;border:1px solid #f5c2c7}.success-message{background-color:#d1e7dd;color:#0f5132;border:1px solid #badbcc}.logo-img{height:90px;width:auto;-o-object-fit:contain;object-fit:contain}@media(max-width:1220px){.logo-img{height:80px}}@media(max-width:768px){.logo-img{height:70px}}@media(max-width:480px){.logo-img{height:60px}}.adress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:30px 25px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:12px;background-color:#fff;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease,-webkit-box-shadow .3s ease;height:100%}.adress:hover{-webkit-box-shadow:0 6px 16px rgba(0,0,0,.2);box-shadow:0 6px 16px rgba(0,0,0,.2)}@media(max-width:1220px){.adress{padding:28px 22px;gap:18px}}@media(max-width:1024px){.adress{padding:25px 20px;gap:18px;height:auto}}@media(max-width:768px){.adress{padding:25px 20px;gap:18px;border-radius:10px}}@media(max-width:480px){.adress{padding:20px 15px;gap:16px;border-radius:8px}}.adress-office{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}@media(max-width:480px){.adress-office{gap:8px}}.adress-office-wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}@media(max-width:480px){.adress-office-wrapp{gap:6px}}.adress-office-text{font-size:.95rem;font-weight:400;line-height:1.5;-webkit-transition:color .2s ease;transition:color .2s ease;text-align:center}@media(max-width:768px){.adress-office-text{font-size:.85rem;line-height:1.4}}@media(max-width:480px){.adress-office-text{font-size:.8rem;line-height:1.3}}.adress-office-link{-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;display:block}.adress-office-link:hover{-webkit-transform:translateX(2px);transform:translateX(2px)}.adress-office-link:hover .adress-office-text{color:var(--color-accent)}.adress-office-title{font-size:1.5rem;font-weight:700;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:var(--color-text-title);line-height:1.3;margin-bottom:8px}@media(max-width:768px){.adress-office-title{font-size:1.3rem;margin-bottom:6px}}@media(max-width:480px){.adress-office-title{font-size:1.1rem;margin-bottom:5px}}.adress-office-title-wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:8px}@media(max-width:768px){.adress-office-title-wrapp{gap:10px;margin-top:6px}}@media(max-width:480px){.adress-office-title-wrapp{gap:8px;margin-top:5px}}.adress-office-title-span{font-size:.75rem;font-weight:500;color:var(--color-text-span);background:rgba(0,0,0,.03);padding:4px 8px;border-radius:4px}@media(max-width:480px){.adress-office-title-span{font-size:.7rem;padding:3px 6px}}.adress-contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;color:var(--color-text-main)}@media(max-width:1024px){.adress-contact{gap:15px}}@media(max-width:768px){.adress-contact{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}}@media(max-width:480px){.adress-contact{gap:10px}}.adress-contact-email,.adress-contact-phone,.adress-contact-time{-webkit-box-flex:1;-ms-flex:1;flex:1}.adress-contact-time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:12px;border-radius:8px;background-color:rgba(32,145,249,.02);-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.adress-contact-time:hover{background-color:rgba(32,145,249,.05)}@media(max-width:768px){.adress-contact-time{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:10px 12px}}@media(max-width:480px){.adress-contact-time{padding:8px 10px;gap:6px}}.adress-contact-email-link,.adress-contact-phone-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:12px;border-radius:8px;background-color:rgba(32,145,249,.02);-webkit-transition:all .2s ease;transition:all .2s ease}.adress-contact-email-link:hover,.adress-contact-phone-link:hover{background-color:rgba(32,145,249,.08);-webkit-transform:translateY(-2px);transform:translateY(-2px)}@media(max-width:768px){.adress-contact-email-link,.adress-contact-phone-link{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:10px 12px}}@media(max-width:480px){.adress-contact-email-link,.adress-contact-phone-link{padding:8px 10px;gap:6px}}.adress-contact-text{font-size:.9rem;color:#222;text-align:center;font-weight:500}@media(max-width:768px){.adress-contact-text{font-size:.85rem;text-align:left}}@media(max-width:480px){.adress-contact-text{font-size:.8rem}}.adress-map{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:8px;overflow:hidden;-webkit-box-shadow:0 2px 6px rgba(0,0,0,.08);box-shadow:0 2px 6px rgba(0,0,0,.08)}.adress-map iframe{border-radius:8px;border:none;width:100%;height:200px}@media(max-width:768px){.adress-map{border-radius:6px}.adress-map iframe{height:180px}}@media(max-width:480px){.adress-map{border-radius:5px}.adress-map iframe{height:160px}}.adress-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;padding:10px 0}@media(max-width:480px){.adress-social{gap:15px;padding:8px 0}}.adress-social-link{-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:44px;height:44px;border-radius:50%;background-color:rgba(32,145,249,.05)}.adress-social-link:hover{-webkit-transform:scale(1.15);transform:scale(1.15);background-color:rgba(32,145,249,.1)}@media(max-width:480px){.adress-social-link{width:40px;height:40px}}@media(max-width:768px){.lucide-clock,.lucide-mail,.lucide-phone-call{width:20px;height:20px;-ms-flex-negative:0;flex-shrink:0}}@media(max-width:480px){.lucide-clock,.lucide-mail,.lucide-phone-call{width:18px;height:18px}}.loading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100vh;background:hsla(0,0%,100%,.8)}.loading-spinner{border:6px solid hsla(0,0%,100%,.3);border-top-color:#3498db;border-radius:50%;width:50px;height:50px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.skeleton-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:40%;justify-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto}.skeleton{background-color:#e0e0e0;border-radius:10px;-webkit-animation:loading 1.5s ease-in-out infinite;animation:loading 1.5s ease-in-out infinite;width:100%;max-width:250px;height:300px}@-webkit-keyframes loading{0%,to{opacity:.5}50%{opacity:1}}@keyframes loading{0%,to{opacity:.5}50%{opacity:1}}@media(max-width:1220px){.skeleton-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media(max-width:768px){.skeleton-grid{grid-template-columns:1fr;gap:20px;padding:20px;max-width:350px;width:100%}.skeleton{width:90%;margin-bottom:20px}}.skeleton-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;width:100%;justify-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto}.skeleton-flex-item{background-color:#e0e0e0;border-radius:10px;-webkit-animation:loading 1.5s ease-in-out infinite;animation:loading 1.5s ease-in-out infinite;width:100%;height:100px}.cookie-consent{position:fixed;bottom:20px;left:20px;right:20px;max-width:800px;margin:auto;background-color:#fff;border:1px solid var(--color-border);border-radius:10px;-webkit-box-shadow:0 0 20px rgba(0,0,0,.1);box-shadow:0 0 20px rgba(0,0,0,.1);padding:20px 30px;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;font-size:15px;color:var(--color-text-main)}.cookie-consent p{margin:0;line-height:1.6}.cookie-consent p a{color:var(--color-accent);text-decoration:underline}.cookie-consent-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.btn-primary{background-color:var(--color-accent);color:#fff;border:none}.btn-primary:hover{background-color:var(--color-accent),10%}.btn-outline{background-color:rgba(0,0,0,0);border:1px solid var(--color-accent);color:var(--color-accent)}.btn-outline:hover{background-color:rgba(0,0,0,.03)}@media(max-width:768px){.cookie-consent{padding:15px 20px;font-size:14px}.cookie-consent .cookie-consent-buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.cookie-consent .btn{width:100%}}.btn{padding:10px 18px;background-color:var(--color-button-bg);color:var(--color-button-text);border-radius:15px;border:1px solid var(--color-border-btn);-webkit-transition:background-color .3s;transition:background-color .3s;font-size:1rem;font-weight:600;text-align:center}.btn:hover{background-color:var(--color-button-hover-bg);color:var(--color-text-button-hover);-webkit-transition:background-color 0,1s;transition:background-color 0,1s}.container{max-width:1440px;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:1220px){.container{max-width:1220px;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.btn{font-size:18px;padding:6px 12px}}@media screen and (max-width:768px){.container{max-width:768px;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.btn{font-size:14px;padding:6px 12px}}.link{text-decoration:none}.link:hover{color:var(--color-text-link-hover);-webkit-transform:scale(1.01);transform:scale(1.01)}