/* Möller SPB — consolidated final stylesheet v6 */

/* Final stability and mobile fixes — 2026-07-27 */
:root{
  --final-navy:#071d2e;
  --final-blue:#087fbd;
  --final-line:#d8e5ed;
  --final-soft:#f3f8fb;
  --final-muted:#607287;
}
html,body{max-width:100%;overflow-x:hidden}

/* Cleaner, more deliberate icon treatment */
.section-symbol{
  width:42px!important;height:42px!important;border-radius:13px!important;
  background:#fff!important;border:1px solid #cfe0ea!important;
  color:var(--final-blue)!important;box-shadow:none!important;
}
.section-symbol svg{width:22px!important;height:22px!important;stroke-width:1.65!important}
.delivery-icon{
  background:#eef7fb!important;border:1px solid #d4e8f2!important;
  color:#087fbd!important;box-shadow:none!important;
}

/* Messenger controls: official marks in calm, premium controls */
.danke-messenger-icon{
  border:1px solid #d4e2eb!important;background:#fff!important;
  box-shadow:0 4px 12px rgba(7,36,56,.08)!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
.danke-messenger-icon:hover,.danke-messenger-icon:focus{
  transform:translateY(-1px)!important;border-color:#9ecce1!important;
  box-shadow:0 8px 18px rgba(7,36,56,.13)!important;outline:none!important;
}
.danke-messenger-icon img{width:72%!important;height:72%!important;border-radius:0!important}
.site-header .danke-messenger-icons--header{gap:6px}
.site-header .danke-messenger-icons--header .danke-messenger-icon{
  width:auto!important;height:38px!important;min-width:38px;padding:4px 9px 4px 5px!important;
  border-radius:12px!important;gap:6px;line-height:1!important;
}
.site-header .danke-messenger-icons--header .danke-messenger-icon img{width:28px!important;height:28px!important}
.site-header .danke-messenger-icons--header .danke-messenger-icon:after{
  color:#17364c;font-size:12px;font-weight:800;line-height:1;
}
.site-header .danke-messenger-icons--header a[aria-label*="WhatsApp"]:after{content:"WhatsApp"}
.site-header .danke-messenger-icons--header a[aria-label*="Telegram"]:after{content:"Telegram"}
.site-header .danke-messenger-icons--header a[aria-label*="MAX"]:after{content:"MAX"}
.messenger-choice{
  border-color:#d5e4ec!important;border-radius:15px!important;
  box-shadow:none!important;background:#fff!important;
}
.messenger-choice:hover{border-color:#9fcde2!important;box-shadow:0 10px 24px rgba(7,48,75,.08)!important}
.messenger-choice__logo{background:#f5f9fb!important;border:1px solid #e0ebf1!important;border-radius:12px!important}
.messenger-choice__logo img{width:29px!important;height:29px!important;border-radius:0!important}

/* Shared footer: strong background, explicit colors and stable mobile grid */
.site-footer{
  position:relative!important;display:block!important;width:100%!important;
  background:linear-gradient(135deg,#061827 0%,#0a2a43 100%)!important;
  color:#c8d6df!important;padding:52px 0 24px!important;overflow:hidden!important;
}
.site-footer:before{
  content:"";position:absolute;right:-150px;top:-170px;width:390px;height:390px;
  border:72px solid rgba(255,255,255,.025);border-radius:50%;pointer-events:none;
}
.site-footer .container{position:relative;z-index:1}
.site-footer__grid{display:grid!important;grid-template-columns:1fr!important;gap:0!important}
.site-footer__grid>div{min-width:0!important}
.site-footer h2{color:#fff!important;font-size:16px!important;margin:0 0 14px!important}
.site-footer p{color:#b9cad5!important;margin:10px 0!important}
.site-footer a,.site-footer .footer-link-button{
  display:block!important;color:#dbe8ef!important;margin:8px 0!important;
  padding:0!important;background:none!important;border:0!important;text-align:left!important;
  font:inherit!important;text-decoration:none!important;
}
.site-footer a:hover,.site-footer .footer-link-button:hover{color:#fff!important}
.site-footer__logo img{width:132px!important;filter:brightness(0) invert(1)!important}
.site-footer__bottom{
  display:flex!important;justify-content:space-between!important;gap:18px!important;
  margin-top:34px!important;padding-top:19px!important;
  border-top:1px solid rgba(255,255,255,.13)!important;
  color:#9fb3c0!important;font-size:12px!important;
}
.site-footer .danke-messenger-icons--footer{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:14px!important}
.site-footer .danke-messenger-icons--footer .danke-messenger-icon{
  width:auto!important;height:38px!important;padding:4px 10px 4px 5px!important;
  border-color:rgba(255,255,255,.16)!important;background:rgba(255,255,255,.07)!important;
  border-radius:12px!important;box-shadow:none!important;gap:6px!important;
}
.site-footer .danke-messenger-icons--footer .danke-messenger-icon img{width:27px!important;height:27px!important}
.site-footer .danke-messenger-icons--footer .danke-messenger-icon:after{font-size:12px;font-weight:800;color:#fff}
.site-footer .danke-messenger-icons--footer a[aria-label="WhatsApp"]:after{content:"WhatsApp"}
.site-footer .danke-messenger-icons--footer a[aria-label="Telegram"]:after{content:"Telegram"}
.site-footer .danke-messenger-icons--footer a[aria-label="MAX"]:after{content:"MAX"}

/* Homepage footer uses another class set */
.site-footer-v2{background:linear-gradient(135deg,#061827,#0a2a43)!important;color:#c8d6df!important}
.site-footer-v2 .footer-v2__grid{display:grid!important;grid-template-columns:1fr!important;gap:0!important}
.site-footer-v2 h2{color:#fff!important}
.site-footer-v2 a,.site-footer-v2 button,.site-footer-v2 p{color:#d9e6ed!important}
.site-footer-v2 .footer-v2__bottom{color:#9fb3c0!important}

/* Callback modal and errors */
.callback-modal{max-height:calc(100vh - 28px);overflow:auto}
.callback-modal .form-status{font-size:14px;line-height:1.45;overflow-wrap:anywhere}
.callback-modal button[disabled],#order_form button[disabled]{opacity:.62;cursor:wait}

/* Home price table: desktop ledger, mobile cards */
.price-table-v2{max-width:100%}
.price-ledger{width:100%!important}

/* Product price tables */
.decor-price-v2 .table-scroll{max-width:100%}

/* Keep calculator compact on desktop */
.order-items-table select,.order-items-table input{max-width:100%}
.order-items-table .dekor_select select,.order-items-table .goods_select select{width:100%!important}

@media(min-width:768px){
  .site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px!important}
  .site-footer-v2 .footer-v2__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px!important}
}
@media(min-width:1100px){
  .site-footer__grid{grid-template-columns:1.25fr .85fr 1fr 1fr!important;gap:34px!important}
  .site-footer-v2 .footer-v2__grid{grid-template-columns:1.25fr .85fr 1fr 1fr!important;gap:34px!important}
}

@media(max-width:1360px){
  .site-header .danke-messenger-icons--header .danke-messenger-icon:after{display:none}
  .site-header .danke-messenger-icons--header .danke-messenger-icon{width:36px!important;padding:4px!important;border-radius:50%!important}
}

@media(max-width:767px){
  /* Header/menu */
  .site-header{background:#fff!important}
  .site-nav{
    top:72px!important;left:10px!important;right:10px!important;max-height:calc(100vh - 84px)!important;
    overflow:auto!important;padding:10px!important;border-radius:16px!important;
    background:#fff!important;border:1px solid #d6e3eb!important;box-shadow:0 18px 45px rgba(4,28,47,.18)!important;
    z-index:1200!important;
  }
  .site-nav a{padding:11px 12px!important;color:#10273a!important;border-bottom:1px solid #edf2f5!important}
  .site-nav a:last-child{border-bottom:0!important}
  .site-header .danke-messenger-icons--header .danke-messenger-icon{
    width:31px!important;height:31px!important;min-width:31px!important;padding:3px!important;border-radius:50%!important;
  }
  .site-header .danke-messenger-icons--header .danke-messenger-icon img{width:24px!important;height:24px!important}

  /* Shared footer: one compact column, no pale text on pale background */
  .site-footer{padding:30px 0 calc(22px + env(safe-area-inset-bottom))!important;background:#071d2e!important}
  .site-footer__grid{grid-template-columns:1fr!important;gap:0!important}
  .site-footer__grid>div{padding:17px 0!important;border-bottom:1px solid rgba(255,255,255,.11)!important}
  .site-footer__grid>div:first-child{padding-top:0!important}
  .site-footer__grid>div:last-child{border-bottom:0!important;padding-bottom:4px!important}
  .site-footer h2{margin-bottom:9px!important;font-size:15px!important}
  .site-footer p{font-size:14px!important;line-height:1.5!important}
  .site-footer a,.site-footer .footer-link-button{font-size:14px!important;margin:7px 0!important;color:#dce8ef!important}
  .site-footer__bottom{flex-direction:column!important;align-items:flex-start!important;margin-top:18px!important;gap:7px!important;font-size:11px!important}
  .site-footer .danke-messenger-icons--footer .danke-messenger-icon{height:36px!important;padding-right:9px!important}
  .site-footer-v2 .footer-v2__grid{grid-template-columns:1fr!important;gap:0!important}
  .site-footer-v2 .footer-v2__grid>div{padding:16px 0!important;border-bottom:1px solid rgba(255,255,255,.1)!important}
  .site-footer-v2 .footer-v2__bottom{flex-direction:column!important;gap:7px!important}

  /* Home price table becomes readable cards */
  .price-table-v2{overflow:visible!important;border:0!important;background:transparent!important}
  .price-ledger{display:block!important;min-width:0!important;width:100%!important;border:0!important;background:transparent!important;box-shadow:none!important}
  .price-ledger colgroup,.price-ledger thead{display:none!important}
  .price-ledger tbody{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
  .price-ledger tbody tr{
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px 12px!important;
    padding:13px!important;border:1px solid var(--final-line)!important;border-radius:14px!important;
    background:#fff!important;box-shadow:0 6px 18px rgba(7,36,56,.045)!important;
  }
  .price-ledger tbody td{
    display:block!important;width:auto!important;padding:0!important;border:0!important;
    background:transparent!important;font-size:13px!important;text-align:left!important;
  }
  .price-ledger tbody td:first-child{grid-column:1/-1!important;color:#10273a!important;font-size:14px!important;font-weight:850!important;line-height:1.35!important}
  .price-ledger tbody td:nth-child(2){grid-column:1/-1!important;color:#778895!important;font-size:11px!important}
  .price-ledger tbody td:nth-child(2):before{content:"Единица: ";font-weight:700}
  .price-ledger tbody td:nth-child(3),.price-ledger tbody td:nth-child(4){padding:9px 10px!important;border-radius:10px!important;background:#f2f8fb!important}
  .price-ledger tbody td:nth-child(3):before,.price-ledger tbody td:nth-child(4):before{display:block;margin-bottom:2px;color:#607487;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}
  .price-ledger tbody td:nth-child(3):before{content:"LD-S 30"}
  .price-ledger tbody td:nth-child(4):before{content:"LD-40"}
  .price-ledger tfoot{display:block!important;margin-top:10px!important}
  .price-ledger tfoot tr,.price-ledger tfoot td{display:block!important;width:100%!important;padding:10px 12px!important;border:0!important;border-radius:12px!important;background:#eef4f7!important;font-size:11px!important}

  /* Product price table becomes cards too */
  .decor-price-v2 .table-scroll{overflow:visible!important;border:0!important;background:transparent!important}
  .decor-price-v2 table{display:block!important;min-width:0!important;width:100%!important;background:transparent!important}
  .decor-price-v2 colgroup,.decor-price-v2 thead{display:none!important}
  .decor-price-v2 tbody{display:grid!important;gap:9px!important}
  .decor-price-v2 tbody tr{display:grid!important;grid-template-columns:1fr auto!important;gap:5px 12px!important;padding:12px!important;border:1px solid #dbe7ee!important;border-radius:13px!important;background:#fff!important}
  .decor-price-v2 tbody td{display:block!important;width:auto!important;padding:0!important;border:0!important;background:transparent!important;color:#24455d!important;font-size:13px!important}
  .decor-price-v2 tbody td:first-child{grid-column:1/-1!important;font-weight:800!important;color:#102b3f!important}
  .decor-price-v2 tbody td:nth-child(2):before{content:"Ед.: ";color:#758898;font-size:11px}
  .decor-price-v2 tbody td:nth-child(3){font-weight:850!important;color:#0876ad!important;text-align:right!important}
  .decor-price-v2 tbody td:nth-child(3):before{content:"Цена: ";color:#758898;font-size:11px;font-weight:600}
  .decor-price-v2 tfoot,.decor-price-v2 tfoot tr,.decor-price-v2 tfoot td{display:block!important;width:100%!important}
  .decor-price-v2 tfoot td{margin-top:9px!important;padding:10px!important;border:0!important;border-radius:11px!important;background:#edf4f7!important;font-size:11px!important}

  /* Calculator: true mobile cards, never a 980px table */
  .order-table-wrap{display:block!important;overflow:visible!important;margin:8px 0 0!important;max-width:100%!important}
  .order-items-table{display:block!important;width:100%!important;min-width:0!important;table-layout:auto!important;border:0!important;background:transparent!important;overflow:visible!important}
  .order-items-table colgroup,.order-items-table thead>tr:first-child,.order-items-table #row_data-add{display:none!important}
  .order-items-table thead,.order-items-table tbody,.order-items-table tfoot{display:block!important;width:100%!important}
  .order-items-table #user_rows{display:grid!important;width:100%!important;gap:12px!important}
  .order-items-table #user_rows>tr{
    position:relative!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:11px!important;width:100%!important;padding:14px!important;border:1px solid #d7e4ec!important;
    border-radius:15px!important;background:#fff!important;box-shadow:0 7px 20px rgba(7,36,56,.045)!important;
  }
  .order-items-table #user_rows td{display:block!important;width:auto!important;padding:0!important;border:0!important;text-align:left!important;background:transparent!important}
  .order-items-table #user_rows .number_line{position:absolute!important;right:10px!important;top:10px!important;width:27px!important;height:27px!important;line-height:27px!important;border-radius:50%!important;background:#e7f4fa!important;color:#075d8d!important;text-align:center!important;font-size:12px!important;font-weight:850!important}
  .order-items-table #user_rows .dekor_select,.order-items-table #user_rows .goods_select{grid-column:1/-1!important;padding-right:34px!important}
  .order-items-table #user_rows .length_select,.order-items-table #user_rows .count_select{grid-column:auto!important}
  .order-items-table #user_rows .sum{grid-column:1/-1!important}
  .order-items-table #user_rows td:last-child{position:absolute!important;right:8px!important;bottom:8px!important}
  .order-items-table #user_rows .dekor_select:before,.order-items-table #user_rows .goods_select:before,.order-items-table #user_rows .length_select:before,.order-items-table #user_rows .count_select:before,.order-items-table #user_rows .sum:before{
    display:block!important;margin:0 0 5px!important;color:#607487!important;font-size:10px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.045em!important;
  }
  .order-items-table #user_rows .dekor_select:before{content:"Декор и серия"}
  .order-items-table #user_rows .goods_select:before{content:"Ширина / комплектующая"}
  .order-items-table #user_rows .length_select:before{content:"Длина, см"}
  .order-items-table #user_rows .count_select:before{content:"Количество"}
  .order-items-table #user_rows .sum:before{content:"Стоимость"}
  .order-items-table #user_rows select,.order-items-table #user_rows input{
    display:block!important;width:100%!important;max-width:none!important;height:42px!important;margin:0!important;padding:7px 9px!important;
    border:1px solid #cddde6!important;border-radius:10px!important;background:#fff!important;font-size:13px!important;line-height:1.25!important;
  }
  .order-items-table #user_rows select{white-space:normal!important;text-overflow:clip!important}
  .order-items-table #user_rows .length_select span,.order-items-table #user_rows .count_select span,.order-items-table #user_rows .sum span{display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;gap:6px!important;white-space:normal!important;font-size:12px!important}
  .order-items-table tfoot,.order-items-table tfoot tr,.order-items-table tfoot td{display:block!important;width:100%!important;padding:0!important;border:0!important}
  .order-add-button{width:100%!important;min-height:43px!important;margin-top:11px!important}
  .order-guidance{grid-template-columns:1fr 1fr!important}
  .order-form-v2{padding:13px!important}
  .delivery-options{display:grid!important;gap:8px!important}
  .delivery-options .checkbox{margin:0!important}
  .order-summary .table-scroll{overflow:visible!important;border:0!important}
  .order-summary table{display:table!important;min-width:0!important;width:100%!important}

  /* Messenger options inside order: compact, clean cards */
  .messenger-order-v2{padding:13px!important;border-radius:16px!important}
  .messenger-choice-grid{grid-template-columns:1fr!important;gap:8px!important}
  .messenger-choice{grid-template-columns:40px 1fr auto!important;padding:9px 10px!important}
  .messenger-choice__logo{width:40px!important;height:40px!important}
  .messenger-choice__logo img{width:27px!important;height:27px!important}

  /* Callback modal */
  .callback-backdrop{padding:10px!important;align-items:flex-end!important}
  .callback-modal{width:100%!important;max-height:calc(100vh - 20px)!important;border-radius:22px 22px 14px 14px!important;padding:22px 16px calc(18px + env(safe-area-inset-bottom))!important}
  .callback-modal h2{font-size:25px!important;line-height:1.15!important;padding-right:36px!important}
  .callback-modal p{font-size:15px!important}
  .callback-modal .btn-modern{width:100%!important}
  .callback-fab{right:10px!important;bottom:10px!important;padding:11px 14px!important;font-size:13px!important}
}

@media(max-width:390px){
  .price-ledger tbody tr{grid-template-columns:1fr!important}
  .price-ledger tbody td:nth-child(3),.price-ledger tbody td:nth-child(4){grid-column:1!important}
  .order-items-table #user_rows>tr{grid-template-columns:1fr!important}
  .order-items-table #user_rows .length_select,.order-items-table #user_rows .count_select{grid-column:1!important}
  .order-guidance{grid-template-columns:1fr!important}
}

/* Homepage messenger controls use their own class names */
.home-page-v2 .messenger-icons a{
  border:1px solid #d4e2eb!important;background:#fff!important;
  box-shadow:0 4px 12px rgba(7,36,56,.08)!important;border-radius:12px!important;
  padding:4px!important;transition:transform .18s,border-color .18s,box-shadow .18s!important;
}
.home-page-v2 .messenger-icons a:hover{transform:translateY(-1px)!important;border-color:#9ecce1!important;box-shadow:0 8px 18px rgba(7,36,56,.12)!important}
.home-page-v2 .messenger-icons img{width:78%!important;height:78%!important;border-radius:0!important}
.home-page-v2 .messenger-icons--header a{width:36px!important;height:36px!important}
.home-page-v2 .messenger-icons--contacts a,.home-page-v2 .messenger-icons--footer a{width:42px!important;height:42px!important}
.home-page-v2 .site-footer-v2 .messenger-icons--footer a{border-color:rgba(255,255,255,.16)!important;background:rgba(255,255,255,.08)!important;box-shadow:none!important}
@media(max-width:767px){
  .home-page-v2 .messenger-icons--header a{width:30px!important;height:30px!important;padding:3px!important;border-radius:50%!important}
  .home-page-v2 .header-v2__nav{background:#fff!important;color:#10273a!important;box-shadow:0 18px 45px rgba(4,28,47,.18)!important}
  .home-page-v2 .header-v2__nav a{color:#10273a!important;border-bottom:1px solid #edf2f5!important}
}
@media(max-width:767px){
  .order-items-table #user_rows .number_line{left:10px!important;right:auto!important;top:10px!important}
  .order-items-table #user_rows td:last-child{left:auto!important;right:9px!important;top:9px!important;bottom:auto!important}
  .order-items-table #user_rows .dekor_select{padding-left:34px!important;padding-right:34px!important}
  .order-items-table #user_rows .sum span{padding-right:0!important}
  .order-remove-button{display:grid!important;place-items:center!important;width:27px!important;height:27px!important;border:0!important;border-radius:50%!important;background:#fff0f0!important;color:#c63c3c!important;box-shadow:none!important}
}
@media(min-width:1361px){
  .home-page-v2 .messenger-icons--header a{width:auto!important;min-width:38px!important;padding:4px 9px 4px 5px!important;gap:6px!important;border-radius:12px!important}
  .home-page-v2 .messenger-icons--header a:after{color:#17364c;font-size:12px;font-weight:800;line-height:1}
  .home-page-v2 .messenger-icons--header a[aria-label="WhatsApp"]:after{content:"WhatsApp"}
  .home-page-v2 .messenger-icons--header a[aria-label="Telegram"]:after{content:"Telegram"}
  .home-page-v2 .messenger-icons--header a[aria-label="MAX"]:after{content:"MAX"}
}
.home-page-v2 .messenger-icons--contacts,.home-page-v2 .messenger-icons--footer{display:flex!important;flex-wrap:wrap!important;gap:8px!important}
.home-page-v2 .messenger-icons--contacts a,.home-page-v2 .messenger-icons--footer a{width:auto!important;min-width:42px!important;padding:5px 10px 5px 5px!important;gap:6px!important;border-radius:12px!important}
.home-page-v2 .messenger-icons--contacts a:after,.home-page-v2 .messenger-icons--footer a:after{font-size:12px;font-weight:800;color:#17364c;line-height:1}
.home-page-v2 .messenger-icons--contacts a[aria-label="WhatsApp"]:after,.home-page-v2 .messenger-icons--footer a[aria-label="WhatsApp"]:after{content:"WhatsApp"}
.home-page-v2 .messenger-icons--contacts a[aria-label="Telegram"]:after,.home-page-v2 .messenger-icons--footer a[aria-label="Telegram"]:after{content:"Telegram"}
.home-page-v2 .messenger-icons--contacts a[aria-label="MAX"]:after,.home-page-v2 .messenger-icons--footer a[aria-label="MAX"]:after{content:"MAX"}
.home-page-v2 .site-footer-v2 .messenger-icons--footer a:after{color:#fff!important}
@media(max-width:520px){
  .home-page-v2 .messenger-icons--contacts a,.home-page-v2 .messenger-icons--footer a{padding-right:8px!important}
  .home-page-v2 .messenger-icons--contacts a:after,.home-page-v2 .messenger-icons--footer a:after{font-size:11px!important}
}


/* Release v6 */
/* Möller release v6 — consolidated visual and responsive layer */
:root{
  --m-ink:#0b2035;
  --m-ink-2:#18364d;
  --m-blue:#0789c8;
  --m-blue-dark:#006a9f;
  --m-cyan:#dff3fb;
  --m-soft:#f2f7fa;
  --m-soft-2:#eaf3f8;
  --m-line:#d7e4eb;
  --m-muted:#61758a;
  --m-gold:#9b6500;
  --m-white:#fff;
  --m-shadow:0 16px 42px rgba(9,44,68,.09);
}
html{scroll-behavior:smooth}
html,body{max-width:100%;overflow-x:hidden}
body{color:var(--m-ink);background:#fff}
.site-container,.container,.decor-shell,.measure-shell{width:min(1320px,calc(100% - 40px));margin-inline:auto}

/* Shared header */
.site-header,.site-header-v2{position:sticky;top:0;z-index:1100;background:rgba(255,255,255,.97);border-bottom:1px solid #e4edf2;backdrop-filter:blur(12px)}
.site-header__inner,.header-v2__inner{min-height:76px;display:flex;align-items:center;gap:24px}
.site-logo img,.header-v2__logo img{display:block;width:132px;height:auto}
.site-nav,.header-v2__nav{display:flex;align-items:center;justify-content:center;gap:22px;flex:1;min-width:0}
.site-nav a,.header-v2__nav a{color:#183047;text-decoration:none;font-size:14px;font-weight:760;white-space:nowrap}
.site-nav a:hover,.header-v2__nav a:hover{color:var(--m-blue-dark)}
.site-header__contacts,.header-v2__actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.site-phone,.header-v2__phone{color:var(--m-ink)!important;font-size:15px;font-weight:850;white-space:nowrap;text-decoration:none}
.site-header .danke-messenger-icons--header,.header-v2__actions .messenger-icons--header{display:flex;gap:6px}
.site-header .danke-messenger-icon,.header-v2__actions .messenger-icons--header a{display:grid!important;place-items:center;width:34px!important;height:34px!important;min-width:34px!important;padding:3px!important;border:1px solid #d6e5ed!important;border-radius:50%!important;background:#fff!important;box-shadow:0 5px 14px rgba(10,52,79,.08)!important}
.site-header .danke-messenger-icon:after{display:none!important}
.site-header .danke-messenger-icon img,.header-v2__actions .messenger-icons--header img{width:27px!important;height:27px!important;object-fit:contain}
.site-header .btn-modern--small,.header-v2__callback{min-height:39px;padding:0 15px;border-radius:12px;font-size:13px}
.site-menu-toggle{display:none;flex:0 0 auto}

/* Shared section rhythm */
.home-section{padding:72px 0}
.home-section--soft{background:var(--m-soft)}
.home-heading{max-width:820px;margin:0 auto 34px;text-align:center}
.home-heading .eyebrow,.measure-eyebrow,.decor-eyebrow{display:inline-flex;align-items:center;padding:8px 13px;border-radius:999px;background:var(--m-cyan);color:var(--m-blue-dark);font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.home-heading h2{margin:13px 0 8px;font-size:clamp(30px,3.2vw,45px);line-height:1.08;letter-spacing:-.035em;color:var(--m-ink)}
.home-heading p{margin:0;color:var(--m-muted);font-size:17px;line-height:1.55}
.section-symbol{display:none!important}

/* Home hero */
.hero-v2{padding:50px 0 40px;background:linear-gradient(180deg,#f3f9fc 0,#fff 100%)}
.hero-v2__grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(460px,1.05fr);gap:44px;align-items:center}
.hero-v2__copy h1{margin:14px 0 16px;font-size:clamp(42px,4.8vw,66px);line-height:.98;letter-spacing:-.045em;color:var(--m-ink)}
.hero-v2__copy>p{max-width:660px;margin:0;color:#526b80;font-size:18px;line-height:1.65}
.hero-v2__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.hero-v2__copy ul{display:flex;gap:18px;flex-wrap:wrap;margin:22px 0 0;padding:0;list-style:none;color:#2e5067;font-size:13px;font-weight:720}
.hero-v2__copy li:before{content:'✓';color:var(--m-blue);margin-right:6px;font-weight:900}
.hero-v2__media{position:relative;min-width:0}
.hero-v2__media>img{display:block;width:100%;height:390px;object-fit:cover;border-radius:26px;box-shadow:var(--m-shadow)}
.hero-v2__note{position:absolute;left:18px;bottom:18px;max-width:250px;padding:15px 17px;border-radius:16px;background:rgba(255,255,255,.94);box-shadow:0 12px 30px rgba(9,37,57,.16)}
.hero-v2__note strong,.hero-v2__note span{display:block}.hero-v2__note strong{font-size:14px}.hero-v2__note span{margin-top:5px;color:#63788a;font-size:12px;line-height:1.45}
.trust-v2{padding:0 0 44px;background:#fff}
.trust-v2__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.trust-v2__grid>div{padding:17px 19px;border:1px solid var(--m-line);border-radius:16px;background:#fff;box-shadow:0 8px 25px rgba(11,50,74,.055)}
.trust-v2 strong,.trust-v2 span{display:block}.trust-v2 strong{font-size:15px}.trust-v2 span{margin-top:3px;color:var(--m-muted);font-size:12px}

/* Home catalogue */
.home-page-v2 #decors{background:linear-gradient(180deg,#edf6fa 0,#f7fbfd 100%)}
.home-page-v2 .decor-grid-v2{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;align-items:stretch}
.home-page-v2 .decor-card-v2{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid #d9e6ed;border-radius:20px;background:#fff;box-shadow:0 11px 30px rgba(11,48,72,.07);transition:transform .18s ease,box-shadow .18s ease}
.home-page-v2 .decor-card-v2:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(11,48,72,.12)}
.home-page-v2 .decor-card-v2__media{display:grid;place-items:center;aspect-ratio:4/3;padding:0;overflow:hidden;background:#fff;border-bottom:1px solid #e3edf2}
.home-page-v2 .decor-card-v2__media img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center}
.home-page-v2 .decor-card-v2__body{display:flex;flex-direction:column;gap:5px;padding:12px 14px 13px;min-height:128px}
.home-page-v2 .decor-card-v2__series{color:var(--m-blue-dark);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.home-page-v2 .decor-card-v2 h3{margin:0 0 2px;min-height:42px;font-size:17px;line-height:1.2}
.home-page-v2 .decor-card-v2 h3 a{color:var(--m-ink);text-decoration:none}
.home-page-v2 .decor-card-v2 p{display:none!important}
.home-page-v2 .decor-card-v3__meta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#66798b;font-size:11px;line-height:1.25}
.home-page-v2 .decor-card-v3__meta strong{color:var(--m-gold);font-size:13px;white-space:nowrap}
.home-page-v2 .decor-card-v2__link{display:inline-flex;align-items:center;gap:5px;margin-top:auto;color:var(--m-blue-dark);font-size:12px;font-weight:850;text-decoration:none}
.home-page-v2 .decor-card-v2__link:after{content:'→'}
.series-note-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px}
.series-note{padding:17px 18px;border:1px solid #d8e6ed;border-left:4px solid var(--m-blue);border-radius:15px;background:#fff;color:#607588;line-height:1.5}
.series-note strong{display:block;color:var(--m-ink);margin-bottom:4px}

/* Gallery and components */
.gallery-grid-v2{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px!important}
.gallery-card{display:block;aspect-ratio:4/3;overflow:hidden;border-radius:14px;background:#eef4f7;box-shadow:0 8px 22px rgba(12,46,69,.07)}
.gallery-card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.gallery-card:hover img{transform:scale(1.035)}
.components-grid-v2{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}
.component-card{padding:14px;border:1px solid var(--m-line);border-radius:18px;background:#fff;box-shadow:0 10px 27px rgba(11,48,72,.055)}
.component-card>a{display:block;aspect-ratio:16/9;overflow:hidden;border-radius:13px;background:#f4f8fa}
.component-card img{display:block;width:100%;height:100%;object-fit:contain}
.component-card h3{margin:13px 0 6px;font-size:15px;line-height:1.3}.component-card p{margin:0;color:var(--m-muted);font-size:12.5px;line-height:1.5}

/* Advantages */
.advantages-v2__list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
.advantage-item{overflow:hidden;border:1px solid var(--m-line);border-radius:15px;background:#fff}
.advantage-item summary{display:flex;align-items:center;gap:10px;min-height:60px;padding:13px 16px;list-style:none;cursor:pointer;color:var(--m-ink);font-size:15px;font-weight:820}
.advantage-item summary::-webkit-details-marker{display:none}
.advantage-number{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:#e2f4fb;color:var(--m-blue-dark);font-size:11px;flex:0 0 auto}
.advantage-item summary:after{content:'+';margin-left:auto;color:var(--m-blue);font-size:21px}.advantage-item[open] summary:after{content:'−'}
.advantage-item p{margin:0;padding:0 16px 16px 56px;color:var(--m-muted);font-size:13.5px;line-height:1.55}

/* Price */
.price-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px;padding:14px 16px;border:1px solid var(--m-line);border-radius:15px;background:#fff}
.price-toolbar>div{display:flex;align-items:center;gap:10px}.price-toolbar__icon{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#e4f5fc;color:var(--m-blue-dark);font-weight:900}.price-toolbar strong,.price-toolbar small{display:block}.price-toolbar small{margin-top:2px;color:var(--m-muted)}
.price-table-v2{overflow:hidden;border:1px solid #d3e2e9;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(11,48,72,.06)}
.price-ledger{width:100%!important;border-collapse:collapse!important;background:#fff!important}
.price-ledger th{padding:14px 15px!important;background:#e1f0f7!important;border:1px solid #cfdfe7!important;color:#15384f!important;font-size:13px!important;text-align:left!important}
.price-ledger td{padding:12px 15px!important;border:1px solid #dce7ed!important;color:#28485e!important;font-size:13px!important}
.price-ledger tbody tr:nth-child(even) td{background:#f8fafb!important}.price-ledger td:nth-child(3){color:#0076b0!important;font-weight:850}.price-ledger td:nth-child(4){color:#966000!important;font-weight:850}
.price-note{margin-top:10px;color:var(--m-muted);font-size:12px}

/* Delivery and measurement CTA */
.delivery-grid-v2{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}
.delivery-grid-v2 article{position:relative;display:block!important;min-height:150px;padding:20px 18px 18px;border:1px solid var(--m-line);border-radius:17px;background:#fff;box-shadow:0 9px 25px rgba(10,48,72,.05)}
.delivery-grid-v2 article:before{content:attr(data-step);display:grid;place-items:center;width:34px;height:34px;margin-bottom:13px;border-radius:11px;background:#e3f4fb;color:var(--m-blue-dark);font-size:12px;font-weight:900}
.delivery-grid-v2 .delivery-icon{display:none!important}.delivery-grid-v2 h3{margin:0 0 7px;font-size:16px;line-height:1.3}.delivery-grid-v2 p{margin:0;color:var(--m-muted);font-size:13px;line-height:1.52}
.measure-link-card{display:grid;grid-template-columns:1fr auto;align-items:center;gap:22px;margin-top:20px;padding:22px 25px;border:1px solid #cce3ee;border-radius:20px;background:linear-gradient(135deg,#e9f7fc,#fff);box-shadow:0 10px 30px rgba(7,61,93,.065)}
.measure-link-card .measure-link-icon{display:none!important}.measure-link-card__copy .eyebrow{margin-bottom:7px}.measure-link-card__copy h3{margin:0 0 5px;font-size:24px}.measure-link-card__copy p{margin:0;color:var(--m-muted)}

/* Order form */
.messenger-order-v2{display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,.9fr);gap:20px;align-items:center;margin-bottom:18px;padding:20px 22px;border:1px solid var(--m-line);border-radius:18px;background:#fff}
.messenger-order-v2__copy strong,.messenger-order-v2__copy span{display:block}.messenger-order-v2__copy strong{margin:6px 0 4px;font-size:18px}.messenger-order-v2__copy>span:last-child{color:var(--m-muted);font-size:13px;line-height:1.5}
.messenger-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.messenger-choice{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;min-width:0;padding:10px 11px;border:1px solid #d7e5ec;border-radius:14px;background:#fff;color:var(--m-ink);text-decoration:none}
.messenger-choice__logo{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#f1f6f9}.messenger-choice__logo img{width:31px;height:31px;object-fit:contain}.messenger-choice strong,.messenger-choice small{display:block}.messenger-choice strong{font-size:13px}.messenger-choice small{color:var(--m-muted);font-size:11px}.messenger-choice b{color:var(--m-blue)}
.order-shell{padding:16px!important;border:1px solid var(--m-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 34px rgba(11,48,72,.08)!important}
.order-form-v2 hr{margin:13px 0!important;border:0!important;border-top:1px solid #e1e9ee!important}
.order-stage-title{display:flex;align-items:center;gap:9px;margin:0 0 9px;padding-bottom:8px;border-bottom:1px solid #e0e9ee}.order-stage-title>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--m-blue);color:#fff;font-size:13px;font-weight:900}.order-stage-title strong,.order-stage-title small{display:block}.order-stage-title strong{font-size:15px}.order-stage-title small{margin-top:1px;color:var(--m-muted);font-size:11px}
.order-help-button{min-height:34px!important;padding:0 12px!important;font-size:12px!important}
.order-table-wrap{max-width:100%;overflow:auto;border:1px solid #dbe6ec;border-radius:13px}.order-items-table{width:100%!important;min-width:900px!important;border-collapse:collapse!important;background:#fff}.order-items-table th{padding:8px 7px!important;background:#e4f2f8!important;color:#17394f!important;font-size:11px!important}.order-items-table td{padding:7px 6px!important;border-top:1px solid #e1eaef!important;vertical-align:middle!important}.order-items-table select,.order-items-table input{height:38px!important;margin:0!important;border:1px solid #cfdfe7!important;border-radius:9px!important;font-size:12px!important}.order-items-table .length_select input{width:68px!important}.order-items-table .count_select input{width:54px!important}.order-items-table .sum input{width:78px!important}.order-add-button{min-height:40px;padding:0 15px;border:0;border-radius:10px;background:var(--m-blue);color:#fff;font-weight:800}.order-remove-button{width:34px;height:34px;border:0;border-radius:9px;background:#fff0f0;color:#bd2a2a;font-size:20px}
.delivery-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.delivery-options .checkbox{margin:0!important}.delivery-options .form-label{display:block;height:100%;padding:13px 14px;border:1px solid #d8e5ec;border-radius:14px;background:#fff;font-size:13px;line-height:1.5}
.order-summary-v2{padding:16px;border:1px solid #d8e5ec;border-radius:15px;background:#f6fafc}
.order-contact-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.order-contact-fields .form-group{margin:0}.order-contact-fields .form-group--wide{grid-column:1/-1}.order-contact-fields label{display:block;margin-bottom:4px;font-size:12px;font-weight:800}.order-contact-fields input,.order-contact-fields textarea{width:100%;border:1px solid #cfdee6;border-radius:10px;background:#fff;padding:9px 10px;font-size:13px}.order-contact-fields input{min-height:39px}.order-contact-fields textarea{min-height:58px;resize:vertical}

/* Contacts */
.contacts-grid-v2{display:grid;grid-template-columns:minmax(260px,.38fr) minmax(0,1fr);gap:16px}.contact-card-v2,.map-embed-v2{overflow:hidden;border:1px solid var(--m-line);border-radius:19px;background:#fff;box-shadow:0 10px 28px rgba(11,48,72,.055)}.contact-card-v2{padding:22px}.contact-card-v2 h3{margin:0 0 10px}.contact-link-v2{display:block;margin:7px 0;color:var(--m-ink);font-weight:800;text-decoration:none}.messenger-icons--contacts{display:flex;gap:7px;margin:14px 0}.messenger-icons--contacts a{display:grid;place-items:center;width:38px;height:38px;border:1px solid #d8e6ed;border-radius:50%;background:#fff}.messenger-icons--contacts img{width:30px;height:30px}.map-embed-v2 iframe{display:block;width:100%;height:100%;min-height:320px;border:0}

/* Product pages */
.product-body{background:#f5f9fb!important}
.decor-page-v2{overflow:visible!important}
.decor-hero-v2{padding:28px 0 58px!important;background:linear-gradient(180deg,#f1f9fd 0,#fff 100%)!important;border-bottom:1px solid var(--m-line)!important}
.decor-shell{max-width:none!important}
.decor-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px;color:#6b8092;font-size:13px}.decor-breadcrumbs a{color:var(--m-blue-dark);font-weight:800;text-decoration:none}
.decor-title-row{max-width:960px;margin:0 0 25px}.decor-title-row h1{margin:12px 0 10px;font-size:clamp(36px,4.3vw,58px);line-height:1.02;letter-spacing:-.04em;text-align:left!important}.decor-title-row>p{max-width:820px;margin:0;color:#526b80;font-size:18px;line-height:1.55}
.decor-main-grid{display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr)!important;gap:22px!important;align-items:start!important}
.decor-primary-media-card,.decor-summary-card,.decor-gallery-large,.decor-copy-card,.decor-measure-card,.decor-price-v2,.decor-faq-v2,.decor-order-v2{border:1px solid var(--m-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:var(--m-shadow)!important}
.decor-primary-media-card{padding:14px!important;min-width:0}.decor-main-figure{display:grid!important;place-items:center!important;min-height:500px!important;margin:0!important;overflow:hidden!important;border:1px solid #dce7ed!important;border-radius:17px!important;background:linear-gradient(145deg,#e9f0f4,#f8fafb)!important}.decor-main-figure img{display:block!important;width:100%!important;height:clamp(470px,46vw,650px)!important;max-height:650px!important;object-fit:contain!important;padding:12px!important}
.decor-summary-card{position:sticky!important;top:94px!important;display:block!important;margin:0!important;padding:24px!important}.decor-stock{display:flex;align-items:center;gap:9px;margin:0 0 14px;color:#22784a;font-size:13px;font-weight:820}.decor-stock:before{content:'';width:10px;height:10px;border-radius:50%;background:#30bf69;box-shadow:0 0 0 5px #e6f7ed}.decor-price-start{display:block!important;margin:0 0 15px!important;padding:17px 18px!important;border:1px solid #cfe4ee!important;border-radius:16px!important;background:linear-gradient(135deg,#eaf8fd,#fff)!important}.decor-price-start strong,.decor-price-start span{display:block}.decor-price-start strong{font-size:31px!important;color:var(--m-blue-dark)!important;line-height:1.05}.decor-price-start span{margin-top:5px;color:var(--m-muted)}.decor-spec-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin:0 0 16px!important}.decor-spec{padding:12px!important;border:1px solid #deeaef!important;border-radius:13px!important;background:#f5f9fb!important}.decor-spec strong,.decor-spec span{display:block}.decor-spec strong{font-size:14px}.decor-spec span{margin-top:4px;color:var(--m-muted);font-size:11px}.decor-action-stack{display:grid!important;gap:9px!important}.decor-action-stack .btn-modern{width:100%;min-height:45px}.decor-message-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid #e1e9ed}.decor-message-row>span{color:var(--m-muted);font-size:12px}.decor-message-icons{display:flex;gap:7px}.decor-message-icons a{display:grid;place-items:center;width:38px;height:38px;border:1px solid #d8e5ec;border-radius:50%;background:#fff}.decor-message-icons img{width:29px;height:29px}
.decor-gallery-large{grid-column:1/-1!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;margin:0!important;padding:14px!important}.decor-gallery-large figure{display:grid!important;place-items:center!important;min-height:360px!important;margin:0!important;overflow:hidden!important;border:1px solid #dce7ed!important;border-radius:17px!important;background:linear-gradient(145deg,#eaf1f5,#f8fafb)!important}.decor-gallery-large img{display:block!important;width:100%!important;height:clamp(330px,31vw,450px)!important;max-height:450px!important;object-fit:contain!important;padding:10px!important}
.decor-detail-section{padding:54px 0!important;background:#fff!important}.decor-content-grid{display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr)!important;gap:22px!important;align-items:start!important}.decor-copy-card{padding:28px!important}.decor-copy-card h2{margin:0 0 12px;font-size:30px}.decor-copy-card h2:not(:first-child){margin-top:25px}.decor-copy-card p,.decor-copy-card li{color:#536d82;font-size:15px;line-height:1.7}.decor-benefits{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:20px!important}.decor-benefit{display:block!important;padding:14px!important;border:1px solid #dce8ee!important;border-radius:14px!important;background:#f7fafc!important}.decor-benefit__icon{display:none!important}.decor-benefit strong{display:block;font-size:14px}.decor-benefit span{display:block;margin-top:4px;color:var(--m-muted);font-size:12px}.decor-measure-card{position:sticky!important;top:94px!important;padding:24px!important;background:linear-gradient(145deg,#092d47,#0783bd)!important;color:#fff!important}.decor-measure-icon{display:none!important}.decor-measure-card h2{margin:0 0 9px;color:#fff;font-size:25px}.decor-measure-card p{color:#d7ebf5;line-height:1.6}.decor-measure-card .btn-modern{margin-top:7px;background:#fff;color:#066b9c!important}.decor-measure-note{margin-top:14px;color:#cce4f0;font-size:12px}
.decor-price-section-v2{padding:54px 0!important;background:var(--m-soft)!important}.decor-price-v2{padding:24px!important}.decor-price-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:17px}.decor-price-head h2{margin:0;font-size:34px}.decor-price-head p{margin:0;color:var(--m-muted)}.decor-price-v2 .table-scroll{max-width:100%;overflow:auto;border:1px solid #d8e5ec;border-radius:15px}.decor-selected-price-table{width:100%!important;min-width:0!important;margin:0!important;border-collapse:collapse!important}.decor-selected-price-table th{padding:13px!important;background:#dff0f8!important;border:1px solid #ccdee7!important;color:#153b52!important}.decor-selected-price-table td{padding:11px 13px!important;border:1px solid #dce7ed!important;color:#284a60!important}.decor-selected-price-table tbody tr:nth-child(even) td{background:#f8fafb!important}.decor-selected-price-table tbody td:last-child{color:#0073a9!important;font-weight:850!important;background:#f0f9fd!important}
.decor-order-section{padding:48px 0!important;background:#fff!important}.decor-order-v2{display:grid!important;grid-template-columns:1fr auto!important;gap:22px!important;align-items:center!important;padding:24px!important;background:linear-gradient(135deg,#fff,#edf8fc)!important}.decor-order-v2 h2{margin:0 0 7px;font-size:29px}.decor-order-v2 p{margin:0;color:var(--m-muted)}.decor-order-actions{display:flex;gap:9px;flex-wrap:wrap}.decor-faq-section{padding:0 0 58px!important;background:#fff!important}.decor-faq-v2{padding:24px!important}.decor-faq-v2 h2{margin:0 0 14px;font-size:29px}.decor-faq-v2 details{border-top:1px solid #dde7ec}.decor-faq-v2 details:last-child{border-bottom:1px solid #dde7ec}.decor-faq-v2 summary{position:relative;padding:15px 38px 15px 0;list-style:none;cursor:pointer;color:#18384e;font-weight:800}.decor-faq-v2 summary:after{content:'+';position:absolute;right:4px;top:10px;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#e4f4fb;color:var(--m-blue)}.decor-faq-v2 details[open] summary:after{content:'−'}.decor-faq-v2 details p{margin:0;padding:0 38px 16px 0;color:var(--m-muted);line-height:1.6}

/* Measurement page */
.measure-page-v2{background:#fff!important}.measure-hero{padding:30px 0 52px!important;background:linear-gradient(180deg,#eff8fc 0,#fff 100%)!important}.measure-shell--wide{width:min(1400px,calc(100% - 40px))!important}.measure-breadcrumbs{display:flex;gap:8px;margin:0 0 20px;color:#6a8092;font-size:13px}.measure-breadcrumbs a{color:var(--m-blue-dark);font-weight:800;text-decoration:none}.measure-hero-intro{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(420px,.72fr)!important;gap:32px!important;align-items:end!important;margin-bottom:25px}.measure-hero-copy h1{margin:13px 0 12px;font-size:clamp(40px,5vw,65px);line-height:.99;letter-spacing:-.045em}.measure-hero-copy>p{max-width:700px;margin:0;color:#526b80;font-size:18px;line-height:1.65}.measure-hero-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}.measure-rule-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.measure-rule-grid>div{padding:17px;border:1px solid #d5e5ed;border-radius:15px;background:#fff;box-shadow:0 8px 25px rgba(12,49,73,.055)}.measure-rule-grid strong,.measure-rule-grid span{display:block}.measure-rule-grid strong{color:var(--m-blue-dark);font-size:21px}.measure-rule-grid span{margin-top:4px;color:var(--m-muted);font-size:12px}
.measure-infographic{margin:0!important;padding:13px!important;border:1px solid #d6e5ed!important;border-radius:22px!important;background:#fff!important;box-shadow:var(--m-shadow)!important}.measure-infographic__desktop{display:block!important;width:100%!important;max-width:none!important;height:auto!important;margin:0!important;border-radius:15px!important;background:#f2f5f7!important}.measure-infographic__mobile{display:none!important}.measure-abc-legend{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin:12px 0 0!important;max-width:none!important}.measure-abc-item{display:flex!important;gap:10px!important;padding:12px 13px!important;border:1px solid #dae6ed!important;border-radius:13px!important;background:#f8fafc!important}.measure-abc-item b{display:grid!important;place-items:center!important;width:31px!important;height:31px!important;border-radius:50%!important;color:#fff!important;flex:0 0 auto}.measure-abc-item--a b{background:#1d67ad!important}.measure-abc-item--b b{background:#d72f2f!important}.measure-abc-item--c b{background:#2f9b48!important}.measure-abc-item strong,.measure-abc-item span{display:block}.measure-abc-item strong{font-size:14px}.measure-abc-item span{margin-top:3px;color:var(--m-muted);font-size:12px;line-height:1.45}.measure-infographic figcaption{margin:10px 2px 0!important;padding:0!important;color:var(--m-muted)!important;font-size:12px!important;text-align:left!important}
.measure-section{padding:52px 0!important}.measure-section--soft{background:var(--m-soft)!important}.measure-heading{max-width:850px;margin:0 0 22px}.measure-heading>span{color:var(--m-blue-dark);font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.measure-heading h2{margin:8px 0 7px;font-size:clamp(30px,3.5vw,45px);line-height:1.06;letter-spacing:-.035em}.measure-heading p{margin:0;color:var(--m-muted);font-size:16px;line-height:1.55}.measure-width-formula{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr)!important;gap:20px!important;align-items:center!important;padding:18px 20px!important;border:1px solid #d7e5ec!important;border-radius:17px!important;background:#fff!important}.measure-width-formula__line{display:flex!important;align-items:center!important;gap:9px!important;flex-wrap:wrap!important}.measure-width-formula__line b{padding:9px 12px;border-radius:10px;background:#e3f4fb;color:var(--m-blue-dark)}.measure-width-formula p{margin:0;color:var(--m-muted);font-size:13px;line-height:1.55}.measure-steps{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin-top:14px!important}.measure-step{padding:16px!important;border:1px solid #dbe6ec!important;border-radius:15px!important;background:#fff!important}.measure-letter{display:grid!important;place-items:center!important;width:30px!important;height:30px!important;border-radius:10px!important;background:#e3f4fb!important;color:var(--m-blue-dark)!important;font-weight:900!important}.measure-step h3{margin:10px 0 5px!important;font-size:15px!important}.measure-step p{margin:0!important;color:var(--m-muted)!important;font-size:12.5px!important;line-height:1.5!important}.measure-examples{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin-top:10px!important}.measure-examples article{padding:15px 17px!important;border-radius:15px!important;background:#082d46!important;color:#fff!important}.measure-examples span,.measure-examples strong,.measure-examples p{display:block!important}.measure-examples span{color:#8ed7f6!important;font-size:10px!important;text-transform:uppercase!important}.measure-examples strong{margin-top:5px!important;font-size:18px!important}.measure-examples p{margin:4px 0 0!important;color:#d5e8f2!important;font-size:12px!important}.measure-formulas{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.measure-formula{padding:18px!important;border:1px solid #d8e5ec!important;border-radius:16px!important;background:#fff!important}.measure-formula h3{margin:0 0 9px!important}.measure-equation{padding:10px 12px!important;border-radius:10px!important;background:#e4f4fb!important;color:var(--m-blue-dark)!important;font-weight:900!important}.measure-formula--green .measure-equation{background:#e9f7ed!important;color:#23853b!important}.measure-formula p{margin:10px 0 0!important;color:var(--m-muted)!important;line-height:1.55!important}.measure-cutting-banner{display:grid!important;grid-template-columns:1fr!important;margin-top:12px!important;padding:18px 20px!important;border:0!important;border-radius:16px!important;background:linear-gradient(135deg,#082d46,#0788c3)!important;color:#fff!important}.measure-cutting-icon{display:none!important}.measure-cutting-banner h3{margin:0 0 5px!important;color:#fff!important}.measure-cutting-banner p{margin:0!important;color:#d9edf6!important;line-height:1.55!important}.measure-size-chips{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:8px!important}.measure-size-chips span{padding:11px 9px!important;border:1px solid #d8e5ec!important;border-radius:11px!important;background:#fff!important;text-align:center!important;font-size:13px!important;font-weight:850!important}.measure-two-col{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.measure-card{padding:20px!important;border:1px solid #d8e5ec!important;border-radius:17px!important;background:#fff!important}.measure-card h3{margin:0 0 13px!important}.measure-check{margin:0!important;padding:0!important;list-style:none!important}.measure-check li{position:relative;padding:9px 0 9px 28px!important;border-top:1px solid #e5ecef!important;color:#526b80!important;line-height:1.5!important}.measure-check li:first-child{border-top:0!important}.measure-check li:before{content:'✓';position:absolute;left:0;top:9px;color:#28a255;font-weight:900}.measure-warning li:before{content:'!';display:grid;place-items:center;width:18px;height:18px;top:10px;border-radius:6px;background:#fff0d8;color:#a86900}.measure-faq{overflow:hidden;border:1px solid #d8e5ec;border-radius:17px;background:#fff}.measure-faq details{border-top:1px solid #e1e9ed}.measure-faq details:first-child{border-top:0}.measure-faq summary{position:relative;padding:15px 42px 15px 17px;list-style:none;cursor:pointer;font-weight:800}.measure-faq summary:after{content:'+';position:absolute;right:13px;top:10px;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#e4f4fb;color:var(--m-blue)}.measure-faq details[open] summary:after{content:'−'}.measure-faq p{margin:0;padding:0 17px 16px;color:var(--m-muted);line-height:1.6}.measure-cta{padding:0 0 54px!important;background:var(--m-soft)!important}.measure-cta-card{display:grid!important;grid-template-columns:1fr auto!important;gap:20px!important;align-items:center!important;padding:23px 25px!important;border-radius:18px!important;background:linear-gradient(135deg,#082d46,#0788c3)!important}.measure-cta-card h2{margin:0 0 6px!important;color:#fff!important}.measure-cta-card p{margin:0!important;color:#d7ecf5!important}.measure-cta-actions{display:flex!important;gap:9px!important}.measure-cta .btn-modern--ghost{background:#fff!important;color:var(--m-blue-dark)!important}

/* Shared footer and callback */
.site-footer,.site-footer-v2{background:linear-gradient(135deg,#061827,#0a2a43)!important;color:#c7d7e0!important}.site-footer{padding:48px 0 22px!important}.site-footer__grid,.footer-v2__grid{display:grid!important;grid-template-columns:1.2fr .8fr 1fr 1fr!important;gap:30px!important}.site-footer h2,.site-footer-v2 h2{margin:0 0 12px!important;color:#fff!important;font-size:15px!important}.site-footer p,.site-footer a,.site-footer button,.site-footer-v2 p,.site-footer-v2 a,.site-footer-v2 button{color:#cfdee6!important;font-size:13px!important;line-height:1.55!important}.site-footer a,.site-footer button{display:block!important;margin:7px 0!important;text-decoration:none!important}.site-footer__bottom,.footer-v2__bottom{display:flex!important;justify-content:space-between!important;gap:18px!important;margin-top:30px!important;padding-top:18px!important;border-top:1px solid rgba(255,255,255,.12)!important;color:#98adba!important;font-size:11px!important}.site-footer__logo img{width:125px!important;filter:brightness(0) invert(1)!important}.site-footer .danke-messenger-icons--footer{display:flex!important;gap:7px!important}.site-footer .danke-messenger-icons--footer .danke-messenger-icon{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;padding:3px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:50%!important;background:rgba(255,255,255,.07)!important}.site-footer .danke-messenger-icons--footer .danke-messenger-icon:after{display:none!important}.site-footer .danke-messenger-icons--footer img{width:27px!important;height:27px!important}
.callback-modal{width:min(590px,calc(100% - 28px))!important;max-height:calc(100vh - 24px)!important;overflow:auto!important}.callback-modal input[type=tel]{width:100%!important}.callback-modal .consent-box{display:flex!important;align-items:flex-start!important;gap:9px!important}.callback-modal .consent-box input{width:18px!important;height:18px!important;flex:0 0 auto!important;margin-top:3px!important}

@media(max-width:1180px){
  .site-nav,.header-v2__nav{gap:14px}.site-nav a,.header-v2__nav a{font-size:13px}.site-header .btn-modern--small,.header-v2__callback{display:none}
  .home-page-v2 .decor-grid-v2{grid-template-columns:repeat(3,minmax(0,1fr))!important}.gallery-grid-v2{grid-template-columns:repeat(4,minmax(0,1fr))!important}.components-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .decor-main-grid{grid-template-columns:minmax(0,1.15fr) minmax(310px,.85fr)!important}.decor-content-grid{grid-template-columns:minmax(0,1fr) minmax(280px,.7fr)!important}
}
@media(max-width:930px){
  .site-header__inner,.header-v2__inner{min-height:70px}.site-menu-toggle{display:flex!important;order:4}.site-nav,.header-v2__nav{position:fixed!important;top:72px!important;left:12px!important;right:12px!important;display:none!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:10px!important;border:1px solid #d6e4eb!important;border-radius:17px!important;background:#fff!important;box-shadow:0 20px 50px rgba(8,34,52,.2)!important}.site-nav.is-open,.header-v2__nav.is-open{display:flex!important}.site-nav a,.header-v2__nav a{padding:11px 12px;border-bottom:1px solid #edf2f5}.site-header__contacts,.header-v2__actions{margin-left:auto}.site-phone,.header-v2__phone{display:none}.site-logo img,.header-v2__logo img{width:118px}
  .hero-v2__grid{grid-template-columns:1fr}.hero-v2__media{order:-1}.hero-v2__media>img{height:340px}.trust-v2__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-page-v2 .decor-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.gallery-grid-v2{grid-template-columns:repeat(3,minmax(0,1fr))!important}.advantages-v2__list{grid-template-columns:1fr!important}.delivery-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.messenger-order-v2{grid-template-columns:1fr}.delivery-options{grid-template-columns:1fr}.contacts-grid-v2{grid-template-columns:1fr}.map-embed-v2 iframe{min-height:300px}
  .decor-main-grid,.decor-content-grid{grid-template-columns:1fr!important}.decor-summary-card,.decor-measure-card{position:static!important;top:auto!important}.decor-primary-media-card{order:1}.decor-summary-card{order:2}.decor-gallery-large{order:3;grid-column:1!important}.decor-order-v2{grid-template-columns:1fr!important}.decor-order-actions{justify-content:flex-start}.decor-gallery-large{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .measure-hero-intro{grid-template-columns:1fr!important}.measure-rule-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.measure-abc-legend{grid-template-columns:1fr!important}.measure-width-formula{grid-template-columns:1fr!important}.measure-steps{grid-template-columns:repeat(2,minmax(0,1fr))!important}.measure-size-chips{grid-template-columns:repeat(4,minmax(0,1fr))!important}.measure-cta-card{grid-template-columns:1fr!important}.site-footer__grid,.footer-v2__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:680px){
  .site-container,.container,.decor-shell,.measure-shell,.measure-shell--wide{width:min(100% - 24px,1320px)!important}.site-header__inner,.header-v2__inner{gap:9px}.site-header .danke-messenger-icon,.header-v2__actions .messenger-icons--header a{width:31px!important;height:31px!important;min-width:31px!important}.site-header .danke-messenger-icon img,.header-v2__actions .messenger-icons--header img{width:24px!important;height:24px!important}.home-section{padding:48px 0}.home-heading{margin-bottom:24px}.home-heading h2{font-size:31px}.home-heading p{font-size:15px}
  .hero-v2{padding:24px 0 30px}.hero-v2__media>img{height:250px;border-radius:18px}.hero-v2__note{left:10px;right:10px;bottom:10px;max-width:none}.hero-v2__copy h1{font-size:40px}.hero-v2__copy>p{font-size:16px}.hero-v2__copy ul{display:grid;gap:8px}.trust-v2__grid{grid-template-columns:1fr 1fr;gap:8px}.trust-v2__grid>div{padding:13px}
  .home-page-v2 .decor-grid-v2{grid-template-columns:1fr!important;gap:12px!important}.home-page-v2 .decor-card-v2__media{aspect-ratio:16/9}.home-page-v2 .decor-card-v2__body{min-height:0}.home-page-v2 .decor-card-v3__meta{align-items:center}.gallery-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.components-grid-v2,.delivery-grid-v2{grid-template-columns:1fr!important}.series-note-grid{grid-template-columns:1fr}.measure-link-card{grid-template-columns:1fr;padding:18px}.measure-link-card__copy h3{font-size:21px}
  .price-toolbar{display:block}.price-series-legend{margin-top:10px}.price-table-v2{border:0;background:transparent;box-shadow:none}.price-ledger{display:block!important;min-width:0!important;border:0!important;background:transparent!important}.price-ledger colgroup,.price-ledger thead{display:none!important}.price-ledger tbody{display:grid!important;gap:9px!important}.price-ledger tr{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px 11px!important;padding:13px!important;border:1px solid var(--m-line)!important;border-radius:14px!important;background:#fff!important}.price-ledger td{display:block!important;padding:0!important;border:0!important;background:transparent!important;font-size:13px!important}.price-ledger td:first-child{grid-column:1/-1;font-weight:800}.price-ledger td:nth-child(2){color:var(--m-muted)}.price-ledger td:nth-child(3):before{content:'LD-S 30: ';color:var(--m-muted);font-weight:600}.price-ledger td:nth-child(4):before{content:'LD-40: ';color:var(--m-muted);font-weight:600}
  .messenger-choice-grid{grid-template-columns:1fr}.order-shell{padding:14px!important}.order-table-wrap{overflow:visible!important;border:0!important}.order-items-table{display:block!important;min-width:0!important;width:100%!important}.order-items-table colgroup,.order-items-table thead tr:first-child{display:none!important}.order-items-table thead,.order-items-table tbody,.order-items-table tfoot{display:block!important}.order-items-table tr{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important;margin-bottom:10px!important;padding:12px!important;border:1px solid var(--m-line)!important;border-radius:14px!important;background:#fff!important}.order-items-table #row_data-add{display:none!important}.order-items-table td{display:block!important;padding:0!important;border:0!important}.order-items-table td.number_line{grid-column:1/-1;color:var(--m-muted);font-size:12px}.order-items-table td.dekor_select,.order-items-table td.goods_select{grid-column:1/-1}.order-items-table td:before{display:block;margin-bottom:4px;color:var(--m-muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.order-items-table td.dekor_select:before{content:'Декор и серия'}.order-items-table td.goods_select:before{content:'Ширина / комплектующая'}.order-items-table td.length_select:before{content:'Длина, см'}.order-items-table td.count_select:before{content:'Количество'}.order-items-table td.sum:before{content:'Стоимость'}.order-items-table td:last-child{position:absolute;right:23px;top:20px}.order-items-table select,.order-items-table input{width:100%!important;height:42px!important;margin:0!important}.order-items-table .length_select input,.order-items-table .count_select input,.order-items-table .sum input{width:100%!important}.order-items-table tfoot tr{display:block!important;padding:0!important;border:0!important;background:transparent!important}.order-items-table tfoot td{display:block!important}.order-add-button{width:100%}.order-contact-fields{grid-template-columns:1fr}.order-contact-fields .form-group--wide{grid-column:auto}
  .decor-title-row h1{font-size:36px}.decor-title-row>p{font-size:16px}.decor-primary-media-card{padding:8px!important}.decor-main-figure{min-height:260px!important}.decor-main-figure img{height:auto!important;max-height:430px!important;padding:6px!important}.decor-summary-card{padding:18px!important}.decor-price-start strong{font-size:26px!important}.decor-gallery-large{grid-template-columns:1fr!important;padding:8px!important;gap:9px!important}.decor-gallery-large figure{min-height:0!important}.decor-gallery-large img{height:auto!important;max-height:430px!important;padding:5px!important}.decor-copy-card,.decor-price-v2,.decor-faq-v2,.decor-order-v2{padding:18px!important}.decor-benefits{grid-template-columns:1fr!important}.decor-price-head{display:block}.decor-price-head p{margin-top:6px}.decor-selected-price-table{display:block!important;min-width:0!important}.decor-selected-price-table thead{display:none!important}.decor-selected-price-table tbody{display:grid!important;gap:8px!important}.decor-selected-price-table tr{display:grid!important;grid-template-columns:1fr auto!important;gap:5px 10px!important;padding:12px!important;border:1px solid var(--m-line)!important;border-radius:13px!important;background:#fff!important}.decor-selected-price-table td{display:block!important;padding:0!important;border:0!important;background:transparent!important}.decor-selected-price-table td:first-child{grid-column:1/-1;font-weight:800}.decor-selected-price-table td:nth-child(2){color:var(--m-muted);font-size:12px}.decor-selected-price-table td:last-child:before{content:'Цена: ';color:var(--m-muted);font-weight:600}.decor-order-actions{display:grid}.decor-order-actions .btn-modern{width:100%}
  .measure-hero{padding-top:20px!important}.measure-hero-copy h1{font-size:40px}.measure-rule-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.measure-infographic{padding:6px!important;border-radius:15px!important}.measure-infographic__desktop{border-radius:10px!important}.measure-steps,.measure-examples,.measure-formulas,.measure-two-col{grid-template-columns:1fr!important}.measure-size-chips{grid-template-columns:repeat(3,minmax(0,1fr))!important}.measure-cta-actions{display:grid!important}.measure-cta-actions .btn-modern{width:100%}
  .site-footer,.site-footer-v2{padding:32px 0 20px!important}.site-footer__grid,.footer-v2__grid{grid-template-columns:1fr!important;gap:0!important}.site-footer__grid>div,.footer-v2__grid>div{padding:15px 0!important;border-bottom:1px solid rgba(255,255,255,.11)!important}.site-footer__grid>div:last-child,.footer-v2__grid>div:last-child{border-bottom:0!important}.site-footer__bottom,.footer-v2__bottom{flex-direction:column!important;align-items:flex-start!important;gap:7px!important;margin-top:15px!important}.callback-fab{right:10px!important;bottom:10px!important;padding:0 16px!important;min-height:46px!important;font-size:13px!important}
}

/* Header/footer messenger icons: icon-only, never inherit legacy text labels */
.home-page-v2 .messenger-icons--header a:after,
.home-page-v2 .messenger-icons--contacts a:after,
.home-page-v2 .messenger-icons--footer a:after,
.site-header .danke-messenger-icon:after,
.site-footer .danke-messenger-icon:after{
  display:none!important;
  content:none!important;
}

/* MÖLLER V7 — stable responsive header, catalog cards and calculator */

/* Header: no wrapping and a visible hamburger at every compact width. */
.site-header__inner,.header-v2__inner{flex-wrap:nowrap!important}
.site-menu-toggle{
  align-items:stretch!important;justify-content:center!important;flex-direction:column!important;
  gap:5px!important;padding:9px!important;line-height:0!important;
}
.site-menu-toggle span:not(.sr-only){
  display:block!important;width:100%!important;height:2px!important;min-height:2px!important;
  margin:0!important;border-radius:2px!important;background:#10273a!important;
}

/* Calculator: a real step block rather than putting its title in the options grid. */
.order-delivery-step{display:block!important}
.order-delivery-step>.order-stage-title{margin-bottom:14px!important}
.delivery-options{
  display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;align-items:stretch!important;
}
.delivery-choice{
  display:flex!important;flex-direction:column!important;justify-content:flex-start!important;
  min-width:0!important;min-height:0!important;padding:11px 12px!important;
  border:1px solid #d8e5ec!important;border-radius:13px!important;background:#fff!important;
  box-shadow:0 5px 16px rgba(7,36,56,.035)!important;
}
.delivery-choice__label{display:flex!important;align-items:flex-start!important;gap:10px!important;margin:0!important;cursor:pointer!important}
.delivery-choice__label input{width:19px!important;height:19px!important;margin:2px 0 0!important;flex:0 0 auto!important}
.delivery-choice__label span{display:block!important;min-width:0!important}
.delivery-choice__label strong{display:block!important;color:#10273a!important;font-size:13px!important;line-height:1.25!important}
.delivery-choice__label small{display:block!important;margin-top:2px!important;color:#687b8d!important;font-size:11px!important;line-height:1.3!important}
.delivery-choice__cost{display:block!important;margin:6px 0 0 29px!important;color:#087fbd!important;font-size:14px!important;font-weight:900!important}
.delivery-distance{display:flex!important;align-items:center!important;gap:7px!important;margin:7px 0 0 29px!important;color:#607487!important;font-size:11px!important}
.delivery-distance input{width:76px!important;height:38px!important;margin:0!important;text-align:center!important}
.order-summary{padding:0!important;border:0!important;background:transparent!important}
.order-summary-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}
.order-summary-grid>div{display:flex!important;flex-direction:column!important;gap:3px!important;padding:9px 12px!important;border:1px solid #d8e5ec!important;border-radius:12px!important;background:#f7fafc!important}
.order-summary-grid span{color:#607487!important;font-size:11px!important;text-transform:uppercase!important;letter-spacing:.045em!important}
.order-summary-grid strong{color:#10273a!important;font-size:17px!important;line-height:1.2!important}
.order-summary-grid em{font-style:normal!important}
.order-summary-grid .order-summary-total{background:#e9f6fc!important;border-color:#bfe1f0!important}
.order-summary-grid .order-summary-total strong{color:#0876ad!important;font-size:20px!important}

/* Compact product cards. Images use the original 4:3 ratio instead of a wide empty frame. */
@media(max-width:680px){
  .home-page-v2 .decor-card-v2{border-radius:16px!important}
  .home-page-v2 .decor-card-v2__media{
    aspect-ratio:4/3!important;padding:0!important;background:#fff!important;
    border-bottom:1px solid #e3edf2!important;overflow:hidden!important;
  }
  .home-page-v2 .decor-card-v2__media img{
    width:100%!important;height:100%!important;max-width:none!important;margin:0!important;padding:0!important;
    object-fit:cover!important;object-position:center!important;background:#fff!important;
  }
  .home-page-v2 .decor-card-v2__body{gap:5px!important;min-height:0!important;padding:12px 14px 13px!important}
  .home-page-v2 .decor-card-v2__series{font-size:10px!important;line-height:1.2!important}
  .home-page-v2 .decor-card-v2 h3{min-height:0!important;margin:1px 0 3px!important;font-size:18px!important;line-height:1.2!important}
  .home-page-v2 .decor-card-v3__meta{align-items:center!important;gap:7px!important;font-size:11px!important;line-height:1.25!important}
  .home-page-v2 .decor-card-v3__meta strong{font-size:13px!important}
  .home-page-v2 .decor-card-v2__link{margin-top:3px!important;font-size:12px!important}
}

/* The navigation changes to compact mode before the content starts colliding. */
@media(max-width:930px){
  .site-header__inner,.header-v2__inner{min-height:66px!important;height:66px!important;gap:8px!important}
  .site-logo,.header-v2__logo{flex:0 0 auto!important}
  .site-logo img,.header-v2__logo img{width:108px!important;max-width:108px!important}
  .site-header__contacts,.header-v2__actions{display:flex!important;align-items:center!important;gap:5px!important;margin-left:auto!important;min-width:0!important}
  .site-phone,.header-v2__phone,.site-header__contacts>.btn-modern,.header-v2__callback{display:none!important}
  .danke-messenger-icons--header,.messenger-icons--header{display:flex!important;align-items:center!important;gap:4px!important;flex:0 0 auto!important}
  .site-header .danke-messenger-icons--header .danke-messenger-icon,
  .header-v2__actions .messenger-icons--header a{
    width:30px!important;height:30px!important;min-width:30px!important;padding:2px!important;border-radius:50%!important;
  }
  .site-header .danke-messenger-icons--header img,.header-v2__actions .messenger-icons--header img{width:25px!important;height:25px!important}
  .site-menu-toggle{display:flex!important;width:40px!important;height:40px!important;min-width:40px!important;flex:0 0 40px!important;margin-left:2px!important;order:4!important}
  .site-nav,.header-v2__nav{top:66px!important}

  /* Tablet and phone calculators must not retain the legacy desktop table width. */
  .order-table-wrap{display:block!important;overflow:visible!important;margin:8px 0 0!important;max-width:100%!important}
  .order-items-table{display:block!important;width:100%!important;min-width:0!important;table-layout:auto!important;border:0!important;background:transparent!important}
  .order-items-table colgroup,.order-items-table thead>tr:first-child,.order-items-table #row_data-add{display:none!important}
  .order-items-table thead,.order-items-table tbody,.order-items-table tfoot{display:block!important;width:100%!important}
  .order-items-table #user_rows{display:grid!important;width:100%!important;gap:11px!important}
  .order-items-table #user_rows>tr{position:relative!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;width:100%!important;padding:13px!important;border:1px solid #d7e4ec!important;border-radius:15px!important;background:#fff!important}
  .order-items-table #user_rows td{display:block!important;width:auto!important;padding:0!important;border:0!important;background:transparent!important;text-align:left!important}
  .order-items-table #user_rows .number_line{position:absolute!important;right:9px!important;top:9px!important;width:25px!important;height:25px!important;line-height:25px!important;border-radius:50%!important;background:#e7f4fa!important;color:#075d8d!important;text-align:center!important;font-size:11px!important;font-weight:850!important}
  .order-items-table #user_rows .dekor_select,.order-items-table #user_rows .goods_select{grid-column:1/-1!important;padding-right:31px!important}
  .order-items-table #user_rows .sum{grid-column:1/-1!important;padding-right:42px!important}
  .order-items-table #user_rows td:last-child{position:absolute!important;right:8px!important;bottom:8px!important}
  .order-items-table #user_rows .dekor_select:before,.order-items-table #user_rows .goods_select:before,.order-items-table #user_rows .length_select:before,.order-items-table #user_rows .count_select:before,.order-items-table #user_rows .sum:before{display:block!important;margin:0 0 4px!important;color:#607487!important;font-size:9px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.045em!important}
  .order-items-table #user_rows .dekor_select:before{content:"Декор и серия"}.order-items-table #user_rows .goods_select:before{content:"Ширина / комплектующая"}.order-items-table #user_rows .length_select:before{content:"Длина, см"}.order-items-table #user_rows .count_select:before{content:"Количество"}.order-items-table #user_rows .sum:before{content:"Стоимость"}
  .order-items-table #user_rows select,.order-items-table #user_rows input{display:block!important;width:100%!important;max-width:none!important;height:40px!important;margin:0!important;padding:7px 9px!important;border:1px solid #cddde6!important;border-radius:10px!important;background:#fff!important;font-size:12px!important;line-height:1.2!important}
  .order-items-table tfoot tr,.order-items-table tfoot td{display:block!important;width:100%!important;padding:0!important;border:0!important;background:transparent!important}
  .order-add-button{width:100%!important;margin-top:9px!important}
  .delivery-options{grid-template-columns:1fr!important}
  .delivery-choice{min-height:0!important;padding:14px!important}
  .order-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}

  /* Price list becomes cards at the same breakpoint as the mobile navigation. */
  .price-table-v2{overflow:visible!important;border:0!important;background:transparent!important;box-shadow:none!important}
  .price-ledger{display:block!important;min-width:0!important;width:100%!important;border:0!important;background:transparent!important}
  .price-ledger colgroup,.price-ledger thead{display:none!important}
  .price-ledger tbody{display:grid!important;grid-template-columns:1fr!important;gap:9px!important}
  .price-ledger tbody tr{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px 10px!important;padding:12px!important;border:1px solid #d8e5ed!important;border-radius:14px!important;background:#fff!important}
  .price-ledger tbody td{display:block!important;width:auto!important;padding:0!important;border:0!important;background:transparent!important;text-align:left!important;font-size:12px!important}
  .price-ledger tbody td:first-child{grid-column:1/-1!important;color:#10273a!important;font-size:13px!important;font-weight:850!important}
  .price-ledger tbody td:nth-child(2){grid-column:1/-1!important;color:#758898!important;font-size:10px!important}
  .price-ledger tbody td:nth-child(2):before{content:"Единица: ";font-weight:700!important}
  .price-ledger tbody td:nth-child(3),.price-ledger tbody td:nth-child(4){padding:8px 9px!important;border-radius:9px!important;background:#f2f8fb!important}
  .price-ledger tbody td:nth-child(3):before,.price-ledger tbody td:nth-child(4):before{display:block!important;margin-bottom:2px!important;color:#607487!important;font-size:9px!important;font-weight:850!important;text-transform:uppercase!important}
  .price-ledger tbody td:nth-child(3):before{content:"LD-S 30"}.price-ledger tbody td:nth-child(4):before{content:"LD-40"}
}

@media(max-width:420px){
  .site-logo img,.header-v2__logo img{width:100px!important;max-width:100px!important}
  .site-header__inner,.header-v2__inner{gap:6px!important}
  .site-header .danke-messenger-icons--header .danke-messenger-icon,.header-v2__actions .messenger-icons--header a{width:28px!important;height:28px!important;min-width:28px!important}
  .site-header .danke-messenger-icons--header img,.header-v2__actions .messenger-icons--header img{width:23px!important;height:23px!important}
  .site-menu-toggle{width:38px!important;height:38px!important;min-width:38px!important;flex-basis:38px!important}
  .order-summary-grid{grid-template-columns:1fr!important}
}
/* Final V7 refinements */
.order-contact-fields>.order-stage-title{grid-column:1/-1!important}
@media(max-width:930px){
  .home-page-v2 .decor-card-v2{border-radius:16px!important}
  .home-page-v2 .decor-card-v2__media{aspect-ratio:4/3!important;padding:0!important;background:#fff!important;overflow:hidden!important}
  .home-page-v2 .decor-card-v2__media img{width:100%!important;height:100%!important;max-width:none!important;margin:0!important;padding:0!important;object-fit:cover!important;object-position:center!important;background:#fff!important}
  .home-page-v2 .decor-card-v2__body{gap:4px!important;min-height:0!important;padding:10px 12px 11px!important}
  .home-page-v2 .decor-card-v2__series{font-size:10px!important;line-height:1.2!important}
  .home-page-v2 .decor-card-v2 h3{min-height:0!important;margin:1px 0 3px!important;font-size:18px!important;line-height:1.2!important}
  .home-page-v2 .decor-card-v3__meta{align-items:center!important;gap:7px!important;font-size:11px!important;line-height:1.25!important}
  .home-page-v2 .decor-card-v3__meta strong{font-size:13px!important}
  .home-page-v2 .decor-card-v2__link{margin-top:3px!important;font-size:12px!important}
}

/* V8 final corrections: visible measurement image, dense calculator and product-focused cards. */
.measure-infographic__desktop{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important}
@media(max-width:930px){
  .order-shell{padding:12px!important}
  .order-form-v2 hr{margin:10px 0!important}
  .order-stage-title{margin-bottom:7px!important;padding-bottom:7px!important}
  .order-items-table #user_rows{gap:8px!important}
  .order-items-table #user_rows>tr{gap:7px!important;padding:10px!important;border-radius:13px!important}
  .order-items-table #user_rows select,.order-items-table #user_rows input{height:37px!important;font-size:12px!important}
  .delivery-choice{padding:10px 11px!important}
  .order-summary-grid{gap:7px!important}
  .order-summary-grid>div{padding:8px 10px!important}
  .order-contact-fields{gap:8px!important}
  .order-contact-fields input{min-height:38px!important}
  .order-contact-fields textarea{min-height:54px!important}
}
@media(max-width:680px){
  .home-page-v2 .decor-card-v2 h3{font-size:17px!important}
  .home-page-v2 .decor-card-v3__meta{font-size:10.5px!important}
  .home-page-v2 .decor-card-v3__meta strong{font-size:12.5px!important}
}

/* V8 contact grid cleanup. */
.order-contact-fields{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.order-contact-fields>.order-stage-title{grid-column:1/-1!important}
.order-contact-fields>.form-field{grid-column:auto!important;min-width:0;margin:0!important}
.order-contact-fields>.form-field--wide,
.order-contact-fields>.order-consent,
.order-contact-fields>.order-form-status,
.order-contact-fields>.order-submit-row{grid-column:1/-1!important}
.order-contact-fields>.form-field input,
.order-contact-fields>.form-field textarea{display:block;width:100%!important;margin:0!important}
.order-consent{margin:2px 0 0!important;padding:11px 12px!important}
.order-submit-row{display:flex;justify-content:flex-start}
.order-submit-row .btn-modern{min-height:42px;padding:9px 18px}
@media(max-width:930px){
  .order-contact-fields{grid-template-columns:1fr!important}
  .order-contact-fields>.form-field--wide,
  .order-contact-fields>.order-consent,
  .order-contact-fields>.order-form-status,
  .order-contact-fields>.order-submit-row{grid-column:auto!important}
  .order-submit-row .btn-modern{width:100%}
}

/* V9: compact price matrix, stable calculator and measurement illustrations. */
.price-section-compact{padding:48px 0!important}
.price-section-compact .home-heading{margin-bottom:18px}
.price-matrix{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.price-matrix .price-table-v2{min-width:0;overflow:visible}
.price-ledger--compact{min-width:0!important;table-layout:fixed;box-shadow:0 8px 24px rgba(10,36,59,.055)!important}
.price-ledger--compact th,.price-ledger--compact td{padding:7px 10px!important;font-size:12.5px!important;white-space:nowrap}
.price-ledger--compact th:first-child,.price-ledger--compact td:first-child{width:34%;font-weight:800;color:#27465a}
.price-ledger--compact tbody td:nth-child(2){color:#0876ad!important;font-weight:850}
.price-ledger--compact tbody td:nth-child(3){color:#9a6810!important;font-weight:850}
.price-accessories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}
.price-accessories>span{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 13px;border:1px solid #d7e4eb;border-radius:12px;background:#fff;color:#27465a;font-size:12.5px}
.price-accessories b{white-space:nowrap;color:#0876ad}
.price-section-compact .price-note{margin-top:8px}

.order-shell{overflow:hidden}
.order-contact-fields>.order-consent{display:flex!important;align-items:flex-start!important;gap:10px!important;width:100%!important;min-width:0!important;margin:2px 0 0!important;padding:11px 12px!important}
.order-contact-fields>.order-consent input[type=checkbox]{display:block!important;flex:0 0 18px!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;margin:2px 0 0!important;padding:0!important}
.order-contact-fields>.order-consent>span{display:block;min-width:0;line-height:1.45;overflow-wrap:anywhere}
.delivery-choice__label input[type=radio]{flex:0 0 17px;width:17px;height:17px;margin:2px 0 0;accent-color:var(--m-blue)}
.order-items-table input[type=number]{appearance:textfield}
.order-items-table input[type=number]::-webkit-inner-spin-button,
.order-items-table input[type=number]::-webkit-outer-spin-button{margin:0;appearance:none}
.order-col-length{width:10.5%}
.order-col-product{width:31%}

.measure-visual-overview{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(260px,1fr);gap:12px;align-items:stretch}
.measure-visual-overview img{display:block;width:100%;height:100%;min-height:0;margin:0!important;border:1px solid #e0e8ed;border-radius:15px;object-fit:contain;background:#fff}
.measure-length-visuals{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.measure-length-visuals figure{overflow:hidden;margin:0;border:1px solid #d6e6ee;border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(18,74,107,.05)}
.measure-length-visuals img{display:block;width:100%;height:auto;margin:0!important;background:#fff}
.measure-length-visuals figcaption{padding:12px 15px;color:#536d82;font-size:14px;line-height:1.45}
.measure-length-visuals figcaption strong{color:#12344c}

@media(max-width:860px){
  .price-matrix,.measure-visual-overview,.measure-length-visuals{grid-template-columns:1fr}
  .measure-visual-overview img{height:auto}
}
@media(max-width:620px){
  .price-section-compact{padding:36px 0!important}
  .price-accessories{grid-template-columns:1fr}
  .price-ledger--compact th,.price-ledger--compact td{padding:7px 8px!important;font-size:12px!important}
  .measure-length-visuals{gap:11px}
  .measure-length-visuals figure{border-radius:15px}
}

/* V11: stable top edge, optional order fields, aligned footer and unified contact icons. */
html,body{margin-top:0!important;padding-top:0!important}
.site-header,.site-header-v2{top:0!important;margin-top:0!important}
.form-optional{color:#6b7f8f;font-size:11px;font-weight:600}

#order.home-section{padding:38px 0!important}
#order>.site-container{width:min(1120px,calc(100% - 32px))!important}
#order .home-heading{margin-bottom:14px!important}
#order .home-heading h2{font-size:clamp(28px,3vw,36px)!important}
#order .home-heading p{font-size:14px!important}
.messenger-order-v2{grid-template-columns:minmax(250px,.72fr) minmax(500px,1.28fr)!important;gap:14px!important;margin-bottom:12px!important;padding:14px 16px!important;border-radius:15px!important}
.messenger-order-v2__copy strong{margin:3px 0!important;font-size:16px!important}
.messenger-order-v2__copy>span:last-child{font-size:12px!important;line-height:1.4!important}
.messenger-choice{grid-template-columns:34px 1fr auto!important;gap:8px!important;padding:7px 9px!important;border-radius:11px!important}
.messenger-choice__logo{width:34px!important;height:34px!important;border-radius:9px!important}
.messenger-choice__logo img{width:27px!important;height:27px!important}
.messenger-choice strong{font-size:12px!important}.messenger-choice small{font-size:10px!important}

.order-shell{max-width:1120px!important;padding:13px!important;border-radius:15px!important}
.order-stage-title{margin-bottom:7px!important;padding-bottom:7px!important}
.order-stage-title>span{width:26px!important;height:26px!important}
.order-stage-title strong{font-size:14px!important}
.order-help{margin:0 0 9px;border:1px solid #cfe1ea;border-radius:10px;background:#f5fbfe}
.order-help summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:34px;padding:7px 11px;cursor:pointer;list-style:none;color:#075f8e;font-size:12px;font-weight:850}
.order-help summary::-webkit-details-marker{display:none}
.order-help summary span{font-size:18px;line-height:1;transition:transform .2s}
.order-help[open] summary span{transform:rotate(180deg)}
.order-help ol{margin:0;padding:8px 28px 11px 35px;border-top:1px solid #dbe9ef;color:#50697b;font-size:12px;line-height:1.5}
.order-items-table{min-width:820px!important}
.order-items-table th{padding:6px!important}.order-items-table td{padding:5px!important}
.order-items-table select,.order-items-table input{height:35px!important}
.order-add-button{min-height:36px!important}
.order-form-v2 hr{margin:10px 0!important}
.delivery-options{gap:8px!important}.delivery-choice{padding:9px 10px!important}
.delivery-choice__label strong{font-size:12px!important}.delivery-choice__label small{font-size:10px!important}
.delivery-distance input{height:34px!important}
.order-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}
.order-summary-grid>div{padding:8px 10px!important}
.order-summary-grid strong{font-size:15px!important}
.order-summary-grid .order-summary-total strong{font-size:17px!important}
.order-contact-fields{gap:7px!important}
.order-contact-fields input{min-height:36px!important}.order-contact-fields textarea{min-height:50px!important}
.order-consent{padding:9px 10px!important;font-size:11px!important}
.order-submit-row .btn-modern{min-height:39px!important;padding:8px 16px!important}

.measure-cta-actions{align-items:center!important;flex-wrap:wrap!important}
.measure-cta-channels{display:flex;align-items:center;gap:8px}
.measure-cta-channels a{display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(255,255,255,.35);border-radius:14px;background:#fff;box-shadow:0 8px 20px rgba(3,35,54,.16);transition:transform .2s,box-shadow .2s}
.measure-cta-channels a:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(3,35,54,.22)}
.measure-cta-channels img{display:block;width:35px;height:35px;object-fit:contain}

.site-footer>.container,
.site-footer-v2>.site-container{width:min(1320px,calc(100% - 40px))!important;margin-left:auto!important;margin-right:auto!important}
.site-footer__grid,.footer-v2__grid{align-items:start!important}
.site-footer__grid>div,.footer-v2__grid>div{min-width:0!important}
.site-footer__bottom,.footer-v2__bottom{align-items:flex-start!important}
.site-footer__bottom span:last-child,.footer-v2__bottom span:last-child{text-align:right!important}
.site-footer .danke-messenger-icons--footer,
.site-footer-v2 .messenger-icons--footer{display:flex!important;align-items:center!important;gap:7px!important}
.site-footer .danke-messenger-icons--footer a,
.site-footer-v2 .messenger-icons--footer a,
.messenger-icons--header a{display:grid!important;place-items:center!important;overflow:hidden!important}
.site-footer .danke-messenger-icons--footer img,
.site-footer-v2 .messenger-icons--footer img,
.messenger-icons--header img{display:block!important;width:27px!important;height:27px!important;object-fit:contain!important}

@media(max-width:930px){
  #order>.site-container{width:min(100% - 24px,720px)!important}
  .messenger-order-v2{grid-template-columns:1fr!important}
  .order-items-table #user_rows .length_select:before{content:"Длина, мм"!important}
  .order-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:560px){
  #order.home-section{padding:30px 0!important}
  .messenger-choice-grid{grid-template-columns:1fr!important}
  .order-summary-grid{grid-template-columns:1fr!important}
  .measure-cta-channels{justify-content:center}
}

@media(max-width:700px){
  .site-footer>.container,.site-footer-v2>.site-container{width:min(100% - 24px,1320px)!important}
  .site-footer__bottom span:last-child,.footer-v2__bottom span:last-child{text-align:left!important}
}


/* v12 — header, calculator, decor footer and order help repairs */
body.home-page-v2{
  margin:0!important;
  padding-top:74px!important;
}
.site-header-v2{
  top:0!important;
  transform:none!important;
  visibility:visible!important;
}
.site-header-v2 .header-v2__inner{margin-inline:auto!important}
.site-footer__grid,.footer-v2__grid{align-items:start!important}
.site-footer__grid>div,.footer-v2__grid>div{align-self:start!important}
.site-footer__bottom:empty,.footer-v2__bottom:empty{display:none!important}
.site-footer__bottom,.footer-v2__bottom{justify-content:flex-start!important}
.order-help{margin:0 0 12px;border:1px solid #cfe0ea;border-radius:12px;background:#f7fbfd;overflow:hidden}
.order-help summary{position:relative;padding:11px 42px 11px 14px;cursor:pointer;color:#075887;font-weight:850;list-style:none}
.order-help summary::-webkit-details-marker{display:none}
.order-help summary span{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px}
.order-help[open] summary{border-bottom:1px solid #dce8ee;background:#edf7fc}
.order-help[open] summary span{transform:translateY(-50%) rotate(180deg)}
.order-help__content{padding:12px 14px 5px;color:#3f5568;font-size:13px;line-height:1.48}
.order-help__content p{margin:0 0 10px}
.order-help__content a{color:#087fbd;text-decoration:underline}

@media(max-width:900px){
  body.home-page-v2{padding-top:68px!important}
  .order-form-v2{width:100%!important;max-width:760px!important;padding:12px!important}
  .order-table-wrap{overflow:visible!important;margin:0!important}
  .order-items-table{display:block!important;min-width:0!important;width:100%!important;border:0!important;overflow:visible!important;background:transparent!important}
  .order-items-table thead,.order-items-table tbody,.order-items-table tfoot{display:block!important;width:100%!important}
  .order-items-table thead>tr:first-child,.order-items-table #row_data-add{display:none!important}
  .order-items-table #user_rows{display:grid!important;gap:10px!important}
  .order-items-table #user_rows>tr{
    position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:9px 10px!important;padding:12px!important;border:1px solid #dce6ed!important;border-radius:12px!important;background:#fff!important
  }
  .order-items-table #user_rows td{display:block!important;width:auto!important;padding:0!important;border:0!important;text-align:left!important}
  .order-items-table #user_rows .number_line{position:absolute!important;right:9px!important;top:9px!important;width:25px!important;height:25px!important;line-height:25px!important;border-radius:50%!important;background:#eaf4fa!important;color:#075887!important;text-align:center!important;font-weight:800!important}
  .order-items-table #user_rows .dekor_select,.order-items-table #user_rows .goods_select{grid-column:1/-1!important;padding-right:31px!important}
  .order-items-table #user_rows .goods_select{padding-right:0!important}
  .order-items-table #user_rows .sum{grid-column:1/-1!important}
  .order-items-table #user_rows td:last-child{position:absolute!important;right:9px!important;bottom:9px!important}
  .order-items-table #user_rows .dekor_select:before,.order-items-table #user_rows .goods_select:before,.order-items-table #user_rows .length_select:before,.order-items-table #user_rows .count_select:before,.order-items-table #user_rows .sum:before{display:block!important;margin:0 0 4px!important;color:#617083!important;font-size:10px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.04em!important}
  .order-items-table #user_rows .dekor_select:before{content:"Декор"}
  .order-items-table #user_rows .goods_select:before{content:"Ширина / комплектующая"}
  .order-items-table #user_rows .length_select:before{content:"Длина, мм"}
  .order-items-table #user_rows .count_select:before{content:"Количество"}
  .order-items-table #user_rows .sum:before{content:"Стоимость"}
  .order-items-table #user_rows select,.order-items-table #user_rows input{display:block!important;width:100%!important;max-width:none!important;height:38px!important;margin:0!important}
  .order-items-table #user_rows .length_select span,.order-items-table #user_rows .count_select span,.order-items-table #user_rows .sum span{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:5px!important;white-space:normal!important}
  .order-items-table tfoot>tr,.order-items-table tfoot td{display:block!important;width:100%!important;padding:0!important;border:0!important}
  .delivery-options{gap:8px!important}
  .delivery-choice{padding:11px!important}
  .order-summary{padding:12px!important}
  .order-contact-fields{grid-template-columns:1fr!important;gap:9px!important}
  .order-contact-fields>*{grid-column:auto!important}
  .order-form-v2 hr{margin:11px 0!important}
}
@media(max-width:620px){
  body.home-page-v2{padding-top:62px!important}
  .site-header-v2 .header-v2__inner{width:calc(100% - 20px)!important}
  .header-v2__actions .messenger-icons a{width:27px!important;height:27px!important}
  .order-items-table #user_rows>tr{grid-template-columns:1fr 1fr!important;padding:10px!important}
  .order-help__content{font-size:12.5px}
  .site-footer__grid,.footer-v2__grid{grid-template-columns:1fr!important}
}
