
@media screen and (max-width: 1200px) {
    .body__header > .grid-cols-2 {
        grid-template-columns: auto 1fr;
    }
}

/*.body__header .button[js-open-layer="main/locationSite"] .button__text {
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}*/