.no-js-overlay {
    background: #0c0c0c;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.no-js-container {
    color: #fff;
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 30px;
    max-width: 1200px;
    min-width: 260px;
    padding-top: 90px;
}
.no-js-wrapper {
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
}
.no-js-logo-container {
    margin-bottom: 32px;
}
.no-js-logo-container img {
    height: 57px;
    width: auto;
}
.no-js-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 22px;
}
.no-js-text-container {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 32px;
}
.no-js-contact-link {
    background: #545454;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    text-decoration: none;
    text-transform: uppercase;
}
.no-js-contact-link:hover {
    background: #464646;
}

@media (min-width: 375px) {
    .no-js-logo-container img {
        height: 63px;
    }
    .no-js-title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 28px;
    }
}
