.dsk-site-footer {
  background: #20211f;
  color: #f5f0e8;
  font: 14px/1.65 Arial, "Microsoft YaHei", sans-serif;
}
.dsk-site-footer * { box-sizing: border-box; }
.dsk-site-footer [hidden] { display: none !important; }
.dsk-site-footer a { color: inherit; text-decoration: none; }
.dsk-site-footer a:hover { color: #d8c5e8; }
.dsk-site-footer a:focus-visible { outline: 2px solid #d8c5e8; outline-offset: 4px; }
.dsk-footer-shell { width: min(100%, 1260px); margin: 0 auto; padding: 76px 5vw 24px; }
.dsk-footer-grid { display: grid; grid-template-columns: 1.25fr .8fr 1.25fr; gap: clamp(36px, 6vw, 100px); padding-bottom: 68px; }
.dsk-footer-name { display: inline-block; max-width: 270px; font: 600 23px/1.14 Georgia, "Times New Roman", serif; letter-spacing: .035em; }
.dsk-footer-brand p { max-width: 310px; margin: 18px 0 26px; color: #c6c2bb; }
.dsk-footer-cta { display: inline-flex; align-items: center; gap: 22px; min-height: 44px; padding: 11px 16px; background: #efe9df; color: #20211f !important; font-weight: 700; }
.dsk-footer-cta:hover { background: #d8c5e8; }
.dsk-footer-nav, .dsk-footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.dsk-site-footer h2 { margin: 0 0 18px; color: #bcb5aa; font: 700 11px/1.4 Arial, "Microsoft YaHei", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.dsk-footer-nav a, .dsk-footer-contact > a { min-height: 25px; }
.dsk-footer-label { margin: 0; color: #bcb5aa; font-size: 12px; }
.dsk-footer-contact address { max-width: 360px; margin: -4px 0 2px; color: #f5f0e8; font-style: normal; }
.dsk-footer-factory-link { margin-bottom: 13px; color: #d8c5e8 !important; text-decoration: underline !important; text-underline-offset: 4px; }
.dsk-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid #4a4b48; color: #a9a69e; font-size: 11px; letter-spacing: .04em; }
@media (max-width: 760px) {
  .dsk-footer-shell { padding: 55px 22px 24px; }
  .dsk-footer-grid { grid-template-columns: 1fr; gap: 43px; padding-bottom: 52px; }
  .dsk-footer-brand p { margin-bottom: 22px; }
  .dsk-footer-nav, .dsk-footer-contact { gap: 10px; }
  .dsk-site-footer h2 { margin-bottom: 10px; }
  .dsk-footer-bottom { flex-direction: column; gap: 6px; }
}
