@media screen and (max-width: 1200px) {
    .navigation-mobile .touch-button {
        left: 0;
        width: 100% !important;
        text-align: right !important;
        line-height: 20px !important;
        top: 0 !important;
        height: 40px !important;
    }
    .navigation-mobile .touch-button::before {
        line-height: 35px !important;
        margin-right: 10px;
    }
    .navigation-mobile .touch-button.active::before {
        line-height: 30px !important;
    }
}