.sbc-404__container {
    background-color: #18212E !important;
    background: -webkit-linear-gradient(20deg, #18212E 45%, #E7792D 45%);
    background: -o-linear-gradient(20deg, #18212E 45%, #E7792D 45%);
    background: linear-gradient(70deg, #18212E 45%, #E7792D 45%);
    margin-top: 88px;
}

.sbc-404__container .container_inner.default_template_holder {
    padding-top: 0 !important;
}

.sbc-404__container .sbc-404_page-not-found {
    text-align: left;
    margin: 0;
    padding: 93px 0;
}

.sbc-404__container .sbc-404_page-not-found .events__upcoming-columns {
    margin: 0;
}

.sbc-404__container .sbc-404_page-not-found .sbc-404__h1 {
    font-size: 62px;
    line-height: 73px;
    font-weight: bold;
    color: #fff;
}

.sbc-404__container .sbc-404_page-not-found .sbc-404__h2,
.sbc-404__container .sbc-404_page-not-found .sbc-404__p {
    font-size: 24px;
    line-height: 1;
    color: #fff; 
}

.sbc-404__container .sbc-404_page-not-found .sbc-404__h2 {
    margin-top: 10px;
    margin-bottom: 50px;
    text-transform: initial;
    font-weight: normal;
}

.sbc-404__container .sbc-404_page-not-found .sbc-404__p {
    font-weight: 300;
    margin-top: 66px;
    margin-bottom: 23px;
}

.sbc-404__container .sbc-404_page-not-found .sbc-404__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sbc-404__container .sbc-404_page-not-found .sbc-404__contact-item .sbc-404__contact-link {
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    margin-left: 8px;
}

.sbc-404__container .sbc-404_page-not-found .sbc-404__contact-item .sbc-404__contact-link--mail {
    color: #E7792D !important;
    margin-right: 40px;
}

.sbc-404__container .sbc-404_page-not-found .sbc-404__contact-item .sbc-404__contact-link--mail:hover {
    color: #d86411 !important;
}

.sbc-404__container .sbc-404_page-not-found .sbc-404__contact-item .sbc-404__contact-link--phone {
    color: #FFF !important;
}

.sbc-404__container .sbc-404_page-not-found .sbc-404__contact-item .sbc-404__contact-link--phone:hover {
    color: #e2e2e2 !important;
}


@media only screen and (max-width: 767px) {
    .sbc-404__container {
        background: -webkit-linear-gradient(280deg, #18212E 60%, #E7792D 60%);
        background: -o-linear-gradient(280deg, #18212E 60%, #E7792D 60%);
        background: linear-gradient(170deg, #18212E 60%, #E7792D 60%);
    }
    
    .sbc-404__container .sbc-404_page-not-found {
        padding: 37px 0;
    }
    
    .sbc-404__container .sbc-404_page-not-found .sbc-404__h1 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 300;
        text-transform: uppercase;
    }
    
    .sbc-404__container .sbc-404_page-not-found .sbc-404__h2,
    .sbc-404__container .sbc-404_page-not-found .sbc-404__p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .sbc-404__container .sbc-404_page-not-found .sbc-404__h2 {
        margin-top: 12px;
        margin-bottom: 29px;
    }
    
    .sbc-404__container .sbc-404_page-not-found .sbc-404__p {
        margin-top: 37px;
        margin-bottom: 21px;
    }
    
    .sbc-404__container .sbc-404_page-not-found .sbc-404__contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .sbc-404__container .sbc-404_page-not-found .sbc-404__contact-item:first-child {
        margin-bottom: 8px;
    }
    
    .sbc-404__container .sbc-404_page-not-found .sbc-404__contact-item .sbc-404__contact-link {
        font-size: 14px;
        line-height: 20px;
    }
    
    .sbc-404__container .sbc-404_page-not-found .sbc-404__contact-item .sbc-404__contact-link--mail {
        color: #FFF !important;
        margin-right: 0;
    }
    
    .sbc-404__container .sbc-404_page-not-found .sbc-404__contact-item .sbc-404__contact-link--mail:hover {
        color: #e2e2e2 !important;
    }
}