.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

#rec491041638 {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

#specialButton {
    cursor: pointer;
    width: 40px;
    height: auto;
    position: relative; /* Для дополнительной безопасности */
}

@media (max-width: 768px) {
    .header {
        flex-wrap: wrap;
        z-index: 1; /* Подтверждаем для мобильной версии */
    }

    #rec491041638 {
        flex: 1 1 100%;
        justify-content: center;
        margin: 10px 0;
        z-index: 2;
    }
}#specialButton {
    transform: translateZ(0); /* Создаёт новый слой */
    will-change: transform; /* Оптимизация */
}