
.spbh-clinic .wrapper-404 {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 800px;
    width: 100%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    padding: 36px;
    background: rgba(0,0,0, 0.5);
    text-align: center;
    color: #fff;

    max-height: 100%;
    overflow-y: auto;
}

.spbh-clinic .wrapper-404 p {
    margin-bottom: 16px;
}

.spbh-clinic .wrapper-404__error-wrapper {
    margin-bottom: 30px;
}
.spbh-clinic .wrapper-404__error {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid currentColor;
}

.spbh-clinic .wrapper-404__heading {
    font-size: 42px;
    margin-bottom: 50px;
}

.spbh-clinic .wrapper-404__spacer {
    margin-bottom: 40px;
}
