@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;500&display=swap";:root{--font-family-base: "Montserrat", sans-serif;--second-family: "Noto Sans Deseret", sans-serif;--color-text: #000000;--color-background: #ffffff;--color-primary: #4CAF50;--container-width: 1440px;--container-padding: 100px}*{box-sizing:border-box}body{margin:0;background-color:var(--color-background);color:var(--color-text);font-family:var(--font-family-base)}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 var(--container-padding)}@media(max-width:768px){.container{padding-left:20px;padding-right:20px}}@media(max-width:480px){.container{padding-left:15px;padding-right:15px}}@media(max-width:270px){.container{padding-left:5px;padding-right:5px}}.header[data-v-7f293e4b]{background-color:#fff;padding:15px 0;position:absolute;top:0;left:0;width:100%;z-index:10}.container[data-v-7f293e4b]{max-width:1200px;margin:0 auto;padding:0 15px;display:flex;justify-content:space-between;align-items:center}.header__logo[data-v-7f293e4b]{display:flex;align-items:center;gap:10px;font-size:20px;color:#000}.header__logo-icon[data-v-7f293e4b]{height:30px;width:auto}.header__phone[data-v-7f293e4b]{display:flex;align-items:center;gap:5px;color:#000}.header__phone-icon[data-v-7f293e4b]{height:20px;width:auto}.header__phone[data-v-7f293e4b]{font-size:20px;color:#000;text-decoration:none}@media(max-width:768px){.container[data-v-7f293e4b]{flex-direction:column;gap:15px}.header__phone[data-v-7f293e4b]{font-size:16px}}@media(max-width:360px){.header__logo[data-v-7f293e4b]{font-size:18px}.header__phone[data-v-7f293e4b]{font-size:15px}}.hero[data-v-73d58a75]{background-image:linear-gradient(#0009,#0009),url(/background.webp);background-size:cover;background-position:center;height:100vh;min-height:600px;color:#fff;display:flex;align-items:center}.hero__container[data-v-73d58a75]{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.hero__content[data-v-73d58a75]{text-align:center;display:flex;flex-direction:column;align-items:center;width:100%}.hero__title[data-v-73d58a75]{font-size:48px;font-weight:500;margin:0 0 15px}.hero__subtitle[data-v-73d58a75]{font-size:24px;max-width:600px;font-weight:400;margin:0 auto 25px;line-height:1.4}.hero__cta-button[data-v-73d58a75]{display:inline-block;text-decoration:none;font-family:var(--second-family);font-weight:400;font-size:20px;text-align:center;color:#fff;background-color:var(--color-primary);border-radius:10px;padding:15px 30px;cursor:pointer;transition:background-color .3s ease}.hero__cta-button[data-v-73d58a75]:hover{background-color:#3e8e41}.hero__phone-note[data-v-73d58a75]{margin-top:15px;font-family:var(--font-family);font-style:italic;font-weight:500;font-size:24px}.hero__features[data-v-73d58a75]{display:flex;gap:20px;list-style:none;padding:0;margin-top:40px;width:100%;max-width:500px}.hero__feature-item[data-v-73d58a75]{flex:1;border:2px solid rgba(255,255,255,.5);border-radius:5px;padding:15px;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);background:#ffffff26;text-align:center}@media(max-width:768px){.hero__title[data-v-73d58a75]{font-size:36px}.hero__subtitle[data-v-73d58a75]{font-size:18px}}@media(max-width:550px){.hero__title[data-v-73d58a75]{font-size:32px}.hero__features[data-v-73d58a75]{flex-direction:column;width:90%;max-width:350px;gap:15px}}@media(max-width:360px){.hero__title[data-v-73d58a75]{font-size:28px}.hero__subtitle[data-v-73d58a75]{font-size:16px}.hero__cta-button[data-v-73d58a75]{padding:12px 25px;font-size:18px}}@media(max-width:270px){.hero__title[data-v-73d58a75]{font-size:20px}}.services[data-v-6f4db553]{padding:60px 0;background-color:#fff}.services__title[data-v-6f4db553]{text-align:center;font-size:36px;font-weight:700;margin-top:0;margin-bottom:40px;color:var(--color-text)}.services__grid[data-v-6f4db553]{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.service-card[data-v-6f4db553]{background-color:#f9f9f9;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}.service-card[data-v-6f4db553]:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001f}.service-card__image[data-v-6f4db553]{width:100%;height:200px;object-fit:cover;display:block}.service-card__content[data-v-6f4db553]{padding:20px;text-align:center}.service-card__title[data-v-6f4db553]{font-size:20px;font-weight:700;margin:0 0 10px}.service-card__price[data-v-6f4db553]{font-size:18px;color:#555;margin:0}@media(max-width:768px){.services[data-v-6f4db553]{padding:40px 0}.services__title[data-v-6f4db553]{font-size:28px}.services__grid[data-v-6f4db553]{grid-template-columns:1fr}}@media(max-width:360px){.services__title[data-v-6f4db553]{font-size:24px;margin-bottom:30px}.service-card__content[data-v-6f4db553]{padding:15px}.service-card__title[data-v-6f4db553]{font-size:18px}.service-card__price[data-v-6f4db553]{font-size:16px}}.why-us[data-v-80ec989e]{padding:60px 0;background-color:#f9f9f9}.why-us__title[data-v-80ec989e]{text-align:center;font-size:36px;font-weight:700;margin-top:0;margin-bottom:40px;color:var(--color-text)}.why-us__list[data-v-80ec989e]{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:950px;margin:0 auto}.why-us__item[data-v-80ec989e]{display:flex;align-items:center;gap:10px;background-color:#fff;padding:12px 20px;border-radius:8px;border:1px solid #e0e0e0;box-shadow:0 2px 4px #0000000d;font-size:16px}.why-us__icon[data-v-80ec989e]{font-size:20px}@media(max-width:768px){.why-us[data-v-80ec989e]{padding:40px 0}.why-us__title[data-v-80ec989e]{font-size:28px}.why-us__list[data-v-80ec989e]{grid-template-columns:1fr;gap:12px}.why-us__item[data-v-80ec989e]{font-size:15px;padding:10px 15px}}@media(max-width:360px){.why-us__title[data-v-80ec989e]{font-size:24px}.why-us__item[data-v-80ec989e]{padding:10px 15px;font-size:14px}.why-us__icon[data-v-80ec989e]{font-size:18px}}.footer[data-v-e26837c4]{background-color:#333;color:#f0f0f0;padding:30px 0;margin-top:auto}.footer-content[data-v-e26837c4]{display:flex;justify-content:space-between;align-items:center}.footer-copy[data-v-e26837c4]{margin:0;font-size:14px}.footer-phone[data-v-e26837c4]{margin:0;font-size:16px;font-weight:700;color:#fff;text-decoration:none}.footer-phone[data-v-e26837c4]:hover{text-decoration:underline}@media(max-width:768px){.footer-content[data-v-e26837c4]{flex-direction:column;gap:15px}.footer-copy[data-v-e26837c4],.footer-phone[data-v-e26837c4]{text-align:center}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f4f4f4}
