.container .main {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
}
.container {
    margin: 0 auto; }
.container .page404 {
    width: 100%;
    text-align: center;
    padding-top: 96px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
.container .page404 .page404-img img {
    max-width: 100%;
    margin-bottom: 25px; }
.container .page404 .head404 {
    display: inline-block;
    font-family: 'Roboto';
    font-size: 1.125rem;
    color: #000;
    padding-bottom: 40px; }
.container .page404 .search404field {
    display: block;
    margin-bottom: 42px; }
.container .page404 .search404field .search404 {
    width: 610px;
    height: 40px;
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-right: none;
    font-size: 1.0625rem;
    vertical-align: top;
    -webkit-appearance: textfield;
}

.container .page404 .search404field .search404:focus {
    outline: none; }
.container .page404 .search404field .search-button404 {
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 0 1px 1px 0;
    border-right: none;
    background: #999da1 url("img/search-404.png");
    border: none;
    position: relative;
    right: 4px;
    cursor: pointer; }
.container .page404 .search404field .search-button404:focus {
    outline: none; }
.container .page404 .text-404 {
    display: inline-block;
    width: 645px;
    font-family: 'Roboto';
    font-weight: 300;
    margin-bottom: 40px; }
.container .page404 .text-404 .text-head-404 {
    font-size: 0.9375rem;
    margin-bottom: 25px;
    font-weight: 400; }
.container .page404 .text-404 .text-column-404 {
    display: inline-block;
    width: 49.5%;
    text-align: left;
    line-height: 1.35rem;
    vertical-align: top;
    padding-left: 3rem;
    box-sizing: border-box;
}
.container .page404 .text-404 .text-column-404 ul li {
    list-style: inherit;
    font-size: 0.875rem; }
.container .page404 .text-404 .text-column-404 ul li span {
    font-size: 0.9375rem; }

@media screen and (min-width: 545px) and (max-width: 768px) {
    .container .page404 .search404field .search404 {
        width: 440px; }
    .container .page404 .text-404 {
        width: 100%; }
    .container .page404 .text-404 .text-column-404 {
        padding-left: 2rem; } }
@media screen and (min-width: 300px) and (max-width: 544px) {
    .container .page404 .search404field .search404 {
        width: 200px; }
    .container .page404 .text-404 {
        width: 100%; }
    .container .page404 .text-404 .text-head-404 {
        margin-bottom: 10px; }
    .container .page404 .text-404 .text-column-404 {
        width: 100%;
        padding-left: 1rem;
    }
    .container .page404 .text-404 .text-column-404 ul {
        margin-bottom: 0;
        margin-top: 0; } }
.left_side
{
    display: none;
}