#registraion-page-form .form-field._line {
    border-radius: 0;
}


.error input,
.error textarea {
    border-color: #e02222 !important;
}

label.error {
    color: #fb5f5f!important;
    margin: 2px 0 0;
    display: block;
    padding: 0;
    right: 0;
    font-size: .8em;
    line-height: 1.5em;
}


/* 404  ошибка start */
.page_error_block {padding: 50px 0;}

.page_not_found {padding-top: 70px; text-align: center;}

.page_not_found .image {text-align: center; margin-bottom: 33px;}

.page_not_found .image svg {max-width: 100%;}

.page_not_found .description {text-align: center;}

.page_not_found .description .subtitle404 {font-size: 32px; line-height: 36px; color: #333;}

.page_not_found .description .descr_text404 {font-size: 1em; line-height: 1.6em; margin-top: 24px;}

.page_not_found .description .btn-mainpage {margin: 33px 5px 0;}

.page_not_found .image svg * {fill: #ccc;}

/* 404  ошибка end */