.Header-module__arFiJq__header{z-index:1000;background-color:#0000;padding:1rem 0;transition:background-color .3s,box-shadow .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;top:0;left:0;right:0}.Header-module__arFiJq__header.Header-module__arFiJq__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border);background-color:#0f1419cc;box-shadow:0 4px 20px #00000080}.Header-module__arFiJq__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.Header-module__arFiJq__logo{color:#fff;text-transform:uppercase;letter-spacing:2px;cursor:pointer;text-shadow:0 2px 8px #0006;background:0 0;border:none;border-radius:8px;padding:.5rem 1rem;font-size:20px;font-weight:700;transition:all .3s}.Header-module__arFiJq__header.Header-module__arFiJq__scrolled .Header-module__arFiJq__logo{color:var(--color-accent);text-shadow:none}.Header-module__arFiJq__logo:hover{opacity:.9;transform:translateY(-1px)}.Header-module__arFiJq__nav{align-items:center;gap:2rem;display:flex}.Header-module__arFiJq__nav button{color:#fff;background:0 0;border:none;font-size:16px;font-weight:500;transition:color .3s}.Header-module__arFiJq__nav button:hover{color:var(--color-accent)}.Header-module__arFiJq__ctaButton{background:var(--color-accent);color:#fff;text-transform:uppercase;letter-spacing:1px;border:none;border-radius:2px;padding:.75rem 1.5rem;font-size:14px;font-weight:700;transition:all .3s}.Header-module__arFiJq__ctaButton:hover{background:#6b5d54;transform:translateY(-2px)}.Header-module__arFiJq__mobileMenuButton{background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.Header-module__arFiJq__mobileMenuButton span{background-color:var(--color-accent);border-radius:2px;width:25px;height:3px;transition:all .3s}@media (max-width:1024px){.Header-module__arFiJq__nav{gap:1.5rem}.Header-module__arFiJq__nav button{font-size:15px}.Header-module__arFiJq__container{padding:0 1.5rem}}@media (max-width:768px){.Header-module__arFiJq__mobileMenuButton{display:flex}.Header-module__arFiJq__ctaButton{display:none}.Header-module__arFiJq__nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border);background-color:#1a1f2ef2;flex-direction:column;padding:2rem;transition:transform .3s;position:fixed;top:70px;left:0;right:0;transform:translate(-100%);box-shadow:0 4px 12px #00000080}.Header-module__arFiJq__nav.Header-module__arFiJq__mobileMenuOpen{transform:translate(0)}.Header-module__arFiJq__nav button{text-align:left;border-bottom:1px solid var(--color-border);width:100%;padding:.75rem 0}.Header-module__arFiJq__container{padding:0 1rem}.Header-module__arFiJq__logo{font-size:20px}}
.Hero-module__PgAKtG__hero{background:url(../media/hero.564e7fc0.jpg) 50%/cover;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__overlay{z-index:1;background:#0000004d;position:absolute;inset:0}.Hero-module__PgAKtG__container{z-index:2;text-align:center;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.Hero-module__PgAKtG__content{text-align:center;flex-direction:column;align-items:center;gap:3rem;max-width:800px;margin:0 auto;display:flex}.Hero-module__PgAKtG__title{color:#fff;text-shadow:0 4px 20px #0000004d;letter-spacing:-1px;font-size:56px;font-weight:700;line-height:1.1}.Hero-module__PgAKtG__primaryButton{cursor:pointer;background:var(--color-accent);color:#fff;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 8px 24px #8b6f4766}.Hero-module__PgAKtG__primaryButton:hover{background:#6b5d54;transform:translateY(-4px);box-shadow:0 12px 32px #8b6f4780}@media (max-width:1024px){.Hero-module__PgAKtG__title{font-size:48px}}@media (max-width:768px){.Hero-module__PgAKtG__hero{background-position:50% 30%;background-size:cover;min-height:70vh}.Hero-module__PgAKtG__overlay{background:#0006}.Hero-module__PgAKtG__container{padding:0 1.5rem}.Hero-module__PgAKtG__content{gap:2rem}.Hero-module__PgAKtG__title{letter-spacing:0;font-size:36px}.Hero-module__PgAKtG__primaryButton{width:100%;padding:.875rem 2rem;font-size:15px}}
.Advantages-module__4725eG__advantages{background-color:var(--color-background);padding:6rem 0}.Advantages-module__4725eG__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Advantages-module__4725eG__title{text-align:center;color:var(--color-primary);margin-bottom:1rem}.Advantages-module__4725eG__subtitle{text-align:center;color:var(--color-text-light);max-width:600px;margin:0 auto 4rem}.Advantages-module__4725eG__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Advantages-module__4725eG__card{background:linear-gradient(135deg,var(--color-surface)0%,#faf6f080 100%);text-align:center;border:2px solid #0000;border-radius:24px;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000f}.Advantages-module__4725eG__card:before{content:"";background:linear-gradient(90deg,#0000,#8b6f471a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Advantages-module__4725eG__card:hover:before{left:100%}.Advantages-module__4725eG__card:hover{border-color:var(--color-accent);transform:translateY(-12px)scale(1.02);box-shadow:0 20px 60px #8b6f4733}.Advantages-module__4725eG__iconWrapper{background:linear-gradient(135deg,#8b6f471a 0%,#8b6f470d 100%);border-radius:20px;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 1.5rem;transition:all .3s;display:flex}.Advantages-module__4725eG__card:hover .Advantages-module__4725eG__iconWrapper{background:linear-gradient(135deg,#8b6f4726 0%,#8b6f4714 100%);transform:scale(1.1)translateY(-4px)}.Advantages-module__4725eG__cardTitle{color:var(--color-primary);margin-bottom:1rem;font-size:24px;font-weight:700}.Advantages-module__4725eG__cardDescription{color:var(--color-text-light);font-size:16px;line-height:1.6}@media (max-width:1024px){.Advantages-module__4725eG__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.Advantages-module__4725eG__advantages{padding:4rem 0}}@media (max-width:768px){.Advantages-module__4725eG__grid{grid-template-columns:1fr;gap:1.5rem}.Advantages-module__4725eG__advantages{padding:3rem 0}.Advantages-module__4725eG__container{padding:0 1.5rem}.Advantages-module__4725eG__subtitle{margin-bottom:2.5rem}.Advantages-module__4725eG__card{padding:2rem 1.5rem}.Advantages-module__4725eG__iconWrapper{width:70px;height:70px}.Advantages-module__4725eG__icon{font-size:35px}}
.Models-module__oldiDq__models{background-color:var(--color-primary);padding:6rem 0}.Models-module__oldiDq__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Models-module__oldiDq__title{text-align:center;color:#fff;margin-bottom:1rem}.Models-module__oldiDq__subtitle{text-align:center;color:#d4c9bc;max-width:600px;margin:0 auto 4rem}.Models-module__oldiDq__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.Models-module__oldiDq__card{background-color:var(--color-surface);cursor:pointer;border:2px solid #0000;border-radius:16px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.Models-module__oldiDq__card:hover{border-color:var(--color-accent);transform:translateY(-12px)scale(1.02);box-shadow:0 20px 60px #8b6f4740}.Models-module__oldiDq__card.Models-module__oldiDq__popular{border:2px solid var(--color-accent)}.Models-module__oldiDq__badge{background:linear-gradient(135deg,var(--color-accent)0%,#d4845c 100%);color:#fff;text-transform:uppercase;letter-spacing:1px;z-index:10;border-radius:50px;padding:.5rem 1.25rem;font-size:11px;font-weight:700;position:absolute;top:20px;right:20px;box-shadow:0 4px 12px #8b6f474d}.Models-module__oldiDq__imageWrapper{width:100%;height:200px;position:relative;overflow:hidden}.Models-module__oldiDq__imagePlaceholder{background:var(--color-primary);width:100%;height:100%;color:var(--color-accent);border-bottom:2px solid var(--color-accent);justify-content:center;align-items:center;font-size:24px;font-weight:600;display:flex}.Models-module__oldiDq__cardContent{padding:1.5rem}.Models-module__oldiDq__modelName{color:var(--color-primary);text-align:center;margin-bottom:1rem;font-size:24px;font-weight:700}.Models-module__oldiDq__price{text-align:center;margin-bottom:1.5rem}.Models-module__oldiDq__priceAmount{color:var(--color-accent);font-size:32px;font-weight:700}.Models-module__oldiDq__features{margin-bottom:1.5rem;list-style:none}.Models-module__oldiDq__features li{border-bottom:1px solid var(--color-border);color:var(--color-text);padding:.5rem 0 .5rem 1.75rem;font-size:15px;position:relative}.Models-module__oldiDq__features li:before{content:"✓";color:var(--color-accent);font-size:16px;font-weight:700;position:absolute;left:0}.Models-module__oldiDq__features li:last-child{border-bottom:none}.Models-module__oldiDq__detailsButton{width:100%;color:var(--color-accent);border:2px solid var(--color-accent);background:0 0;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:15px;font-weight:600;transition:all .3s;display:flex}.Models-module__oldiDq__card:hover .Models-module__oldiDq__detailsButton{background:var(--color-accent);color:#fff;transform:translate(4px)}@media (max-width:1024px){.Models-module__oldiDq__models{padding:4rem 0}.Models-module__oldiDq__subtitle{margin-bottom:3rem}.Models-module__oldiDq__imageWrapper{height:250px}}@media (max-width:768px){.Models-module__oldiDq__grid{grid-template-columns:1fr;gap:2rem}.Models-module__oldiDq__models{padding:3rem 0}.Models-module__oldiDq__container{padding:0 1.5rem}.Models-module__oldiDq__subtitle{margin-bottom:2.5rem}.Models-module__oldiDq__imageWrapper{height:220px}.Models-module__oldiDq__cardContent{padding:1.5rem}.Models-module__oldiDq__modelName{font-size:24px}.Models-module__oldiDq__priceAmount{font-size:32px}.Models-module__oldiDq__orderButton{padding:.875rem 2rem;font-size:16px}}
.Process-module__oS3jRq__process{background-color:var(--color-background);padding:6rem 0}.Process-module__oS3jRq__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Process-module__oS3jRq__title{text-align:center;color:var(--color-primary);margin-bottom:1rem}.Process-module__oS3jRq__subtitle{text-align:center;color:var(--color-text-light);max-width:600px;margin:0 auto 4rem}.Process-module__oS3jRq__timeline{justify-content:space-between;align-items:flex-start;margin-top:3rem;display:flex;position:relative}.Process-module__oS3jRq__step{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.Process-module__oS3jRq__stepNumber{color:var(--color-accent);opacity:.2;margin-bottom:1rem;font-size:72px;font-weight:700}.Process-module__oS3jRq__stepContent{text-align:center;max-width:300px}.Process-module__oS3jRq__iconWrapper{justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 1rem;display:flex}.Process-module__oS3jRq__stepTitle{color:var(--color-primary);margin-bottom:1rem;font-size:24px;font-weight:700}.Process-module__oS3jRq__stepDescription{color:var(--color-text-light);font-size:16px;line-height:1.6}.Process-module__oS3jRq__connector{background:linear-gradient(90deg,var(--color-accent)0%,#c17c4a 100%);opacity:.3;width:calc(100% - 100px);height:3px;position:absolute;top:80px;left:calc(50% + 50px)}@media (max-width:1024px){.Process-module__oS3jRq__process{padding:4rem 0}.Process-module__oS3jRq__subtitle{margin-bottom:3rem}.Process-module__oS3jRq__stepNumber{font-size:60px}.Process-module__oS3jRq__iconWrapper{width:90px;height:90px}.Process-module__oS3jRq__stepTitle{font-size:22px}.Process-module__oS3jRq__stepDescription{font-size:15px}}@media (max-width:768px){.Process-module__oS3jRq__timeline{flex-direction:column;gap:3rem}.Process-module__oS3jRq__process{padding:3rem 0}.Process-module__oS3jRq__container{padding:0 1.5rem}.Process-module__oS3jRq__subtitle{margin-bottom:2.5rem}.Process-module__oS3jRq__step{width:100%}.Process-module__oS3jRq__connector{display:none}.Process-module__oS3jRq__stepNumber{font-size:48px}.Process-module__oS3jRq__iconWrapper{width:80px;height:80px}.Process-module__oS3jRq__stepTitle{font-size:20px}.Process-module__oS3jRq__stepDescription{font-size:16px}.Process-module__oS3jRq__stepContent{max-width:100%}}
.Testimonials-module__3Z1FKa__testimonials{background-color:var(--color-primary);padding:6rem 0}.Testimonials-module__3Z1FKa__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Testimonials-module__3Z1FKa__title{text-align:center;color:#fff;margin-bottom:1rem}.Testimonials-module__3Z1FKa__subtitle{text-align:center;color:#d4c9bc;max-width:600px;margin:0 auto 4rem}.Testimonials-module__3Z1FKa__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Testimonials-module__3Z1FKa__card{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:0;padding:2rem;transition:all .3s}.Testimonials-module__3Z1FKa__card:hover{border-color:var(--color-accent);transform:translateY(-5px);box-shadow:0 10px 40px #8b6f4726}.Testimonials-module__3Z1FKa__header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.Testimonials-module__3Z1FKa__avatar{border:2px solid var(--color-accent);width:60px;height:60px;color:var(--color-accent);background:#8b6f471a;border-radius:0;justify-content:center;align-items:center;font-size:24px;font-weight:700;display:flex}.Testimonials-module__3Z1FKa__info{flex:1}.Testimonials-module__3Z1FKa__name{color:var(--color-primary);margin-bottom:.25rem;font-size:18px;font-weight:700}.Testimonials-module__3Z1FKa__city{color:var(--color-text-light);font-size:14px}.Testimonials-module__3Z1FKa__rating{margin-bottom:1rem}.Testimonials-module__3Z1FKa__star{color:#fbbf24;margin-right:2px;font-size:20px}.Testimonials-module__3Z1FKa__text{color:var(--color-text);font-size:16px;line-height:1.6}@media (max-width:1024px){.Testimonials-module__3Z1FKa__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.Testimonials-module__3Z1FKa__testimonials{padding:4rem 0}.Testimonials-module__3Z1FKa__subtitle{margin-bottom:3rem}}@media (max-width:768px){.Testimonials-module__3Z1FKa__grid{grid-template-columns:1fr;gap:1.5rem}.Testimonials-module__3Z1FKa__testimonials{padding:3rem 0}.Testimonials-module__3Z1FKa__container{padding:0 1.5rem}.Testimonials-module__3Z1FKa__subtitle{margin-bottom:2.5rem}.Testimonials-module__3Z1FKa__card{padding:1.5rem}.Testimonials-module__3Z1FKa__avatar{width:50px;height:50px;font-size:20px}.Testimonials-module__3Z1FKa__name{font-size:16px}.Testimonials-module__3Z1FKa__city{font-size:13px}.Testimonials-module__3Z1FKa__text{font-size:15px}}
.FAQ-module__8ZM7Ka__faq{background-color:var(--color-background);padding:6rem 0}.FAQ-module__8ZM7Ka__container{max-width:900px;margin:0 auto;padding:0 2rem}.FAQ-module__8ZM7Ka__title{text-align:center;color:var(--color-primary);margin-bottom:1rem}.FAQ-module__8ZM7Ka__subtitle{text-align:center;color:var(--color-text-light);max-width:600px;margin:0 auto 3rem}.FAQ-module__8ZM7Ka__faqList{flex-direction:column;gap:1rem;display:flex}.FAQ-module__8ZM7Ka__faqItem{background-color:var(--color-white);border:1px solid #0000;border-radius:15px;transition:all .3s;overflow:hidden}.FAQ-module__8ZM7Ka__faqItem:hover,.FAQ-module__8ZM7Ka__faqItem.FAQ-module__8ZM7Ka__open{border-color:var(--color-accent)}.FAQ-module__8ZM7Ka__question{text-align:left;width:100%;color:var(--color-primary);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:18px;font-weight:600;transition:color .3s;display:flex}.FAQ-module__8ZM7Ka__question:hover{color:var(--color-accent)}.FAQ-module__8ZM7Ka__icon{color:var(--color-accent);text-align:center;min-width:30px;font-size:28px;font-weight:300;transition:transform .3s}.FAQ-module__8ZM7Ka__faqItem.FAQ-module__8ZM7Ka__open .FAQ-module__8ZM7Ka__icon{transform:rotate(180deg)}.FAQ-module__8ZM7Ka__answerWrapper{max-height:0;transition:max-height .3s;overflow:hidden}.FAQ-module__8ZM7Ka__faqItem.FAQ-module__8ZM7Ka__open .FAQ-module__8ZM7Ka__answerWrapper{max-height:500px}.FAQ-module__8ZM7Ka__answer{color:var(--color-text-light);padding:0 2rem 1.5rem;font-size:16px;line-height:1.6}@media (max-width:1024px){.FAQ-module__8ZM7Ka__faq{padding:4rem 0}.FAQ-module__8ZM7Ka__subtitle{margin-bottom:2.5rem}}@media (max-width:768px){.FAQ-module__8ZM7Ka__faq{padding:3rem 0}.FAQ-module__8ZM7Ka__container{padding:0 1.5rem}.FAQ-module__8ZM7Ka__subtitle{margin-bottom:2rem}.FAQ-module__8ZM7Ka__question{padding:1.25rem 1.5rem;font-size:16px}.FAQ-module__8ZM7Ka__icon{font-size:24px}.FAQ-module__8ZM7Ka__answer{padding:0 1.5rem 1.25rem;font-size:15px}}
.ContactForm-module__f_V9Ma__contact{background:linear-gradient(135deg,var(--color-primary)0%,#8b6f47e6 100%);padding:6rem 0;position:relative;overflow:hidden}.ContactForm-module__f_V9Ma__contact:before{content:"";opacity:.3;background:url("data:image/svg+xml,<svg width=\"100\" height=\"100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"10\" cy=\"10\" r=\"2\" fill=\"rgba(255,255,255,0.05)\"/></svg>");position:absolute;inset:0}.ContactForm-module__f_V9Ma__container{z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.ContactForm-module__f_V9Ma__contentWrapper{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:3rem;display:grid}.ContactForm-module__f_V9Ma__textSection{color:#fff}.ContactForm-module__f_V9Ma__title{color:#fff;margin-bottom:1.5rem;font-size:48px;line-height:1.2}.ContactForm-module__f_V9Ma__subtitle{color:#ffffffe6;margin-bottom:3rem;font-size:20px;line-height:1.6}.ContactForm-module__f_V9Ma__features{flex-direction:column;gap:1.5rem;display:flex}.ContactForm-module__f_V9Ma__feature{align-items:center;gap:1rem;display:flex}.ContactForm-module__f_V9Ma__featureIcon{background:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:32px;display:flex}.ContactForm-module__f_V9Ma__feature h4{color:#fff;margin:0 0 .25rem;font-size:18px}.ContactForm-module__f_V9Ma__feature p{color:#fffc;margin:0;font-size:14px}.ContactForm-module__f_V9Ma__contactButtons{flex-direction:column;gap:1.5rem;display:flex}.ContactForm-module__f_V9Ma__whatsappButton,.ContactForm-module__f_V9Ma__telegramButton,.ContactForm-module__f_V9Ma__phoneButton{cursor:pointer;border:none;border-radius:20px;align-items:center;gap:1.5rem;padding:1.75rem 2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 8px 32px #0003}.ContactForm-module__f_V9Ma__whatsappButton{background:linear-gradient(135deg,#25d366 0%,#128c7e 100%)}.ContactForm-module__f_V9Ma__whatsappButton:hover{transform:translateY(-8px)scale(1.03);box-shadow:0 16px 48px #25d36666}.ContactForm-module__f_V9Ma__telegramButton{background:linear-gradient(135deg,#08c 0%,#005f8a 100%)}.ContactForm-module__f_V9Ma__telegramButton:hover{transform:translateY(-8px)scale(1.03);box-shadow:0 16px 48px #08c6}.ContactForm-module__f_V9Ma__phoneButton{background:linear-gradient(135deg,#8b6f47 0%,#6b5d54 100%)}.ContactForm-module__f_V9Ma__phoneButton:hover{transform:translateY(-8px)scale(1.03);box-shadow:0 16px 48px #8b6f4766}.ContactForm-module__f_V9Ma__buttonIcon{background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;font-size:42px;display:flex}.ContactForm-module__f_V9Ma__buttonContent{text-align:left;flex-direction:column;flex:1;align-items:flex-start;display:flex}.ContactForm-module__f_V9Ma__buttonLabel{color:#ffffffe6;margin-bottom:.25rem;font-size:14px}.ContactForm-module__f_V9Ma__buttonName{color:#fff;font-size:22px;font-weight:700}.ContactForm-module__f_V9Ma__workingHours{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;padding:2rem}.ContactForm-module__f_V9Ma__workingHours p{color:#fff;margin:.5rem 0;font-size:16px;font-weight:500}@media (max-width:1024px){.ContactForm-module__f_V9Ma__contact{padding:4rem 0}.ContactForm-module__f_V9Ma__contentWrapper{grid-template-columns:1fr;gap:3rem}.ContactForm-module__f_V9Ma__title{font-size:36px}.ContactForm-module__f_V9Ma__subtitle{margin-bottom:2rem;font-size:18px}}@media (max-width:768px){.ContactForm-module__f_V9Ma__contact{padding:3rem 0}.ContactForm-module__f_V9Ma__container{padding:0 1.5rem}.ContactForm-module__f_V9Ma__title{font-size:32px}.ContactForm-module__f_V9Ma__subtitle{font-size:16px}.ContactForm-module__f_V9Ma__features{gap:1rem}.ContactForm-module__f_V9Ma__feature{gap:.75rem}.ContactForm-module__f_V9Ma__featureIcon{width:50px;height:50px;font-size:24px}.ContactForm-module__f_V9Ma__feature h4{font-size:16px}.ContactForm-module__f_V9Ma__feature p{font-size:13px}.ContactForm-module__f_V9Ma__contactButtons{gap:1rem}.ContactForm-module__f_V9Ma__whatsappButton,.ContactForm-module__f_V9Ma__telegramButton,.ContactForm-module__f_V9Ma__phoneButton{gap:1rem;padding:1.5rem 1.75rem}.ContactForm-module__f_V9Ma__buttonIcon{width:60px;height:60px;font-size:32px}.ContactForm-module__f_V9Ma__buttonLabel{font-size:12px}.ContactForm-module__f_V9Ma__buttonName{font-size:18px}.ContactForm-module__f_V9Ma__workingHours{padding:1.5rem}.ContactForm-module__f_V9Ma__workingHours p{font-size:14px}}
.product-module__bawZJa__productPage{background-color:var(--color-background);min-height:100vh;padding:6rem 0 4rem}.product-module__bawZJa__container{max-width:1200px;margin:0 auto;padding:0 2rem}.product-module__bawZJa__backButton{border:2px solid var(--color-border);color:var(--color-text);cursor:pointer;background:0 0;border-radius:50px;margin-bottom:2rem;padding:.75rem 1.5rem;font-size:16px;font-weight:500;transition:all .3s}.product-module__bawZJa__backButton:hover{border-color:var(--color-accent);color:var(--color-accent);transform:translate(-4px)}.product-module__bawZJa__productGrid{grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.product-module__bawZJa__gallerySection{flex-direction:column;gap:1rem;display:flex}.product-module__bawZJa__mainImage{background:var(--color-surface);cursor:zoom-in;border-radius:20px;width:100%;height:500px;transition:all .3s;overflow:hidden;box-shadow:0 8px 32px #0000001a}.product-module__bawZJa__mainImage:hover{transform:scale(1.02);box-shadow:0 12px 48px #8b6f4733}.product-module__bawZJa__imagePlaceholder{background:linear-gradient(135deg,var(--color-primary)0%,#8b6f47cc 100%);color:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;font-size:24px;font-weight:600;display:flex}.product-module__bawZJa__zoomHint{opacity:.8;margin-top:1rem;font-size:14px}.product-module__bawZJa__thumbnails{gap:1rem;display:flex}.product-module__bawZJa__thumbnail{background:var(--color-surface);cursor:pointer;width:80px;height:80px;color:var(--color-text);border:3px solid #0000;border-radius:12px;justify-content:center;align-items:center;font-weight:600;transition:all .3s;display:flex}.product-module__bawZJa__thumbnail:hover{border-color:var(--color-accent)}.product-module__bawZJa__thumbnail.product-module__bawZJa__active{border-color:var(--color-accent);box-shadow:0 4px 12px #8b6f474d}.product-module__bawZJa__infoSection{flex-direction:column;gap:1.5rem;display:flex}.product-module__bawZJa__productName{color:var(--color-primary);margin:0;font-size:48px;font-weight:700}.product-module__bawZJa__price{border-bottom:2px solid var(--color-border);align-items:baseline;gap:1rem;padding-bottom:1.5rem;display:flex}.product-module__bawZJa__priceAmount{color:var(--color-accent);font-size:42px;font-weight:700}.product-module__bawZJa__priceNote{color:var(--color-text-light);font-size:16px}.product-module__bawZJa__description{color:var(--color-text);font-size:18px;line-height:1.7}.product-module__bawZJa__orderButtons{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.product-module__bawZJa__whatsappButton,.product-module__bawZJa__telegramButton{cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;padding:1.25rem 2rem;font-size:18px;font-weight:600;transition:all .3s;display:flex}.product-module__bawZJa__whatsappButton{color:#fff;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);box-shadow:0 8px 24px #25d3664d}.product-module__bawZJa__whatsappButton:hover{transform:translateY(-4px);box-shadow:0 12px 32px #25d36666}.product-module__bawZJa__telegramButton{color:#fff;background:linear-gradient(135deg,#08c 0%,#005f8a 100%);box-shadow:0 8px 24px #0088cc4d}.product-module__bawZJa__telegramButton:hover{transform:translateY(-4px);box-shadow:0 12px 32px #08c6}.product-module__bawZJa__icon{font-size:24px}.product-module__bawZJa__delivery{border-left:4px solid var(--color-accent);background:#8b6f471a;border-radius:16px;padding:1.5rem}.product-module__bawZJa__delivery p{color:var(--color-text);margin:.5rem 0;font-size:16px;font-weight:500}.product-module__bawZJa__features{margin-bottom:4rem}.product-module__bawZJa__features h2{color:var(--color-primary);margin-bottom:2rem;font-size:32px}.product-module__bawZJa__featuresGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.product-module__bawZJa__featureItem{background:var(--color-surface);border-radius:12px;align-items:center;gap:1rem;padding:1.25rem;transition:all .3s;display:flex}.product-module__bawZJa__featureItem:hover{transform:translate(8px);box-shadow:0 4px 12px #8b6f471a}.product-module__bawZJa__checkmark{color:var(--color-accent);font-size:20px;font-weight:700}.product-module__bawZJa__details{margin-bottom:4rem}.product-module__bawZJa__details h2{color:var(--color-primary);margin-bottom:2rem;font-size:32px}.product-module__bawZJa__detailsList{background:var(--color-surface);border-radius:16px;padding:2rem}.product-module__bawZJa__detailItem{border-bottom:1px solid var(--color-border);color:var(--color-text);align-items:center;gap:1rem;padding:.75rem 0;font-size:16px;display:flex}.product-module__bawZJa__detailItem:last-child{border-bottom:none}.product-module__bawZJa__bullet{color:var(--color-accent);font-size:24px}.product-module__bawZJa__galleryModal{z-index:9999;cursor:zoom-out;background:#000000f2;justify-content:center;align-items:center;animation:.3s product-module__bawZJa__fadeIn;display:flex;position:fixed;inset:0}@keyframes product-module__bawZJa__fadeIn{0%{opacity:0}to{opacity:1}}.product-module__bawZJa__closeModal{color:#fff;cursor:pointer;background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;width:50px;height:50px;font-size:24px;transition:all .3s;position:absolute;top:2rem;right:2rem}.product-module__bawZJa__closeModal:hover{background:#fff3;transform:rotate(90deg)}.product-module__bawZJa__modalContent{cursor:default;max-width:90%;max-height:90%}.product-module__bawZJa__modalImage{background:linear-gradient(135deg,var(--color-primary)0%,#8b6f47cc 100%);color:#fff;border-radius:20px;justify-content:center;align-items:center;width:800px;height:600px;margin-bottom:2rem;font-size:24px;display:flex}.product-module__bawZJa__modalNav{color:#fff;justify-content:center;align-items:center;gap:2rem;display:flex}.product-module__bawZJa__modalNav button{color:#fff;cursor:pointer;background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;width:50px;height:50px;font-size:24px;transition:all .3s}.product-module__bawZJa__modalNav button:hover{background:#fff3}.product-module__bawZJa__notFound{flex-direction:column;justify-content:center;align-items:center;gap:2rem;min-height:100vh;display:flex}.product-module__bawZJa__notFound button{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:1rem 2rem;font-size:18px;transition:all .3s}.product-module__bawZJa__notFound button:hover{transform:translateY(-4px);box-shadow:0 8px 24px #8b6f474d}@media (max-width:1024px){.product-module__bawZJa__productGrid{grid-template-columns:1fr;gap:3rem}.product-module__bawZJa__mainImage{height:400px}.product-module__bawZJa__featuresGrid{grid-template-columns:1fr}.product-module__bawZJa__modalImage{width:90vw;height:60vh}}@media (max-width:768px){.product-module__bawZJa__productPage{padding:4rem 0 2rem}.product-module__bawZJa__container{padding:0 1.5rem}.product-module__bawZJa__mainImage{height:300px}.product-module__bawZJa__productName,.product-module__bawZJa__priceAmount{font-size:32px}.product-module__bawZJa__features h2,.product-module__bawZJa__details h2{font-size:24px}.product-module__bawZJa__thumbnails{gap:.5rem}.product-module__bawZJa__thumbnail{width:60px;height:60px}.product-module__bawZJa__modalImage{width:90vw;height:50vh}}
.Footer-module__rnk_JG__footer{background-color:var(--color-primary);color:#fff;padding:4rem 0 2rem}.Footer-module__rnk_JG__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Footer-module__rnk_JG__grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem;display:grid}.Footer-module__rnk_JG__column{flex-direction:column;display:flex}.Footer-module__rnk_JG__logo{color:#fff;margin-bottom:1rem;font-size:24px;font-weight:700}.Footer-module__rnk_JG__description{color:#fffc;font-size:14px;line-height:1.6}.Footer-module__rnk_JG__columnTitle{color:#fff;margin-bottom:1rem;font-size:18px;font-weight:700}.Footer-module__rnk_JG__list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.Footer-module__rnk_JG__list li{color:#fffc;font-size:14px;line-height:1.6}.Footer-module__rnk_JG__list a{color:#fffc;transition:color .3s}.Footer-module__rnk_JG__list a:hover{color:var(--color-accent)}.Footer-module__rnk_JG__social{gap:1rem;display:flex}.Footer-module__rnk_JG__socialLink{color:#fff;background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.Footer-module__rnk_JG__socialLink:hover{background-color:var(--color-accent);transform:translateY(-3px)}.Footer-module__rnk_JG__bottom{text-align:center;border-top:1px solid #fff3;padding-top:2rem}.Footer-module__rnk_JG__bottom p{color:#fff9;margin-bottom:.5rem;font-size:14px}.Footer-module__rnk_JG__legal{font-size:12px!important}@media (max-width:1024px){.Footer-module__rnk_JG__grid{grid-template-columns:repeat(2,1fr);gap:2rem}.Footer-module__rnk_JG__footer{padding:3rem 0 2rem}}@media (max-width:768px){.Footer-module__rnk_JG__grid{grid-template-columns:1fr;gap:2rem}.Footer-module__rnk_JG__footer{padding:2.5rem 0 1.5rem}.Footer-module__rnk_JG__container{padding:0 1.5rem}.Footer-module__rnk_JG__grid{margin-bottom:2rem}.Footer-module__rnk_JG__bottom{padding-top:1.5rem}}
