.error__main{
    color:  #B90106;
    font-size: 140px;
    font-weight: 700;
    margin: 0 auto 35px;
}
.error__text {
    color:  #2B3063;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 55px;
}

.error__container {
    position: relative;
    padding: 200px 0 120px;
    display: flex;
    flex-direction: column;
    max-width: 380px!important;
    width: 100%;
    z-index: 2;
}

.error__container:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -15%;
    width: 75px;
    height: 20px;
    background: url("/local/templates/dvgafk/template/img/404-element.svg")no-repeat;
    z-index: 3;
}

.error__container:after {
    content: '';
    display: block;
    position: absolute;
    top: 60%;
    right: -20%;
    width: 75px;
    height: 20px;
    background: url("/local/templates/dvgafk/template/img/404-element.svg")no-repeat;
    opacity: 0.7;
    z-index: 3;
}
.error__link {
    max-width: 255px;
    width: 100%;
    display: block;
    border-radius: 6px;
    border: 1px solid  #2B3063;
    padding: 16px 24px;
    margin: 0 auto;
}
.error__link a {
    color: #2B3063;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}
.error {
    position: relative;
}
.error img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover ;
    max-width:100%;
    object-fit: cover;

}

@media (max-width: 576px) {
    .error__container:after,
    .error__container:before {
        display: none;
    }
}

