html body  #header .header__menu>li>a { 
    padding: 0 15px !important; 
}


.margin-top {
    margin-top: 0 !important;
    padding-bottom: 160px;
}


.mob-bts-container {
    position: absolute;
    top: 9px;
    right: 76px;
    display: flex;
    gap: 20px;
}
.mob-bts-container a {
    color: #fff;
    font-size: 24px;
}

/* .menu-xs.nav-mobile.visible-xs {
    position: absolute;
    top: 0; 
    right: 60px; 
    top: 50%; 
    transform: translate(-50%, -50%);
}
.menu-xs.nav-mobile.visible-xs a.menu-a {
    color: #fff;
    margin: 0 10px;
}
 */
@media only screen 
  and (min-device-width: 820px) 
  and (max-device-width: 1180px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    #header .header__menu>li>a {
        padding: 0px 5px !important;
    }

    #header .header .button {
        white-space: nowrap;
    }
}
