.page-404 {
    display: flex;
    text-align: center;
    margin: 40px 0 40px;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}

.page-404 svg {
    margin-bottom: 30px;
    fill: #012737;
    max-width: 100%;
}

.page-404 .content p {
    margin: 0;
	font-size: 14px;
}

.page-404 .content .button {
    margin-top: 20px;
}

@media (min-width: 480px) {
    .page-404 .content .button a:first-child {
        margin-right:20px;
    }
}

@media (max-width: 480px) {
    .page-404 .content .button a {
        margin:0 auto 20px;
    }
}

@media (max-width: 480px) {
    .page-404 .content .button {
        display:flex;
        flex-direction: column;
    }
}

.primary-button {
    position: relative;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    text-decoration: none;
    border: none;
    text-transform: inherit;
    padding-right: 15px;
}

.primary-button:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 9px;
    background: url("../img/arrow-right-btn.svg");
    right: 0;
    bottom: 4px;
}

.primary-button:hover {
    color: #012737;
}

.sitemap-menu ul {
    list-style: none;
    padding-left: 10px;
}

.sitemap-menu li {
    padding: 2px 0;
}

.sitemap-menu > ul > li > a {
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.sitemap-menu li > a {
    color: #636363;
    text-decoration: underline;
}

.sitemap-menu li > a:hover {
    text-decoration: none;
}

.dispn {
    display: none !important;
}