.msg-cta{display:flex;flex-direction:column;gap:12px}
.msg-cta__title{font:600 20px/26px 'Exo 2';letter-spacing:-.02em;color:#fff}
.msg-cta__text{margin:0;font:400 15px/22px 'Exo 2';color:rgba(255,255,255,.72)}
.msg-cta__list{display:flex;flex-wrap:wrap;gap:10px}
.msg-cta__button{flex:1 1 100%;min-height:52px;padding:14px 20px;display:inline-flex;align-items:center;justify-content:center;gap:10px;position:relative;border-radius:12px;font:600 16px/18px 'Exo 2';letter-spacing:-.02em;color:#fff;text-decoration:none;transition:transform .15s ease,filter .15s ease}
.msg-cta__button:hover,.msg-cta__button:focus{color:#fff;text-decoration:none;transform:translateY(-1px);filter:brightness(1.07)}
.msg-cta__button_wa{background:#25d366}
.msg-cta__button_max,.msg-cta__button_tg,.msg-cta__button_vk{flex:1 1 calc(33.333% - 7px);min-width:132px}
.msg-cta__button_max{background:linear-gradient(135deg,#1e7bff 0%,#7b2cf5 55%,#c724f2 100%)}
.msg-cta__button_tg{background:#29a9eb}
.msg-cta__button_vk{background:#0077ff}
.msg-cta__icon{width:24px;height:24px;flex:0 0 auto;display:block;fill:#fff}
.msg-cta__note{margin:0;font:400 13px/18px 'Exo 2';color:rgba(255,255,255,.5)}
@media (max-width:479px){
.msg-cta__title{font-size:18px;line-height:24px}
.msg-cta__button{flex:1 1 100%;font-size:15px}
}
