body {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.header {
    height: 65px;
    width: 100%;
    background-color: #ed4949;
}

.header a {
    background: url('/img/logo.png') no-repeat;
    background-size: cover;
    width: 36px;
    height: 34px;
    display: block;
    float: left;
    margin: 15px 0 0 20px;
}

.error {
    width: 1070px;
    margin: auto;
}

.error__image_cnt {
    padding-top: 64px;
    padding-right: 64px;
    padding-bottom: 64px;
    padding-left: 0;
    display: inline-block;
    vertical-align: top;
}

.error__image {
    width: 257px;
    height: 257px;
}

@media (max-width: 1150px) {
    .error__image_cnt {
        padding: 64px;
    }
    .error {
        width: 1150px;
    }
}

.error__msg_cnt {
    color: #727576;
    padding-top: 64px;
    display: inline-block;
    width: 740px;
}

.error__header {
    font-size: 48px;
    line-height: 62px;
    text-transform: uppercase;
    font-family: "gotham_probold", Arial, Tahoma, sans-serif;
}

.error__number {
    font-size: 36px;
    line-height: 90px;
    font-family: "gotham_promedium", Arial, Tahoma, sans-serif;
}

.error__text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 2px;
}

.popular_categories__title {
    font-size: 24px;
    margin: 35px 0 18px 0;
}

.popular_categories__list_item {
    width: 50%;
    float: left;
    padding: 15px 0;
}

.icon {
    margin-right: 20px;
    font-size: 20px;
    display: block;
    float: left;
}

.popular_categories__list_item_text {
    display: block;
    line-height: 20px;
}
