.main-wrap .container {
    width: 100% !important;
}

.error_block {
    max-width: 1000px;
    margin: 0 auto;
}

.error_block img {
    float: left;
}

.error_block .error-text {
    font-family: 'PT Sans', sans-serif;
    font-size: 26px;
    color: #1b1b1b;
    font-weight: bold;
    line-height: 1.3;
}

.error_block .desktop {
    padding-left: 483px;
    padding-top: 50px;
}

.error_block .mobile, .error_block .callback {
    display: none;
}

.search-block {
    max-width: 1000px;
    margin: 70px auto 0 auto;
}

.search-block form {
    width: 100%;
}

.search-block form .search__input-wrap {
    width: 90%;
}

.robot_box {
    margin-top: 20px;
    background: url(/os/css/img/404/robot.jpg) center top no-repeat;
    min-height: 530px;
}

.robot_box .breadcrumbs__back {
    width: auto;
    margin: 54px 0 37px 17%;
}

.robot_box ul {
    list-style: none;
	max-width: 1000px;
    margin: 0 auto;
}

.robot_box ul li {
    font: bold 13px Arial;
    color: #0e85fb;
    margin-top: 30px;
}

.robot_box ul li a {
    color: #0e85fb;
    text-decoration: none;
    border-bottom: 1px dotted #0e85fb;
}

.robot_box ul li a:hover {
    border: none;
}

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

    .error_block img {
        width: 100%;
        margin-bottom: 40px;
    }

    .error_block .desktop, .robot_box .desktop {
        display: none;
    }

    .error_block .mobile {
        display: block;
        width: 100%;
        text-align: center;
    }

    .error_block .callback {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin-top: 40px;
    }

    .search-block {
        display: none;
    }

    .robot_box {
        display: inline-block;
        background: none;
        padding-left: 0;
        text-align: center;
        width: 100%;
        min-height: 0;
    }

    .robot_box .breadcrumbs__back {
        width: 100%;
		margin: 54px 0 37px 0;
    }

}