@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
html {
    font-family: 'Source Sans 3', sans-serif !important;
}
.absolute-mask {
    right: 0 !important;
    left: auto;
}
@media screen and (max-width: 1330px) {
    .burger-menu {
        display: inline !important;
    }
    nav, .enter, .use-phone {
        display: none !important;
    }
  }