#error-block{
    margin-bottom:30px;
    background-color: #fff;
    margin-top: -200px;
    padding-top: 250px;
}

#error-img img{
    width:814px;
}

#error-block-title{
    width:155px;
    padding:6px 16px;
    margin:0 auto;
    background:rgba(0, 96, 224, 0.1);
}

#error-block-title .block-title{
    color: #0060E0;
    text-align: center;
    /* Paragraph/Large/Semibold */
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    margin-bottom:0;
}

#error-block-content .error-block-description h3{
    color: #0D092A;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 75px; /* 187.5% */
    letter-spacing: -0.8px;
}

#error-block-content .text-thx p{
    color: #737373;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.48px;
}

@media (min-width: 1140px) {
    #error-block{
        margin-bottom:100px;
    }

    #errors-links {
        width: 1100px !important;
    }

    .link-responsive {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
    }
}

@media (max-width: 1024px) {
    #errors-links {
        flex-wrap: wrap;
    }
}

@media (min-width: 850px) {
    #error-block{
        margin-bottom:100px;
    }

    #errors-links {
        width: 847px;
    }

    .link-responsive {
        flex: 0 0 25%;
        max-width: 25%;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}

@media (max-width: 849px) {
    #errors-links {
        display: flex;
    }

    .link-responsive {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }

    #error-img {
        margin-top: 80px;
    }
}

@media (min-width: 850px) and (max-width: 1024px) {
    #error-block {
        padding-top: 300px !important;
    }
}

#errors-links a{
    color: #0060E0;
    text-align: center;
    /* Paragraph/Medium/Medium */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
