.Header-module__arFiJq__header{z-index:50;transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.Header-module__arFiJq__scrolled{-webkit-backdrop-filter:blur(12px);background:#0f1117e6;box-shadow:0 4px 24px #0006}.Header-module__arFiJq__inner{justify-content:space-between;align-items:center;max-width:72rem;margin:0 auto;padding:1rem;display:flex}.Header-module__arFiJq__logo{color:#fff;letter-spacing:-.02em;font-size:1.25rem;font-weight:700;text-decoration:none}.Header-module__arFiJq__logoAccent{color:var(--orange)}.Header-module__arFiJq__nav{align-items:center;gap:1rem;display:flex}.Header-module__arFiJq__phone{color:var(--text);align-items:center;gap:.5rem;font-weight:500;text-decoration:none;transition:color .2s;display:none}.Header-module__arFiJq__phone:hover{color:var(--orange)}.Header-module__arFiJq__phoneMobile{color:var(--orange);font-size:1.2rem;font-weight:700;text-decoration:none}.Header-module__arFiJq__orderBtn{background:var(--orange);color:#fff;border-radius:.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s}.Header-module__arFiJq__orderBtn:hover{background:#ea6c0a}@media (min-width:768px){.Header-module__arFiJq__phone{display:flex}.Header-module__arFiJq__phoneMobile{display:none}}
.Hero-module__PgAKtG__section{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__bgLayer{z-index:0;position:absolute;inset:0}.Hero-module__PgAKtG__bgImage{background-image:url(/tech2.png);background-position:50%;background-size:cover;position:absolute;inset:0}.Hero-module__PgAKtG__bgOverlay{background:#0f1117cc;position:absolute;inset:0}.Hero-module__PgAKtG__gridLines{z-index:0;opacity:.1;width:100%;height:100%;position:absolute;inset:0}.Hero-module__PgAKtG__content{z-index:10;max-width:72rem;margin:0 auto;padding:6rem 1rem 4rem;position:relative}.Hero-module__PgAKtG__badge{background:var(--bg-card);border:1px solid var(--border);color:var(--text);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;display:inline-flex}.Hero-module__PgAKtG__badgeAccent{color:var(--orange)}.Hero-module__PgAKtG__heading{color:#fff;margin-bottom:1.5rem;font-size:clamp(2.5rem,7vw,4.5rem);font-weight:800;line-height:1.1}.Hero-module__PgAKtG__headingAccent{color:var(--orange)}.Hero-module__PgAKtG__subtext{color:var(--text);max-width:40rem;margin-bottom:2.5rem;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.7}.Hero-module__PgAKtG__buttons{flex-direction:column;gap:1rem;display:flex}.Hero-module__PgAKtG__btnPrimary{background:var(--orange);color:#fff;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex}.Hero-module__PgAKtG__btnPrimary:hover{background:#ea6c0a}.Hero-module__PgAKtG__btnSecondary{border:2px solid var(--border);color:#fff;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:border-color .2s;display:inline-flex}.Hero-module__PgAKtG__btnSecondary:hover{border-color:var(--orange)}@media (min-width:640px){.Hero-module__PgAKtG__buttons{flex-direction:row}}
.Services-module__hmdBJW__section{background:var(--bg);padding:3rem 1rem}.Services-module__hmdBJW__inner{max-width:72rem;margin:0 auto}.Services-module__hmdBJW__sectionHeader{text-align:center;margin-bottom:4rem}.Services-module__hmdBJW__title{color:#fff;font-size:clamp(2rem,5vw,3rem);font-weight:800}.Services-module__hmdBJW__titleUnderline{display:inline-block;position:relative}.Services-module__hmdBJW__titleUnderline:after{content:"";background:var(--orange);border-radius:2px;height:4px;position:absolute;bottom:-4px;left:0;right:0}.Services-module__hmdBJW__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.Services-module__hmdBJW__grid{grid-template-columns:1fr 1fr}}.Services-module__hmdBJW__card{background:var(--bg-card);border:1px solid var(--border);cursor:default;border-radius:1rem;flex-direction:column;gap:1rem;padding:1.5rem;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex}.Services-module__hmdBJW__card:hover{border-color:var(--orange);transform:translateY(-4px);box-shadow:0 0 24px #f9731626}.Services-module__hmdBJW__cardHeader{align-items:center;gap:.75rem;display:flex}.Services-module__hmdBJW__icon{font-size:2.25rem}.Services-module__hmdBJW__cardTitle{color:#fff;font-size:1.25rem;font-weight:700}.Services-module__hmdBJW__params{flex-direction:column;gap:.25rem;list-style:none;display:flex}.Services-module__hmdBJW__paramItem{color:var(--text-muted);align-items:flex-start;gap:.5rem;font-size:.875rem;display:flex}.Services-module__hmdBJW__paramDash{color:var(--orange);flex-shrink:0;margin-top:.125rem}.Services-module__hmdBJW__cardFooter{border-top:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:1rem;margin-top:auto;padding-top:1rem;display:flex}.Services-module__hmdBJW__price{color:var(--orange);font-size:1.5rem;font-weight:800}.Services-module__hmdBJW__priceNote{color:var(--text-muted);margin-top:.125rem;font-size:.75rem}.Services-module__hmdBJW__cardBtn{background:var(--orange);color:#fff;white-space:nowrap;border-radius:.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s}.Services-module__hmdBJW__cardBtn:hover{background:#ea6c0a}
.ContactForm-module__f_V9Ma__section{background:var(--bg);padding:3rem 1rem;scroll-margin-top:70px}.ContactForm-module__f_V9Ma__inner{max-width:38rem;margin:0 auto}.ContactForm-module__f_V9Ma__card{background:var(--bg-card);border:1px solid var(--border);border-radius:1rem;padding:2rem}.ContactForm-module__f_V9Ma__title{color:#fff;text-align:center;margin-bottom:.5rem;font-size:1.875rem;font-weight:800}.ContactForm-module__f_V9Ma__subtitle{color:var(--text-muted);text-align:center;margin-bottom:2rem}.ContactForm-module__f_V9Ma__form{flex-direction:column;gap:1rem;display:flex}.ContactForm-module__f_V9Ma__field{flex-direction:column;gap:.25rem;display:flex}.ContactForm-module__f_V9Ma__input,.ContactForm-module__f_V9Ma__select,.ContactForm-module__f_V9Ma__textarea{background:var(--bg);border:1px solid var(--border);width:100%;color:var(--text);border-radius:.5rem;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.ContactForm-module__f_V9Ma__input::placeholder,.ContactForm-module__f_V9Ma__textarea::placeholder{color:var(--text-muted)}.ContactForm-module__f_V9Ma__input:focus,.ContactForm-module__f_V9Ma__select:focus,.ContactForm-module__f_V9Ma__textarea:focus{border-color:var(--orange)}.ContactForm-module__f_V9Ma__selectWrap{position:relative}.ContactForm-module__f_V9Ma__select{appearance:none;cursor:pointer;padding-right:2.5rem}.ContactForm-module__f_V9Ma__selectArrow{pointer-events:none;color:var(--text-muted);align-items:center;display:flex;position:absolute;top:0;bottom:0;right:2rem}.ContactForm-module__f_V9Ma__textarea{resize:none}.ContactForm-module__f_V9Ma__error{color:#f87171;font-size:.875rem}.ContactForm-module__f_V9Ma__submitBtn{background:var(--orange);color:#fff;cursor:pointer;border:none;border-radius:.75rem;width:100%;padding:1rem;font-family:inherit;font-size:1.125rem;font-weight:700;transition:background .2s}.ContactForm-module__f_V9Ma__submitBtn:hover:not(:disabled){background:#ea6c0a}.ContactForm-module__f_V9Ma__submitBtn:disabled{opacity:.6;cursor:not-allowed}.ContactForm-module__f_V9Ma__success{text-align:center;padding:2rem 0}.ContactForm-module__f_V9Ma__successIcon{margin-bottom:1rem;font-size:3rem}.ContactForm-module__f_V9Ma__successTitle{color:var(--orange);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.ContactForm-module__f_V9Ma__successText{color:var(--text-muted)}.ContactForm-module__f_V9Ma__resetBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin-top:1.5rem;font-family:inherit;font-size:.875rem;text-decoration:underline;transition:color .2s}.ContactForm-module__f_V9Ma__resetBtn:hover{color:var(--text)}.ContactForm-module__f_V9Ma__consent{cursor:pointer;align-items:flex-end;gap:.625rem;display:flex}@media (min-width:768px){.ContactForm-module__f_V9Ma__consent{align-items:flex-start}}.ContactForm-module__f_V9Ma__consent input[type=checkbox]{width:1.125rem;height:1.125rem;accent-color:var(--orange);cursor:pointer;flex-shrink:0;margin-top:.15rem}.ContactForm-module__f_V9Ma__consentText{color:var(--text-muted);font-size:.8rem;line-height:1.5}.ContactForm-module__f_V9Ma__consentText a{color:var(--orange);text-decoration:underline}
.Contacts-module__QCsH3a__section{background:var(--bg);padding:3rem 1rem}.Contacts-module__QCsH3a__inner{max-width:72rem;margin:0 auto}.Contacts-module__QCsH3a__header{text-align:center;margin-bottom:3rem}.Contacts-module__QCsH3a__title{color:#fff;margin-bottom:.5rem;font-size:clamp(2rem,5vw,2.5rem);font-weight:800}.Contacts-module__QCsH3a__subtitle{color:var(--text-muted)}.Contacts-module__QCsH3a__grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem;display:grid}@media (min-width:768px){.Contacts-module__QCsH3a__grid{grid-template-columns:repeat(3,1fr)}}.Contacts-module__QCsH3a__card{background:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:.75rem;padding:1.5rem}.Contacts-module__QCsH3a__cardIcon{margin-bottom:.75rem;font-size:2.5rem}.Contacts-module__QCsH3a__cardTitle{color:#fff;margin-bottom:.25rem;font-size:1.125rem;font-weight:700;text-decoration:none}a.Contacts-module__QCsH3a__cardTitle:hover{color:var(--orange);text-decoration:underline}.Contacts-module__QCsH3a__cardPhone{color:var(--orange);margin-top:.5rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block}.Contacts-module__QCsH3a__cardPhone:hover{text-decoration:underline}.Contacts-module__QCsH3a__cardDesc{color:var(--text-muted);font-size:.875rem}.Contacts-module__QCsH3a__buttons{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (min-width:640px){.Contacts-module__QCsH3a__buttons{flex-direction:row;justify-content:center}}.Contacts-module__QCsH3a__btn{color:#fff;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;min-width:160px;padding:.75rem 1.5rem;font-weight:700;text-decoration:none;transition:filter .2s;display:inline-flex}.Contacts-module__QCsH3a__btn:hover{filter:brightness(1.1)}.Contacts-module__QCsH3a__btnOrange{background:var(--orange)}.Contacts-module__QCsH3a__btnTelegram{background:#08c}.Contacts-module__QCsH3a__btnMax{background:#6c47ff}
.ServiceMap-module__TuISrG__section{background:var(--bg);padding:3rem 1rem}.ServiceMap-module__TuISrG__inner{max-width:72rem;margin:0 auto}.ServiceMap-module__TuISrG__title{color:#fff;text-align:center;margin-bottom:.5rem;font-size:clamp(2rem,5vw,2.5rem);font-weight:800}.ServiceMap-module__TuISrG__subtitle{color:var(--text-muted);text-align:center;margin-bottom:2rem}.ServiceMap-module__TuISrG__map{border:1px solid var(--border);border-radius:1rem;width:100%;height:450px;overflow:hidden}.ServiceMap-module__TuISrG__mapPlaceholder{border:1px solid var(--border);border-radius:1rem;width:100%;height:450px;position:relative;overflow:hidden}@media (max-width:640px){.ServiceMap-module__TuISrG__map,.ServiceMap-module__TuISrG__mapPlaceholder{height:320px}}
.Footer-module__rnk_JG__footer{border-top:1px solid var(--border);background:var(--bg);padding:2rem 1rem}.Footer-module__rnk_JG__inner{text-align:center;max-width:72rem;color:var(--text-muted);flex-direction:column;gap:.5rem;margin:0 auto;font-size:.875rem;display:flex}.Footer-module__rnk_JG__requisites{opacity:.6;color:var(--text-muted);font-size:.75rem}.Footer-module__rnk_JG__link{color:inherit;text-underline-offset:3px;text-decoration:underline}
.FloatingTelegram-module__MmB0ya__btn{z-index:50;background:#f97316;border-radius:9999px;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;text-decoration:none;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 24px #0000004d}.FloatingTelegram-module__MmB0ya__pulse{background:#f97316;border-radius:9999px;position:absolute;inset:0}.FloatingTelegram-module__MmB0ya__icon{fill:#fff;z-index:10;width:1.75rem;height:1.75rem;position:relative}
