   /* Показываем и фиксируем кнопку в мобильной версии */
   @media (max-width: 980px) {
       .mobile-top-right-button {
           display: block;
           position: fixed;
           top: 20px;
           right: 10px;
           text-align: center;
           z-index: 9999;
           padding: 0 10px;
       }
       .fixed-top-button-link {
           display: inline-block;
           padding: 10px 10px;
           background: #e32239;
           color: white !important;
           border-radius: 10px;
           text-decoration: none;
           font-weight: normal;
           font-family: FuturaPT;
           box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
           font-size: 14px;
       }
    }