/*
Theme Name: Eurochem
*/

.section-post .content__box + .content__box{
    margin-top: -27px;
}

.page-error {
    background: linear-gradient(0.44deg, #fff 0%, #faf9f5 47.57%, #f3f0e6 100%);
    font-size: 22px;
    line-height: 1.37;
    padding-bottom: 64px;
    margin-bottom: -23px;
}

.page-error_holder.bg-stretch {
    background-position: 94.6% 50%;
    background-size: 42.8% auto;
    padding: 148px 0 181px;
}

.page-error .mobile-image {
    max-width: 296px;
    margin: 0 auto 5px;
}

.page-error .huge-title {
    font-size: 72px;
    letter-spacing: -0.78px;
    display: block;
    color: #002e45;
    font-weight: normal;
    margin-bottom: 0;
}

.page-error h1 {
    line-height: 1.18;
    font-weight: bold;
    color: #002e45;
    margin-bottom: 18px;
}

.page-error p {
    margin-bottom: 30px;
}

.podcast__holder {
    padding: 30px 0 30px;
    margin: 20px 0 20px;
}

@media (max-width: 1139px) {
    .page-error_holder.bg-stretch {
        padding: 120px 0;
    }

    .page-error h1 br {
        display: none;
    }
}

@media (max-width: 639px) {
    .page-error {
        padding-bottom: 20px;
        margin-bottom: -10px;
        font-size: 16px;
        line-height: 1.5;
    }

    .page-error_holder.bg-stretch {
        background: none !important;
        padding: 71px 0 60px;
    }

    .page-error .huge-title {
        font-size: 60px;
        letter-spacing: -0.65px;
        line-height: 1.37;
    }

    .page-error .media-box_text {
        overflow: hidden;
        margin-bottom: 58px;
    }

    .page-error h1 {
        line-height: 1.3;
        margin-bottom: 21px;
    }

    .page-error p {
        margin-bottom: 35px;
    }
}