:root{--colorPrimary: rgb(2 52 68);--colorSecondary: #8fea06;--colorTertiary: #884dff;--colorError: #ff0000;--colorSuccess: #89e103;--colorWhite: #ffffff;--colorBlack: #000000;--colorGrey: #e8e8f3;--colorGreyLight: #f7f7fa;--colorPrimaryLight: #f1f1f9;--colorText: var(--colorPrimary);--underlineColor: var(var(--colorSecondary));--lineHeight: 1.675;--shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);--containerWidth: 1240px}.sticky-contact{position:-webkit-sticky;position:sticky;z-index:500;bottom:0;background-color:var(--colorPrimary);color:var(--colorWhite);padding:14px 24px;transition:opacity .3s,transform .3s}.sticky-contact.is-hidden{pointer-events:none;opacity:0;transform:translateY(100%)}.sticky-contact__info{display:none}.sticky-contact__buttons{display:flex;flex-direction:column;gap:24px;align-items:center;justify-content:center}.sticky-contact__back{display:flex;align-items:center;gap:14px;color:var(--colorWhite);font-weight:700;text-decoration:underline}.sticky-contact__back .icon-svg{transform:rotate(180deg)}@media(min-width: 750px){.sticky-contact__title{font-size:20px;line-height:1.25;font-weight:700;margin:0}.sticky-contact__person{margin:0}.sticky-contact__info{position:relative;display:flex;gap:5px;flex-direction:column;align-items:flex-start;justify-content:center}.sticky-contact__info:has(.sticky-contact__img){padding-left:160px}.sticky-contact__img{position:absolute;bottom:-14px;left:0;height:180px;width:150px}.sticky-contact__img img{-o-object-position:center bottom;object-position:center bottom}.sticky-contact__inner{display:flex;justify-content:space-between}.sticky-contact__buttons{flex-shrink:0}}@media(min-width: 990px){.sticky-contact{padding-inline:60px}.sticky-contact__inner{max-width:1240px;margin:auto}}@media(min-width: 1200px){.sticky-contact__buttons{flex-direction:row-reverse}}
