.section-404 {
    height: 185px;
    background: rgb(250, 246, 229);
    color: #475669;
    font-size: 14px;
    padding: 30px 0;
    font-family: 'Open Sans', 'Roboto', sans-serif;
}

.section-404__wrap {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.section-404__ttl {
    font-size: 115px;
    margin-right: 30px;
}

.section-404__ttl-sm {
    font-size: 45px;
    text-transform: uppercase;
}

.section-404__cross {
}

/**/
.error-modal {
    background: white;
    max-width: 620px;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
}

.error-modal .filter-pp__top {
    background-color: rgb(249, 235, 234);
    padding: 15px 30px;
    margin: 0;
}

.error-modal .filter-pp__close {

    right: 20px;
}

.error-modal > div:last-of-type {
    margin-top: auto;
}

.error-modal__txt {
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    color: #333;
    margin-left: 20px;
    line-height: 25px;
    padding-bottom: 0;
}

.error-modal__ico b {
    font-size: 79px;
    margin-bottom: 10px
}

.error-modal__ico {
    background-color: #e03a3a;
    color: white;
    height: 200px;
    width: 200px;
    box-sizing: border-box;
    border-radius: 14px;
    display: block;
    text-align: center;
    padding-top: 28px;
    margin-right: 10px;
}

.error-modal__flex {
    margin-top: 20px;
    display: flex;
    margin-bottom: 20px;
}

.error-modal__wrap .bth__btn {
    margin-top: 20px;
}

.error-modal__wrap {
    border-radius: 5px;
}

.error-modal__txt-flex > span:first-of-type {
    margin-right: 5px;
}

.error-modal__txt-flex {
    margin-bottom: 15px;
    display: flex;
}

@media screen and (max-width: 768px) {
    .section-404__ttl-sm {
        font-size: 20px;
        line-height: 30px;
    }

    .section-404__wrap {
        margin-top: 24px;
    }

    .error-modal__flex {
        flex-direction: column;
    }

    .error-modal__ico {
        height: 160px;
        padding-top: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .error-modal__txt {
        margin: 0;
    }

    .error-modal__flex {
        margin: 0;
    }

    .error-modal .filter-pp__top {
        padding: 15px;
    }
}