.sticky-bar{background-color:#00aaa5;bottom:0;color:#fff;left:0;opacity:0;position:fixed;right:0;transform:translateY(100%);transition:transform .6s ease,opacity .6s ease;width:100%;z-index:1000}.sticky-bar.sticky-bar--visible{opacity:1;transform:translateY(0)}.sticky-bar__inner{align-items:center;display:grid;gap:16px 24px;grid-template-columns:1fr auto;padding:20px 0}.sticky-bar__content{display:flex;flex-direction:column}.sticky-bar__content-title{font-size:24px;font-weight:600;line-height:1.5}.sticky-bar__content-description{font-size:16px;font-weight:400;line-height:1.5}.sticky-bar__button{align-self:center;background:#fff;border:none;border-radius:4px;color:#000;gap:6px;height:43px;padding:4px 24px;white-space:nowrap}.sticky-bar__button svg{height:24px;transition:all .3s ease;width:24px}.sticky-bar__button svg path{transition:all .3s ease}.sticky-bar__button:hover{background:#141941;color:#fff}.sticky-bar__button:hover svg path{stroke:#fff}@media (max-width:1550px){.sticky-bar__inner{padding:12px 0 12px 32px}}@media (max-width:768px){.sticky-bar__inner{gap:12px;justify-items:start;padding:12px 0 12px 32px}.sticky-bar__content{text-align:center}.sticky-bar__content-title{font-size:18px}.sticky-bar__content-description{display:none}}@media (max-width:575px){.sticky-bar__button{font-size:11px;padding:4px 16px}}@media (max-width:360px){.sticky-bar__inner{grid-template-columns:1fr;justify-items:center;padding:12px 32px}}