/* Скрыть кнопку на ПК */
@media screen and (min-width: 981px) {
  .my-mobile-btn {
    display: none !important;
  }
}