.ks-contact,
.ks-contact *{box-sizing:border-box}
.ks-contact [hidden]{display:none!important}
.ks-contact{position:fixed;right:24px;bottom:24px;z-index:9998;font-family:"Gotham Pro",Arial,sans-serif}
.ks-contact__fab{position:relative;z-index:3;display:flex;width:64px;height:64px;padding:0;align-items:center;justify-content:center;border:3px solid #fff;border-radius:50%;background:#fff;box-shadow:0 12px 32px rgba(28,31,88,.22);cursor:pointer;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}
.ks-contact__fab:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(28,31,88,.27)}
.ks-contact__fab:focus-visible,.ks-contact__close:focus-visible,.ks-contact__channel:focus-visible{outline:3px solid rgba(88,67,221,.34);outline-offset:2px}
.ks-contact__fab img{display:block;width:100%;height:100%;object-fit:cover}
.ks-contact__panel{position:absolute;z-index:2;right:0;bottom:82px;width:336px;padding:17px;border:1px solid rgba(66,67,119,.08);border-radius:24px;background:#fff;box-shadow:0 22px 58px rgba(29,31,82,.20)}
.ks-contact__header{display:flex;min-height:50px;align-items:center;justify-content:space-between;margin-bottom:13px}
.ks-contact__brand{display:flex;align-items:center;gap:11px;min-width:0}
.ks-contact__brand img{display:block;width:46px;height:46px;flex:0 0 46px;border-radius:14px;object-fit:cover}
.ks-contact__brand strong{overflow:hidden;color:#27266a;font-size:24px;font-weight:700;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}
.ks-contact__close{display:flex;width:38px;height:38px;align-items:center;justify-content:center;padding:0;border:0;border-radius:12px;background:transparent;color:#66709c;font-family:Arial,sans-serif;font-size:29px;line-height:1;cursor:pointer}
.ks-contact__close:hover{background:#f5f6fb;color:#32396c}
.ks-contact__channels{display:flex;flex-direction:column;gap:9px}
.ks-contact__channel{display:flex;min-height:60px;align-items:center;gap:13px;padding:8px 13px 8px 9px;border:1px solid #edf0f8;border-radius:18px;background:#fff;color:#24265f;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.ks-contact__channel:hover{border-color:#e3e6f3;box-shadow:0 8px 19px rgba(63,63,135,.09);color:#24265f;text-decoration:none;transform:translateY(-1px)}
.ks-contact__service-icon{display:block;width:42px;height:42px;flex:0 0 42px}
.ks-contact__channel strong{flex:1;font-size:17px;font-weight:700;line-height:1.15}
.ks-contact__arrow{color:#485689;font-family:Arial,sans-serif;font-size:27px;font-weight:400;line-height:1}
.ks-contact__overlay{display:none}
@media (prefers-reduced-motion:reduce){.ks-contact__fab,.ks-contact__channel{transition:none}}
@media (max-width:767px){
  .ks-contact--hide-mobile{display:none}
  .ks-contact{right:16px;bottom:16px}
  .ks-contact__fab{width:58px;height:58px}
  .ks-contact__overlay{position:fixed;z-index:1;display:block;inset:0;background:rgba(24,28,55,.32);backdrop-filter:blur(1px)}
  .ks-contact__panel{position:fixed;z-index:2;right:12px;bottom:12px;left:12px;width:auto;max-height:calc(100vh - 24px);padding:18px;border-radius:26px;overflow:auto}
  .ks-contact__header{margin-bottom:14px}
  .ks-contact__brand strong{font-size:23px}
  .ks-contact__channel{min-height:62px}
}
@media (max-width:380px){
  .ks-contact__panel{right:8px;bottom:8px;left:8px;padding:14px}
  .ks-contact__channel{min-height:58px}
  .ks-contact__brand strong{font-size:21px}
}
