.registration__title {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.tabs-registration {
    display: flex;
    justify-content: center;
    max-width: 250px;
    width: 100%;
    text-align: center;
    align-items: center;
    margin: 20px auto;
    cursor: pointer;
}

.tabs-registration__item {
    text-align: center;
    width: 175px;
    padding: 10px 10px;
    color: #000;
    background-color: #fff;
}

.tabs-registration__item--active {
    color: #fff;
    background-color: #E3051B;
}

.tabs-registration__item--active:hover {
    color: #fff;
}

.registration__companent table tr input,
.registration__form table tr input {
    margin: 10px 10px;
}

.registration__companent input[type="submit"],
.registration__ur_btn {
    border: none;
    padding: 10px;
    color: #fff;
    background-color: #E3051B;
}

.registration__form_error {
    color: red;
}

.registration__form_success {

}