.error-wrap {
    position: relative;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    margin-top: 45px;
}

.error-wrap::after {
    content: '';
    background-image: url(/i/tophotels/matr.gif);
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    width: 40%;
    right: 0;
    top: 0;height: 100%;
}

.error-wrap .bth__uper-link {
    margin: 30px 0;
    display: block;
}

.error-wrap__txt {

    font-size: 20px;
    margin-bottom: 20px;
    line-height: 27px;
}

@media screen and (max-width: 1300px) {
    .error-wrap::after {
        width: 20%;
    }
}
@media screen and (max-width: 1200px) {
    .error-wrap::after   {
        background: none;
    }
}

@media screen and (max-width: 1023px) {

    .error-wrap {
        margin-top: 20px;
    }
}