.page div.block>div.content {
    padding: 0;
}
.page .block.sections {
    min-height: auto;
}
section.error-404 {
    max-width: 1920px;
    width: 100%;
    padding: 0 20px;
    margin: auto;
    background: url("/i/img/404_1920.png") #000000 no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
    overflow: auto;
}
div.page .sections .content p {
    margin: 0;
    padding: 0;
}
section.error-404 .error-404--inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 230px auto 415px;
    max-width: 850px;
}
section.error-404 .error-404-text {
    font-style: normal;
    font-weight: 100;
    font-size: 21px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}
section.error-404 .error-404-text a {
    color: #FFFFFF;
}
section.error-404 .error-404-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 55px;
    margin: 30px auto;
    background: #548FC7;
    border: none;
    outline: none;
    font-weight: 550;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}
section.error-404  .error-404--img {
    max-width: 520px;
    margin: 60px auto;
}
.page .block.sections [flex-order="1"] ,
.page .block.sections [flex-order="3"] {
    display: none;
}
.page .block.sections .contentflex__center__center {
    max-width: 100%;
    width: 100%;
}

div.page,
.page .block.sections .contentflex__noposition__3,
.page .block.sections .contentflex__center,
.page .block.sections .contentflex__center__center{
    margin: 0;
    padding: 0;
}
#callback_widget.callbackblock.visible {
    display: none;
}

@media (max-width: 768px) {
    section.error-404 {
        background: url("/i/img/404-768.png") no-repeat center center;
        background-size: cover;
        box-sizing: border-box;
        overflow: auto;
    }
    section.error-404 .error-404--inner {
        margin: 245px auto 380px;
    }
    section.error-404 .error-404-text {
        font-size: 18px;
        line-height: 18px;
    }
}
@media (max-width: 600px) {
    section.error-404 .error-404--inner {
        margin: 200px auto 300px;
    }
}
@media (max-width: 500px) {
    section.error-404 .error-404--inner {
        margin: 190px auto 290px;
    }
}
@media (max-width: 400px) {
    section.error-404 .error-404--inner {
        margin: 190px auto 315px;
    }
}
@media (max-width: 320px) {
    section.error-404 {
        background: url("/i/img/404-320.png") no-repeat center center;
        background-size: cover;
        box-sizing: border-box;
        overflow: auto;
    }
    section.error-404 .error-404--inner {
        margin: 155px auto 210px;
    }
    section.error-404 .error-404-text {
        font-size: 16px;
        line-height: 120%;
    }
}

