.CustomOrderForm-module___hNCda__form_card{background:var(--panel_surface_strong);border:1px solid var(--panel_border);border-radius:calc(var(--border_radius) + .3rem);flex-direction:column;gap:1.5rem;width:100%;min-height:420px;padding:1rem;display:flex;position:relative;overflow:hidden}@media screen and (max-width:859px){.CustomOrderForm-module___hNCda__form_card{border-left:none;border-right:none;border-radius:0}}@media screen and (min-width:900px){.CustomOrderForm-module___hNCda__form_card{padding:2rem}}.CustomOrderForm-module___hNCda__progress{align-items:center;gap:.5rem;display:flex}.CustomOrderForm-module___hNCda__progress_dot{background:var(--alternative_dark);border-radius:50%;width:6px;height:6px;transition:background .2s,transform .2s}.CustomOrderForm-module___hNCda__progress_dot_active{background:var(--main);transform:scale(1.4)}.CustomOrderForm-module___hNCda__progress_dot_done{background:var(--alternative)}.CustomOrderForm-module___hNCda__progress_label{font-size:var(--kicker_size);color:var(--text_muted);text-transform:uppercase;letter-spacing:var(--kicker_spacing);margin-left:.5rem}.CustomOrderForm-module___hNCda__step_content{flex-direction:column;flex:1;gap:1.25rem;display:flex}.CustomOrderForm-module___hNCda__step_title{font-size:var(--item_title_size);font-weight:var(--title_weight);line-height:var(--section_title_line_height);color:var(--text_dark)}.CustomOrderForm-module___hNCda__step_hint{font-size:var(--description_size);color:var(--text_muted);line-height:var(--description_line_height);margin-top:-.5rem}.CustomOrderForm-module___hNCda__payment_section{flex-direction:column;gap:.75rem;display:flex}.CustomOrderForm-module___hNCda__payment_section_label{color:var(--text_muted);font-size:.86rem;line-height:1.2}.CustomOrderForm-module___hNCda__payment_grid{gap:.7rem;display:grid}@media screen and (min-width:440px){.CustomOrderForm-module___hNCda__payment_grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.CustomOrderForm-module___hNCda__payment_item{border:1px solid var(--panel_border);border-radius:calc(var(--border_radius) + .05rem);background:var(--surface);cursor:pointer;text-align:left;align-items:center;gap:.6rem;min-height:3rem;padding:.7rem .85rem;transition:border-color .2s,background-color .2s;display:flex}@media (hover:hover){.CustomOrderForm-module___hNCda__payment_item:hover{background:var(--surface_soft);border-color:#11111129}}.CustomOrderForm-module___hNCda__payment_item_active{border-color:var(--primary);background:#1111110a}.CustomOrderForm-module___hNCda__payment_icon{width:1.15rem;height:1.15rem;color:var(--text_dark);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.CustomOrderForm-module___hNCda__payment_icon svg{width:100%;height:100%}.CustomOrderForm-module___hNCda__payment_text{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.35rem;width:100%;display:flex}.CustomOrderForm-module___hNCda__payment_label{color:var(--text_dark);font-size:.88rem;font-weight:500;line-height:1.3}.CustomOrderForm-module___hNCda__payment_hint{color:var(--text_muted);font-size:.8rem;line-height:1.3}.CustomOrderForm-module___hNCda__textarea{border:1px solid var(--panel_border);border-radius:var(--border_radius);background:var(--surface);resize:vertical;width:100%;min-height:130px;color:var(--text_dark);padding:.85rem 1rem;font-family:inherit;font-size:1rem;line-height:1.55;transition:border-color .15s,background-color .15s}.CustomOrderForm-module___hNCda__char_count{color:var(--text_muted);text-align:right;margin-top:-.75rem;font-size:.8rem}.CustomOrderForm-module___hNCda__dropzone{border-radius:var(--card_border_radius);background:var(--surface);cursor:pointer;text-align:center;border:1.5px dashed #1111112e;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2rem 1.5rem;transition:background .15s,border-color .15s;display:flex;position:relative}@media (hover:hover){.CustomOrderForm-module___hNCda__dropzone:hover{background:var(--surface_soft);border-color:#11111147}}.CustomOrderForm-module___hNCda__dropzone_over{background:color-mix(in srgb, var(--main) 5%, white);border-color:var(--main)}.CustomOrderForm-module___hNCda__dropzone_full{cursor:not-allowed;opacity:.6}.CustomOrderForm-module___hNCda__file_input{display:none}.CustomOrderForm-module___hNCda__dropzone_icon{opacity:.4;justify-content:center;align-items:center;display:flex}.CustomOrderForm-module___hNCda__dropzone_text{color:var(--text_dark);font-size:1rem}.CustomOrderForm-module___hNCda__dropzone_subtext{color:var(--text_muted);font-size:.82rem}.CustomOrderForm-module___hNCda__dropzone_add{color:var(--text_muted);font-size:.95rem}.CustomOrderForm-module___hNCda__media_grid{flex-wrap:wrap;gap:.5rem;display:flex}.CustomOrderForm-module___hNCda__media_thumb{border-radius:var(--border_radius);background:var(--surface_soft);flex-shrink:0;width:4.5rem;height:4.5rem;position:relative;overflow:hidden}.CustomOrderForm-module___hNCda__media_thumb_img{object-fit:cover;width:100%;height:100%;display:block}.CustomOrderForm-module___hNCda__media_thumb_video{width:100%;height:100%;color:var(--text_muted);justify-content:center;align-items:center;display:flex}.CustomOrderForm-module___hNCda__media_remove{color:#fff;cursor:pointer;background:#111111a6;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;padding:0;transition:background .15s;display:flex;position:absolute;top:.2rem;right:.2rem}@media (hover:hover){.CustomOrderForm-module___hNCda__media_remove:hover{background:#111111e6}}.CustomOrderForm-module___hNCda__media_add{background:var(--surface);border-radius:var(--border_radius);cursor:pointer;width:4.5rem;height:4.5rem;color:var(--text_muted);border:1.5px dashed #1111112e;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,border-color .15s;display:flex}@media (hover:hover){.CustomOrderForm-module___hNCda__media_add:hover{background:var(--surface_soft);border-color:#11111147}}.CustomOrderForm-module___hNCda__fieldsGroup{flex-direction:column;gap:1rem;display:flex}.CustomOrderForm-module___hNCda__field{flex-direction:column;gap:.4rem;display:flex}.CustomOrderForm-module___hNCda__label{color:var(--text_muted);font-size:.9rem}.CustomOrderForm-module___hNCda__input{border:1px solid var(--panel_border);border-radius:var(--border_radius);background:var(--surface);width:100%;color:var(--text_dark);padding:.85rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .15s,background-color .15s}.CustomOrderForm-module___hNCda__input:focus,.CustomOrderForm-module___hNCda__textarea:focus{background:#fff;border-color:#1111114d;outline:none}.CustomOrderForm-module___hNCda__input_error,.CustomOrderForm-module___hNCda__input_error:focus{background:#ff4d4f0a;border-color:#ff4d4f}.CustomOrderForm-module___hNCda__field_error{color:#b42828d9;font-size:.82rem}.CustomOrderForm-module___hNCda__agreement{cursor:pointer;align-items:flex-start;gap:.75rem;padding-top:.15rem;display:flex}.CustomOrderForm-module___hNCda__checkbox{cursor:pointer;width:1.05rem;height:1.05rem;accent-color:var(--primary);flex-shrink:0;margin-top:.1rem}.CustomOrderForm-module___hNCda__agreementText{color:var(--text_muted);margin:0;font-size:.76rem;line-height:1.45}.CustomOrderForm-module___hNCda__agreementLink{color:var(--text_dark);text-underline-offset:.15em;margin:0;padding:0;text-decoration:underline;transition:color .2s;display:inline}@media (hover:hover){.CustomOrderForm-module___hNCda__agreementLink:hover{color:var(--primary)}}.CustomOrderForm-module___hNCda__nav_buttons{flex-wrap:wrap;gap:.75rem;margin-top:auto;padding-top:.5rem;display:flex}.CustomOrderForm-module___hNCda__btn_primary{background:var(--primary);color:var(--reverse);border-radius:calc(var(--border_radius) + .05rem);cursor:pointer;white-space:nowrap;border:none;flex:1;justify-content:center;align-items:center;padding:.9rem 1.5rem;font-family:inherit;font-size:1rem;transition:background .2s;display:inline-flex}@media (hover:hover){.CustomOrderForm-module___hNCda__btn_primary:hover:not(:disabled){background:var(--primary_dark)}}.CustomOrderForm-module___hNCda__btn_primary:disabled,.CustomOrderForm-module___hNCda__btn_disabled{background:color-mix(in srgb, var(--primary) 30%, transparent);color:color-mix(in srgb, var(--main) 40%, transparent);cursor:not-allowed}.CustomOrderForm-module___hNCda__btn_secondary{background:var(--surface_soft);color:var(--text_dark);border-radius:calc(var(--border_radius) + .05rem);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;width:fit-content;padding:.9rem 1.35rem;font-family:inherit;font-size:1rem;transition:background .2s;display:inline-flex}@media (hover:hover){.CustomOrderForm-module___hNCda__btn_secondary:hover:not(:disabled){background:var(--background_dark)}}.CustomOrderForm-module___hNCda__btn_secondary:disabled{opacity:.5;cursor:not-allowed}.CustomOrderForm-module___hNCda__server_error{color:#b42828d9;font-size:.88rem;line-height:1.45}.CustomOrderForm-module___hNCda__loaderOverlay{z-index:10;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:inherit;background:#fffffff0;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1.75rem;display:flex;position:absolute;inset:0}.CustomOrderForm-module___hNCda__spinner{border:2px solid #11111114;border-top-color:var(--text_dark);border-radius:50%;width:3rem;height:3rem;animation:.9s linear infinite CustomOrderForm-module___hNCda__spin}@keyframes CustomOrderForm-module___hNCda__spin{to{transform:rotate(360deg)}}.CustomOrderForm-module___hNCda__statusIcon{background:var(--surface_soft);width:4rem;height:4rem;color:var(--text_dark);border-radius:50%;place-items:center;display:grid}.CustomOrderForm-module___hNCda__statusText{color:var(--text_dark);letter-spacing:-.02em;margin:0;font-size:1.3rem;font-weight:600;line-height:1.05}.CustomOrderForm-module___hNCda__loading_text{max-width:25rem;color:var(--text_muted);margin:0;font-size:.95rem;line-height:1.5}.CustomOrderForm-module___hNCda__errorContent{flex-direction:column;align-items:center;gap:2rem;display:flex}.CustomOrderForm-module___hNCda__errorDescription{max-width:26rem;color:var(--text_muted);margin:0;font-size:.95rem;line-height:1.55}.CustomOrderForm-module___hNCda__errorActions{align-items:center;gap:var(--gap_page);flex-direction:column;width:100%;margin-top:.25rem;display:flex}.CustomOrderForm-module___hNCda__contactLink{color:var(--text_dark);font-weight:500;font-size:inherit;text-underline-offset:.15em;margin:0;padding:0;text-decoration:underline;display:inline}@media (hover:hover){.CustomOrderForm-module___hNCda__contactLink:hover{color:var(--primary)}}.CustomOrderForm-module___hNCda__success{text-align:center;background:var(--panel_surface_strong);border:1px solid var(--panel_border);border-radius:calc(var(--border_radius) + .3rem);flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:300px;padding:3rem 2rem;display:flex}.CustomOrderForm-module___hNCda__success_icon{background:var(--surface_soft);width:3rem;height:3rem;color:var(--text_dark);border-radius:50%;place-items:center;display:grid}.CustomOrderForm-module___hNCda__success_title{color:var(--text_dark);font-size:1.5rem;font-weight:600}.CustomOrderForm-module___hNCda__success_text{font-size:var(--description_size);color:var(--text_muted);max-width:28rem;line-height:1.55}
.MediaImage-module__ie_p3G__image{object-fit:cover;animation:.35s MediaImage-module__ie_p3G__mediaFadeIn;display:block}@keyframes MediaImage-module__ie_p3G__mediaFadeIn{0%{opacity:0}to{opacity:1}}
.Button-module__SBF53G__button{border-radius:calc(var(--border_radius) + .05rem);text-wrap:nowrap;justify-content:center;align-items:center;gap:.5rem;width:fit-content;max-width:100%;min-height:3.25rem;padding:.9rem 1.35rem;font-size:1rem;line-height:1;transition:background-color .2s,color .2s,border-color .2s;display:inline-flex}.Button-module__SBF53G__svg{fill:currentColor;width:1rem;height:1rem}.Button-module__SBF53G__primary{background-color:var(--primary);color:var(--reverse)}.Button-module__SBF53G__reverse{background-color:var(--reverse);color:var(--text_dark);border:1px solid var(--alternative_dark)}.Button-module__SBF53G__border{border:1px solid var(--alternative_dark);color:var(--text_dark);background:#ffffffe0}.Button-module__SBF53G__secondary{background:var(--surface_soft);color:var(--text_dark)}@media (hover:hover){.Button-module__SBF53G__primary:hover{opacity:.88}.Button-module__SBF53G__reverse:hover{background-color:#fafafa}.Button-module__SBF53G__border:hover{background:#fff;border-color:#11111129}.Button-module__SBF53G__secondary:hover{background:color-mix(in srgb, var(--surface) 88%, white)}}.Button-module__SBF53G__white{color:var(--main);background-color:#fff;transition:opacity .1s}@media (hover:hover){.Button-module__SBF53G__white:hover{background-color:#ffffffd9}}@media (hover:none){.Button-module__SBF53G__white:active{background-color:#ffffffd9}}.Button-module__SBF53G__white svg{fill:var(--main)}.Button-module__SBF53G__disabled{background-color:color-mix(in srgb, var(--primary) 30%, transparent);color:color-mix(in srgb, var(--main) 40%, transparent);cursor:not-allowed;pointer-events:none;box-shadow:none}
.ModelCard-module__AMZ7Zq__card{border:1px solid var(--panel_border);border-radius:var(--card_border_radius);background:var(--panel_surface_strong);width:100%;position:relative;overflow:hidden}.ModelCard-module__AMZ7Zq__link{width:100%;height:100%;text-decoration:none;display:block}.ModelCard-module__AMZ7Zq__image_shell{aspect-ratio:4/3;isolation:isolate;background:var(--skeleton_bg);width:100%;position:relative;overflow:hidden}.ModelCard-module__AMZ7Zq__image_shell:before{content:"";z-index:0;background:var(--skeleton_bg_pulse);animation:2.4s ease-in-out infinite ModelCard-module__AMZ7Zq__skeleton_pulse;position:absolute;inset:0}.ModelCard-module__AMZ7Zq__no_photo{background:var(--skeleton_bg);width:100%;height:100%}.ModelCard-module__AMZ7Zq__stock_badge{z-index:3;background:var(--page_background);border:1px solid var(--panel_border);border-radius:calc(var(--border_radius) * .5);height:1.4rem;color:var(--text_dark);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;align-items:center;padding:0 .5rem;font-size:.62rem;font-weight:600;display:inline-flex;position:absolute;top:.75rem;left:.75rem}.ModelCard-module__AMZ7Zq__content{z-index:2;flex-direction:column;align-items:flex-end;gap:.25rem;display:flex;position:absolute;top:1rem;right:1rem}.ModelCard-module__AMZ7Zq__title{color:var(--text_dark);font-size:var(--card_title_size);letter-spacing:0;text-align:right;margin:0;font-weight:500;line-height:1}.ModelCard-module__AMZ7Zq__title:after{content:"";opacity:0;background:currentColor;width:100%;height:1px;margin-top:.4rem;display:block}.ModelCard-module__AMZ7Zq__price{color:var(--text_muted);text-align:right;margin:0;font-size:.75rem;font-weight:400;line-height:1}@media (hover:hover){.ModelCard-module__AMZ7Zq__card:hover .ModelCard-module__AMZ7Zq__title:after{opacity:1}}@media (hover:none){.ModelCard-module__AMZ7Zq__card:active .ModelCard-module__AMZ7Zq__title:after{opacity:1}}
.OrderModal-module__fE_GIW__overlay{z-index:99999;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);isolation:isolate;background:linear-gradient(#11111152,#1111118a),#f2f2f559;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.OrderModal-module__fE_GIW__modal{border-radius:calc(var(--card_border_radius) + .2rem);background:linear-gradient(#fffffff5 0%,#fff 100%);border:1px solid #11111114;flex-direction:column;width:min(36rem,100%);max-height:min(92svh,62rem);display:flex;position:relative;overflow:hidden}.OrderModal-module__fE_GIW__modal:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#1111111f,#0000);height:1px;position:absolute;inset:0 0 auto}.OrderModal-module__fE_GIW__dragHandle{touch-action:none;cursor:grab;background:#1111112e;border-radius:999px;flex-shrink:0;width:2.5rem;height:.25rem;margin:.6rem auto 0;display:none}@media (hover:none){.OrderModal-module__fE_GIW__dragHandle{display:block}}.OrderModal-module__fE_GIW__content{-webkit-overflow-scrolling:touch;flex-direction:column;gap:1.75rem;padding-bottom:1rem;padding-left:1rem;padding-right:1rem;display:flex;position:relative;overflow-y:auto}.OrderModal-module__fE_GIW__header{flex-direction:column;gap:.875rem;display:flex}.OrderModal-module__fE_GIW__header_text{flex-direction:column;gap:1rem;display:flex}.OrderModal-module__fE_GIW__eyebrow{width:fit-content;color:var(--text_muted);font-size:var(--kicker_size);text-transform:uppercase;letter-spacing:var(--kicker_spacing);line-height:1}.OrderModal-module__fE_GIW__title{color:var(--text_dark);letter-spacing:-.04em;margin:0;font-size:clamp(1.7rem,4vw,2.2rem);font-weight:600;line-height:.98}.OrderModal-module__fE_GIW__subtitle{color:var(--text_muted);margin:0;font-size:.98rem;line-height:1.55}.OrderModal-module__fE_GIW__product_name{border:1px solid var(--panel_border);border-radius:calc(var(--border_radius) + .05rem);background:var(--surface_soft);width:fit-content;min-height:2.25rem;color:var(--text_dark);align-items:center;margin:0;padding:.6rem .85rem;font-size:.82rem;line-height:1.35;display:inline-flex}.OrderModal-module__fE_GIW__close{color:var(--text_muted);cursor:pointer;background:0 0;border:none;align-self:flex-end;padding:1rem;font-size:.875rem;font-weight:500;line-height:1}@media (hover:hover){.OrderModal-module__fE_GIW__close:hover{color:var(--text_dark)}}.OrderModal-module__fE_GIW__form{flex-direction:column;gap:1rem;display:flex}.OrderModal-module__fE_GIW__fieldsGroup{flex-direction:column;gap:1rem;margin-bottom:1rem;display:flex}.OrderModal-module__fE_GIW__field{flex-direction:column;gap:.45rem;display:flex}.OrderModal-module__fE_GIW__label{color:var(--text_muted);font-size:.86rem;line-height:1.2}.OrderModal-module__fE_GIW__input{border:1px solid var(--panel_border);border-radius:calc(var(--border_radius) + .05rem);background:var(--surface_soft);width:100%;min-height:3.5rem;color:var(--text_dark);outline:none;padding:1rem 1.1rem;font-family:inherit;font-size:1rem;font-weight:500;transition:background-color .2s,border-color .2s,color .2s}.OrderModal-module__fE_GIW__input:focus{background:#fff;border-color:#1111112e}.OrderModal-module__fE_GIW__input.OrderModal-module__fE_GIW__error{background:#ff4d4f0a;border-color:#ff4d4f}.OrderModal-module__fE_GIW__input::placeholder{color:var(--text_muted);opacity:.52}.OrderModal-module__fE_GIW__agreement{cursor:pointer;align-items:flex-start;gap:.75rem;padding-top:.15rem;display:flex}.OrderModal-module__fE_GIW__checkbox{cursor:pointer;width:1.05rem;height:1.05rem;accent-color:var(--primary);flex-shrink:0;margin-top:.1rem}.OrderModal-module__fE_GIW__agreementText{color:var(--text_muted);margin:0;font-size:.76rem;line-height:1.45}.OrderModal-module__fE_GIW__agreementLink{color:var(--text_dark);text-underline-offset:.15em;margin:0;padding:0;text-decoration:underline;transition:color .2s;display:inline}.OrderModal-module__fE_GIW__agreementLink:hover{color:var(--primary)}.OrderModal-module__fE_GIW__submit_container{flex-direction:column;gap:.75rem;margin-top:.35rem;display:flex}.OrderModal-module__fE_GIW__submit_container button{width:100%}.OrderModal-module__fE_GIW__hints{flex-direction:column;gap:.25rem;display:flex}.OrderModal-module__fE_GIW__hint,.OrderModal-module__fE_GIW__errorText{color:#c74747;margin:0;font-size:.76rem;line-height:1.35}.OrderModal-module__fE_GIW__loaderOverlay{z-index:10;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1.75rem;display:flex;position:absolute;inset:0}.OrderModal-module__fE_GIW__spinner{border:2px solid #11111114;border-top-color:var(--text_dark);border-radius:50%;width:3rem;height:3rem;animation:.9s linear infinite OrderModal-module__fE_GIW__spin}@keyframes OrderModal-module__fE_GIW__spin{to{transform:rotate(360deg)}}.OrderModal-module__fE_GIW__statusIcon{background:var(--surface_soft);width:4rem;height:4rem;color:var(--text_dark);border-radius:50%;place-items:center;font-size:2rem;line-height:1;display:grid}.OrderModal-module__fE_GIW__statusText{color:var(--text_dark);letter-spacing:-.02em;margin:0;font-size:1.3rem;font-weight:600;line-height:1.05}.OrderModal-module__fE_GIW__loading_text{max-width:25rem;color:var(--text_muted);margin:0;font-size:.95rem;line-height:1.5}.OrderModal-module__fE_GIW__errorContent{flex-direction:column;align-items:center;gap:2rem;display:flex}.OrderModal-module__fE_GIW__errorDescription{max-width:26rem;color:var(--text_muted);margin:0;font-size:.95rem;line-height:1.55}.OrderModal-module__fE_GIW__errorActions{align-items:center;gap:var(--gap_page);flex-direction:column;width:100%;margin-top:.25rem;display:flex}.OrderModal-module__fE_GIW__contactLink{color:var(--text_dark);font-weight:500;font-size:inherit;text-underline-offset:.15em;margin:0;padding:0;text-decoration:underline;display:inline}.OrderModal-module__fE_GIW__contactLink:hover{color:var(--primary)}@media screen and (min-width:768px){.OrderModal-module__fE_GIW__overlay{cursor:pointer;padding:1.5rem}.OrderModal-module__fE_GIW__content{gap:2rem;padding-bottom:2rem;padding-left:2rem;padding-right:2rem}.OrderModal-module__fE_GIW__close{padding:1.5rem 1.5rem 0;position:relative}.OrderModal-module__fE_GIW__form{gap:1.1rem}}@media screen and (max-width:767px){.OrderModal-module__fE_GIW__overlay{align-items:flex-start;padding:0}.OrderModal-module__fE_GIW__modal{border-left:none;border-right:none;border-radius:0;width:100%;height:100dvh;max-height:100dvh}.OrderModal-module__fE_GIW__content{flex:1;justify-content:flex-start;overflow-y:auto}}.OrderModal-module__fE_GIW__payment_summary{border:1px solid var(--panel_border);border-radius:calc(var(--border_radius) + .05rem);background:var(--surface_soft);flex-direction:column;gap:0;margin:0;padding:.75rem 1rem;display:flex}.OrderModal-module__fE_GIW__payment_summary_row{border-bottom:1px solid var(--panel_border);justify-content:space-between;align-items:baseline;gap:.75rem;padding:.5rem 0;display:flex}.OrderModal-module__fE_GIW__payment_summary_row:last-child{border-bottom:none}.OrderModal-module__fE_GIW__payment_summary_label{color:var(--text_muted);flex-shrink:0;margin:0;font-size:.84rem;line-height:1.4}.OrderModal-module__fE_GIW__payment_summary_value{color:var(--text_dark);text-align:right;margin:0;font-size:.9rem;font-weight:600;line-height:1.4}
.PhotoModal-module__ihisRW__modal{z-index:1000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overscroll-behavior:contain;cursor:pointer;background:#111111e6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.PhotoModal-module__ihisRW__modal_shell{z-index:1;flex-direction:column;gap:1.25rem;width:min(100%,96rem);height:min(100%,96svh);display:flex;position:relative}.PhotoModal-module__ihisRW__modal_toolbar{z-index:1001;justify-content:center;align-items:center;gap:1rem;display:flex;position:fixed;top:1.5rem;right:1.5rem}.PhotoModal-module__ihisRW__modal_meta{display:none}.PhotoModal-module__ihisRW__modal_counter{border-radius:var(--border_radius);color:#fffffff2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff1a;border:1px solid #fff3;justify-content:center;align-items:center;min-height:2.25rem;padding:.45rem .75rem;font-size:.82rem;font-weight:500;display:inline-flex}.PhotoModal-module__ihisRW__modal_close{border-radius:var(--border_radius);color:#fffffff2;white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;min-width:3rem;height:3rem;padding:0 .85rem;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex}.PhotoModal-module__ihisRW__modal_close_text{letter-spacing:.02em;font-size:.875rem;line-height:1}.PhotoModal-module__ihisRW__modal_stage{flex:1;justify-content:center;align-items:center;min-height:0;display:flex;position:relative}.PhotoModal-module__ihisRW__modal_stage_close{z-index:1;background:0 0;border:0;padding:0;position:absolute;inset:0}.PhotoModal-module__ihisRW__modal_image_wrap{z-index:2;pointer-events:auto;flex:1;justify-content:center;align-items:center;min-width:0;height:100%;display:flex;position:relative;overflow:hidden}.PhotoModal-module__ihisRW__modal_image_inner{cursor:default;position:absolute;inset:.5rem 0}.PhotoModal-module__ihisRW__modal_image{object-fit:contain}.PhotoModal-module__ihisRW__modal_hotspot{z-index:4;pointer-events:auto;cursor:pointer;background:0 0;border:0;flex-shrink:0;align-items:center;padding:0 1rem;display:flex}.PhotoModal-module__ihisRW__modal_hotspot_prev{justify-content:flex-start}.PhotoModal-module__ihisRW__modal_hotspot_next{justify-content:flex-end}.PhotoModal-module__ihisRW__modal_nav_button{border-radius:calc(var(--border_radius) + .02rem);color:#fffffff2;border:2px solid #ffffff3d;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:background-color .2s,border-color .2s;display:inline-flex}:is(.PhotoModal-module__ihisRW__modal_close svg,.PhotoModal-module__ihisRW__modal_nav_button svg){width:1.15rem;height:1.15rem}.PhotoModal-module__ihisRW__modal_toolbar_spacer{display:none}.PhotoModal-module__ihisRW__modal_close_icon{justify-content:center;align-items:center;display:inline-flex}.PhotoModal-module__ihisRW__modal_thumbnails{cursor:pointer;justify-content:center;gap:.75rem;padding-bottom:.1rem;display:flex;overflow-x:auto}.PhotoModal-module__ihisRW__thumbnail{border-radius:calc(var(--border_radius) + .05rem);opacity:.56;background:0 0;border:1px solid #0000;flex:none;padding:0;transition:opacity .2s,border-color .2s}.PhotoModal-module__ihisRW__thumbnail_active{opacity:1;border-color:#ffffff2e}.PhotoModal-module__ihisRW__thumbnail_media{aspect-ratio:1;border-radius:calc(var(--border_radius) + .05rem);width:5rem;position:relative;overflow:hidden}.PhotoModal-module__ihisRW__thumbnail_image{object-fit:cover}@keyframes PhotoModal-module__ihisRW__modal_spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.PhotoModal-module__ihisRW__image_loader{z-index:1;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.PhotoModal-module__ihisRW__image_loader:after{content:"";border:3px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:22px;height:22px;animation:1s linear infinite PhotoModal-module__ihisRW__modal_spin}.PhotoModal-module__ihisRW__modal_mobile_track{display:none}.PhotoModal-module__ihisRW__modal_mobile_slide{scroll-snap-align:start;flex:0 0 100%;height:100%}.PhotoModal-module__ihisRW__modal_mobile_slide_media{width:100%;height:100%;position:relative}@media (hover:hover){.PhotoModal-module__ihisRW__modal_close:hover .PhotoModal-module__ihisRW__modal_close_text{opacity:.8}.PhotoModal-module__ihisRW__modal_close:hover,.PhotoModal-module__ihisRW__modal_nav_button:hover{border-color:#ffffff57}}@media screen and (max-width:767px){.PhotoModal-module__ihisRW__modal{padding:0;overflow:hidden}.PhotoModal-module__ihisRW__modal_shell{gap:0;width:100%;height:100dvh}.PhotoModal-module__ihisRW__modal_toolbar{border-bottom:1px solid #ffffff24;flex-shrink:0;align-items:center;height:3.25rem;padding:0 1rem;display:flex;position:static}.PhotoModal-module__ihisRW__modal_toolbar_spacer{flex:1;display:block}.PhotoModal-module__ihisRW__modal_meta{flex:none;justify-content:center;align-items:center;display:flex}.PhotoModal-module__ihisRW__modal_counter{-webkit-backdrop-filter:none;backdrop-filter:none;color:#ffffffe6;background:0 0;border:none;min-height:auto;padding:0;font-size:.875rem;font-weight:500}.PhotoModal-module__ihisRW__modal_close{background:0 0;border:none;flex:1;justify-content:flex-end;min-width:0;height:auto;padding:0;display:flex}.PhotoModal-module__ihisRW__modal_close_text{color:#ffffffe6;letter-spacing:normal;font-size:.875rem;font-weight:500;display:block}.PhotoModal-module__ihisRW__modal_close_icon{display:none}.PhotoModal-module__ihisRW__modal_mobile_track{scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x;-webkit-user-select:none;user-select:none;flex:1;min-height:0;display:flex;overflow-x:auto}.PhotoModal-module__ihisRW__modal_mobile_slide_media{transform-origin:50%}.PhotoModal-module__ihisRW__modal_mobile_track::-webkit-scrollbar{display:none}.PhotoModal-module__ihisRW__modal_stage,.PhotoModal-module__ihisRW__modal_thumbnails{display:none}}
.ConsentBanner-module__FsblDq__banner{z-index:1000;color:var(--reverse);border-top:1px solid var(--alternative_dark);opacity:0;transition:transform .25s,opacity .25s;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.ConsentBanner-module__FsblDq__banner.ConsentBanner-module__FsblDq__show{opacity:1;transform:translateY(0)}.ConsentBanner-module__FsblDq__container{gap:2rem;max-width:900px;margin:0 auto;padding:2rem;display:grid}.ConsentBanner-module__FsblDq__text{color:var(--alternative);font-size:.95rem}.ConsentBanner-module__FsblDq__actions{flex-wrap:wrap;gap:.5rem;display:flex}.ConsentBanner-module__FsblDq__link{color:var(--text_dark);text-underline-offset:.15em;text-decoration:underline}@media (min-width:640px){.ConsentBanner-module__FsblDq__container{grid-template-columns:1fr auto;align-items:center}}@media (min-width:1400px){.ConsentBanner-module__FsblDq__banner{border:1px solid var(--alternative_dark);max-width:900px;bottom:2rem;left:50%;transform:translate(-50%)translateY(100%)}.ConsentBanner-module__FsblDq__banner.ConsentBanner-module__FsblDq__show{transform:translate(-50%)translateY(0)}}
.CategoriesSection-module__vXuSTG__section{justify-content:center;width:100%;display:flex}.CategoriesSection-module__vXuSTG__container{width:100%;max-width:var(--container_width);gap:var(--section_gap);flex-direction:column;padding:0;display:flex}.CategoriesSection-module__vXuSTG__header{align-items:center;gap:var(--header_gap);max-width:var(--header_max_width);text-align:center;flex-direction:column;margin:0 auto;display:flex}.CategoriesSection-module__vXuSTG__kicker{width:fit-content;color:var(--text_muted);font-size:var(--kicker_size);text-transform:uppercase;letter-spacing:var(--kicker_spacing);line-height:1}.CategoriesSection-module__vXuSTG__title{font-size:var(--section_title_size);font-weight:var(--title_weight);letter-spacing:var(--title_letter_spacing);color:var(--text_dark)}.CategoriesSection-module__vXuSTG__categories{gap:var(--item_gap);grid-template-columns:repeat(1,minmax(0,1fr));width:100%;display:grid}.CategoriesSection-module__vXuSTG__category_item{border:1px solid var(--panel_border);border-radius:var(--card_border_radius);background:var(--panel_surface_strong);min-height:auto;position:relative;overflow:hidden}.CategoriesSection-module__vXuSTG__category_link{flex-direction:column;width:100%;min-height:100%;position:relative}@keyframes CategoriesSection-module__vXuSTG__skeleton_pulse{0%,to{opacity:1}50%{opacity:.05}}.CategoriesSection-module__vXuSTG__category_image_shell{aspect-ratio:4/3;isolation:isolate;background:var(--skeleton_bg);width:100%;position:relative;overflow:hidden}.CategoriesSection-module__vXuSTG__category_image_shell:before{content:"";z-index:0;background:var(--skeleton_bg_pulse);animation:2.4s ease-in-out infinite CategoriesSection-module__vXuSTG__skeleton_pulse;position:absolute;inset:0}.CategoriesSection-module__vXuSTG__category_image{object-fit:cover;transition:transform .35s ease-in-out}.CategoriesSection-module__vXuSTG__category_link_content{z-index:1;justify-content:flex-end;width:calc(100% - 2rem);display:flex;position:absolute;top:1rem;right:1rem}.CategoriesSection-module__vXuSTG__category_title{font-size:var(--card_title_size);color:var(--text_dark);padding:0;font-weight:500;line-height:1;position:relative}.CategoriesSection-module__vXuSTG__category_title:after{content:"";opacity:0;background:currentColor;width:100%;height:1px;margin-top:.4rem;display:block}@media (hover:hover){.CategoriesSection-module__vXuSTG__category_item:hover .CategoriesSection-module__vXuSTG__category_title:after{opacity:1}}@media (hover:none){.CategoriesSection-module__vXuSTG__category_item:active .CategoriesSection-module__vXuSTG__category_title:after{opacity:1}}@media screen and (min-width:900px){.CategoriesSection-module__vXuSTG__categories{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1400px){.CategoriesSection-module__vXuSTG__categories{grid-template-columns:repeat(3,minmax(0,1fr))}}
.Content-module__cgCXuG__content{flex-direction:column;gap:2rem;width:100%;display:flex}.Content-module__cgCXuG__tabs_wrapper{width:calc(100% + 2rem);margin-left:-1rem;margin-right:-1rem;position:relative}.Content-module__cgCXuG__tabs_wrapper:after{content:"";background:var(--panel_border);pointer-events:none;height:2px;position:absolute;bottom:0;left:0;right:0}.Content-module__cgCXuG__tabs{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:0;width:100%;padding:0 1rem;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#0000,#000 1rem calc(100% - 1rem),#0000 100%);mask-image:linear-gradient(90deg,#0000,#000 1rem calc(100% - 1rem),#0000 100%)}.Content-module__cgCXuG__tabs::-webkit-scrollbar{display:none}.Content-module__cgCXuG__tab{color:var(--text_muted);white-space:nowrap;background:0 0;border:0;border-radius:0;padding:1rem 2rem;font-size:1rem;font-weight:600;line-height:1.2;transition:color .2s linear;display:block;position:relative}.Content-module__cgCXuG__tab:hover{color:var(--text_dark)}.Content-module__cgCXuG__tab_active{color:var(--text_dark);background:0 0}.Content-module__cgCXuG__tab_active:hover{color:var(--text_dark)}.Content-module__cgCXuG__tab_bg{background:var(--primary);z-index:1;height:2px;position:absolute;bottom:0;left:0;right:0}.Content-module__cgCXuG__tab_text{z-index:1;position:relative}.Content-module__cgCXuG__panel{padding:0}.Content-module__cgCXuG__description_layout{gap:1.25rem;display:grid}.Content-module__cgCXuG__copy_block{flex-direction:column;gap:1rem;display:flex}.Content-module__cgCXuG__text{color:var(--text_muted);font-size:var(--item_description_size);white-space:pre-wrap;margin:0;line-height:1.75}.Content-module__cgCXuG__preview_media{aspect-ratio:4/3;background:0 0;width:100%;position:relative;overflow:hidden}.Content-module__cgCXuG__preview_image,.Content-module__cgCXuG__spec_image_media{object-fit:cover}.Content-module__cgCXuG__specs_grid{gap:1.1rem;display:grid}.Content-module__cgCXuG__spec_card{border:1px solid var(--panel_border);border-radius:var(--card_border_radius);background:linear-gradient(180deg, var(--panel_surface_strong) 0%, #ffffffb3 100%);flex-direction:column;gap:1.1rem;padding:1.2rem;display:flex}.Content-module__cgCXuG__spec_head{flex-direction:column;gap:.55rem;display:flex}.Content-module__cgCXuG__spec_eyebrow{width:fit-content;color:var(--text_muted);font-size:var(--kicker_size);text-transform:uppercase;letter-spacing:var(--kicker_spacing);line-height:1}.Content-module__cgCXuG__spec_title{color:var(--text_dark);letter-spacing:-.04em;margin:0;font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:600;line-height:.98}.Content-module__cgCXuG__spec_items{gap:.9rem;display:grid}.Content-module__cgCXuG__spec_item{border-radius:calc(var(--border_radius) + .05rem);background:#ffffffc2;border:1px solid #11111114;gap:.9rem;padding:1rem;display:grid}.Content-module__cgCXuG__spec_item_top{flex-direction:column;gap:.45rem;display:flex}.Content-module__cgCXuG__spec_item_title{color:var(--text_dark);margin:0;font-size:1rem;font-weight:600;line-height:1.35}.Content-module__cgCXuG__spec_item_value{color:var(--text_muted);margin:0;font-size:.95rem;line-height:1.65}.Content-module__cgCXuG__spec_image{aspect-ratio:16/10;border-radius:calc(var(--border_radius) + .05rem);background:var(--surface_soft);width:100%;position:relative;overflow:hidden}.Content-module__cgCXuG__size_row{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.Content-module__cgCXuG__size_card{border-radius:calc(var(--border_radius) + .05rem);background:#ffffffc2;border:1px solid #11111114;flex-direction:column;align-items:center;gap:.35rem;padding:1rem .5rem;display:flex}.Content-module__cgCXuG__size_value{color:var(--text_dark);letter-spacing:-.03em;font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:600;line-height:1}.Content-module__cgCXuG__size_label{color:var(--text_muted);font-size:.85rem;line-height:1.2}.Content-module__cgCXuG__scenarios_grid{gap:1.1rem;display:grid}.Content-module__cgCXuG__scenario_card{border:1px solid var(--panel_border);border-radius:var(--card_border_radius);background:var(--panel_surface);flex-direction:column;gap:.75rem;padding:1.5rem;transition:border-color .2s;display:flex}.Content-module__cgCXuG__scenario_card:hover{border-color:#11111126}.Content-module__cgCXuG__scenario_head{align-items:center;gap:.5rem;display:flex}.Content-module__cgCXuG__scenario_term{background:var(--surface_soft);color:var(--text_dark);letter-spacing:.02em;border-radius:.3rem;align-items:center;padding:.3rem .65rem;font-size:.85rem;font-weight:600;display:inline-flex}.Content-module__cgCXuG__scenario_title{color:var(--text_dark);letter-spacing:-.01em;margin:0;font-size:1.2rem;font-weight:600;line-height:1.2}.Content-module__cgCXuG__scenario_description{color:var(--text_muted);font-size:var(--item_description_size);line-height:var(--item_description_line_height);margin:0}@media screen and (min-width:768px){.Content-module__cgCXuG__tabs_wrapper{width:100%;margin-left:0;margin-right:0}.Content-module__cgCXuG__tabs{padding:0;-webkit-mask-image:none;mask-image:none}.Content-module__cgCXuG__specs_grid,.Content-module__cgCXuG__scenarios_grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1100px){.Content-module__cgCXuG__description_layout{grid-template-columns:minmax(18rem,.85fr) minmax(0,1.15fr);align-items:stretch}.Content-module__cgCXuG__description_layout .Content-module__cgCXuG__preview_media{order:2}.Content-module__cgCXuG__description_layout .Content-module__cgCXuG__copy_block{order:1;align-self:center}.Content-module__cgCXuG__scenarios_grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.Content-module__cgCXuG__dims_card{border:1px solid var(--panel_border);border-radius:var(--border_radius);background:linear-gradient(180deg, var(--panel_surface_strong) 0%, #ffffffad 100%);justify-content:space-between;align-items:center;gap:1rem;padding:.8rem 1rem;display:flex}.Content-module__cgCXuG__dims_inline{flex-wrap:wrap;align-items:center;display:flex}.Content-module__cgCXuG__dims_item{white-space:nowrap;align-items:baseline;gap:.35rem;padding:0 1rem;display:flex}.Content-module__cgCXuG__dims_item:first-child{padding-left:0}.Content-module__cgCXuG__dims_item:last-child{padding-right:0}.Content-module__cgCXuG__dims_item+.Content-module__cgCXuG__dims_item{border-left:1px solid var(--panel_border)}.Content-module__cgCXuG__dims_dim_label{color:var(--text_muted);font-size:.95rem;font-weight:500}.Content-module__cgCXuG__dims_dim_value{color:var(--text_dark);font-size:.95rem;font-weight:500}@media screen and (max-width:899px){.Content-module__cgCXuG__tab{padding:.75rem 1rem;font-size:.875rem}.Content-module__cgCXuG__dims_inline{flex-direction:column;align-items:flex-start;gap:0}.Content-module__cgCXuG__dims_item{border-left:none;width:100%;padding:.45rem 0}.Content-module__cgCXuG__dims_item+.Content-module__cgCXuG__dims_item{border-top:1px solid var(--panel_border);border-left:none}}.Content-module__cgCXuG__spec_hint_text_btn{border-radius:calc(var(--border_radius) - .1rem);color:var(--text_muted);white-space:nowrap;background:0 0;border:1px solid #1111111f;flex-shrink:0;align-items:center;padding:.35rem .75rem;font-size:.82rem;font-weight:500;line-height:1;transition:color .2s,border-color .2s;display:inline-flex}@media (hover:hover){.Content-module__cgCXuG__spec_hint_text_btn:hover{color:var(--text_dark);border-color:#11111138}}.Content-module__cgCXuG__specs_list{flex-direction:column;display:flex}.Content-module__cgCXuG__spec_group{border-bottom:1px solid var(--panel_border);flex-direction:column;gap:1rem;padding:1.25rem 0;display:flex}.Content-module__cgCXuG__spec_group:first-child{padding-top:0}.Content-module__cgCXuG__spec_group:last-child{border-bottom:none;padding-bottom:0}.Content-module__cgCXuG__spec_group_label{color:var(--text_muted);font-size:var(--kicker_size);text-transform:uppercase;letter-spacing:var(--kicker_spacing);line-height:1}.Content-module__cgCXuG__spec_rows{flex-direction:column;display:flex}.Content-module__cgCXuG__spec_row{border:1px solid var(--panel_border);border-radius:var(--border_radius);background:linear-gradient(180deg, var(--panel_surface_strong) 0%, #ffffffad 100%);justify-content:space-between;align-items:center;gap:1rem;min-height:2.75rem;padding:.7rem 1rem;display:flex}.Content-module__cgCXuG__spec_row_name{color:var(--text_dark);font-size:.95rem;font-weight:500;line-height:1.3}.Content-module__cgCXuG__spec_row_dims{color:var(--text_muted);font-size:.95rem;line-height:1.3}.Content-module__cgCXuG__spec_hint_btn{border-radius:calc(var(--border_radius) - .1rem);width:2rem;height:2rem;color:var(--text_muted);background:0 0;border:1px solid #1111111a;flex-shrink:0;justify-content:center;align-items:center;transition:color .2s,border-color .2s,background-color .2s;display:inline-flex}.Content-module__cgCXuG__spec_hint_btn svg{width:1.1rem;height:1.1rem}@media (hover:hover){.Content-module__cgCXuG__spec_hint_btn:hover{color:var(--text_dark);background:var(--surface_soft);border-color:#1113}}.Content-module__cgCXuG__hint_overlay{z-index:900;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#11111152,#1111118a),#f2f2f559;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.Content-module__cgCXuG__hint_backdrop{cursor:pointer;background:0 0;border:0;position:absolute;inset:0}.Content-module__cgCXuG__hint_dialog{z-index:1;border-radius:var(--card_border_radius);background:#fff;flex-direction:column;width:min(100%,38rem);max-height:min(92svh,46rem);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #11111124,0 2px 8px #1111110f}.Content-module__cgCXuG__dragHandle{touch-action:none;cursor:grab;background:#1111112e;border-radius:999px;flex-shrink:0;width:2.5rem;height:.25rem;margin:.6rem auto 0;display:none}@media (hover:none){.Content-module__cgCXuG__dragHandle{display:block}}.Content-module__cgCXuG__close{color:var(--text_muted);cursor:pointer;background:0 0;border:none;align-self:flex-end;padding:1rem;font-size:.875rem;font-weight:500;line-height:1}@media (hover:hover){.Content-module__cgCXuG__close:hover{color:var(--text_dark)}}.Content-module__cgCXuG__hint_body{-webkit-overflow-scrolling:touch;flex-direction:column;flex-grow:1;justify-content:center;gap:1.25rem;padding-bottom:1rem;padding-left:1rem;padding-right:1rem;display:flex;overflow-y:auto}@media screen and (min-width:767px){.Content-module__cgCXuG__hint_body{padding-bottom:2rem;padding-left:2rem;padding-right:2rem}.Content-module__cgCXuG__close{padding:1.5rem 1.5rem 0}}.Content-module__cgCXuG__hint_dialog_title{color:var(--text_dark);margin:0;padding-right:2.5rem;font-size:1.1rem;font-weight:600;line-height:1.3}.Content-module__cgCXuG__hint_close{border-radius:var(--border_radius);width:2.25rem;height:2.25rem;color:var(--text_muted);background:0 0;border:1px solid #1111111a;flex-shrink:0;justify-content:center;align-items:center;transition:color .2s,border-color .2s;display:inline-flex}.Content-module__cgCXuG__hint_image{aspect-ratio:4/3;border-radius:calc(var(--card_border_radius) - .2rem);background:var(--surface_soft);width:100%;position:relative;overflow:hidden}.Content-module__cgCXuG__hint_image_inner{object-fit:cover}.Content-module__cgCXuG__hint_description{color:var(--text_muted);font-size:var(--item_description_size);margin:0;line-height:1.65}.Content-module__cgCXuG__hint_spec_rows{border-top:1px solid var(--panel_border);border-bottom:1px solid var(--panel_border);flex-direction:column;display:flex}.Content-module__cgCXuG__hint_spec_row{justify-content:space-between;align-items:baseline;gap:1rem;padding:.6rem 0;display:flex}.Content-module__cgCXuG__hint_spec_row+.Content-module__cgCXuG__hint_spec_row{border-top:1px solid var(--panel_border)}.Content-module__cgCXuG__hint_spec_label{color:var(--text_muted);flex-shrink:0;font-size:.82rem;font-weight:500}.Content-module__cgCXuG__hint_spec_value{color:var(--text_dark);text-align:right;font-size:.9rem;font-weight:500}@media screen and (max-width:767px){.Content-module__cgCXuG__hint_overlay{align-items:flex-start;padding:0}.Content-module__cgCXuG__hint_dialog{width:100%;height:100dvh;max-height:100dvh;box-shadow:none;border-radius:0}}
.Logotype-module__9BNf5a__logotype{cursor:pointer}
.DelieverySection-module__4WJ1KW__section{justify-content:center;width:100%;display:flex}.DelieverySection-module__4WJ1KW__container{width:100%;max-width:var(--container_width);gap:var(--section_gap);flex-direction:column;padding:0;display:flex}.DelieverySection-module__4WJ1KW__content{flex-direction:column;width:100%;display:flex}.DelieverySection-module__4WJ1KW__header{align-items:center;gap:var(--header_gap);max-width:var(--header_max_width);text-align:center;flex-direction:column;margin:0 auto;display:flex}.DelieverySection-module__4WJ1KW__kicker{width:fit-content;color:var(--text_muted);font-size:var(--kicker_size);text-transform:uppercase;letter-spacing:var(--kicker_spacing);line-height:1}.DelieverySection-module__4WJ1KW__title{font-size:var(--section_title_size);font-weight:var(--title_weight);letter-spacing:var(--title_letter_spacing)}.DelieverySection-module__4WJ1KW__properties{align-self:center;gap:var(--item_gap);width:100%;max-width:var(--small_container_width);grid-template-columns:repeat(1,minmax(0,1fr));display:grid}.DelieverySection-module__4WJ1KW__property{border:1px solid var(--panel_border);border-radius:var(--card_border_radius);background:var(--panel_surface);flex-direction:column;align-items:flex-start;gap:1.5rem;padding:2rem;display:flex}.DelieverySection-module__4WJ1KW__property_header{justify-content:space-between;align-items:center;width:100%;display:flex}.DelieverySection-module__4WJ1KW__icon_wrapper{background:var(--surface_soft);width:3rem;height:3rem;color:var(--primary);border-radius:.75rem;justify-content:center;align-items:center;display:flex}.DelieverySection-module__4WJ1KW__copy{flex-direction:column;gap:1.25rem;display:flex}.DelieverySection-module__4WJ1KW__property_title{font-size:var(--item_title_size);font-weight:600;line-height:1.1}.DelieverySection-module__4WJ1KW__description{color:var(--text_muted);font-size:var(--item_description_size);line-height:var(--item_description_line_height)}.DelieverySection-module__4WJ1KW__price_list{border-top:1px solid var(--panel_border);flex-direction:column;gap:.75rem;padding-top:.5rem;display:flex}.DelieverySection-module__4WJ1KW__price_item{justify-content:space-between;align-items:center;gap:1rem;display:flex}.DelieverySection-module__4WJ1KW__price_label{color:var(--text_muted);font-size:var(--item_description_size)}.DelieverySection-module__4WJ1KW__price_value{font-weight:var(--title_weight);font-size:var(--item_description_size);color:var(--text_dark)}@media screen and (min-width:900px){.DelieverySection-module__4WJ1KW__properties{grid-template-columns:repeat(2,minmax(0,1fr))}}
.CustomerGallery-module__kb3Rjq__rail_wrap{width:calc(100% + 2rem);margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#0000,#000 1rem calc(100% - 1rem),#0000 100%);mask-image:linear-gradient(90deg,#0000,#000 1rem calc(100% - 1rem),#0000 100%)}.CustomerGallery-module__kb3Rjq__rail{gap:var(--item_gap);width:max-content;min-width:100%;display:flex}.CustomerGallery-module__kb3Rjq__customer_card{cursor:zoom-in;border-radius:var(--card_border_radius);background:0 0;border:0;flex:0 0 min(72vw,20rem);padding:0;overflow:hidden}.CustomerGallery-module__kb3Rjq__customer_media{aspect-ratio:4/3;isolation:isolate;border-radius:var(--card_border_radius);background:var(--skeleton_bg);width:100%;position:relative;overflow:hidden}.CustomerGallery-module__kb3Rjq__customer_media:before{content:"";z-index:0;background:var(--skeleton_bg_pulse);animation:2.4s ease-in-out infinite CustomerGallery-module__kb3Rjq__skeleton_pulse;position:absolute;inset:0}.CustomerGallery-module__kb3Rjq__fullscreen_hint{z-index:4;border-radius:calc(var(--border_radius) * .6);-webkit-backdrop-filter:blur(6px);width:2rem;height:2rem;color:var(--text_dark);opacity:0;pointer-events:none;background:#ffffffe0;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;bottom:.6rem;right:.6rem}@media (hover:hover){.CustomerGallery-module__kb3Rjq__customer_card:hover .CustomerGallery-module__kb3Rjq__fullscreen_hint{opacity:1}}.CustomerGallery-module__kb3Rjq__rail_image{object-fit:cover}@media screen and (min-width:900px){.CustomerGallery-module__kb3Rjq__rail_wrap{width:100%;margin-left:0;margin-right:0;padding-left:0;padding-right:0;-webkit-mask-image:none;mask-image:none}.CustomerGallery-module__kb3Rjq__customer_card{flex-basis:19rem}}.CustomerGallery-module__kb3Rjq__modal_image{object-fit:contain}.CustomerGallery-module__kb3Rjq__modal_hotspot{z-index:4;pointer-events:auto;cursor:pointer;background:0 0;border:0;align-items:center;width:12%;min-width:4rem;display:flex;position:absolute;top:0;bottom:0}.CustomerGallery-module__kb3Rjq__modal_hotspot_prev{justify-content:flex-start;left:1rem}.CustomerGallery-module__kb3Rjq__modal_hotspot_next{justify-content:flex-end;right:1rem}.CustomerGallery-module__kb3Rjq__modal_nav_button{border-radius:calc(var(--border_radius) + .02rem);color:#fffffff2;background:#11111157;border:1px solid #ffffff3d;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:background-color .2s,border-color .2s;display:inline-flex}:is(.CustomerGallery-module__kb3Rjq__modal_close svg,.CustomerGallery-module__kb3Rjq__modal_nav_button svg){width:1.15rem;height:1.15rem}.CustomerGallery-module__kb3Rjq__modal_thumbnails{justify-content:center;gap:.75rem;padding-bottom:.1rem;display:flex;overflow-x:auto}.CustomerGallery-module__kb3Rjq__thumbnail{border-radius:calc(var(--border_radius) + .05rem);opacity:.56;background:0 0;border:1px solid #0000;flex:none;padding:0;transition:opacity .2s,border-color .2s}.CustomerGallery-module__kb3Rjq__thumbnail_active{opacity:1;border-color:#ffffff2e}.CustomerGallery-module__kb3Rjq__thumbnail_media{aspect-ratio:1;border-radius:calc(var(--border_radius) + .05rem);width:5rem;position:relative;overflow:hidden}.CustomerGallery-module__kb3Rjq__thumbnail_image{object-fit:cover}@media (hover:hover){.CustomerGallery-module__kb3Rjq__modal_close:hover,.CustomerGallery-module__kb3Rjq__modal_nav_button:hover{background:#11111180;border-color:#ffffff57}}@media screen and (max-width:767px){.CustomerGallery-module__kb3Rjq__modal_close_text{display:none}.CustomerGallery-module__kb3Rjq__modal_hotspot{width:16%}}
.Footer-module__JGhRua__footer{justify-content:center;align-items:center;width:100%;padding:0;display:flex}.Footer-module__JGhRua__container{width:100%;max-width:calc(var(--container_width) + 2rem);background:0 0;border-radius:0;flex-direction:column;padding:4rem 1rem;display:flex}.Footer-module__JGhRua__container_top{gap:var(--item_gap);border-top:1px solid var(--panel_border);flex-direction:column;width:100%;padding:4rem 0;display:flex}.Footer-module__JGhRua__brand{flex-direction:column;gap:.9rem;display:flex}.Footer-module__JGhRua__logotype_socials{flex-direction:column;gap:0;display:flex}.Footer-module__JGhRua__socials{justify-content:space-between;gap:.75rem;width:180px;max-width:100%;display:flex}.Footer-module__JGhRua__social{flex:1 1 0}.Footer-module__JGhRua__social_link{border:1px solid var(--alternative_dark);border-radius:var(--border_radius);background:var(--surface_soft);justify-content:center;align-items:center;width:100%;height:3rem;display:flex}.Footer-module__JGhRua__social_svg{width:24px;height:24px;color:var(--text_muted)}@media (hover:hover){.Footer-module__JGhRua__social_link:hover .Footer-module__JGhRua__social_svg{color:var(--text_dark)}.Footer-module__JGhRua__social_link:hover{background:#f0f0f2}}@media (hover:none){.Footer-module__JGhRua__social_link:active .Footer-module__JGhRua__social_svg{color:var(--text_dark)}.Footer-module__JGhRua__social_link:active{background:#f0f0f2}}.Footer-module__JGhRua__navigation{gap:var(--item_gap);flex-direction:column;display:flex}.Footer-module__JGhRua__navigation_item{width:100%}.Footer-module__JGhRua__filters,.Footer-module__JGhRua__documents{flex-wrap:wrap;width:100%;display:flex}.Footer-module__JGhRua__documents{gap:var(--item_gap)}.Footer-module__JGhRua__filter,.Footer-module__JGhRua__document{border:1px solid var(--panel_border);border-radius:calc(var(--border_radius) + .05rem);background:var(--panel_surface);flex-direction:column;gap:1rem;width:100%;min-width:180px;padding:1.25rem;display:flex}.Footer-module__JGhRua__filter_links,.Footer-module__JGhRua__document_links{flex-direction:column;gap:.55rem;display:flex}.Footer-module__JGhRua__filter_title,.Footer-module__JGhRua__document_title{color:var(--text_dark);text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;line-height:1}.Footer-module__JGhRua__filter_link a,.Footer-module__JGhRua__document_link a{color:var(--text_muted)}@media (hover:hover){.Footer-module__JGhRua__filter_link:hover a,.Footer-module__JGhRua__document_link:hover a{color:var(--text_dark)}}@media (hover:none){.Footer-module__JGhRua__filter_link:active a,.Footer-module__JGhRua__document_link:active a{color:var(--text_dark)}}.Footer-module__JGhRua__contacts{gap:var(--item_gap);flex-direction:column;width:100%;display:flex}.Footer-module__JGhRua__contact_card{border:1px solid var(--panel_border);border-radius:calc(var(--border_radius) + .05rem);background:var(--panel_surface);flex-direction:column;gap:1rem;width:100%;padding:1.25rem;display:flex}.Footer-module__JGhRua__contact_block{flex-direction:column;gap:0;display:flex}.Footer-module__JGhRua__contact_label{color:var(--text_dark);text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;line-height:1}.Footer-module__JGhRua__contact_link{flex-direction:column;gap:.3rem;display:flex}.Footer-module__JGhRua__contacts,.Footer-module__JGhRua__contact_link{color:var(--text_muted)}.Footer-module__JGhRua__address,.Footer-module__JGhRua__timetable{color:var(--text_muted);font-size:1rem;line-height:1.45}.Footer-module__JGhRua__contacts .Footer-module__JGhRua__phone{color:var(--text_muted);font-size:1rem;font-weight:400;line-height:1.45}@media (hover:hover){.Footer-module__JGhRua__contact_link:hover,.Footer-module__JGhRua__contact_link:hover .Footer-module__JGhRua__address,.Footer-module__JGhRua__contact_link:hover .Footer-module__JGhRua__timetable,.Footer-module__JGhRua__contact_link:hover .Footer-module__JGhRua__phone{color:var(--text_dark)}}@media (hover:none){.Footer-module__JGhRua__contact_link:active{color:var(--text_dark)}}.Footer-module__JGhRua__copyrights{border-top:1px solid var(--alternative_dark);flex-direction:column;gap:.75rem;padding-top:4rem;display:flex}.Footer-module__JGhRua__copyright{color:var(--text_muted);line-height:1.45}@media screen and (min-width:900px){.Footer-module__JGhRua__container{padding-left:1.5rem;padding-right:1.5rem}}@media screen and (min-width:1000px){.Footer-module__JGhRua__container_top{grid-template-columns:minmax(260px,.7fr) minmax(0,1fr) minmax(260px,.8fr);align-items:start;display:grid}}
.MainSection-module__wMb34q__section{justify-content:center;width:100%;display:flex}.MainSection-module__wMb34q__panel{width:100%;max-width:var(--container_width);align-items:stretch;gap:2rem;display:grid}.MainSection-module__wMb34q__copy,.MainSection-module__wMb34q__media{min-width:0}.MainSection-module__wMb34q__copy{color:var(--text_dark);flex-direction:column;justify-content:center;gap:1.6rem;display:flex}@media screen and (min-width:900px){.MainSection-module__wMb34q__copy{border:1px solid var(--panel_border);border-radius:calc(var(--border_radius) + .15rem);background:linear-gradient(180deg, var(--panel_surface_strong) 0%, #ffffff8c 100%);padding:2rem}}.MainSection-module__wMb34q__copy_top{display:flex}.MainSection-module__wMb34q__kicker,.MainSection-module__wMb34q__media_label{width:fit-content;font-size:var(--kicker_size);text-transform:uppercase;letter-spacing:var(--kicker_spacing);line-height:1}.MainSection-module__wMb34q__kicker{color:var(--text_muted)}.MainSection-module__wMb34q__title{max-width:90%;font-size:var(--title_size);font-weight:var(--title_weight);letter-spacing:var(--title_letter_spacing)}.MainSection-module__wMb34q__description{max-width:27rem;color:var(--text_muted);font-size:var(--description_size);line-height:var(--description_line_height)}.MainSection-module__wMb34q__actions{flex-direction:column;gap:.75rem;width:100%;display:flex}.MainSection-module__wMb34q__actions>*{width:100%}.MainSection-module__wMb34q__secondary_action{border-radius:calc(var(--border_radius) + .05rem);min-height:3.25rem;color:var(--text_dark);background:linear-gradient(180deg, var(--panel_surface_strong) 0%, #ffffff8c 100%);border:1px solid #1713111f;justify-content:center;align-items:center;padding:.9rem 1.35rem;transition:transform .2s,background-color .2s}@media screen and (min-width:900px){.MainSection-module__wMb34q__secondary_action{background:0 0}}.MainSection-module__wMb34q__facts{grid-template-columns:repeat(1,minmax(0,1fr));gap:.75rem;margin-top:.4rem;display:grid}.MainSection-module__wMb34q__fact{background:linear-gradient(180deg, var(--panel_surface_strong) 0%, #ffffff8c 100%);border:1px solid var(--panel_border);border-radius:calc(var(--border_radius) + .05rem);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.45rem;padding:1rem;display:flex}@media screen and (min-width:900px){.MainSection-module__wMb34q__fact{background:var(--page_background)}}.MainSection-module__wMb34q__fact_value{letter-spacing:.04em;text-transform:uppercase;font-size:1rem;font-weight:700;line-height:1.2}.MainSection-module__wMb34q__fact_label{color:var(--text_muted);text-align:center;max-width:14rem;font-size:.82rem;line-height:1.35}.MainSection-module__wMb34q__media{flex-direction:column;gap:0;padding:0;display:flex}.MainSection-module__wMb34q__video_shell{border-radius:calc(var(--border_radius) + .15rem);background:var(--skeleton_bg);min-height:420px;animation:2s ease-in-out infinite MainSection-module__wMb34q__skeleton_pulse;position:relative;overflow:hidden}.MainSection-module__wMb34q__video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.MainSection-module__wMb34q__video_overlay{background:linear-gradient(#ffffff05 0%,#1111112e 100%);position:absolute;inset:0}@media screen and (max-width:899px){.MainSection-module__wMb34q__media{margin-left:-1rem;margin-right:-1rem}}@media (hover:hover){.MainSection-module__wMb34q__secondary_action:hover{background:#1713110d}}@media (hover:none){.MainSection-module__wMb34q__secondary_action:active{background:#1713110d}}@media screen and (min-width:900px){.MainSection-module__wMb34q__actions{flex-flow:wrap;width:fit-content}.MainSection-module__wMb34q__actions>*{width:auto}.MainSection-module__wMb34q__facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}@media screen and (min-width:1200px){.MainSection-module__wMb34q__panel{gap:var(--item_gap);grid-template-columns:repeat(2,minmax(0,1fr))}.MainSection-module__wMb34q__video_shell,.MainSection-module__wMb34q__copy{height:100%}.MainSection-module__wMb34q__media{order:1;height:100%}}
.Photos-module__YF084q__gallery{flex-direction:column;width:100%;display:flex}.Photos-module__YF084q__image,.Photos-module__YF084q__modal_image{object-fit:cover}.Photos-module__YF084q__mobile_gallery{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);position:relative}.Photos-module__YF084q__mobile_top{z-index:2;position:absolute;top:1rem;right:1rem}.Photos-module__YF084q__counter,.Photos-module__YF084q__modal_counter{border-radius:calc(var(--border_radius) + .05rem);min-height:2.25rem;color:var(--text_dark);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffd6;border:1px solid #11111114;justify-content:center;align-items:center;padding:.45rem .75rem;font-size:.82rem;font-weight:500;display:inline-flex}.Photos-module__YF084q__mobile_track{scroll-snap-type:x mandatory;display:flex;overflow-x:auto}.Photos-module__YF084q__mobile_slide{scroll-snap-align:start;flex:0 0 100%}.Photos-module__YF084q__mobile_slide_media{aspect-ratio:4/3;isolation:isolate;background:var(--skeleton_bg);width:100%;position:relative}.Photos-module__YF084q__mobile_slide_media:before{content:"";z-index:0;background:var(--skeleton_bg_pulse);animation:2.4s ease-in-out infinite Photos-module__YF084q__skeleton_pulse;position:absolute;inset:0}.Photos-module__YF084q__desktop_gallery{display:none}.Photos-module__YF084q__desktop_carousel{justify-content:center;align-items:center;gap:1rem;width:100%;margin:0 auto;display:flex}.Photos-module__YF084q__desktop_carousel_slide{background:0 0;border:0;padding:0}.Photos-module__YF084q__desktop_carousel_slide_active{cursor:zoom-in;width:45%}.Photos-module__YF084q__desktop_carousel_slide_inactive{cursor:pointer;width:30%}.Photos-module__YF084q__desktop_carousel_media{aspect-ratio:4/3;isolation:isolate;border-radius:calc(var(--border_radius) + .15rem);background:var(--skeleton_bg);width:100%;position:relative;overflow:hidden}.Photos-module__YF084q__desktop_carousel_media:before{content:"";z-index:0;background:var(--skeleton_bg_pulse);animation:2.4s ease-in-out infinite Photos-module__YF084q__skeleton_pulse;position:absolute;inset:0}.Photos-module__YF084q__fullscreen_hint{z-index:4;border-radius:calc(var(--border_radius) * .6);-webkit-backdrop-filter:blur(6px);width:2rem;height:2rem;color:var(--text_dark);opacity:0;pointer-events:none;background:#ffffffe0;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;bottom:.6rem;right:.6rem}@media (hover:hover){.Photos-module__YF084q__desktop_carousel_slide_active:hover .Photos-module__YF084q__fullscreen_hint{opacity:1}}.Photos-module__YF084q__desktop_gallery_inner{align-items:center;gap:2rem;width:100%;display:flex}.Photos-module__YF084q__desktop_main{flex:1;min-width:0}.Photos-module__YF084q__desktop_main_media{aspect-ratio:4/3;border-radius:calc(var(--border_radius) + .15rem);background:var(--skeleton_bg);width:100%;animation:2s ease-in-out infinite Photos-module__YF084q__skeleton_pulse;position:relative;overflow:hidden}.Photos-module__YF084q__desktop_side{cursor:pointer;background:0 0;border:0;flex:none;width:clamp(180px,16vw,280px);padding:0}.Photos-module__YF084q__desktop_side_media{aspect-ratio:4/3;border-radius:calc(var(--border_radius) + .15rem);background:var(--skeleton_bg);width:100%;animation:2s ease-in-out infinite Photos-module__YF084q__skeleton_pulse;position:relative;overflow:hidden}.Photos-module__YF084q__modal{z-index:1000;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Photos-module__YF084q__backdrop{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#111111e6;position:absolute;inset:0}.Photos-module__YF084q__modal_shell{z-index:1;flex-direction:column;gap:1.25rem;width:min(100%,96rem);height:min(100%,96svh);display:flex;position:relative}.Photos-module__YF084q__modal_toolbar{z-index:1001;justify-content:center;align-items:center;gap:1rem;display:flex;position:fixed;top:1.5rem;right:1.5rem}.Photos-module__YF084q__modal_meta{display:none}.Photos-module__YF084q__modal_close{border-radius:var(--border_radius);color:#fffffff2;background:#ffffff1a;border:1px solid #fff3;justify-content:center;align-items:center;gap:.5rem;min-width:3rem;height:3rem;padding:0 .85rem;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex}.Photos-module__YF084q__modal_close_text{letter-spacing:.02em;font-size:.8rem;line-height:1}.Photos-module__YF084q__modal_stage{flex:1;justify-content:center;align-items:center;min-height:0;display:flex;position:relative}.Photos-module__YF084q__modal_stage_close{z-index:1;background:0 0;border:0;padding:0;position:absolute;inset:0}.Photos-module__YF084q__modal_image_wrap{z-index:2;pointer-events:auto;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.Photos-module__YF084q__modal_image_inner{cursor:default;position:absolute;inset:.5rem 0}.Photos-module__YF084q__modal_image{object-fit:contain}.Photos-module__YF084q__modal_hotspot{z-index:4;pointer-events:auto;cursor:pointer;background:0 0;border:0;align-items:center;width:12%;min-width:4rem;display:flex;position:absolute;top:0;bottom:0}.Photos-module__YF084q__modal_hotspot_prev{justify-content:flex-start;left:1rem}.Photos-module__YF084q__modal_hotspot_next{justify-content:flex-end;right:1rem}.Photos-module__YF084q__modal_nav_button{border-radius:calc(var(--border_radius) + .02rem);color:#fffffff2;background:#11111157;border:1px solid #ffffff3d;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:background-color .2s,border-color .2s;display:inline-flex}:is(.Photos-module__YF084q__modal_close svg,.Photos-module__YF084q__modal_nav_button svg){width:1.15rem;height:1.15rem}.Photos-module__YF084q__modal_thumbnails{justify-content:center;gap:.75rem;padding-bottom:.1rem;display:flex;overflow-x:auto}.Photos-module__YF084q__thumbnail{border-radius:calc(var(--border_radius) + .05rem);opacity:.56;background:0 0;border:1px solid #0000;flex:none;padding:0;transition:opacity .2s,border-color .2s}.Photos-module__YF084q__thumbnail_active{opacity:1;border-color:#ffffff2e}.Photos-module__YF084q__thumbnail_media{aspect-ratio:1;border-radius:calc(var(--border_radius) + .05rem);width:5rem;position:relative;overflow:hidden}@media screen and (min-width:1024px){.Photos-module__YF084q__mobile_gallery{display:none}.Photos-module__YF084q__desktop_gallery{flex-direction:column;display:flex;position:relative}.Photos-module__YF084q__desktop_carousel{padding:0 clamp(1.5rem,3vw,3.4rem)}}@media (hover:hover){.Photos-module__YF084q__modal_close:hover,.Photos-module__YF084q__modal_nav_button:hover{background:#11111180;border-color:#ffffff57}.Photos-module__YF084q__thumbnail:hover{opacity:1}}@media screen and (max-width:767px){.Photos-module__YF084q__modal_shell{gap:1rem}.Photos-module__YF084q__modal_close_text{display:none}.Photos-module__YF084q__modal_hotspot{width:16%}.Photos-module__YF084q__modal_thumbnails{display:none}}
.Header-module__D5nTzG__header{z-index:100;pointer-events:none;isolation:isolate;background:0 0;justify-content:center;width:100%;padding:0;display:flex;position:fixed;top:0;left:0}.Header-module__D5nTzG__header:before{content:"";-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;pointer-events:none;background:#f2f2f580;transition:opacity .2s;position:absolute;inset:0}@media screen and (min-width:900px){.Header-module__D5nTzG__header:before{background:#f2f2f58c}}.Header-module__D5nTzG__header:has(.Header-module__D5nTzG__scrolled):before{opacity:1}.Header-module__D5nTzG__header:has(.Header-module__D5nTzG__active):before{opacity:1}@media screen and (max-width:1199px){.Header-module__D5nTzG__header:has(.Header-module__D5nTzG__active):before{-webkit-backdrop-filter:none;backdrop-filter:none;background:#f2f2f5}.Header-module__D5nTzG__header:has(.Header-module__D5nTzG__closing):before{-webkit-backdrop-filter:none;backdrop-filter:none;background:#f2f2f5}}.Header-module__D5nTzG__container{pointer-events:auto;z-index:1;width:100%;max-width:calc(var(--container_width) + 2rem);background:0 0;flex-direction:column;gap:1.25rem;padding:.5rem 1rem;display:flex;position:relative}.Header-module__D5nTzG__container.Header-module__D5nTzG__active,.Header-module__D5nTzG__container.Header-module__D5nTzG__closing{background:0 0;justify-content:flex-start;min-height:100dvh}.Header-module__D5nTzG__container.Header-module__D5nTzG__scrolled{background:0 0}.Header-module__D5nTzG__top{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.Header-module__D5nTzG__brand{align-items:center;display:flex}.Header-module__D5nTzG__navigation{width:100%;margin-top:auto;display:none}.Header-module__D5nTzG__container.Header-module__D5nTzG__active .Header-module__D5nTzG__navigation{animation:.22s both Header-module__D5nTzG__headerContentIn;display:flex}.Header-module__D5nTzG__container.Header-module__D5nTzG__closing .Header-module__D5nTzG__navigation{animation:.22s both Header-module__D5nTzG__headerContentOut;display:flex}.Header-module__D5nTzG__navigation_items{flex-direction:column;width:100%;display:flex}.Header-module__D5nTzG__navigation_item{width:100%;display:flex}.Header-module__D5nTzG__navigation_item a{width:100%;color:var(--text_dark);letter-spacing:-.01em;background:0 0;justify-content:flex-start;padding:.95rem 0;font-size:clamp(1.5rem,4vw,2rem);font-weight:600;transition:background-color .2s,color .2s}.Header-module__D5nTzG__buttons{flex-direction:column;gap:.9rem;width:100%;padding-top:.5rem;display:none}.Header-module__D5nTzG__buttons>*{width:100%}.Header-module__D5nTzG__phoneLink,.Header-module__D5nTzG__consultationButton{border-radius:calc(var(--border_radius) + .05rem);width:100%;min-height:3.5rem}.Header-module__D5nTzG__phoneLink{background:#ffffffe6;border:1px solid #11111114;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1.05rem;display:flex}.Header-module__D5nTzG__phoneLabel{color:var(--text_muted);font-size:.88rem}.Header-module__D5nTzG__phoneValue{color:var(--text_dark);letter-spacing:-.02em;font-size:1rem;font-weight:600;transition:color .2s}.Header-module__D5nTzG__consultationButton{background:var(--text_dark);color:var(--reverse);justify-content:center;align-items:center;padding:.95rem 1.2rem;font-size:1rem;font-weight:500;transition:background-color .2s;display:inline-flex}.Header-module__D5nTzG__container.Header-module__D5nTzG__active .Header-module__D5nTzG__buttons{margin-top:auto;animation:.22s both Header-module__D5nTzG__headerContentIn;display:flex}.Header-module__D5nTzG__container.Header-module__D5nTzG__closing .Header-module__D5nTzG__buttons{margin-top:auto;animation:.22s both Header-module__D5nTzG__headerContentOut;display:flex}@keyframes Header-module__D5nTzG__headerContentIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes Header-module__D5nTzG__headerContentOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}.Header-module__D5nTzG__loading{width:2rem;height:2rem}.Header-module__D5nTzG__burger{background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:3rem;height:3rem;display:flex}.Header-module__D5nTzG__burger_line{background-color:var(--text_dark);border-radius:1px;width:18px;height:2px;transition:transform .15s ease-in-out}.Header-module__D5nTzG__container.Header-module__D5nTzG__active .Header-module__D5nTzG__burger_line:first-child{transform:translateY(4px)rotate(45deg)}.Header-module__D5nTzG__container.Header-module__D5nTzG__active .Header-module__D5nTzG__burger_line:last-child{transform:translateY(-4px)rotate(-45deg)}.Header-module__D5nTzG__container.Header-module__D5nTzG__closing .Header-module__D5nTzG__burger_line:first-child,.Header-module__D5nTzG__container.Header-module__D5nTzG__closing .Header-module__D5nTzG__burger_line:last-child{transform:none}@media (hover:hover){.Header-module__D5nTzG__navigation_item a:hover,.Header-module__D5nTzG__phoneLink:hover,.Header-module__D5nTzG__phoneLink:hover .Header-module__D5nTzG__phoneValue{color:var(--text_muted)}.Header-module__D5nTzG__consultationButton:hover{opacity:.88}}@media (hover:none){.Header-module__D5nTzG__navigation_item a:active,.Header-module__D5nTzG__phoneLink:active,.Header-module__D5nTzG__phoneLink:active .Header-module__D5nTzG__phoneValue{color:var(--text_muted)}.Header-module__D5nTzG__consultationButton:active{opacity:.88}}@media screen and (min-width:1200px){.Header-module__D5nTzG__loading,.Header-module__D5nTzG__burger{display:none}.Header-module__D5nTzG__container,.Header-module__D5nTzG__container.Header-module__D5nTzG__active,.Header-module__D5nTzG__container.Header-module__D5nTzG__closing{grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;min-height:auto;padding:.5rem 1rem;display:grid}.Header-module__D5nTzG__top{width:auto}.Header-module__D5nTzG__navigation{margin-top:0}.Header-module__D5nTzG__navigation,.Header-module__D5nTzG__container.Header-module__D5nTzG__active .Header-module__D5nTzG__navigation{justify-content:center;min-width:0;margin-right:0;display:flex}.Header-module__D5nTzG__navigation_items{flex-flow:row;justify-content:center;align-items:center;gap:1rem;width:auto}.Header-module__D5nTzG__navigation_item{width:auto}.Header-module__D5nTzG__navigation_item a{width:auto;color:var(--text_dark);white-space:nowrap;background:0 0;border-top:none;padding:0;font-size:1rem;font-weight:400}.Header-module__D5nTzG__buttons,.Header-module__D5nTzG__container.Header-module__D5nTzG__active .Header-module__D5nTzG__buttons{flex-direction:row;align-items:center;gap:.75rem;width:auto;padding-top:0;display:flex}.Header-module__D5nTzG__phoneLink,.Header-module__D5nTzG__consultationButton{width:auto;min-height:2.9rem}.Header-module__D5nTzG__phoneLink{background:0 0;border:none;gap:.55rem;padding:.45rem .55rem .45rem .8rem}.Header-module__D5nTzG__phoneLabel{display:none}.Header-module__D5nTzG__phoneValue{white-space:nowrap;font-size:1rem;font-weight:600}.Header-module__D5nTzG__consultationButton{padding:.7rem 1.15rem}}@media screen and (min-width:1200px) and (hover:hover){.Header-module__D5nTzG__navigation_item a:hover{color:var(--text_muted)}}
.MediaSlider-module__TotthG__slider{border-radius:calc(var(--border_radius) + .15rem);isolation:isolate;background:var(--skeleton_bg);-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;flex:1;min-height:420px;position:relative;overflow:hidden}.MediaSlider-module__TotthG__slider:before{content:"";z-index:0;background:var(--skeleton_bg);animation:2.4s ease-in-out infinite MediaSlider-module__TotthG__skeleton_pulse;position:absolute;inset:0}@media screen and (max-width:899px){.MediaSlider-module__TotthG__slider{aspect-ratio:4/3;border-radius:0;min-height:0}}.MediaSlider-module__TotthG__shell{z-index:1;position:absolute;inset:0}.MediaSlider-module__TotthG__slides{position:absolute;inset:0}.MediaSlider-module__TotthG__slide{opacity:0;pointer-events:none;transition:opacity .4s;position:absolute;inset:0}.MediaSlider-module__TotthG__slide_active{opacity:1;pointer-events:auto;animation:none}.MediaSlider-module__TotthG__media_el{object-fit:cover;pointer-events:none;-webkit-touch-callout:none;width:100%;height:100%;position:absolute;inset:0}.MediaSlider-module__TotthG__media_el_hidden{opacity:0;transition:none}.MediaSlider-module__TotthG__media_el_visible{opacity:1;transition:opacity .4s}.MediaSlider-module__TotthG__overlay{pointer-events:none;background:linear-gradient(#ffffff05 0%,#1111112e 100%);position:absolute;inset:0}.MediaSlider-module__TotthG__link_overlay{z-index:1;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;position:absolute;inset:0}.MediaSlider-module__TotthG__thumbs{z-index:2;background:linear-gradient(#0000 0%,#0000006b 100%);gap:.35rem;padding:1.5rem .75rem .7rem;display:flex;position:absolute;bottom:0;left:0;right:0}.MediaSlider-module__TotthG__thumb{cursor:pointer;background:0 0;border:none;flex:1;align-items:center;height:20px;padding:0;display:flex;position:relative}.MediaSlider-module__TotthG__thumb:before{content:"";background:#ffffff59;border-radius:2px;width:100%;height:3px;display:block}.MediaSlider-module__TotthG__thumb_fill{transform-origin:0;will-change:transform;background:#fff;border-radius:2px;width:100%;height:3px;margin-top:-1.5px;position:absolute;top:50%;left:0;transform:scaleX(0)}@media screen and (min-width:1200px){.MediaSlider-module__TotthG__slider{min-height:0}}
.PurchaseCard-module__9qsj7W__card{gap:var(--item_gap);border:1px solid var(--panel_border);border-radius:calc(var(--card_border_radius) + .1rem);background:linear-gradient(180deg, var(--panel_surface_strong) 0%, #ffffffad 100%);flex-direction:column;padding:1rem;display:flex}@media screen and (max-width:900px){.PurchaseCard-module__9qsj7W__card{border-left:none;border-right:none;border-radius:0}}.PurchaseCard-module__9qsj7W__price_block{flex-direction:column;gap:.75rem;display:flex}.PurchaseCard-module__9qsj7W__badge{width:fit-content;min-height:2rem;color:var(--text_dark);letter-spacing:.08em;text-transform:uppercase;background:#1111110f;border:1px solid #11111114;border-radius:999px;padding:.45rem .75rem;font-size:.75rem;font-weight:500}.PurchaseCard-module__9qsj7W__price{color:var(--text_dark);letter-spacing:-.05em;align-items:flex-end;gap:.22em;margin:0;font-size:clamp(2.4rem,5vw,3.2rem);font-weight:600;line-height:.95;display:flex;position:relative}.PurchaseCard-module__9qsj7W__price_value{white-space:nowrap;font-variant-numeric:tabular-nums lining-nums;align-items:flex-end;display:inline-flex}.PurchaseCard-module__9qsj7W__price_digit_window,.PurchaseCard-module__9qsj7W__price_static_character{justify-content:center;width:.62em;height:1em;display:inline-flex;overflow:hidden}.PurchaseCard-module__9qsj7W__price_digit_window{align-items:flex-start}.PurchaseCard-module__9qsj7W__price_digit_track{transform:translateY(var(--price-offset-to,0));will-change:transform;flex-direction:column;display:flex}.PurchaseCard-module__9qsj7W__price_digit_track_animated{animation-name:PurchaseCard-module__9qsj7W__price-digit-roll;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-fill-mode:both}.PurchaseCard-module__9qsj7W__price_digit,.PurchaseCard-module__9qsj7W__price_static_digit{justify-content:center;align-items:center;width:.62em;height:1em;line-height:1;display:inline-flex}.PurchaseCard-module__9qsj7W__price_static_character{align-items:center;width:.75rem;line-height:1}.PurchaseCard-module__9qsj7W__price_gap{flex-shrink:0;width:.18em;display:inline-block}.PurchaseCard-module__9qsj7W__price_currency{letter-spacing:normal;line-height:1}.PurchaseCard-module__9qsj7W__price_screen_reader{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.PurchaseCard-module__9qsj7W__old_price{color:var(--text_muted);margin:-.2rem 0 0;font-size:1rem;line-height:1.4;text-decoration:line-through}.PurchaseCard-module__9qsj7W__payment_on_delivery_row{align-items:center;gap:.4rem;margin-top:-.1rem;display:flex}.PurchaseCard-module__9qsj7W__payment_on_delivery_text{color:var(--text_muted);font-size:.85rem;line-height:1.4}.PurchaseCard-module__9qsj7W__payment_on_delivery_hint_wrapper{align-items:center;display:inline-flex;position:relative}.PurchaseCard-module__9qsj7W__payment_on_delivery_icon_btn{width:1.25rem;height:1.25rem;color:var(--text_muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:color .18s;display:inline-flex}.PurchaseCard-module__9qsj7W__payment_on_delivery_icon_btn:hover,.PurchaseCard-module__9qsj7W__payment_on_delivery_icon_btn:focus-visible{color:var(--text_dark);outline:none}.PurchaseCard-module__9qsj7W__payment_tooltip{border:1px solid var(--panel_border);border-radius:var(--border_radius);z-index:20;background:#fff;min-width:14rem;padding:.8rem 1rem;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 4px 18px #0000001a}.PurchaseCard-module__9qsj7W__payment_tooltip:after{content:"";filter:drop-shadow(0 1px 0 var(--panel_border));border:6px solid #0000;border-top-color:#fff;position:absolute;top:100%;left:50%;transform:translate(-50%)}.PurchaseCard-module__9qsj7W__payment_tooltip_title{color:var(--text_dark);text-transform:uppercase;letter-spacing:.06em;margin:0 0 .5rem;font-size:.8rem;font-weight:600}.PurchaseCard-module__9qsj7W__payment_tooltip_list{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.PurchaseCard-module__9qsj7W__payment_tooltip_list li{justify-content:space-between;align-items:center;gap:1rem;display:flex}.PurchaseCard-module__9qsj7W__payment_tooltip_label{color:var(--text_muted);font-size:.82rem;line-height:1.4}.PurchaseCard-module__9qsj7W__payment_tooltip_value{color:var(--text_dark);white-space:nowrap;font-size:.82rem;font-weight:500;line-height:1.4}.PurchaseCard-module__9qsj7W__payment{border-top:1px solid var(--panel_border);border-bottom:1px solid var(--panel_border);flex-direction:column;gap:.9rem;padding:1rem 0;display:flex}.PurchaseCard-module__9qsj7W__payment_head{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.PurchaseCard-module__9qsj7W__payment_title{color:var(--text_dark);font-size:1rem;font-weight:600;line-height:1.3}.PurchaseCard-module__9qsj7W__payment_hint{color:var(--text_muted);font-size:.84rem;line-height:1.3}.PurchaseCard-module__9qsj7W__payment_grid{gap:.7rem;display:grid}.PurchaseCard-module__9qsj7W__payment_item{border:1px solid var(--panel_border);border-radius:calc(var(--border_radius) + .05rem);cursor:pointer;background:#ffffffad;align-items:center;gap:.75rem;min-height:3.5rem;padding:.8rem .9rem;transition:border-color .2s,background-color .2s;display:flex}.PurchaseCard-module__9qsj7W__payment_item_active{border-color:var(--primary);background:#1111110a}.PurchaseCard-module__9qsj7W__payment_icon{width:1.25rem;height:1.25rem;color:var(--text_dark);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.PurchaseCard-module__9qsj7W__payment_icon svg{width:100%;height:100%}.PurchaseCard-module__9qsj7W__payment_label{color:var(--text_dark);font-size:.9rem;font-weight:500;line-height:1.35}.PurchaseCard-module__9qsj7W__payment_text{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.35rem;width:100%;display:flex}.PurchaseCard-module__9qsj7W__delivery{flex-direction:column;gap:.9rem;display:flex}.PurchaseCard-module__9qsj7W__delivery_title{color:var(--text_dark);font-size:1rem;font-weight:600;line-height:1.3}.PurchaseCard-module__9qsj7W__delivery_content{flex-direction:column;gap:.85rem;display:flex}.PurchaseCard-module__9qsj7W__delivery_item{border:1px solid var(--panel_border);border-radius:calc(var(--border_radius) + .05rem);background:#ffffffb8;flex-direction:column;gap:.6rem;padding:1rem;display:flex}.PurchaseCard-module__9qsj7W__delivery_label{color:var(--text_dark);font-size:.95rem;font-weight:600;line-height:1.4}.PurchaseCard-module__9qsj7W__delivery_description{color:var(--text_muted);margin:0;font-size:.9rem;line-height:1.55}.PurchaseCard-module__9qsj7W__delivery_prices{border-top:1px solid var(--panel_border);flex-direction:column;gap:.5rem;padding-top:.5rem;list-style:none;display:flex}.PurchaseCard-module__9qsj7W__delivery_price_row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.PurchaseCard-module__9qsj7W__delivery_price_label{color:var(--text_muted);font-size:.9rem}.PurchaseCard-module__9qsj7W__delivery_price_value{color:var(--text_dark);white-space:nowrap;font-size:.95rem;font-weight:600}.PurchaseCard-module__9qsj7W__actions{width:100%;display:flex}.PurchaseCard-module__9qsj7W__submit{width:100%;min-height:3.75rem;font-size:1rem;font-weight:600}@keyframes PurchaseCard-module__9qsj7W__price-digit-roll{0%{transform:translateY(var(--price-offset-from,0))}to{transform:translateY(var(--price-offset-to,0))}}@keyframes PurchaseCard-module__9qsj7W__price-block-in{0%{opacity:0;transform:translateY(.35rem)}to{opacity:1;transform:translateY(0)}}.PurchaseCard-module__9qsj7W__price_block_content{flex-direction:column;gap:.4rem;animation:.28s cubic-bezier(.22,1,.36,1) both PurchaseCard-module__9qsj7W__price-block-in;display:flex}@media (prefers-reduced-motion:reduce){.PurchaseCard-module__9qsj7W__price_digit_track_animated,.PurchaseCard-module__9qsj7W__price_block_content{animation:none}}@media screen and (min-width:440px){.PurchaseCard-module__9qsj7W__payment_grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:768px){.PurchaseCard-module__9qsj7W__card{padding:2rem}.PurchaseCard-module__9qsj7W__delivery_content{flex-direction:row}.PurchaseCard-module__9qsj7W__delivery_item{flex:1}}.PurchaseCard-module__9qsj7W__installment_prices{flex-flow:wrap;align-items:flex-start;gap:1rem;display:flex}@media screen and (min-width:440px){.PurchaseCard-module__9qsj7W__installment_prices{gap:1.5rem}}.PurchaseCard-module__9qsj7W__installment_price_item{flex-direction:column;gap:.5rem;min-width:0;display:flex}.PurchaseCard-module__9qsj7W__installment_price_item .PurchaseCard-module__9qsj7W__price{font-size:clamp(1.4rem,3.5vw,1.85rem)}.PurchaseCard-module__9qsj7W__installment_price_label{color:var(--text_muted);letter-spacing:.06em;text-transform:uppercase;font-size:.6rem;font-weight:500;line-height:1.3}@media screen and (min-width:440px){.PurchaseCard-module__9qsj7W__installment_price_label{font-size:.75rem}}.PurchaseCard-module__9qsj7W__installment_price_sublabel{color:var(--text_muted);margin-top:.1rem;font-size:.82rem;line-height:1.4}.PurchaseCard-module__9qsj7W__installment_config{border:1px solid var(--panel_border);border-radius:calc(var(--border_radius) + .05rem);background:#fff9;flex-direction:column;gap:2rem;padding:1rem;display:flex}.PurchaseCard-module__9qsj7W__installment_slider_group{flex-direction:column;gap:1rem;display:flex}.PurchaseCard-module__9qsj7W__installment_slider_header{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.PurchaseCard-module__9qsj7W__installment_slider_label{color:var(--text_dark);font-size:.88rem;font-weight:500;line-height:1.3}.PurchaseCard-module__9qsj7W__installment_slider_value{color:var(--text_dark);white-space:nowrap;font-size:.88rem;font-weight:600;line-height:1.3}.PurchaseCard-module__9qsj7W__installment_range{appearance:none;background:var(--panel_border);cursor:pointer;width:100%;height:4px;accent-color:var(--primary);border-radius:2px;outline:none}.PurchaseCard-module__9qsj7W__installment_range::-webkit-slider-thumb{appearance:none;background:var(--primary);cursor:pointer;border:2px solid #fff;border-radius:50%;width:1.1rem;height:1.1rem;box-shadow:0 1px 4px #0000002e}.PurchaseCard-module__9qsj7W__installment_range::-moz-range-thumb{background:var(--primary);cursor:pointer;border:2px solid #fff;border-radius:50%;width:1.1rem;height:1.1rem;box-shadow:0 1px 4px #0000002e}.PurchaseCard-module__9qsj7W__installment_steps{flex-wrap:wrap;gap:.45rem;display:flex}.PurchaseCard-module__9qsj7W__installment_step_btn{border:1px solid var(--panel_border);border-radius:calc(var(--border_radius) - .1rem);color:var(--text_dark);cursor:pointer;background:#ffffffb3;padding:.3rem .7rem;font-size:.85rem;font-weight:500;transition:border-color .18s,background-color .18s,color .18s}.PurchaseCard-module__9qsj7W__installment_step_btn:after{content:" мес.";color:var(--text_muted);font-size:.75rem}.PurchaseCard-module__9qsj7W__installment_step_btn_active{border-color:var(--primary);background:#1111110d}.PurchaseCard-module__9qsj7W__installment_step_btn_active:after{color:inherit}
.page-module__aMYj-q__page{margin-bottom:var(--gap_page);justify-content:center;padding-top:5rem;display:flex}@media screen and (min-width:900px){.page-module__aMYj-q__page{padding-top:7rem}}.page-module__aMYj-q__section{justify-content:center;width:100%;padding:0 1rem;display:flex}.page-module__aMYj-q__container{gap:var(--section_gap);width:100%;max-width:var(--container_width);flex-direction:column;display:flex}.page-module__aMYj-q__breadcrumbs,.page-module__aMYj-q__summary_intro,.page-module__aMYj-q__section_intro{flex-wrap:wrap;gap:.5rem;display:flex}.page-module__aMYj-q__breadcrumbs{color:var(--text_muted);align-items:center;font-size:.86rem;line-height:1.45}.page-module__aMYj-q__breadcrumb_link,.page-module__aMYj-q__breadcrumb_current,.page-module__aMYj-q__breadcrumb_separator{display:inline-flex}.page-module__aMYj-q__breadcrumb_link{transition:color .2s}.page-module__aMYj-q__breadcrumb_current{color:var(--text_dark)}.page-module__aMYj-q__gallery_section,.page-module__aMYj-q__details_section,.page-module__aMYj-q__details_in_grid{flex-direction:column;display:flex}.page-module__aMYj-q__summary_grid{gap:var(--section_gap);flex-direction:column;display:flex}.page-module__aMYj-q__left_col{display:contents}.page-module__aMYj-q__summary_intro{order:1}.page-module__aMYj-q__summary_intro,.page-module__aMYj-q__section_intro{flex-direction:column}.page-module__aMYj-q__summary_intro{gap:1.2rem;max-width:54rem}.page-module__aMYj-q__details_in_grid{order:3}.page-module__aMYj-q__purchase_stage{flex-direction:column;order:2;margin:0 -1rem;display:flex}@media screen and (min-width:900px){.page-module__aMYj-q__purchase_stage{margin:0}}.page-module__aMYj-q__kicker,.page-module__aMYj-q__section_label{width:fit-content;color:var(--text_muted);font-size:var(--kicker_size);text-transform:uppercase;letter-spacing:var(--kicker_spacing);line-height:1}.page-module__aMYj-q__title,.page-module__aMYj-q__section_title{color:var(--text_dark);letter-spacing:-.04em;margin:0}.page-module__aMYj-q__title{font-size:var(--title_size);font-weight:var(--title_weight);letter-spacing:var(--title_letter_spacing)}.page-module__aMYj-q__lead,.page-module__aMYj-q__section_description{color:var(--text_muted);font-size:var(--description_size);margin:0;line-height:1.55}.page-module__aMYj-q__section_intro{gap:var(--header_gap)}.page-module__aMYj-q__section_title{font-size:var(--block_title_size);line-height:var(--section_title_line_height);font-weight:var(--title_weight)}.page-module__aMYj-q__supporting_section{flex-direction:column;gap:1.5rem;display:flex}.page-module__aMYj-q__related_rail_wrap{width:100%}.page-module__aMYj-q__related_rail{gap:var(--item_gap);grid-template-columns:1fr;width:100%;display:grid}@media (hover:hover){.page-module__aMYj-q__breadcrumb_link:hover{color:var(--text_dark)}}@media screen and (min-width:900px){.page-module__aMYj-q__section{padding-left:1.5rem;padding-right:1.5rem}.page-module__aMYj-q__left_col{flex-direction:column;flex:1.2 1 0;order:1;gap:1.5rem;min-width:0;display:flex}.page-module__aMYj-q__summary_grid{flex-direction:row;align-items:flex-start}.page-module__aMYj-q__details_in_grid{max-width:54rem}.page-module__aMYj-q__purchase_stage{flex:0 0 clamp(22rem,38%,50rem);order:2;align-self:flex-start;position:sticky;top:7.5rem}.page-module__aMYj-q__summary_intro,.page-module__aMYj-q__details_in_grid{order:0}.page-module__aMYj-q__customer_card{flex-basis:19rem}.page-module__aMYj-q__related_rail{grid-template-columns:repeat(5,minmax(0,1fr))}}
.PropertiesSection-module__rygqva__section{justify-content:center;width:100%;display:flex}.PropertiesSection-module__rygqva__container{width:100%;max-width:var(--container_width);gap:var(--section_gap);flex-direction:column;padding:0;display:flex}.PropertiesSection-module__rygqva__header{align-items:center;gap:var(--header_gap);max-width:var(--header_max_width);text-align:center;flex-direction:column;margin:0 auto;display:flex}.PropertiesSection-module__rygqva__kicker{width:fit-content;color:var(--text_muted);font-size:var(--kicker_size);text-transform:uppercase;letter-spacing:var(--kicker_spacing);line-height:1}.PropertiesSection-module__rygqva__title{font-size:var(--section_title_size);font-weight:var(--title_weight);letter-spacing:var(--title_letter_spacing)}.PropertiesSection-module__rygqva__subtitle{color:color-mix(in srgb, var(--reverse) 72%, transparent);font-size:var(--description_size);line-height:1.5}.PropertiesSection-module__rygqva__properties{gap:var(--item_gap);grid-template-columns:repeat(1,minmax(0,1fr));align-items:stretch;width:100%;display:grid}.PropertiesSection-module__rygqva__property{border:1px solid var(--panel_border);border-radius:calc(var(--border_radius) + .15rem);background:var(--panel_surface);flex-direction:column;gap:0;padding:1.75rem;display:flex;position:relative}.PropertiesSection-module__rygqva__property_featured{color:#fff;background:linear-gradient(145deg,#1c1c22 0%,#111116 100%);border-color:#0000}.PropertiesSection-module__rygqva__badge{letter-spacing:.08em;text-transform:uppercase;color:#ffffffbf;background:#ffffff1a;border:1px solid #fff3;border-radius:99px;margin-bottom:1rem;padding:.25rem .65rem;font-size:.72rem;font-weight:600;display:inline-block}.PropertiesSection-module__rygqva__index{letter-spacing:.1em;text-transform:uppercase;color:var(--text_muted);margin-bottom:1rem;font-size:.72rem;font-weight:600;display:block}.PropertiesSection-module__rygqva__property_featured .PropertiesSection-module__rygqva__index{color:#ffffff61}.PropertiesSection-module__rygqva__property_title{font-size:var(--item_title_size);letter-spacing:-.02em;margin-bottom:.75rem;font-weight:600;line-height:1.08}.PropertiesSection-module__rygqva__description{color:var(--text_muted);font-size:var(--item_description_size);line-height:var(--item_description_line_height);flex:1;margin-bottom:1.25rem}.PropertiesSection-module__rygqva__property_featured .PropertiesSection-module__rygqva__description{color:#ffffff94}.PropertiesSection-module__rygqva__features{border-top:1px solid var(--panel_border);flex-direction:column;gap:.45rem;margin-bottom:1.75rem;padding-top:1rem;display:flex}.PropertiesSection-module__rygqva__property_featured .PropertiesSection-module__rygqva__features{border-top-color:#ffffff1a}.PropertiesSection-module__rygqva__feature_item{font-size:var(--item_description_size);color:var(--text_dark);align-items:center;gap:.5rem;line-height:1.4;display:flex}.PropertiesSection-module__rygqva__property_featured .PropertiesSection-module__rygqva__feature_item{color:#fff}.PropertiesSection-module__rygqva__feature_check{width:1.15rem;height:1.15rem;color:var(--text_dark);background:#11111112;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.PropertiesSection-module__rygqva__property_featured .PropertiesSection-module__rygqva__feature_check{color:#fff;background:#ffffff24}.PropertiesSection-module__rygqva__property_link{border-radius:var(--border_radius);border:1.5px solid var(--panel_border);color:var(--text_dark);justify-content:center;align-items:center;margin-top:auto;padding:.82rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .18s,border-color .18s;display:flex}.PropertiesSection-module__rygqva__property_featured .PropertiesSection-module__rygqva__property_link{color:#fff;background:#ffffff1a;border-color:#ffffff2e}@media (hover:hover){.PropertiesSection-module__rygqva__property_link:hover{background:#1111110d;border-color:#1111112e}.PropertiesSection-module__rygqva__property_featured .PropertiesSection-module__rygqva__property_link:hover{background:#ffffff2e;border-color:#ffffff4d}}@media screen and (min-width:900px){.PropertiesSection-module__rygqva__properties{grid-template-columns:repeat(3,minmax(0,1fr))}}
.MaintenancePage-module__vtPpKW__page{justify-content:center;align-items:center;min-height:100svh;padding:2rem;display:flex;position:relative}.MaintenancePage-module__vtPpKW__logo{line-height:0;display:block;position:absolute;top:1.5rem;left:1.75rem}.MaintenancePage-module__vtPpKW__content{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:28rem;display:flex}.MaintenancePage-module__vtPpKW__icon{color:var(--text_muted);flex-shrink:0;width:2.5rem;height:2.5rem}.MaintenancePage-module__vtPpKW__title{letter-spacing:-.02em;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:600;line-height:1.2}.MaintenancePage-module__vtPpKW__description{color:var(--text_muted);font-size:var(--description_size);line-height:var(--description_line_height)}.MaintenancePage-module__vtPpKW__contacts{flex-direction:column;align-items:center;gap:.875rem;margin-top:.5rem;display:flex}.MaintenancePage-module__vtPpKW__buttonMax{border-radius:calc(var(--border_radius) + .05rem);background-color:var(--primary);min-height:3.25rem;color:var(--reverse);justify-content:center;align-items:center;padding:.9rem 1.5rem;font-size:1rem;line-height:1;text-decoration:none;transition:opacity .2s;display:inline-flex}@media (hover:hover){.MaintenancePage-module__vtPpKW__buttonMax:hover{opacity:.88}}.MaintenancePage-module__vtPpKW__phone{color:var(--text_muted);font-size:var(--description_size);text-decoration:none;transition:color .2s}@media (hover:hover){.MaintenancePage-module__vtPpKW__phone:hover{color:var(--text_dark)}}
.QuestionsSection-module__DVufCG__section{justify-content:center;width:100%;display:flex}.QuestionsSection-module__DVufCG__container{width:100%;max-width:var(--container_width);gap:var(--section_gap);color:var(--text_dark);flex-direction:column;padding:0;display:flex}.QuestionsSection-module__DVufCG__intro{align-items:center;gap:var(--header_more_gap);max-width:var(--header_max_width);text-align:center;flex-direction:column;margin:0 auto;display:flex}.QuestionsSection-module__DVufCG__header{align-items:center;gap:var(--header_gap);flex-direction:column;display:flex}.QuestionsSection-module__DVufCG__kicker{width:fit-content;color:var(--text_muted);font-size:var(--kicker_size);text-transform:uppercase;letter-spacing:var(--kicker_spacing);line-height:1}.QuestionsSection-module__DVufCG__title{font-size:var(--section_title_size);font-weight:var(--title_weight);letter-spacing:var(--title_letter_spacing)}.QuestionsSection-module__DVufCG__tags{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.QuestionsSection-module__DVufCG__tag{border:1px solid var(--panel_border);border-radius:calc(var(--border_radius) + .05rem);background:var(--surface);width:fit-content;color:var(--text_muted);padding:.55rem .85rem;font-size:.9rem;line-height:1}.QuestionsSection-module__DVufCG__questions{width:100%;max-width:var(--small_container_width);padding:0 var(--card_padding) 0;border:1px solid var(--panel_border);border-radius:var(--card_border_radius);background:linear-gradient(180deg, var(--panel_surface_strong) 0%, #f8f8fab8 100%);flex-direction:column;align-self:center;gap:0;display:flex}.QuestionsSection-module__DVufCG__question_item{width:100%}.QuestionsSection-module__DVufCG__question_item.QuestionsSection-module__DVufCG__active{border-color:#17131129}.QuestionsSection-module__DVufCG__question_header{cursor:pointer;text-align:left;border-top:1px solid var(--panel_border);width:100%;color:var(--text_dark);background:0 0;border-radius:0;justify-content:space-between;align-items:center;gap:1rem;padding:1.35rem 0;display:flex}.QuestionsSection-module__DVufCG__question_title{font-size:clamp(1.2rem,1.5vw,1.5rem);font-weight:var(--title_weight)}.QuestionsSection-module__DVufCG__arrow{border-top:2px solid var(--text_dark);border-right:2px solid var(--text_dark);flex-shrink:0;width:.6rem;height:.6rem;transition:transform .3s,border-color .3s;transform:rotate(135deg)}.QuestionsSection-module__DVufCG__active .QuestionsSection-module__DVufCG__arrow{transform:rotate(-45deg)}.QuestionsSection-module__DVufCG__answer_wrapper{grid-template-rows:0fr;transition:grid-template-rows .28s;display:grid}.QuestionsSection-module__DVufCG__active .QuestionsSection-module__DVufCG__answer_wrapper{grid-template-rows:1fr}.QuestionsSection-module__DVufCG__answer_content{background:0 0;min-height:0;overflow:hidden}.QuestionsSection-module__DVufCG__answer_content p{color:var(--text_muted);font-size:var(--description_size);line-height:var(--description_line_height);padding:0 0 1.25rem}
.StockCard-module__K--p1a__card{width:100%;text-decoration:none;display:block}.StockCard-module__K--p1a__image_shell{aspect-ratio:4/3;isolation:isolate;border-radius:var(--card_border_radius);background:var(--skeleton_bg);width:100%;position:relative;overflow:hidden}.StockCard-module__K--p1a__image_shell img{transition:transform .4s}@media (hover:hover){.StockCard-module__K--p1a__card:hover .StockCard-module__K--p1a__image_shell img{transform:scale(1.04)}}.StockCard-module__K--p1a__image_shell:before{content:"";z-index:0;background:var(--skeleton_bg_pulse);animation:2.4s ease-in-out infinite StockCard-module__K--p1a__skeleton_pulse;position:absolute;inset:0}.StockCard-module__K--p1a__overlay{z-index:2;background:#fff;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:.5rem;padding:1rem;display:flex;position:absolute;bottom:0;left:0;right:0}.StockCard-module__K--p1a__overlay_left{flex-direction:column;gap:.15rem;min-width:0;display:flex}.StockCard-module__K--p1a__title{color:var(--text_dark);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.88rem;font-weight:600;line-height:1.2;overflow:hidden}.StockCard-module__K--p1a__fabric{color:var(--text_muted);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.75rem;line-height:1.3;overflow:hidden}.StockCard-module__K--p1a__price{color:var(--text_dark);white-space:nowrap;letter-spacing:-.02em;margin:0;font-size:1rem;font-weight:600;line-height:1.2}@keyframes StockCard-module__K--p1a__skeleton_pulse{0%,to{opacity:1}50%{opacity:.45}}
.EventActions-module__PPksYq__callback_btn{border-radius:calc(var(--border_radius) + .05rem);background:var(--primary);width:fit-content;min-height:3.25rem;color:var(--reverse);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;padding:.9rem 1.75rem;font-size:1rem;font-weight:500;line-height:1;display:inline-flex}@media (hover:hover){.EventActions-module__PPksYq__callback_btn:hover{opacity:.88}}
@keyframes page-module__xgPmsG__page_in{0%{opacity:0;transform:translateY(1rem)}}.page-module__xgPmsG__page{margin-bottom:var(--gap_page);justify-content:center;padding-top:5rem;animation:.5s backwards page-module__xgPmsG__page_in;display:flex}@keyframes page-module__xgPmsG__skeleton_pulse{0%,to{opacity:1}50%{opacity:.5}}@media screen and (min-width:900px){.page-module__xgPmsG__page{padding-top:7rem}}.page-module__xgPmsG__section{flex-direction:column;align-items:center;gap:2rem;width:100%;padding:0 1rem;display:flex}.page-module__xgPmsG__container{width:100%;max-width:var(--container_width);gap:var(--section_gap);flex-direction:column;display:flex}.page-module__xgPmsG__breadcrumbs{color:var(--text_muted);width:100%;max-width:var(--container_width);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.86rem;line-height:1.45;display:flex}.page-module__xgPmsG__breadcrumb_link{color:var(--text_muted);text-decoration:none;transition:color .2s}@media (hover:hover){.page-module__xgPmsG__breadcrumb_link:hover{color:var(--text_dark)}}.page-module__xgPmsG__breadcrumb_sep{color:var(--text_muted);opacity:.5}.page-module__xgPmsG__breadcrumb_current{color:var(--text_dark)}.page-module__xgPmsG__hero{flex-direction:column;width:100%;display:flex}.page-module__xgPmsG__title{font-size:var(--title_size);font-weight:var(--title_weight);letter-spacing:var(--title_letter_spacing);color:var(--text_dark)}.page-module__xgPmsG__hero_intro{border-radius:calc(var(--border_radius) + .15rem);-webkit-backdrop-filter:blur(22px)saturate(170%);background:#f2f2f580;border:1px solid #ffffff3d;flex-direction:column;gap:1.5rem;min-width:0;max-width:36rem;padding:1.5rem 0;display:flex}.page-module__xgPmsG__kicker,.page-module__xgPmsG__feature_label,.page-module__xgPmsG__section_label{width:fit-content;color:var(--text_muted);font-size:var(--kicker_size);text-transform:uppercase;letter-spacing:var(--kicker_spacing);line-height:1}.page-module__xgPmsG__editorial_head{align-items:center;gap:var(--header_gap);width:100%;max-width:var(--header_max_width);flex-direction:column;display:flex}.page-module__xgPmsG__lead{max-width:34rem;color:var(--text_muted);font-size:var(--description_size);line-height:1.55}.page-module__xgPmsG__hero_intro .page-module__xgPmsG__kicker,.page-module__xgPmsG__hero_facts .page-module__xgPmsG__section_label{color:#111111b8}.page-module__xgPmsG__hero_intro .page-module__xgPmsG__lead{color:#111111c7}.page-module__xgPmsG__hero_actions{flex-wrap:wrap;gap:.75rem;padding-top:.25rem;display:flex}.page-module__xgPmsG__hero_overlay{display:none}.page-module__xgPmsG__hero_facts{border-radius:calc(var(--border_radius) + .1rem);-webkit-backdrop-filter:blur(22px)saturate(170%);background:#f2f2f5a6;border:1px solid #ffffff3d;flex-direction:column;gap:.9rem;width:100%;padding:1.25rem 1.35rem;display:flex}.page-module__xgPmsG__highlights{flex-wrap:wrap;gap:1.5rem;width:100%;display:flex}.page-module__xgPmsG__highlight{border-top:none;flex-direction:column;flex:200px;align-items:center;gap:.35rem;min-width:0;padding:0;display:flex}.page-module__xgPmsG__highlight:first-child{border-top:none;padding-top:0}.page-module__xgPmsG__highlight_value{letter-spacing:.04em;text-transform:uppercase;font-size:1rem;font-weight:700;line-height:1.2}.page-module__xgPmsG__highlight_label{color:#111111c7;font-size:.88rem;line-height:1.35}.page-module__xgPmsG__hero_media{aspect-ratio:4/3;background:var(--skeleton_bg);isolation:isolate;border-radius:0;flex-shrink:0;margin:0 -1rem;position:relative;overflow:hidden}.page-module__xgPmsG__hero_media:before{content:"";z-index:0;background:var(--skeleton_bg_pulse);animation:2.4s ease-in-out infinite page-module__xgPmsG__skeleton_pulse;position:absolute;inset:0}.page-module__xgPmsG__hero_media img,.page-module__xgPmsG__feature_media img,.page-module__xgPmsG__side_media img,.page-module__xgPmsG__showroom_media img{object-fit:cover}.page-module__xgPmsG__section_title{max-width:var(--header_max_width);letter-spacing:-.02em;font-size:clamp(1.55rem,2.8vw,2.4rem);font-weight:600;line-height:1.1}.page-module__xgPmsG__editorial{width:100%;max-width:var(--small_container_width);flex-direction:column;justify-content:center;align-items:center;gap:clamp(3.5rem,7vw,7rem);margin:0 auto;display:flex}.page-module__xgPmsG__editorial_minimal_layout{text-align:left;gap:2rem;width:100%;display:grid}.page-module__xgPmsG__editorial_minimal_text{flex-direction:column;gap:1.5rem;max-width:48rem;display:flex}.page-module__xgPmsG__editorial_minimal_title{letter-spacing:-.02em;font-size:clamp(1.9rem,3.8vw,3.2rem);font-weight:600;line-height:1.1}.page-module__xgPmsG__editorial_minimal_description{color:var(--text_muted);font-size:var(--description_size);max-width:42rem;line-height:1.6}.page-module__xgPmsG__editorial_minimal_grid{gap:var(--item_gap);grid-template-columns:repeat(1,1fr);margin-top:1rem;display:grid}.page-module__xgPmsG__editorial_minimal_card{border:1px solid var(--panel_border);border-radius:calc(var(--border_radius) + .15rem);background:var(--panel_surface);flex-direction:column;gap:.5rem;padding:1.5rem;transition:border-color .2s;display:flex}.page-module__xgPmsG__editorial_minimal_card_title{letter-spacing:-.01em;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:600;display:flex}.page-module__xgPmsG__editorial_minimal_index{color:var(--text_muted);letter-spacing:.05em;background:var(--surface_soft);border-radius:.25rem;padding:.2rem .5rem;font-size:.85rem;font-weight:500}.page-module__xgPmsG__editorial_minimal_card_text{color:var(--text_muted);font-size:var(--description_size);line-height:1.55}.page-module__xgPmsG__production,.page-module__xgPmsG__showroom{gap:var(--item_gap);display:grid}.page-module__xgPmsG__showroom_media{order:-1}.page-module__xgPmsG__side_media,.page-module__xgPmsG__production_media,.page-module__xgPmsG__showroom_media{border-radius:calc(var(--border_radius) + .15rem);isolation:isolate;background:var(--skeleton_bg);min-height:300px;position:relative;overflow:hidden}.page-module__xgPmsG__side_media:before,.page-module__xgPmsG__production_media:before,.page-module__xgPmsG__showroom_media:before{content:"";z-index:0;background:var(--skeleton_bg_pulse);animation:2.4s ease-in-out infinite page-module__xgPmsG__skeleton_pulse;position:absolute;inset:0}.page-module__xgPmsG__production_copy,.page-module__xgPmsG__showroom_copy{border:1px solid var(--panel_border);border-radius:calc(var(--border_radius) + .15rem);background:var(--panel_surface);flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.page-module__xgPmsG__feature_description,.page-module__xgPmsG__showroom_text{color:var(--text_muted);font-size:var(--description_size);line-height:1.65}.page-module__xgPmsG__feature_list{gap:.9rem;display:grid}.page-module__xgPmsG__feature_list_item{border-top:1px solid var(--panel_border);flex-direction:column;gap:.25rem;padding-top:.9rem;display:flex}.page-module__xgPmsG__feature_list_title{font-size:.98rem;font-weight:600}.page-module__xgPmsG__feature_list_text{color:var(--text_muted);font-size:var(--description_size);line-height:1.55}.page-module__xgPmsG__production_steps_grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;margin-top:1rem;display:grid}.page-module__xgPmsG__production_step_card{background:0 0;border:none;flex-direction:column;gap:.5rem;padding:0;display:flex}.page-module__xgPmsG__contact_label{width:fit-content;color:var(--text_muted);text-transform:uppercase;letter-spacing:.16em;align-self:center;font-size:.78rem;line-height:1}.page-module__xgPmsG__contact_card{border-top:1px solid var(--panel_border);gap:0;margin-top:auto;padding-top:.25rem;display:grid}.page-module__xgPmsG__contact_row{border-bottom:1px solid var(--panel_border);grid-template-columns:repeat(1,minmax(0,1fr));gap:.4rem;padding:.95rem 0;display:grid}.page-module__xgPmsG__contact_value{color:var(--text_dark);font-size:var(--description_size);line-height:1.55}@media screen and (min-width:900px){.page-module__xgPmsG__section{padding-left:1.5rem;padding-right:1.5rem}.page-module__xgPmsG__hero{border-radius:calc(var(--border_radius) + .2rem);flex-direction:row;align-items:center;min-height:540px;padding:3rem;display:flex;position:relative;overflow:hidden}.page-module__xgPmsG__hero_media{aspect-ratio:unset;border-radius:0;margin:0;position:absolute;inset:0}.page-module__xgPmsG__hero_intro{border-radius:calc(var(--border_radius) + .15rem);-webkit-backdrop-filter:blur(22px)saturate(170%);background:#f2f2f585;border:1px solid #ffffff3d;max-width:38rem;padding:1.5rem;position:relative}.page-module__xgPmsG__hero_intro .page-module__xgPmsG__kicker{color:#111111b8}.page-module__xgPmsG__hero_intro .page-module__xgPmsG__lead{color:#111111c7}.page-module__xgPmsG__hero_intro .page-module__xgPmsG__title{color:var(--text_dark)}.page-module__xgPmsG__editorial_minimal_layout{grid-template-columns:1fr 1fr;align-items:start;gap:4rem}.page-module__xgPmsG__editorial_minimal_text{padding:0}.page-module__xgPmsG__editorial_minimal_title{font-size:clamp(1.55rem,2.8vw,2.4rem)}.page-module__xgPmsG__editorial_minimal_grid{grid-template-columns:repeat(2,1fr);margin-top:0}.page-module__xgPmsG__production_steps_grid{grid-template-columns:repeat(1,1fr);gap:2rem}.page-module__xgPmsG__hero_facts{width:100%}.page-module__xgPmsG__highlights{flex-wrap:nowrap;gap:2rem}.page-module__xgPmsG__highlight{border-top:none;flex:1;padding:0}.page-module__xgPmsG__editorial_layout{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);align-items:start}.page-module__xgPmsG__direction_grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-module__xgPmsG__editorial_panel{min-height:100%;padding:1.75rem}.page-module__xgPmsG__production{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start}.page-module__xgPmsG__production_media{min-height:100%}.page-module__xgPmsG__showroom{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start}.page-module__xgPmsG__showroom_media{order:1}.page-module__xgPmsG__showroom_media,.page-module__xgPmsG__showroom_copy{min-height:100%}.page-module__xgPmsG__contact_row{grid-template-columns:minmax(140px,.42fr) minmax(0,1fr);align-items:start}}
.InfiniteModelGrid-module__p4CImW__wrapper{width:100%}.InfiniteModelGrid-module__p4CImW__grid{gap:var(--item_gap);grid-template-columns:repeat(1,1fr);width:100%;margin:0;padding:0;list-style:none;display:grid}.InfiniteModelGrid-module__p4CImW__item{width:100%}.InfiniteModelGrid-module__p4CImW__empty{border:1px solid var(--panel_border);border-radius:var(--card_border_radius);background:var(--panel_surface);min-height:18rem;color:var(--text_muted);text-align:center;justify-content:center;align-items:center;padding:2rem;font-size:1.05rem;line-height:1.6;display:flex}.InfiniteModelGrid-module__p4CImW__sentinel{height:1px;margin-top:1rem}.InfiniteModelGrid-module__p4CImW__loading_row{justify-content:center;padding:1.5rem 0;display:flex}.InfiniteModelGrid-module__p4CImW__spinner{border:2px solid var(--panel_border);border-top-color:var(--text_dark);border-radius:50%;width:1.5rem;height:1.5rem;animation:.7s linear infinite InfiniteModelGrid-module__p4CImW__spin;display:block}@keyframes InfiniteModelGrid-module__p4CImW__spin{to{transform:rotate(360deg)}}@media screen and (min-width:900px){.InfiniteModelGrid-module__p4CImW__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media screen and (min-width:1400px){.InfiniteModelGrid-module__p4CImW__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}
.StockSection-module__IFkXAW__section{flex-direction:column;gap:1.5rem;display:flex}.StockSection-module__IFkXAW__intro{gap:var(--header_gap);flex-direction:column;display:flex}.StockSection-module__IFkXAW__label{width:fit-content;color:var(--text_muted);font-size:var(--kicker_size);text-transform:uppercase;letter-spacing:var(--kicker_spacing);line-height:1}.StockSection-module__IFkXAW__title{color:var(--text_dark);font-size:var(--block_title_size);line-height:var(--section_title_line_height);font-weight:var(--title_weight);letter-spacing:-.04em;margin:0}.StockSection-module__IFkXAW__grid_wrap{width:100%}.StockSection-module__IFkXAW__grid{gap:var(--item_gap);grid-template-columns:1fr;width:100%;display:grid}@media screen and (min-width:900px){.StockSection-module__IFkXAW__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
@keyframes page-module__PZwwuW__page_in{0%{opacity:0;transform:translateY(1rem)}}.page-module__PZwwuW__page{margin-bottom:var(--gap_page);justify-content:center;padding-top:5rem;animation:.5s backwards page-module__PZwwuW__page_in;display:flex}@media screen and (min-width:900px){.page-module__PZwwuW__page{padding-top:7rem}}.page-module__PZwwuW__section{flex-direction:column;align-items:center;gap:2rem;width:100%;padding:0 1rem;display:flex}.page-module__PZwwuW__container{width:100%;max-width:var(--container_width);gap:var(--section_gap);flex-direction:column;display:flex}.page-module__PZwwuW__breadcrumbs{color:var(--text_muted);width:100%;max-width:var(--container_width);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.86rem;line-height:1.45;display:flex}.page-module__PZwwuW__breadcrumb_link{color:var(--text_muted);text-decoration:none;transition:color .2s}@media (hover:hover){.page-module__PZwwuW__breadcrumb_link:hover{color:var(--text_dark)}}.page-module__PZwwuW__breadcrumb_sep{color:var(--text_muted);opacity:.5}.page-module__PZwwuW__breadcrumb_current{color:var(--text_dark)}@keyframes page-module__PZwwuW__hero_pulse{0%,to{opacity:1}50%{opacity:.2}}.page-module__PZwwuW__hero{flex-direction:column;width:100%;display:flex}.page-module__PZwwuW__hero_media{aspect-ratio:4/3;isolation:isolate;border-radius:0;flex-shrink:0;margin:0 -1rem;position:relative;overflow:hidden}.page-module__PZwwuW__hero_media:before{content:"";z-index:0;background:#e2e2e8;animation:2.4s ease-in-out infinite page-module__PZwwuW__hero_pulse;position:absolute;inset:0}.page-module__PZwwuW__hero_media img{z-index:1;object-fit:cover;display:block;position:relative}.page-module__PZwwuW__hero_overlay{display:none}.page-module__PZwwuW__hero_intro{flex-direction:column;gap:1.5rem;padding:1.5rem 0;display:flex}.page-module__PZwwuW__kicker,.page-module__PZwwuW__section_label{width:fit-content;color:var(--text_muted);font-size:var(--kicker_size);text-transform:uppercase;letter-spacing:var(--kicker_spacing);line-height:1}.page-module__PZwwuW__title{font-size:var(--title_size);font-weight:var(--title_weight);color:var(--text_dark);letter-spacing:var(--title_letter_spacing)}.page-module__PZwwuW__lead{max-width:32rem;color:var(--text_muted);font-size:var(--description_size);line-height:var(--description_line_height)}.page-module__PZwwuW__hero_facts{grid-template-columns:repeat(1,minmax(0,1fr));gap:.75rem;margin-top:.4rem;display:grid}.page-module__PZwwuW__fact{background:linear-gradient(180deg, var(--panel_surface_strong) 0%, #ffffff8c 100%);border:1px solid var(--panel_border);border-radius:calc(var(--border_radius) + .05rem);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.45rem;padding:1rem;display:flex}.page-module__PZwwuW__fact_value{letter-spacing:.04em;text-transform:uppercase;font-size:1rem;font-weight:700;line-height:1.2}.page-module__PZwwuW__fact_label{color:var(--text_muted);text-align:center;max-width:14rem;font-size:.82rem;line-height:1.35}@media screen and (min-width:900px){.page-module__PZwwuW__hero{border-radius:calc(var(--border_radius) + .2rem);flex-direction:row;align-items:center;min-height:520px;padding:3rem;display:flex;position:relative;overflow:hidden}.page-module__PZwwuW__hero_media{aspect-ratio:unset;border-radius:0;margin:0;position:absolute;inset:0}.page-module__PZwwuW__hero_intro{border-radius:calc(var(--border_radius) + .15rem);-webkit-backdrop-filter:blur(22px)saturate(170%);background:#f2f2f585;border:1px solid #ffffff3d;max-width:38rem;padding:1.5rem;position:relative}.page-module__PZwwuW__hero_intro .page-module__PZwwuW__kicker{color:#111111b8}.page-module__PZwwuW__lead{color:#111111c7}.page-module__PZwwuW__hero_facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.page-module__PZwwuW__fact{background:#ffffff38;border-color:#1111112e}.page-module__PZwwuW__fact_label{color:#1119}}.page-module__PZwwuW__process{gap:var(--section_gap);flex-direction:column;display:flex}.page-module__PZwwuW__process_head{align-items:center;gap:var(--header_gap);max-width:var(--header_max_width);text-align:center;flex-direction:column;margin:0 auto;display:flex}.page-module__PZwwuW__section_title{font-size:var(--section_title_size);font-weight:var(--title_weight);line-height:var(--section_title_line_height);color:var(--text_dark)}.page-module__PZwwuW__steps{gap:var(--item_gap);grid-template-columns:1fr;list-style:none;display:grid}@media screen and (min-width:600px){.page-module__PZwwuW__steps{grid-template-columns:repeat(3,1fr)}}.page-module__PZwwuW__step{background:var(--surface);border-radius:var(--card_border_radius);flex-direction:column;gap:.75rem;padding:1.75rem;display:flex}.page-module__PZwwuW__step_index{font-size:var(--kicker_size);color:var(--text_muted);letter-spacing:.05rem;font-weight:600}.page-module__PZwwuW__step_title{font-size:var(--item_title_size);font-weight:var(--title_weight);color:var(--text_dark);line-height:var(--section_title_line_height)}.page-module__PZwwuW__step_text{font-size:var(--item_description_size);color:var(--text_muted);line-height:var(--item_description_line_height)}.page-module__PZwwuW__form_section{width:100%;max-width:var(--small_container_width);margin-left:auto;margin-right:auto;scroll-margin-top:6rem}.page-module__PZwwuW__form_layout{gap:var(--section_gap);grid-template-columns:1fr;align-items:start;display:grid}@media screen and (min-width:860px){.page-module__PZwwuW__form_layout{grid-template-columns:1fr 1.1fr;gap:4rem}}.page-module__PZwwuW__form_col{margin:0 -1rem}@media screen and (min-width:860px){.page-module__PZwwuW__form_col{margin:0}}.page-module__PZwwuW__form_copy{flex-direction:column;gap:1.5rem;display:flex}.page-module__PZwwuW__form_title{font-size:var(--section_title_size);font-weight:var(--title_weight);line-height:var(--section_title_line_height);color:var(--text_dark)}.page-module__PZwwuW__form_description{font-size:var(--description_size);color:var(--text_muted);line-height:var(--description_line_height);max-width:28rem}.page-module__PZwwuW__trust_list{flex-direction:column;gap:.75rem;padding-top:.5rem;list-style:none;display:flex}.page-module__PZwwuW__trust_item{font-size:var(--description_size);color:var(--text_dark);align-items:center;gap:.6rem;line-height:1.4;display:flex}.page-module__PZwwuW__trust_check{color:var(--text_dark);background:#11111112;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.15rem;height:1.15rem;display:inline-flex}
@keyframes page-module__U5Bugq__page_in{0%{opacity:0;transform:translateY(1rem)}}.page-module__U5Bugq__page{margin-bottom:var(--gap_page);justify-content:center;padding-top:5rem;animation:.5s backwards page-module__U5Bugq__page_in;display:flex}@media screen and (min-width:900px){.page-module__U5Bugq__page{padding-top:7rem}}.page-module__U5Bugq__section{flex-direction:column;align-items:center;gap:2rem;width:100%;padding:0 1rem;display:flex}@media screen and (min-width:800px){.page-module__U5Bugq__section{padding-left:1.5rem;padding-right:1.5rem}}.page-module__U5Bugq__container{width:100%;max-width:var(--container_width);gap:calc(var(--section_gap) - 1rem);flex-direction:column;padding:0;display:flex}.page-module__U5Bugq__breadcrumbs{color:var(--text_muted);width:100%;max-width:var(--container_width);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.86rem;line-height:1.45;display:flex}.page-module__U5Bugq__breadcrumb_link{color:var(--text_muted);text-decoration:none;transition:color .2s}@media (hover:hover){.page-module__U5Bugq__breadcrumb_link:hover{color:var(--text_dark)}}.page-module__U5Bugq__breadcrumb_sep{color:var(--text_muted);opacity:.5}.page-module__U5Bugq__breadcrumb_current{color:var(--text_dark)}.page-module__U5Bugq__header{align-items:center;gap:var(--header_gap);max-width:var(--header_max_width);text-align:center;flex-direction:column;margin:0 auto;display:flex}.page-module__U5Bugq__kicker{width:fit-content;color:var(--text_muted);font-size:var(--kicker_size);text-transform:uppercase;letter-spacing:var(--kicker_spacing);line-height:1}.page-module__U5Bugq__title{font-size:var(--title_size);font-weight:var(--title_weight);letter-spacing:var(--title_letter_spacing)}.page-module__U5Bugq__grid{gap:var(--item_gap);grid-template-columns:1fr;width:100%;margin:0;padding:0;list-style:none;display:grid}@media screen and (min-width:640px){.page-module__U5Bugq__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1024px){.page-module__U5Bugq__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.page-module__U5Bugq__card_item{display:flex}.page-module__U5Bugq__card{aspect-ratio:16/9;border-radius:calc(var(--card_border_radius) + .25rem);color:#fff;isolation:isolate;width:100%;text-decoration:none;display:block;position:relative;overflow:hidden}@media (hover:hover){.page-module__U5Bugq__card:hover .page-module__U5Bugq__image_shell img{transform:scale(1.04)}}@keyframes page-module__U5Bugq__skeleton_pulse{0%,to{opacity:1}50%{opacity:.5}}.page-module__U5Bugq__image_shell{background:var(--skeleton_bg);isolation:isolate;position:absolute;inset:0;overflow:hidden}.page-module__U5Bugq__image_shell img{transition:transform .4s}.page-module__U5Bugq__image_shell:before{content:"";z-index:0;background:var(--skeleton_bg);animation:2.4s ease-in-out infinite page-module__U5Bugq__skeleton_pulse;position:absolute;inset:0}.page-module__U5Bugq__card_overlay{z-index:1;background:linear-gradient(#0000 0%,#0000004d 55%,#000000b8 100%);flex-direction:column;justify-content:flex-end;gap:.4rem;padding:1.5rem;display:flex;position:absolute;inset:0}.page-module__U5Bugq__date{color:#ffffffa6;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:500}.page-module__U5Bugq__card_title{color:#fff;font-size:clamp(1rem,1.6vw,1.25rem);font-weight:600;line-height:1.22}
@keyframes page-module__E0kJGG__page_in{0%{opacity:0;transform:translateY(1rem)}}.page-module__E0kJGG__page{width:100%;padding:calc(4rem + var(--gap_page)) 1rem calc(var(--gap_page) * 1.5);flex-direction:column;justify-content:flex-start;align-items:center;gap:clamp(3.5rem,7vw,7rem);animation:.5s backwards page-module__E0kJGG__page_in;display:flex}@media screen and (min-width:900px){.page-module__E0kJGG__page{padding-left:1.5rem;padding-right:1.5rem}}
