* {
    box-sizing: border-box;
}

.page-errors-html {
    height: 100%;
}

.page-errors-body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
}
.page-errors-body a {
    text-decoration: none;
}
.page-errors-box {
    width: 100%;
    padding: 60px 10px;
    max-width: 1280px;
    color: #231f20;
    font-family: "PT Sans", sans-serif;
}
.page-errors-box p {
    text-align: center;
}
.page-errors-box p:first-of-type{
    margin-top: 0;
}
.page-errors-box p:last-of-type{
    margin-bottom: 0;
}
.page-errors-logo-box {
    display: flex;
    justify-content: center;
}
.page-errors-logo-box__pic {
    width: 237px;
}
.page-errors-into {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.page-errors-into-icon {
    display: flex;
    justify-content: center;
}
.page-errors-into {
    margin-top: 60px;
}
.page-errors-into__header {
    flex-direction: column;
    display: flex;
    gap: 24px;
}
.page-errors-title-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.page-errors-title-box *:first-child {
    margin-top: 0;
}
.page-errors-title-box *:last-child {
    margin-bottom: 0;
}
.page-errors-title {
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    color: #231f20;
}
.page-errors-sub {
    font-size: 16px;
    text-align: center;
}
.page-303-only-desktop {
    
}
.page-errors-sub-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
.page-errors-sub-title:last-child {
    margin-bottom: 0;
}
.page-errors-reasons {
    margin-top: 40px;
    margin-bottom: 52px;
}
.page-errors-reasons-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.page-errors-reasons-item {
    display: flex;
    flex-direction: column;
}
.page-errors-reasons-item__title {
    margin-bottom: 14px;
    min-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    font-size: 14px;
    text-align: center;
    text-wrap: balance;
}
.page-errors-reasons-item-box {
    display: flex;
    align-items: center;
    flex: 1 auto;
    text-align: center;
    position: relative;
    margin-top: 36px;
    border-radius: 12px;
    padding: 50px 20px 20px;
    background: #f5f6f7;
}
.page-errors-reasons-item-box__icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 35px;
    width: 70px;
    height: 70px;
}
.page-errors-reasons-item-box__icon {
    width: 57.2%;
}
.page-errors-reasons-item-box__title {
    width: 100%;
    text-wrap: balance;
}
.page-errors-accent {
    font-weight: 700;
    color: #3158b4;
}
.page-errors-info {
    
}
.page-errors-info-content {
    margin: 0 auto;
    max-width: 1052px;
}
.page-errors-info-content__inner p {
    margin: 12px 0;
    text-wrap: balance;
}
.page-errors-info-title {
    margin-top: 40px;
    font-size: 20px;
    text-align: center;
}
.page-errors-italic {
    font-style: italic;
    color: #3158b4;
}
.page-errors-link {
    text-decoration: underline;
}
a.page-errors-link:hover {
    color: #173680;
}
a.page-errors-link--underline {
    text-decoration: underline;
}
a.page-errors-link--inherit {
    color: inherit;
}
.nowrap {
    white-space: nowrap;
}
p.page-errors-info-content-max-w {
    margin-left: auto;
    margin-right: auto;
    max-width: 617px;
}

@media (max-width: 1100px) {
    .page-errors-reasons-items {
        grid-template-columns: repeat(1, 1fr);
        gap: 51px;
    }
    .page-errors-logo-box__pic {
        width: 178px;
    }
    .page-errors-into-icon__img {
        width: 159px;
    }
    .page-errors-title {
        font-size: 26px;
    }
    .page-errors-into {
        gap: 30px;
    }
    .page-errors-sub-title {
        font-size: 18px;
    }
    .page-errors-reasons {
        margin-top: 35px;
    }
    .page-errors-reasons-item-box {
        margin-top: 30px;
        min-height: 123px;
        padding: 40px 20px 20px;
    }
    .page-errors-reasons-item-box__icon-box {
        width: 60px;
        height: 60px;
    }
    .page-errors-info-title {
        font-size: 18px;
    }
    .page-errors-box {
        padding-top: 50px;
        padding-bottom: 71px;
    }
}