html,
body,
table,
.wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial
}

a {
    text-decoration: none
}

.wrapper {
    position: relative;
    overflow: auto;
    min-width: 1000px
}

.content {
    width: 350px;
    display: inline-block;
    margin-top: -15px
}

.status {
    height: 131px
}

.img404 {
    background: url('../../images/error-page/404.png') no-repeat center;
}

.img403 {
    background: url('../../images/error-page/403.png') no-repeat center;
}

.wrapper img {
    margin-left: 12%;
    margin-top: 126px;
    width: 90%;
    max-width: 850px;
    min-width: 400px
}

.content-title {
    height: 29px;
    font-size: 32px;
    text-align: center;
    color: #000000;
    margin-top: 34px
}

.content-description {
    height: 37px;
    font-size: 16px;
    line-height: 1.38;
    text-align: center;
    color: #000000;
    margin-top: 22px
}

.error403 .content-description {
	margin-top: 28px;
	height: 59px;
}

.button {
    width: 247px;
    height: 13px;
    font-size: 18px;
    letter-spacing: 0.7px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase
}

.button-content {
    height: 55px;
    background-color: #4266af;
    margin-top: 44px;
    background-image: url('../../images/error-page/mail.png');
    background-repeat: no-repeat;
    background-position: 32px 19px
}

.button-content:hover {
    background-color: #365fb1
}

.button-content span {
    margin: 18px 0 0 71px;
    position: absolute
}

.navigation {
    margin-top: 25px;
    padding: 0 23px
}

.navigation a {
    height: 17px;
    font-size: 18px;
    letter-spacing: 0.7px;
    text-align: left;
    color: #4266af;
    float: left
}

.navigation a:last-child {
    float: right
}

.navigation_center {
    padding: 0;
}

.navigation_center a {
    width: 100%;
    text-align: center;
}

.navigation a:hover span {
    border-bottom: 2px solid #4266af
}

.navigation .nav-home span {
    margin-left: 26px;
}

.navigation .nav-back span {
    margin-left: 21px
}

.nav-home {
    background: url('../../images/error-page/home.png') no-repeat 0 1px;
    display: inline-block;
}

.nav-back {
    background: url('../../images/error-page/back.png') no-repeat 0 3px
}

.content-column {
    width: 43%
}