.cdek-market-cta__btn,
.cdek-shop-cta__btn,
.cdek-cta-uni__btn,
.cdek-cta-uni__msg {
  box-sizing: border-box !important;
}

@media screen and (max-width: 640px) {
  .cdek-market-cta__btn,
  .cdek-shop-cta__btn,
  .cdek-cta-uni__btn {
    white-space: normal !important;
  }

  .cdek-cta-uni__messengers {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .cdek-cta-uni__messengers-label {
    margin-right: 0 !important;
    margin-bottom: 6px !important;
  }

  .cdek-cta-uni__msg {
    flex: 0 0 auto !important;
    width: 100% !important;
    justify-content: center !important;
    padding: 9px 16px !important;
  }
}