@font-face {
    font-family: "SB Sans Display";
    font-style: normal;
    font-weight: 400;
    src:
        local("SB Sans Display"),
        url("../fonts/SBSansDisplay-Regular.woff") format("woff2"),
        url("../fonts/SBSansDisplay-Regular.woff") format("woff");
}

.noscriptPlug {
    background-color: #ffffff;
    font-family: "SB Sans Display";
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 3000;
}

.noscriptPlug__logo {
    height: 24px;
    left: 50%;
    position: absolute;
    top: 30px;
    transform: translate(-50%);
    width: 154px;
}

.noscriptPlug__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.noscriptPlug__errorIcon {
    height: 168px;
    margin-bottom: 40px;
    width: 168px;
}

.noscriptPlug__title {
    color: #293553;
    font-family: 'SB Sans Display';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 6px;
    margin-top: 0;
}

.noscriptPlug__description {
    color: #77838B;
    font-family: 'SB Sans Display';
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 32px;
    margin-top: 0;
    text-align: center;
    width: 343px;
}

.noscriptPlug__button {
    background-color: var(--primary-color);
    font-family: 'SB Sans Display';
    border-radius: 12px;
    border: none;
    color: #ffffff;
    height: 44px;
    font-size: 15px;
    width: 175px;
    cursor: pointer;
}