@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap);.main-header{box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;gap:24px;min-height:102px;padding:10px max(7vw,24px);background:#fff}.main-header__logo{display:inline-flex;flex:none;align-items:center}.main-header__logo img{display:block;width:280px;height:84px;object-fit:contain}.main-header__nav{display:flex;flex:1;justify-content:center;gap:26px}.main-header__nav a{color:#444b5b;font-size:15px;font-weight:600;text-decoration:none}.main-header__nav a:hover{text-decoration:underline}.main-header__info{display:flex;flex-direction:column;align-items:flex-end;gap:3px;color:#444b5b;font-size:15px}.main-header__info a{color:inherit;text-decoration:none}.main-header__info a:hover{text-decoration:underline}.main-header__info--social{display:flex;justify-content:flex-end;gap:12px;padding-top:5px}@media (width<=760px){.main-header{flex-wrap:wrap;justify-content:center;gap:8px 20px;padding:10px 18px}.main-header__logo img{width:220px;height:66px}.main-header__nav{order:3;flex-basis:100%;gap:22px;padding:8px 0}.main-header__info{align-items:center;font-size:14px}.main-header__info--social{display:none}}.icon-link{max-width:1.1em;max-height:1.1em;cursor:pointer}.icon-link img{max-width:1.1em;max-height:1.1em}html{font-family:Roboto,sans-serif}body{margin:0}.button{width:100%}.button button{display:flex;align-items:center;justify-content:center;border:none;padding:16px;border-radius:4px;text-align:center;line-height:20px;cursor:pointer;height:52px;width:100%;transition:.2s ease-in;outline:0}.button button svg{padding-left:5px}.button.default button{background:#444b5b;color:#fff}.button.default button:hover{background:#2f333d}.button.submit button{background:#444b5b;color:#fff}.button.submit button:hover{background:#2f333d}.button button:disabled,.button button[disabled]{background-color:#ccc;color:#666;cursor:default}.button button:disabled:hover,.button button[disabled]:hover{background:#ccc}.main-button{max-width:20em;margin:20px auto}.main-button span{font-size:17px}.footer{background:#444b5b;padding:1em 0;width:100%;color:#fff;display:flex;justify-content:center;align-items:center;font-size:14px}.footer div{padding-left:1em}.home-page{color:#252b36;overflow:hidden;-webkit-animation:fade-in.35s ease-out;animation:fade-in.35s ease-out}.home-hero{box-sizing:border-box;min-height:540px;padding:64px max(7vw,24px);display:grid;grid-template-columns:minmax(0,1.05fr)minmax(380px,.95fr);align-items:center;gap:30px;background:linear-gradient(120deg,#f3f4f6 0%,#fff 68%);border-top:1px solid#e7e9ed;border-bottom:1px solid#e7e9ed}.home-hero__content{max-width:720px}.home-hero__eyebrow{color:#444b5b;text-transform:uppercase;letter-spacing:.12em;font-size:13px;font-weight:700}.home-hero h1{max-width:760px;margin:14px 0;font-size:clamp(38px,4.5vw,62px);line-height:1.08;font-weight:700}.home-hero__description{max-width:650px;margin:18px 0 26px;color:#555d6b;font-size:19px;line-height:1.6}.home-hero__actions{display:flex;flex-wrap:wrap;gap:12px}.home-hero__button{display:inline-flex;min-height:48px;box-sizing:border-box;padding:0 22px;align-items:center;justify-content:center;border:1px solid#444b5b;border-radius:7px;font-size:16px;font-weight:600;text-decoration:none;transition:transform.15s,background-color.15s}.home-hero__button:hover{transform:translateY(-2px)}.home-hero__button--primary{color:#fff;background:#444b5b}.home-hero__button--primary:hover{background:#343a48}.home-hero__button--secondary{color:#444b5b;background:#fff}.home-hero__button--secondary:hover{background:#f3f4f6}.home-hero__note{margin:18px 0 0;color:#626977;font-size:14px}.home-hero__visual{position:relative;min-height:390px;display:grid;place-items:center;overflow:hidden;padding:24px;border-radius:28px;border:1px solid#e2e5ea;background:radial-gradient(ellipse at 50% 42%,#fff 0%,#f0f2f5 75%);box-shadow:0 28px 70px#282f3d1f}.home-hero__visual .home-hero__image{display:block;width:100%;max-height:350px;border-radius:18px;object-fit:cover}.home-hero__visual-note{position:absolute;right:22px;bottom:22px;left:22px;display:flex;flex-direction:column;gap:5px;padding:17px 20px;border:1px solid#ffffff38;border-radius:13px;background:#333a48f0;color:#fff}.home-hero__visual-note strong{font-size:17px}.home-hero__visual-note span{color:#e0e3e8;font-size:14px}.home-section-heading{padding:52px 20px 10px;text-align:center}.home-section-heading p{margin:0 0 8px;color:#697181;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.home-section-heading h2{margin:0;color:#292f3b;font-size:clamp(26px,3vw,38px);line-height:1.2}.home-services{padding:0 0 52px;background:#fafafa;text-align:center}.home-services__cta{display:inline-block;margin:0 auto;padding:13px 20px;border-radius:7px;background:#444b5b;color:#fff;font-weight:600;text-decoration:none}.home-services__cta:hover{background:#343a48}@media (width<=760px){.home-hero{min-height:auto;grid-template-columns:1fr;padding:40px 22px}.home-hero__visual{min-height:320px}.home-hero__visual .home-hero__image{max-height:240px}.home-hero__visual-note{right:12px;bottom:12px;left:12px}.home-hero__description{font-size:17px}.home-hero__button{flex:1 180px}}@media (prefers-reduced-motion:reduce){.home-page{animation:none}.home-hero__button{transition:none}}@keyframes fade-in{}.service-block{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1180px;margin:0 auto;padding:34px 24px}@media (768px<=width<=1023px){.service-block{grid-template-columns:repeat(2,minmax(0,1fr));padding:24px}}@media (width<=767px){.service-block{grid-template-columns:1fr;padding:20px}}.service-item{box-sizing:border-box;min-height:330px;padding:24px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;background:#fff;border:1px solid#e6e8ec;border-radius:14px;box-shadow:0 8px 24px#242b360d;transition:transform.18s,box-shadow.18s}.service-item:hover{transform:translateY(-3px);box-shadow:0 14px 32px#242b361a}.service-item__img{align-self:center;display:block;width:100%;height:150px;max-width:100%;object-fit:cover;border-radius:9px}.service-item__header{min-height:48px;margin:0;display:flex;align-items:center;font-size:18px;font-weight:700;padding-bottom:12px}.service-item__description{width:100%;text-align:left;font-size:14px;line-height:1.65;color:#626977}.service-item__description ul{margin:14px 0 0;padding-left:20px}.service-item__description li{padding:2px 0}.about-block{margin:0 auto;padding:26px max(7vw,24px)44px;background-color:#fff;width:100%;box-sizing:border-box;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:18px}@media (1024px<=width<=1365px){.about-block{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (768px<=width<=1023px){.about-block{grid-template-columns:1fr}}@media (width<=767px){.about-block{grid-template-columns:1fr;padding:18px 20px 34px}}.about-item{box-sizing:border-box;min-height:190px;padding:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid#e7e9ed;border-radius:14px;background:#fafafa}.about-item__header{font-size:21px;line-height:1.17;font-weight:600}.about-item__img{background-size:cover;width:76px;height:76px;background-position:50%;background-repeat:no-repeat;background-size:contain}.about-item__description{padding-top:1em;max-width:18.75rem;text-align:center;font-weight:300;font-size:15px;line-height:1.55;font-family:Roboto,sans-serif}@media (768px<=width<=1023px){.about-item{margin:1em 0}}@media (width<=767px){.about-item{flex-wrap:wrap;margin:1em 0}}.schedule{background-color:#eee;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding-top:1em;font-weight:600;border-bottom:.5px solid#dfdada}.order-page{box-sizing:border-box;max-width:1060px;min-height:60vh;margin:0 auto;padding:26px 24px 64px;color:#292f3b;-webkit-animation:fade-in.5s linear;-moz-animation:fade-in.5s linear;-o-animation:fade-in.5s linear;animation:fade-in.5s linear}.order-page__intro{max-width:780px;margin:12px auto 30px;text-align:center}.order-page__intro h1{margin:8px 0 12px;font-size:clamp(30px,4vw,44px);line-height:1.15}.order-page__intro p{color:#5c6471;font-size:17px;line-height:1.6}.order-page__eyebrow{color:#444b5b!important;font-size:13px!important;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.order-page__search-panel{max-width:900px;margin:0 auto;padding:28px;border:1px solid#e5e8ed;border-radius:16px;background:#fff;box-shadow:0 12px 34px#242b3612}.order-page__search-panel .MuiAutocomplete-root{width:100%}.order-page__search-panel .MuiOutlinedInput-root{min-height:56px;border-radius:9px}.order-page__search-panel .MuiOutlinedInput-notchedOutline{border-color:#cbd0d8}.order-page__search-panel .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#777f8e}.order-page__search-panel .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#444b5b;border-width:2px}.order-page__loading{display:flex;justify-content:center;margin-top:2em;min-height:288px}@media (width<=600px){.order-page{padding:20px 16px 44px}.order-page__intro p{font-size:16px}.order-page__search-panel{padding:20px 16px}}@-webkit-keyframes fade-in{0%{opacity:.1}to{opacity:1}}@-moz-keyframes fade-in{0%{opacity:.1}to{opacity:1}}@-o-keyframes fade-in{0%{opacity:.1}to{opacity:1}}@keyframes fade-in{0%{opacity:.1}to{opacity:1}}.order-page__search-panel .MuiAutocomplete-paper{margin-top:8px;overflow:hidden;border:1px solid#e3e6eb;border-radius:12px;box-shadow:0 16px 38px#242b3629}.order-page__search-panel .MuiAutocomplete-listbox{max-height:min(420px,60vh);padding:6px}.order-page__search-panel .MuiAutocomplete-option{min-height:0;padding:10px;border-radius:8px;transition:background-color.15s}.order-page__search-panel .MuiAutocomplete-option+.MuiAutocomplete-option{margin-top:2px}.order-suggestion{display:grid;width:100%;min-width:0;grid-template-columns:68px minmax(0,1fr)auto;align-items:center;gap:13px}.order-suggestion__image-wrap{display:grid;width:68px;height:68px;place-items:center;overflow:hidden;border:1px solid#e9ebef;border-radius:8px;background:#f7f8fa}.order-suggestion__image{display:block;width:100%;height:100%;object-fit:contain}.order-suggestion__details{display:flex;min-width:0;flex-direction:column;gap:4px}.order-suggestion__name{overflow:hidden;color:#292f3b;font-size:14px;font-weight:700;line-height:1.35;text-overflow:ellipsis}.order-suggestion__description,.order-suggestion__meta{overflow:hidden;color:#697181;font-size:12px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.order-suggestion__price{align-self:start;margin-top:1px;padding:6px 9px;border-radius:7px;background:#f0f2f5;color:#343a48;font-size:13px;font-weight:700;white-space:nowrap}@media (width<=520px){.order-suggestion{grid-template-columns:54px minmax(0,1fr);gap:10px}.order-suggestion__image-wrap{width:54px;height:54px}.order-suggestion__price{grid-column:2;grid-row:2;justify-self:start;margin-top:-2px}}.customer-cart{margin-top:2em}.customer-cart__header{font-size:19px;font-weight:500;display:flex;align-items:flex-start;padding-bottom:1em}.customer-cart__cart{border-top:1px solid#a5a2a2;border-left:1px solid#0000;border-right:1px solid#0000;border-image:linear-gradient(#a5a2a2,#fdfdfd);border-image-slice:1;width:100%}.customer-cart__empty{width:100%;text-align:center;padding:3em 0;font-size:40px;min-height:230px}.cart-item{display:flex;padding:.5em}.cart-item img{height:100%;max-height:60px}.cart-item__description{display:flex;flex-direction:column;align-items:baseline;padding-left:1em}.cart-item__description-article,.cart-item__description-header{font-weight:600}.cart-item__description-article span{font-size:14px;font-weight:400;color:#414141 122,116,116}.cart-item__description-price{font-weight:600}.cart-item__description-price span{font-size:14px;font-weight:400;color:#414141 122,116,116}.cart-item__buttons{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.cart-item__buttons .button-icon{padding:3px}.item{padding:.5em 0;display:flex;justify-content:space-between;border-image:linear-gradient(90deg,#fff 0%,#6e6e6e 50%,#fff);border-bottom:1px solid#0000;border-image-slice:1}.customer-form form{margin:1em 0;padding-top:1em;display:flex;flex-direction:column}.subtotal{padding-top:2em}.subtotal span{font-weight:700}.zzap-link{margin-top:18px;text-align:center;color:#777f8e;font-size:12px}.zzap-link a{color:#444b5b;font-weight:600;text-decoration:none}.order-help{display:inline-flex;align-items:center;gap:11px;margin-top:18px;color:#444b5b;font-size:15px;line-height:1.45;cursor:pointer}.order-help__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.order-help__box{box-sizing:border-box;position:relative;display:inline-flex;flex:0 0 20px;width:20px;height:20px;align-items:center;justify-content:center;border:1.5px solid#777f8e;border-radius:5px;background:#fff;transition:background-color.15s,border-color.15s}.order-help__box:after{content:"";width:5px;height:9px;margin-top:-2px;border:solid#fff;border-width:0 2px 2px 0;transform:rotate(45deg)scale(0);transition:transform.12s}.order-help__input:checked+.order-help__box{border-color:#444b5b;background:#444b5b}.order-help__input:checked+.order-help__box:after{transform:rotate(45deg)scale(1)}.order-help__input:focus-visible+.order-help__box{outline:3px solid#444b5b3d;outline-offset:2px}.error{position:fixed;top:0;z-index:100;width:100%;opacity:0;animation-fill-mode:forwards;animation:show 10s}@keyframes show{0%{opacity:0}15%{opacity:.9}to{opacity:1}}