html, body {
    min-width: 1200px;
}

.receipts__content {
    box-sizing: border-box;
}

.header_mob_link {
    display: none;
}

@media (max-width: 1024px) {
    .header_cart_wrap {
        float: right;
        top: 16px;
        line-height: 1;
    }

    .header_cart {
        float: none;
        top: 0;
        left: 0;
        margin-top: 26px;
    }

    .header_cart:before {
        position: static;
    }

    .header_mob_link {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
    }
}
.altasib_geobase_wrapper {
    display: inline-block;
    margin-left: 30px;
}
.altasib_geobase_wrapper .altasib_geobase_link {
    line-height: 44px;
    vertical-align: middle;
}

.-overflow-hid {
    overflow-x: hidden;
}